Hi all,
just to start off right, as in the title, I just installed OpenSUSE 12.1 with LXDE.
I had my wireless card working great under 11.4 with KDE.
here is the output of lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 1737:0078 Linksys WUSB100 v2 RangePlus Wireless Network Adapter [Ralink RT3070]
so the device is showing up fine (and it works under windows as well).
so I read HCL:network link in another thread and it says the following:
“Configure module rt2870sta to load at boot.”
so how should I do this, also: is there a wireless management GUI in LXDE or do I need to do everything in the console?
I had tried some of the stuff in the getting your wireless to work with no success, I have a feeling that the driver is not loading, I already did zypper in kernel-firmware just to make sure the firmware was good to go and it says nothing to do.
On 03/02/2012 09:46 PM, brihno wrote:
>
> output of iwlist scan is:
> lo Interface doesn’t support scanning.
>
> eth0 Interface doesn’t support scanning.
You probably need to install the kernel-firmware package. Check the dmesg output
for notice that the firmware loading failed.
The driver changed from rt2870sta to rt2800usb, but it will work.
This is the only thing I can find in dmesg that is related (at least to my admittedly inexperienced eye) :
[80599.956048] usb 1-1: new high speed USB device number 2 using ehci_hcd
[80600.115609] usb 1-1: New USB device found, idVendor=1737, idProduct=0078
[80600.115616] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[80600.115621] usb 1-1: Product: Linksys RangePlus Wireless Network USB Adapter
[80600.115626] usb 1-1: Manufacturer: Cisco-Linksys LLC
OK after messing around a bit more got it working again by your advice from the last time around. the command I used specifically for anyone that cares:
su -
/sbin/modprobe -v rt2800usb
echo “1737 0078” > /sys/bus/usb/drivers/rt2800usb/new_id
exit
On 03/03/2012 01:26 AM, brihno wrote:
>
> OK after messing around a bit more got it working again by your advice
> from the last time around. the command I used specifically for anyone
> that cares:
> su -
> /sbin/modprobe -v rt2800usb
> echo “1737 0078”> /sys/bus/usb/drivers/rt2800usb/new_id
> exit
Your device is listed in the RT2800USB_UNKNOWN category, which the openSUSE
kernel does not have enabled. Please post (inside code tags), the dmesg output
after you do the echo command above.
4.008435] usb 1-2: New USB device found, idVendor=1737, idProduct=0078
4.008442] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
4.008447] usb 1-2: Product: Linksys RangePlus Wireless Network USB Adapter