Udit-K / realtek-8188cus-wireless-drivers-3444749-ubuntu-1304

Automatically exported from code.google.com/p/realtek-8188cus-wireless-drivers-3444749-ubuntu-1304
0 stars 0 forks source link

Driver not working on Ubuntu 13.10 #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Driver cant build on the Kernel of Ubuntu 13.10 
Possible workaround could be find here 
https://github.com/archlinuxarm/PKGBUILDs/blob/81f39bc21223b072935e8e83c462f926c
7b0cdf7/aur/dkms-8192cu/fix_310_proc.patch

Original issue reported on code.google.com by robbe....@gmail.com on 19 Oct 2013 at 11:46

GoogleCodeExporter commented 8 years ago
This workaround should be working, but I was unsucessful in compiling it on my 
own, probably due to lack of skill. An updated package which includes this 
patch would be fantastic!

Original comment by imer...@gmail.com on 20 Oct 2013 at 11:50

GoogleCodeExporter commented 8 years ago
Thanks, it works!

If you have problems, download, then:
cd /usr/src/rtl8192cu-tjp-1.6/
patch -p1 < /.../fix_310_proc.patch 
dpkg-reconfigure rtl8192cu-tjp-dkms
rmmod rtl8192cu 
# errors OK (it may be not loaded, if blacklisted)
modprobe 8192cu

Original comment by sergey1...@gmail.com on 22 Oct 2013 at 12:32

GoogleCodeExporter commented 8 years ago
This works for me. 
0bda:8178

Original comment by gellert....@gmail.com on 22 Oct 2013 at 11:10

GoogleCodeExporter commented 8 years ago
Sorry that I am not sure how to compile it. Would any kind soul share the .deb 
file? Thanks.

Original comment by boonkui....@gmail.com on 23 Oct 2013 at 1:20

GoogleCodeExporter commented 8 years ago
Here is a fix https://github.com/pvaret/rtl8192cu-fixes

Original comment by robbe....@gmail.com on 24 Oct 2013 at 5:13

GoogleCodeExporter commented 8 years ago
Thanks so much for pointing to the fix in #5. It worked ;) 

Original comment by boonkui....@gmail.com on 24 Oct 2013 at 5:41

GoogleCodeExporter commented 8 years ago
Newbie question. Will this fix be folded in to the kernel, and be available in 
all officially released buntus post 13.10?

Original comment by tojo...@gmail.com on 11 Nov 2013 at 5:28

GoogleCodeExporter commented 8 years ago
Thanks. This patch works well with

lsb_release -a
Distributor ID: Ubuntu
Description:    Ubuntu Trusty Tahr (development branch)
Release:        14.04
Codename:       trusty

Original comment by map...@gmail.com on 16 Feb 2014 at 12:03