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

Error in general/overlay/etc/wireless/usb for HI3518EV200 Switcam HS303 V2 (maybe others) #1716

Open
tonyich opened this issue Feb 19, 2025 · 2 comments

Comments

@tonyich
Copy link

tonyich commented Feb 19, 2025

On boot i got error:

Starting network...
Setting GPIO-54 to HI
modprobe: module 8188eu not found in modules.dep
Successfully initialized wpa_supplicant
Could not read interface wlan0 flags: No such device
nl80211: Driver does not support authentication/association or connect commands
nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Could not read interface wlan0 flags: No such device

Check module name:

~# cat /lib/modules/4.9.37/modules.dep |grep 8188
kernel/drivers/staging/rtl8188eu/r8188eu.ko: kernel/net/wireless/cfg80211.ko

module name is r8188eu

but in script /etc/wireless/usb module name is different: modprobe 8188eu.

@cronyx
Copy link
Member

cronyx commented Feb 20, 2025

Hello, it is not error, hs303v2 use external wifi driver. You can see all configs for this camera in the builder repo.

@tonyich
Copy link
Author

tonyich commented Feb 20, 2025

cronyx, In the current version of the script, the camera will be inoperative, which prevents from doing this:

# HI3518EV200 Switcam HS303 V2
if [ "$1" = "rtl8188eus-switcam-hs303v2" ]; then
	set_gpio 54 1
	modprobe r8188eu
	exit 0
fi

I tested this on my camera - it works.

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

2 participants