Package Details: 8192cu-dkms v4.0.2_9000-23

Git Clone URL: https://aur.archlinux.org/8192cu-dkms.git (read-only, click to copy)
Package Base: 8192cu-dkms
Description: Driver for Realtek RTL8188CUS (8188C, 8192C) chipset wireless cards
Upstream URL: http://www.realtek.com.tw/
Licenses: GPL
Conflicts: 8192cu, dkms-8192cu, rt8192cu
Replaces: dkms-8192cu
Submitter: runnytu
Maintainer: runnytu
Last Packager: runnytu
Votes: 102
Popularity: 0.000685
First Submitted: 2014-05-07 21:01 (UTC)
Last Updated: 2024-03-20 19:46 (UTC)

Dependencies (2)

Required by (0)

Sources (3)

Latest Comments

1 2 3 4 5 Next › Last »

test0 commented on 2019-11-03 10:19 (UTC) (edited on 2019-11-03 10:23 (UTC) by test0)

Hi I am getting this when compiling the module for my archlinuxarm setup (no mainline kernel unfortunately), any idea?

  CC [M]  /var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/linux/usb_ops_linux.o
/var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/linux/os_intfs.c:969:1: error: expected identifier or '(' before '{' token
 {
 ^
/var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/linux/os_intfs.c:1019:22: error: 'rtw_select_queue' undeclared here (not in a function); did you mean 'rtw_recv_select_queue'?
  .ndo_select_queue = rtw_select_queue,
                      ^~~~~~~~~~~~~~~~
                      rtw_recv_select_queue
make[1]: *** [scripts/Makefile.build:308: /var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/linux/os_intfs.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1233: _module_/var/lib/dkms/8192cu/v4.0.2_9000/build] Error 2
make: Leaving directory '/usr/src/linux-3.10.107-3-ARCH'

ashleykoree commented on 2019-08-24 10:18 (UTC) (edited on 2019-08-24 10:19 (UTC) by ashleykoree)

Realtek RTL8188CUS Lane is a good software for the network. With the help of this software, you can setup the local network easily. I use this software on my computer for my lane network. Some time ago I found a research paper on the lane network on http://www.payforresearchpapers.com. A lot was learned about the Man Lane network from this research paper as well.

aurelien commented on 2019-08-19 13:43 (UTC)

The trouble is when you need that package ... the embedded stuff just not connect to internet ... so how do you do??

git and dkms are not installed by default

runnytu commented on 2019-07-17 17:33 (UTC)

@papakilo, It's working ok both kernels 5.2 and 5.2.1 since 11/07/2019 with the version 4.0.2_9000-17, don't flag out of date.

rdnvndr commented on 2019-07-11 04:28 (UTC) (edited on 2019-07-11 04:31 (UTC) by rdnvndr)

Please add a patch:

*** old/Makefile    2019-07-11 07:17:43.112268961 +0300
--- new/Makefile    2019-07-11 07:13:50.372529957 +0300
***************
*** 14,19 ****
--- 14,21 ----
  EXTRA_CFLAGS += -Wno-unused-function
  EXTRA_CFLAGS += -Wno-unused

+ EXTRA_CFLAGS += -Wno-incompatible-pointer-types
+ 
  EXTRA_CFLAGS += -Wno-uninitialized

  EXTRA_CFLAGS += -I$(src)/include

kleinph commented on 2019-05-11 19:14 (UTC) (edited on 2019-05-11 19:16 (UTC) by kleinph)

My WIFI dongle seems to do not need this driver anymore. According to https://github.com/pvaret/rtl8192cu-fixes the upstream in-kernel driver should be fine since Linux 4.4.

franklucido commented on 2019-05-07 10:06 (UTC)

Driver for Realtek RTL8188CUS features and characteristics for SoftPedia blog and laboratory https://essays.agency/lab-report.html may be found on Tom's Hardware forum too. The manufacturer's license pdf file is uploaded in the section official documents and pdf manuals for drivers. More in the Software and Hardware course materials from Cornell University.

koloved commented on 2019-05-06 23:32 (UTC) (edited on 2019-05-07 10:42 (UTC) by koloved)

Uninstall custom drivers then - just made MTU = 9000 default kernel

papakilo commented on 2019-05-06 23:23 (UTC)

Hi runnytu,

sorry to inform you but 8192cu-dkms v4.0.2_9000-15 does NOT work with kernel 5.1.

Here you are my make.log hoping this can help you:

DKMS make.log for 8192cu-v4.0.2_9000 for kernel 5.1.0-1-MANJARO (x86_64) mar 7 mag 2019, 01:12:16, CEST make: ingresso nella directory "/usr/lib/modules/5.1.0-1-MANJARO/build" CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_cmd.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_security.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_debug.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_io.o /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_security.c: In function ‘aes_cipher’: /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_security.c:1504:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] for (j = 0; j < 8; j++) ^~~ /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_security.c:1507:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ payload_index = hdrlen + 8; ^~~~~~~~~~~~~ /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_security.c: In function ‘aes_decipher’: /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_security.c:1878:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] for (j = 0; j < 8; j++) ^~~ /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_security.c:1881:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ payload_index = hdrlen + 8; ^~~~~~~~~~~~~ CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_ioctl_query.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_ioctl_set.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_ieee80211.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_mlme.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_mlme_ext.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_wlan_util.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_pwrctrl.o /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_mlme_ext.c: In function ‘on_action_public_p2p’: /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_mlme_ext.c:5666:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if( rtw_memcmp(pwdinfo->rx_prov_disc_info.peerDevAddr, empty_addr, ETH_ALEN) ); ^~ /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_mlme_ext.c:5667:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ _rtw_memcpy(pwdinfo->rx_prov_disc_info.peerDevAddr, GetAddr2Ptr(pframe), ETH_ALEN); ^~~~~~~~~~~ CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_rf.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_recv.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_sta_mgt.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_ap.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_xmit.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_p2p.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_tdls.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_br_ext.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_iol.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/rtw_sreset.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/core/efuse/rtw_efuse.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/hal_intf.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/hal_com.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/dm.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/rtl8192c/rtl8192c_hal_init.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/rtl8192c/rtl8192c_phycfg.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/rtl8192c/rtl8192c_rf6052.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/rtl8192c/rtl8192c_dm.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/rtl8192c/rtl8192c_rxdesc.o /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/rtl8192c/rtl8192c_rf6052.c: In function ‘PHY_RFShadowRefresh’: /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/rtl8192c/rtl8192c_rf6052.c:1020:37: warning: iteration 63 invokes undefined behavior [-Waggressive-loop-optimizations] RF_Shadow[eRFPath][Offset].Value = 0; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/rtl8192c/rtl8192c_rf6052.c:1018:3: note: within this loop for (Offset = 0; Offset <= RF6052_MAX_REG; Offset++) ^~~ CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/rtl8192c/rtl8192c_cmd.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/rtl8192c/usb/usb_halinit.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/rtl8192c/usb/rtl8192cu_led.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/rtl8192c/usb/rtl8192cu_xmit.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/rtl8192c/usb/rtl8192cu_recv.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/rtl8192c/usb/usb_ops_linux.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/rtl8192c/rtl8192c_sreset.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/rtl8192c/rtl8192c_xmit.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/hal/rtl8192c/usb/Hal8192CUHWImg.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/osdep_service.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/linux/os_intfs.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/linux/usb_intf.o CC [M] /var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/linux/usb_ops_linux.o /var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/osdep_service.c: In function ‘isFileReadable’: /var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/osdep_service.c:1793:28: error: implicit declaration of function ‘get_ds’; did you mean ‘get_da’? [-Werror=implicit-function-declaration] oldfs = get_fs(); set_fs(get_ds()); ^~~~~~ get_da /var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/osdep_service.c:1793:28: error: incompatible type for argument 1 of ‘set_fs’ oldfs = get_fs(); set_fs(get_ds()); ^~~~~~~~ In file included from ./include/linux/uaccess.h:11, from ./include/linux/crypto.h:26, from ./include/crypto/hash.h:16, from ./include/linux/uio.h:14, from ./include/linux/socket.h:8, from ./include/linux/compat.h:15, from ./include/linux/ethtool.h:17, from ./include/linux/netdevice.h:41, from /var/lib/dkms/8192cu/v4.0.2_9000/build/include/osdep_service.h:769, from /var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/osdep_service.c:25: ./arch/x86/include/asm/uaccess.h:29:40: note: expected ‘mm_segment_t’ {aka ‘struct <anonymous>’} but argument is of type ‘int’ static inline void set_fs(mm_segment_t fs) ~~~~~~~~~~~~~^~ /var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/osdep_service.c: In function ‘retriveFromFile’: /var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/osdep_service.c:1821:29: error: incompatible type for argument 1 of ‘set_fs’ oldfs = get_fs(); set_fs(get_ds()); ^~~~~~~~ In file included from ./include/linux/uaccess.h:11, from ./include/linux/crypto.h:26, from ./include/crypto/hash.h:16, from ./include/linux/uio.h:14, from ./include/linux/socket.h:8, from ./include/linux/compat.h:15, from ./include/linux/ethtool.h:17, from ./include/linux/netdevice.h:41, from /var/lib/dkms/8192cu/v4.0.2_9000/build/include/osdep_service.h:769, from /var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/osdep_service.c:25: ./arch/x86/include/asm/uaccess.h:29:40: note: expected ‘mm_segment_t’ {aka ‘struct <anonymous>’} but argument is of type ‘int’ static inline void set_fs(mm_segment_t fs) ~~~~~~~~~~~~~^~ /var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/osdep_service.c: In function ‘storeToFile’: /var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/osdep_service.c:1855:29: error: incompatible type for argument 1 of ‘set_fs’ oldfs = get_fs(); set_fs(get_ds()); ^~~~~~~~ In file included from ./include/linux/uaccess.h:11, from ./include/linux/crypto.h:26, from ./include/crypto/hash.h:16, from ./include/linux/uio.h:14, from ./include/linux/socket.h:8, from ./include/linux/compat.h:15, from ./include/linux/ethtool.h:17, from ./include/linux/netdevice.h:41, from /var/lib/dkms/8192cu/v4.0.2_9000/build/include/osdep_service.h:769, from /var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/osdep_service.c:25: ./arch/x86/include/asm/uaccess.h:29:40: note: expected ‘mm_segment_t’ {aka ‘struct <anonymous>’} but argument is of type ‘int’ static inline void set_fs(mm_segment_t fs) ~~~~~~~~~~~~~^~ cc1: some warnings being treated as errors make[1]: [scripts/Makefile.build:276: /var/lib/dkms/8192cu/v4.0.2_9000/build/os_dep/osdep_service.o] Error 1 make[1]: Attesa per i processi non terminati.... make: *** [Makefile:1571: _module/var/lib/dkms/8192cu/v4.0.2_9000/build] Error 2 make: uscita dalla directory "/usr/lib/modules/5.1.0-1-MANJARO/build"

koloved commented on 2018-12-24 19:12 (UTC)

@runnytu, i am trying both of this - https://i.imgur.com/0VK0OfE.png

and yes , its latest version

runnytu commented on 2018-12-24 19:01 (UTC)

@koloved, It's working ok with kernel 4.19 since 23/09/2018, do you have installed the lastest version 8192cu-dkms v4.0.2_9000-14?

koloved commented on 2018-12-24 18:56 (UTC)

it doesn't work for 4,19 manjaro 18,01 (

petersmith43 commented on 2018-05-19 17:46 (UTC)

Great initiative taken. First priority of every government should be education. Building such projects would definitely strengthen economy. Meanwhile, young generation is attracted towards some medicines/drugs like cialis, viagra, etc. Govt. should also play part in stopping such growths by making people aware of cialis side effects. Here are detailed information about http://cialisiy.com/long-term-side-effects-of-cialis/”>long term side effects of cialis. Cialis causes many severe diseases like heart-attack, brain tumer, cancer, etc. starting phase of such diseases is blood pressure. Most of the people ask, http://cialisiy.com/does-cialis-lower-blood-pressure/”>does cialis lower blood pressure? Yes. It does which gives birth to other deadly diseases.

petersmith43 commented on 2018-05-19 17:45 (UTC)

Thanks for the great downloadables. Keep the ball rolling. If someone is looking for cheap and quality products in any part of world, https://www.shopibuy.net/">Shopibuy is offering 61% sale on all products with 100% money back guarantee and free shipment worldwide.

koloved commented on 2018-04-13 18:29 (UTC)

How to intall it? i tred it and doungle was break down

runnytu commented on 2018-03-23 07:20 (UTC)

@Sven, Do you update to the latest version of 06/02/2018? because the errors are from before I apply the patch for kernel 4.15.

Sven commented on 2018-03-22 21:48 (UTC)

@runnytu: https://pastebin.com/KbGGRGv3

runnytu commented on 2018-03-21 00:48 (UTC)

@Sven, compiled and working ok with linux-4.15.10-1.

Sven commented on 2018-03-20 21:43 (UTC)

This doesn't compile with latest linux-4.15.10-1

DaNiMoTh commented on 2017-11-06 16:01 (UTC)

Did someone manage to run a hotspot with this driver?

gut commented on 2017-06-28 02:12 (UTC)

Worked for me. I had a slow connection with rtl8192cu. Got the directions from this thread: https://bbs.archlinux.org/viewtopic.php?id=191110

aurelien commented on 2017-06-25 10:22 (UTC)

I think it comes from the kernel option during compilation. This package does not works as is.

PhotonX commented on 2017-06-07 09:13 (UTC)

I will try to get an iwconfig output from this machine (as I said, I have only remote access, unfortunately).

runnytu commented on 2017-06-06 20:02 (UTC)

@PhotonX, it's strange, if with lsusb you see the dongle and the module 8192cu loaded it's all ok, do you try with another network manager like iwconfig or to create manually the connection on network manager?

PhotonX commented on 2017-06-03 23:35 (UTC)

Right, I forgot to mention, there is no wireless network in the network manager applet when the driver is used.

runnytu commented on 2017-06-03 22:25 (UTC)

@PhotonX, in the logs of your image don't see any errors, is the correct output to work.

PhotonX commented on 2017-06-03 12:07 (UTC)

@runnytu: Regarding the 0df6:0077 dongle, it refused to work with this driver for some reason: https://www.imagebanana.com/view/pv6uacip/8192cu.jpg

kts commented on 2017-06-02 06:46 (UTC)

Everything is OK now. Thanks!

runnytu commented on 2017-06-01 18:54 (UTC)

@kts do you have the lastest version of the package installed? because it's working ok with 4.11.3-1-ARCH (x86_64) kernel.

kts commented on 2017-06-01 13:57 (UTC)

https://paste.debian.net/hidden/65505e25 /var/lib/dkms/8192cu/v4.0.2_9000/build/make.log

kts commented on 2017-06-01 13:27 (UTC)

Error! Bad return status for module build on kernel: 4.11.3-1-ARCH (x86_64)

DaVarga commented on 2017-05-18 16:05 (UTC)

Wifi connection on rpi-zero stable now.

runnytu commented on 2017-05-17 19:36 (UTC)

Hello, Bump to new version v4.0.2_9000-12 for kernel 4.11 compatibility.

PhotonX commented on 2017-05-13 19:13 (UTC)

Thanks for the quick fix, I will test asap (it's not on my machine) and report back!

runnytu commented on 2017-05-13 13:37 (UTC)

@PhotonX, This is because USB code 0df6:0077 isn't in the driver source code list of accepted devices, I update de source code to add compatibility with this device, reinstall the package should fix the issue.

PhotonX commented on 2017-05-11 20:20 (UTC)

Trying to use this with a Sitecom WLA-2100 (300M), USB code 0df6:0077. The module builds fine and everything looks good but after a reboot the module is not loaded. "lsmod | grep 8192" and "dmesg | grep 8192" give no output. When plugging off and on the Wifi stick, dmesg reports that it is running with xhci_hcd which is complete rubbish. What could be the reason for the problem? Running kernel 4.9.24.

Caribou123 commented on 2017-04-25 16:58 (UTC)

Hello, I encounter an issue with my dwa 131 B which use 8192cu driver. My download rate is 8mbits and upload 0,4mbits i m trying every option with modprobe but doesnt seem to change anything. Does some one already had this problem ? Is there a parameter that influe on upload rate ? Thanks^^

kts commented on 2017-03-16 15:55 (UTC) (edited on 2017-03-16 15:55 (UTC) by kts)

@runnytu, @kleinph; Thanks! Modifying NetworkManager.conf get me to the fullest possible speed and the highest signal strength.

kleinph commented on 2017-03-16 12:36 (UTC)

@runnytu, ups sorry, I must habe overlooked that.

runnytu commented on 2017-03-16 11:50 (UTC)

@kleinph, it was alredy in the comments: runnytu comentó en 2016-11-01 14:59 The problem with NM 1.4.2 is for a new functionality added in the new version, after upgrade both packages to 1.4.2, you need to add in etc/NetworkManager/NetworkManager.conf at the end of file this: [device] wifi.scan-rand-mac-address=no restart networkmanager service and works ok.

kleinph commented on 2017-03-16 10:31 (UTC) (edited on 2017-03-16 11:43 (UTC) by kleinph)

@francesco_dem: Are you using NetworkManager? That may be the problem, because it randomizes MAC addresses while scanning for networks. This seems to be not well supported by this driver and it constantly fails and spams the log with such messages: NetworkManager: <info> device (wlan0): supplicant interface state: disabled -> inactive NetworkManager: <warn> device (wlan0): set-hw-addr: new MAC address XX:XX:XX:XX:XX:XX not successfully set (scanning) NetworkManager: <info> device (wlan0): supplicant interface state: inactive -> disabled I put [device] wifi.scan-rand-mac-address=0 in my /etc/NetworkManager/NetworkManager.conf it worked like a charm. See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836351. @runnytu maybe you could put this info somewhere. (edit: posted the correct config snippet)

runnytu commented on 2017-03-09 20:12 (UTC)

One more time, rtlwifi, rtl8192c_common and rtl8xxxu are the kernel included drivers, and rtl8192cu the provided by this package, to work with the provided by this package only is need it rtl8192cu and blacklisted the rest, if not you are using the kernel drivers and don't need this package after all, with this blacklist is working since ever, if not working maybe you need some more packages or config change but the package still working ok.

kts commented on 2017-03-04 19:19 (UTC)

@francesco_dem It worked. Problem solved.

francesco_dem commented on 2017-02-08 16:12 (UTC)

Hi, I had to change blacklist-8192cu-dkms.conf from (like comment of beef): blacklist rtlwifi blacklist rtl8192c_common blacklist rtl8192cu blacklist rtl8xxxu to: blacklist rtl8192cu works for me

francesco_dem commented on 2017-02-07 16:13 (UTC)

hi, after update kernel to 4.9.7-1, doesn't work for me sudo dkms install -m 8192cu -v 1.10 8192cu: Running module version sanity check. Error! Module version v4.0.2_9000.20130911 for 8192cu.ko is not newer than what is already found in kernel 4.9.7-1-ARCH (v4.0.2_9000.20130911). You may override by specifying --force. depmod....... DKMS: install completed.

kts commented on 2017-02-04 19:05 (UTC) (edited on 2017-03-04 19:20 (UTC) by kts)

Change something. It no longer works. There's probably a conflict of module names.