Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1876  / 2 Years ago, sat, april 2, 2022, 2:37:54

I've been trying to connect to this network for quite some time. I can't directly connect to the router with a Wire, but can access the Router with other wireless devices without any issues.



I had previously tried several other Wifi nic's but none of them would load properly.



Today, i went and bought a new (supported) Sabrent A111N USB Dongle, which said explicitly that it works with Linux 2.4 +.



I popped the Dongle in, and low-and-behold it immediately said that there were Available Wireless Connections. I selected my connection and tried to connect, but it just loops constantly while saying Wireless Disconnected then attempts to connect again over and over.



ifconfig and iwconfig both show my device in a ready and working state. However, iwlist wlan0 scan says that there are no results found. I don't get it...



At one point, I could see the CPU in the DHCP client list under the router, but it doesn't fully make the connection (something about a timeout?).



Any help would be appreciated.



Bus 001 Device 002: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN


More From » 12.04

 Answers
0

While RTL8188CUS is indeed supported, and should work out of the box, and yet, there are reports around the WWW that it doesn't. The device 'sees' the networks around, but won't connect to them. Here is a bug report.



That said, you can get it to work by downloading and installing the driver from Realtek. The device uses the rtl8192cu module by default, which can be varified by running lsmod | grep 8192 in a terminal.




  1. Download RTL8192CU for Linux from Realtek.


  2. Right click the downloaded file, select Extract Here.


  3. Before installing, you need to blacklist the broken module, so run the following and reboot.



    echo 'rtl8192cu' | sudo tee -a /etc/modprobe.d/blacklist.conf


  4. Now open a terminal window and change to the driver folder



    cd RTL8188C_8192C_USB_linux_v3.4.4_4749.20120806


  5. Run sudo bash ./install.sh




Wireless should start working now. You'll need to reinstall the driver after every kernel update.


[#35106] Monday, April 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
antorchestr

Total Points: 92
Total Questions: 111
Total Answers: 120

Location: Jordan
Member since Wed, Jun 17, 2020
4 Years ago
;