Hi.
Just purchased this USB wifi NIC. installs and work perfect under Win XP, how ever I can’t seem to get working on my opensuse 11.3
Network manager did not recognize the NIC out of the box (still doesn’t) so I started trawling the forum and I’ve read both wireless ‘stickys’.
When out of the box did not work I installed the rt3070sta-kmp-desktop - RT3070 Wireless Lan Linux Driver from the repos.
My Nic and kernel version
lsusb
Bus 001 Device 004: ID 148f:3370 Ralink Technology, Corp.
uname -a
XXXXXXXX 2.6.34.7-0.5-desktop #1 SMP PREEMPT 2010-10-25 08:40:12 +0200 x86_64 x86_64 x86_64 GNU/Linux
I’d study this post to get inspired on how to install the 3070 driver.
I did
sudo vi /etc/modprobe.d/51-rt3070sta.conf
install rt3070sta modprobe --ignore-install rt3070sta ; /bin/echo "148f 3370" > /sys/bus/usb/drivers/rt3070/new_id
sudo vi /etc/modprobe.d/50-blacklist.conf
# Blacklist in-kernel drivers rt2800pci/rt2800usb.
# If you want to revert to preferring rt2800pci/rt2800usb
# comment the first two and uncomment the last two lines.
blacklist rt2800pci
blacklist rt2800usb
blacklist rt2860sta
blacklist rt2870sta
sudo vi /etc/sysconfig/kernel
MODULES_LOADED_ON_BOOT="rt3070sta"
And reboot
Then
dmesg |grep rt3
6.175298] usbcore: registered new interface driver rt3070
dmesg
374.041043] usb 1-6: new high speed USB device using ehci_hcd and address 6
374.172039] usb 1-6: New USB device found, idVendor=148f, idProduct=3370
374.172045] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
374.172049] usb 1-6: Product: 802.11 n WLAN
374.172052] usb 1-6: Manufacturer: Ralink
374.172055] usb 1-6: SerialNumber: 1.0
sudo /usr/sbin/iwconfig
root's password:
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 Ralink STA ESSID:"11n-AP" Nickname:"RT2870STA"
Mode:Auto Frequency=2.412 GHz Access Point: Not-Associated
Bit Rate:1 Mb/s
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=10/100 Signal level:0 dBm Noise level:-85 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
sudo /usr/sbin/iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wlan0 No scan results
And I’m stucked - as mentioned the NIC does not appear in YAST Network Manager.
What am I missing? Any help would be highly appreciated
/Peter