Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After install the driver, Raspberry pi still unable to recongnize the USB device #18

Open
manalwong opened this issue Jul 13, 2022 · 0 comments

Comments

@manalwong
Copy link

I had followed your instrustion installed the driver successfully. The output shown as below:

: note: this is the location of the previous definition
CC [M] /home/pi/RTL8812BU_for_Raspbian/platform/platform_ops.o
CC [M] /home/pi/RTL8812BU_for_Raspbian/core/rtw_mp.o
In file included from /home/pi/RTL8812BU_for_Raspbian/include/drv_conf.h:17,
from /home/pi/RTL8812BU_for_Raspbian/include/drv_types.h:25,
from /home/pi/RTL8812BU_for_Raspbian/core/rtw_mp.c:16:
/home/pi/RTL8812BU_for_Raspbian/include/autoconf.h:183: warning: "CONFIG_RTW_SW_LED" redefined
#define CONFIG_RTW_SW_LED

: note: this is the location of the previous definition
LD [M] /home/pi/RTL8812BU_for_Raspbian/88x2bu.o
Building modules, stage 2.
MODPOST 1 modules
WARNING: "__sanitizer_cov_trace_cmp4" [/home/pi/RTL8812BU_for_Raspbian/88x2bu.ko] undefined!
WARNING: "__sanitizer_cov_trace_cmp8" [/home/pi/RTL8812BU_for_Raspbian/88x2bu.ko] undefined!
WARNING: "__sanitizer_cov_trace_pc" [/home/pi/RTL8812BU_for_Raspbian/88x2bu.ko] undefined!
WARNING: "__sanitizer_cov_trace_const_cmp4" [/home/pi/RTL8812BU_for_Raspbian/88x2bu.ko] undefined!
WARNING: "__sanitizer_cov_trace_const_cmp2" [/home/pi/RTL8812BU_for_Raspbian/88x2bu.ko] undefined!
WARNING: "__sanitizer_cov_trace_const_cmp1" [/home/pi/RTL8812BU_for_Raspbian/88x2bu.ko] undefined!
WARNING: "__sanitizer_cov_trace_const_cmp8" [/home/pi/RTL8812BU_for_Raspbian/88x2bu.ko] undefined!
WARNING: "__sanitizer_cov_trace_switch" [/home/pi/RTL8812BU_for_Raspbian/88x2bu.ko] undefined!
WARNING: "__sanitizer_cov_trace_cmp2" [/home/pi/RTL8812BU_for_Raspbian/88x2bu.ko] undefined!
WARNING: "__sanitizer_cov_trace_cmp1" [/home/pi/RTL8812BU_for_Raspbian/88x2bu.ko] undefined!
CC /home/pi/RTL8812BU_for_Raspbian/88x2bu.mod.o
LD [M] /home/pi/RTL8812BU_for_Raspbian/88x2bu.ko
make[1]: leave directory“/home/pi/linux-f16e91dad2af9d57aef477cc1f522040353849f5”
pi@raspberrypi:/RTL8812BU_for_Raspbian $ sudo make install
install -p -m 644 88x2bu.ko /lib/modules/4.19.97-v7+/kernel/drivers/net/wireless/
/sbin/depmod -a 4.19.97-v7+
pi@raspberrypi:
/RTL8812BU_for_Raspbian $ sudo reboot

The output above seen right, right?
But I still not able to get the second wlan interface:

pi@raspberrypi:/etc/network $ lsusb
Bus 001 Device 004: ID 0483:5750 STMicroelectronics
Bus 001 Device 005: ID 0bda:b812 Realtek Semiconductor Corp.
Bus 001 Device 006: ID 0424:7800 Standard Microsystems Corp.
Bus 001 Device 003: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
Bus 001 Device 002: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
pi@raspberrypi:/etc/network $ sudo iwconfig
wlan0 IEEE 802.11 ESSID:"Manal_Aruba"
Mode:Managed Frequency:5.18 GHz Access Point: BC:9F:E4:F9:95:12
Bit Rate=433.3 Mb/s Tx-Power=31 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
Link Quality=70/70 Signal level=-16 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:10 Invalid misc:0 Missed beacon:0

eth0 no wireless extensions.

lo no wireless extensions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant