You are not logged in.
Pages: 1
I just bought a couple of 802.11n USB dongles, and the driver installation is proving troublesome.
lsusb informs me the chipset is rtl8188cus, and the Realtek site provides this driver for it: http://www.realtek.com.tw/downloads/dow … loads=true
Running the install script works until it gets to os_dep directory.
CC [M] /home/jimage/Software/Driver/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.1324.20110126/driver/rtl8192CU_linux_v2.0.1324.20110126/hal/rtl8192c/usb/rtl8192c_cmd.o
CC [M] /home/jimage/Software/Driver/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.1324.20110126/driver/rtl8192CU_linux_v2.0.1324.20110126/os_dep/osdep_service.o
/home/jimage/Software/Driver/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.1324.20110126/driver/rtl8192CU_linux_v2.0.1324.20110126/os_dep/osdep_service.c: In function ‘_rtw_mutex_init’:
/home/jimage/Software/Driver/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.1324.20110126/driver/rtl8192CU_linux_v2.0.1324.20110126/os_dep/osdep_service.c:305:2: error: implicit declaration of function ‘init_MUTEX’
make[2]: *** [/home/jimage/Software/Driver/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.1324.20110126/driver/rtl8192CU_linux_v2.0.1324.20110126/os_dep/osdep_service.o] Error 1
make[1]: *** [_module_/home/jimage/Software/Driver/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.1324.20110126/driver/rtl8192CU_linux_v2.0.1324.20110126] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.37-ARCH'
make: *** [modules] Error 2
Compile make driver error: 2, Please check error Mesg
Where do I go from here?
Offline
I think you may open makefile and find description for building file osdep_service.c
or
open osdep_service.c at nano/vim and find line number 305 ‘init_MUTEX’ (what's wrong in implicit declarayion)
Offline
Aye, was hoping to avoid crawling through the source, but if it comes to that...
But interestingly, it installs and runs fine on my EeePC. Both are running basically the same Arch setup. I'll try it again.
The EeePC is running kernel 2.6.36 while the desktop is 2.6.37. Could that perhaps be part of the issue?
Last edited by Jimage (2011-02-09 04:20:07)
Offline
Can you rollback your desktop to the kernel 2.6.36?
If the issue is not detected, it means drivers do not support the version of the kernel.
Offline
You can check this thread. It is the same chipset.
Last edited by naguz (2011-04-19 17:10:22)
Offline
Pages: 1