I am having difficulties in getting the PCI/WLAN interface to operate in my desktop PC. The WLAN/PCI card contains a RaLink 3062 device, which, according to the supplier, should work witk rt2860 driver supplied with Opensuse 11.4 (…drivers/staging/rt2860/rt2860sta.ko).
The interface does not show up in yast/…/Network interfaces.
Output from some commands:
--------------------- Output from command “lspci”: 00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 01) 00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01) 00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01) 00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01) 00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 81) 00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev 01) 00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller (rev 01) 00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01) 00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC’97 Audio Controller (rev 01) 05:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VM (LOM) Ethernet Controller (rev 81) 05:09.0 Network controller: RaLink Device 3062 --------------------- Output from command “lspci -n”: 00:00.0 0600: 8086:2560 (rev 01) 00:02.0 0300: 8086:2562 (rev 01) 00:1d.0 0c03: 8086:24c2 (rev 01) 00:1d.1 0c03: 8086:24c4 (rev 01) 00:1d.7 0c03: 8086:24cd (rev 01) 00:1e.0 0604: 8086:244e (rev 81) 00:1f.0 0601: 8086:24c0 (rev 01) 00:1f.1 0101: 8086:24cb (rev 01) 00:1f.3 0c05: 8086:24c3 (rev 01) 00:1f.5 0401: 8086:24c5 (rev 01) 05:08.0 0200: 8086:103b (rev 81) 05:09.0 0280: 1814:3062 --------------------- Output from command “lspci -nn |grep Ethernet”: 05:08.0 Ethernet controller [0200]: Intel Corporation 82801DB PRO/100 VM (LOM) Ethernet Controller [8086:103b] (rev 81) --------------------- Output from command “dmesg |grep firmware”: 7.119656] intel_rng: don’t want to disable this in firmware setup, and if --------------------- Output from command “dmesg |grep found”: 0.000000] found SMP MP-table at [c00f9bf0] f9bf0 0.071864] ACPI: No dock devices found. 0.078750] HEST: Table is not found! 0.081714] pnp: PnP ACPI: found 15 devices 0.489689] bootsplash: …found (1280x1024, 131007 bytes, v3). 0.698720] ERST: Table is not found! 1.009316] isapnp: No Plug & Play device found 2.896141] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 2.896469] hub 1-0:1.0: USB hub found 2.986605] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 2.986860] hub 2-0:1.0: USB hub found 2.987107] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 2.987279] hub 3-0:1.0: USB hub found 3.301624] PM: Image not found (code -22) 3.583021] usb 3-1: New USB device found, idVendor=04b4, idProduct=0033 22.552854] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found --------------------- Output from command “dmesg |grep 2860”: 131.446136] rt2860sta: module is from the staging directory, the quality is unknown, you have been warned. --------------------- Output from command “dmesg |egrep ‘ath|wifi|hal’”: --------------------- Output from command “ifconfig”: eth0 Link encap:Ethernet HWaddr 00:0B:CD:28:27:EC inet addr:192.168.0.167 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:7615 errors:0 dropped:0 overruns:0 frame:0 TX packets:4399 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:9572324 (9.1 Mb) TX bytes:320263 (312.7 Kb) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:10 errors:0 dropped:0 overruns:0 frame:0 TX packets:10 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:500 (500.0 b) TX bytes:500 (500.0 b) --------------------- Output from command “lsmod |grep 2860”: rt2860sta 523612 0 crc_ccitt 1419 1 rt2860sta --------------------- Output from command “ls -l /lib/firmware |grep 2860”: -rw-r–r-- 1 root root 8192 24 feb 2011 rt2860.bin --------------------- Output from command “rfkill list0”: --------------------- Output from command “ls -l /etc/Wireless/RT2860STA”: totalt 4 -rw-r–r-- 1 root root 740 18 sep 2008 RT2860STA.dat ---------------------
Are ther any hints on how to proceed in finding a solution?
/Bengt T