Alright so I recently bought a wireless usb adapter (NewEgg link) and I’ve installed the firmware (rtl8192su-kmp-default-2.6.34+git20100510_2.6.31.12_0.2-1.1.x86_64.rpm) and the network manager tells me that I have successfully connected to my wireless network.
The problem comes whenever I wanted to actually use that connection. Although the manager says I’m connected, I can’t actually connect to anything on the internet and my router does not list me as a connected wireless device.
The device seems to be functioning properly and I get the proper results from iwconfig and ifconfig but I can’t actually connect. Any help is appreciated, thanks.
That’s the problem why you cannot connect to internet via WLAN. Your WLAN adapter depends on a different net as your router. Your router is on the net 192.168.0.0/24 and your WLAN is on 10.42.43.0/24 which is a bit strangs but ok.
First of all: Why do you connect both adapters at the same time?
How do you get the addresses? Manually or by DHCP?
Is the router the same device as the WLAN access point?
The manager chooses to connect to both. There is no preference for me i guess I just kinda left the wireless on while I was using the wired.
I get the address by DHCP and my router is my access point. I don’t know why the wireless is trying to connect to a different address since we only have the one and the ESSID matches up with my router/access point.
First of all you should not connect to the same net at the same time with two different adapters on the same machine as long as there is no need to do so. BTW: What manager are you talking about? Network manager of KDE, Gnome, whatever? Just the same. It does what you are telling it.
What is strange is that you are connected to the same router with both adapters but you are connected to two different networks. What kind of router is it? Normally the router/access point/DHCP server which is the same box should give you an address within the same network. Are you really sure that you didn’t give the wlan adapter a fixed address? Type
cat /etc/sysconfig/network/ifcfg-wlan0
and paste it here.
Also, are you sure that the ESSID is correct? Did you set an individual one or is it a default one?