Comment 87 for bug 1049466

Revision history for this message
Maciej Bąk (maciej-bak-85) wrote :

I've updated to new kernel 3.10-saucy
on 3.2.0.25 I could compile drivers but now I cant.
After moving to new kernel I've updated firmware also:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
sudo cp linux-firmware/rt3290.bin /lib/firmware
reboot

but no result.
Here are some details:

*************** info trace ***************

***** uname -a *****

Linux maciej-HP-Pavilion-g6-Notebook-PC 3.10.0-031000-generic #201306301935 SMP Sun Jun 30 23:36:16 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

***** lsb_release *****

Distributor ID: Ubuntu
Description: Ubuntu 12.04.2 LTS
Release: 12.04
Codename: precise

***** lspci *****

07:00.0 Network controller [0280]: Ralink corp. Device [1814:3290]
 Subsystem: Hewlett-Packard Company Device [103c:18ec]
 Kernel modules: rt2800pci
--
08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 05)
 Subsystem: Hewlett-Packard Company Device [103c:183e]
 Kernel driver in use: r8169

***** lsusb *****

Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 002 Device 003: ID 064e:e263 Suyin Corp.
Bus 001 Device 004: ID 1bcf:0007 Sunplus Innovation Technology Inc. Optical Mouse

***** iwconfig *****

***** rfkill *****

***** lsmod *****

***** nm-tool *****

NetworkManager Tool

State: connected (global)

- Device: eth0 [Połączenie przewodowe 1] ------------------------------------
  Type: Wired
  Driver: r8169
  State: connected
  Default: yes
  HW Address: <MAC address removed>

  Capabilities:
    Carrier Detect: yes
    Speed: 100 Mb/s

  Wired Properties
    Carrier: on

  IPv4 Settings:
    Address: 192.168.1.11
    Prefix: 24 (255.255.255.0)
    Gateway: 192.168.1.1

    DNS: 62.179.1.62
    DNS: 62.179.1.63

***** NetworkManager.state *****

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true

***** NetworkManager.conf *****

[main]
plugins=ifupdown,keyfile
dns=dnsmasq

[ifupdown]
managed=false

***** interfaces *****

auto lo
iface lo inet loopback

***** iwlist *****

***** resolv.conf *****

nameserver 127.0.0.1

***** blacklist *****

[/etc/modprobe.d/blacklist-ath_pci.conf]
blacklist ath_pci

[/etc/modprobe.d/blacklist.conf]
blacklist rt2800pci
blacklist rt2x00pci
blacklist evbug
blacklist usbmouse
blacklist usbkbd
blacklist eepro100
blacklist de4x5
blacklist eth1394
blacklist snd_intel8x0m
blacklist snd_aw2
blacklist i2c_i801
blacklist prism54
blacklist bcm43xx
blacklist garmin_gps
blacklist asus_acpi
blacklist snd_pcsp
blacklist pcspkr
blacklist amd76x_edac

***** dmesg *****

****************** done ******************

Can You tell me why rt3290 is not working ?
Thanks.