17.1 WiFi problem (update)

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
dbpbandit

Re: 17.1 WiFi problem (update)

Post by dbpbandit »

This is the results if the lsusb command:

Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 004: ID 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS]
Bus 003 Device 003: ID 17ef:6019 Lenovo
Bus 003 Device 002: ID 045e:07b1 Microsoft Corp.
Bus 003 Device 006: ID 04f2:b39a Chicony Electronics Co., Ltd
Bus 003 Device 005: ID 0bda:8761 Realtek Semiconductor Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Thanks.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: 17.1 WiFi problem (update)

Post by JeremyB »

sudo apt-get install git linux-headers-generic build-essential dkms

Code: Select all

git clone https://github.com/pvaret/rtl8192cu-fixes.git

Code: Select all

sudo dkms add ./rtl8192cu-fixes

Code: Select all

sudo dkms install 8192cu/1.10

Code: Select all

sudo depmod -a

Code: Select all

sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/
Reboot
dbpbandit

Re: 17.1 WiFi problem (update)

Post by dbpbandit »

This worked, Thank you very much!
vansloneker

Re: 17.1 WiFi problem (update)

Post by vansloneker »

JeremyB wrote: Wed Apr 29, 2015 4:55 pm sudo apt-get install git linux-headers-generic build-essential dkms

Code: Select all

git clone https://github.com/pvaret/rtl8192cu-fixes.git

Code: Select all

sudo dkms add ./rtl8192cu-fixes

Code: Select all

sudo dkms install 8192cu/1.10

Code: Select all

sudo depmod -a

Code: Select all

sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/
Reboot
looking for a solution to an intermittent Netgear WNA1000 micro USB WiFi adapter I found this solution which I tried to apply. I got stuck at

Code: Select all

sudo dkms install 8192cu/1.10
Error! Could not find module source directory.
Directory: /usr/src/8192cu-1.10 does not exist.
Turned out for whatever reason /usr/src/8192cu-1.10 was named /usr/src/8192cu-1.11
So renamed /usr/src/8192cu-1.11 to /usr/src/8192cu-1.10, completed the sequence and so far it seem to have resolved the problem.
I'm posting this as it may be of help for anyone who runs into the same problem.
Locked

Return to “Networking”