lwfinger / rtl8188gu

This repo contains a Linux driver for the RTL8188GU
55 stars 20 forks source link

8188gu modules error #3

Closed yi-ge closed 4 years ago

yi-ge commented 4 years ago
[    5.249456] 8821cu: loading out-of-tree module taints kernel.
[    5.273124] usbcore: registered new interface driver rtl8821cu
[    5.498329] usbcore: registered new interface driver rtl88xxau
[    5.898800] Adding 524284k swap on /mnt/512MB.swap.  Priority:-2 extents:5 across:557052k SS
[    6.060339] systemd-journald[281]: Received request to flush runtime journal from PID 1
[    6.477033] asoc-simple-card soc:sound: i2s-hifi <-> 1c22800.i2s mapping ok
[    6.843312] 8188gu: Unknown symbol ns_to_timespec64 (err 0)
[    6.843348] 8188gu: Unknown symbol __ll_sc_atomic_add (err 0)
[    6.843617] 8188gu: Unknown symbol __check_object_size (err 0)
[    6.843636] 8188gu: Unknown symbol __ll_sc_atomic_sub_return (err 0)
[    6.843733] 8188gu: Unknown symbol _mcount (err 0)
[    6.843941] 8188gu: Unknown symbol __stack_chk_guard (err 0)
[    6.843991] 8188gu: Unknown symbol __ll_sc_atomic_sub (err 0)
[    6.844009] 8188gu: Unknown symbol __warn_printk (err 0)
[    6.844128] 8188gu: Unknown symbol __ll_sc_atomic_add_return (err 0)
[    6.844214] 8188gu: Unknown symbol __stack_chk_fail (err 0)
[    7.022711] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   11.351840] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
lwfinger commented 4 years ago

I have no idea how you managed those missing symbold; however, you obviously missed the note that, so far, there have been NO Linux drivers for the 8188gu. In other words, if you had gotten it built, it would not have worked!!!!

wandercn commented 2 years ago

我也遇到8188gu型号驱动问题,自己找资料整理了安装指南.我在Raspberry pi 和 ubuntu 20.0.4都安装成功了。deepin也应该可以。解决了您的问题帮忙点个星星

https://github.com/wandercn/RTL8188GU

yi-ge commented 2 years ago

@wandercn 谢谢!

lwfinger commented 2 years ago

The build is fixed.