Hi I’m pretty new to linux and am having troubles using my usb wifi adaptor. I am using open suse 11.1 with the kde 4 desktop environment.
I have a netgear wg111v3.
lsusb gives me:
Bus 008 Device 006:ID 0846:4260 Netgear, Inc. WG111v3 54Mbps wireless [realtek RTL8187B]
I have read the "My wireless doesn’t work - a primer on what I should do next " sticky and have completed all that succsesfully, deleted reconfiged and nothing.
I have also read the other stickys with no resolve.
From the “Getting Your Wireless to Work” sticky in the testing section the results from “/sbin/ifconfig”, I dont have the inet addr: where the sticky says. “The critical thing is that you have the line that starts with “inet addr:”.” .I dont know what that means, this is the only discreptency i could find.
I am using wpa-psk and am unsure on how to check if the wpa_supplicant is installed. I am seemingly able to connect to my router, using ifup (i think), however when i try and ping my router 10.1.1.1 it resolves the name, thus telling me its connected but it contiues to tell me host unreachable.
Ping results are:
:~>ping 10.1.1.1
PING 10.1.1.1 (10.1.1.1) 56(84) bytes of data.
From 10.l.1.4 icmp_seq=2 Destination Host Unreachable
I have triple checked my pass phrases and they are correct.
If there is anything else you need please ask me and i will see what i can do.
Interestingly there is a inet addr address now however i still have the same problem.
lsusb:
Bus 008 Device 008: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
Bus 008 Device 002: ID 05dc:a560 Lexar Media, Inc. JumpDrive FireFly
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 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 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
ping:
:~> ping 10.1.1.1
PING 10.1.1.1 (10.1.1.1) 56(84) bytes of data.
From 10.1.1.4 icmp_seq=2 Destination Host Unreachable
From 10.1.1.4 icmp_seq=3 Destination Host Unreachable
From 10.1.1.4 icmp_seq=6 Destination Host Unreachable
From 10.1.1.4 icmp_seq=7 Destination Host Unreachable
As you can see, there are three repositories with this package for openSUSE 11.1, one with a version from february 22nd (from my OBS repo, I did not upgrade them yet as I experienced problems with newer versions for another chipset) and two with a version from march 3rd.
Use the respective repository “openSUSE-11.1” (NOT openSUSE-11.1-update), got to the “x86_64” folder and download the “compat-wireless-kmp-default” package.
Transfer it to your linux box, install it (Right-click or “rpm -Uvh compat-wireless-kmp-default*” as root) and run
su
password
modprobe -rv rtl8187
modprobe -v rtl8187
rcnetwork restart
If your connection gets better, you’re done, if not, try the next compat-wireless-kmp-default package.
If all three don’t give you better performance, you’re out of luck with this driver from ready made packages at the moment.