Page 1 of 1

nl80211 not found.

Posted: 2025-11-07 16:53
by usbcam
Typically the Ralink wireless adapters just work under Linux. And according to:
https://linux-hardware.org/?id=usb:148f-5572

This should not be an exception.

does the Ubuntu image for Luckfox Pico for some reason not include the drivers in the kernel or is there another issue?

Re: nl80211 not found.

Posted: 2025-11-08 3:03
by yangxj121
Due to the licensing issues of Ubuntu, we currently only provide third-party images of Ubuntu, and do not offer the release and support for the Ubuntu system at present. We recommend that you use the buildroot on our official website for testing. There is also support for nl80211 adaptation.

Re: nl80211 not found.

Posted: 2025-11-09 16:27
by usbcam
Thanks,
but buildroot does not work after installing the dependencies it ask s for it progesses further into:

Code: Select all

...
make -C /home/maker/luckfox-pico/sysdrv/source/kernel ARCH=arm mrproper
make[1]: Entering directory '/home/maker/luckfox-pico/sysdrv/source/kernel'
/usr/bin/env: 'python': No such file or directory
/usr/bin/env: ‘python’: No such file or directory
expr: syntax error: unexpected argument ‘4.9’
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
make[1]: Leaving directory '/home/maker/luckfox-pico/sysdrv/source/kernel'
make O=/home/maker/luckfox-pico/sysdrv/source/objs_kernel -C /home/maker/luckfox-pico/sysdrv/source/kernel ARCH=arm \
	CROSS_COMPILE=arm-rockchip830-linux-uclibcgnueabihf- luckfox_rv1106_linux_defconfig  || exit 1
make[1]: Entering directory '/home/maker/luckfox-pico/sysdrv/source/kernel'
make[2]: Entering directory '/home/maker/luckfox-pico/sysdrv/source/objs_kernel'
  GEN     Makefile
  LEX     scripts/kconfig/lexer.lex.c
/bin/sh: 1: flex: not found
make[3]: *** [scripts/Makefile.host:9: scripts/kconfig/lexer.lex.c] Error 127
make[2]: *** [/home/maker/luckfox-pico/sysdrv/source/kernel/Makefile:630: luckfox_rv1106_linux_defconfig] Error 2
make[2]: Leaving directory '/home/maker/luckfox-pico/sysdrv/source/objs_kernel'
make[1]: *** [Makefile:185: __sub-make] Error 2
make[1]: Leaving directory '/home/maker/luckfox-pico/sysdrv/source/kernel'
make: *** [Makefile:485: kernel] Error 1
make: Leaving directory '/home/maker/luckfox-pico/sysdrv'
[build.sh:error] Running build_kernel failed!
[build.sh:error] exit code 2 from line 847:
python is installed what is the issue here specific version needed?

Re: nl80211 not found.

Posted: 2025-11-11 2:26
by yangxj121
Hello, on our wiki, there is information about the installation of the SDK's dependent environment, and we suggest that you use Ubuntu 22.04 as your development environment. Currently, the error you are encountering still indicates a dependency issue. Once the SDK can be successfully compiled, you can run "./build.sh buildrootconfig" to make relevant configurations for nl80211.

Re: nl80211 not found.

Posted: 2025-11-17 20:54
by usbcam

Code: Select all

[root@luckfox root]# lsusb
Bus 001 Device 001: ID 1d6b:0002
Bus 001 Device 002: ID 148f:5572
Bus 002 Device 001: ID 1d6b:0003
What further settings does it need?

Since the booted system contains PHP, hostapd and apache I am fairly certain I booted the system I created with buildroot.


The dependencies (found here: https://wiki.luckfox.com/Luckfox-Pico-U ... mpilation/ not all guides on this site contain the list):

Code: Select all

sudo apt-get install -y git ssh make gcc gcc-multilib g++-multilib module-assistant expect g++ gawk texinfo libssl-dev bison flex fakeroot cmake unzip gperf autoconf device-tree-compiler libncurses5-dev pkg-config bc python-is-python3 passwd openssl openssh-server openssh-client vim file cpio rsync curl

Re: nl80211 not found.

Posted: 2025-11-17 23:36
by usbcam
On a second try I just added a bunch more stuff that seemed wifi related.
If you tell me how I can post a list of all added stuff.

example: wpa_supplicant_nl80211_rtk

Code: Select all

[root@luckfox root]# wpa_supplicant_nl80211_rtk 
wpa_supplicant v0.8.x_rtw-2-ga8ef7c824.20200911
Copyright (c) 2003-2011, Jouni Malinen <[email protected]> and contributors

This program is free software. You can distribute it and/or modify it
under the terms of the GNU General Public License version 2.

Alternatively, this software may be distributed under the terms of the
BSD license. See README and COPYING for more details.

usage:
  wpa_supplicant [-BddhKLqqstuvW] [-P<pid file>] [-g<global ctrl>] \
        -i<ifname> -c<config file> [-C<ctrl>] [-D<driver>] [-p<driver_param>] \
        [-b<br_ifname>] [-f<debug file>] \
        [-o<override driver>] [-O<override ctrl>] \
        [-N -i<ifname> -c<conf> [-C<ctrl>] [-D<driver>] \
        [-p<driver_param>] [-b<br_ifname>] ...]

drivers:
  wext = Linux wireless extensions (generic)
  nl80211 = Linux nl80211/cfg80211


Re: nl80211 not found.

Posted: 2025-12-03 10:07
by Crocodile
Hello, from the logs it appears that the USB network adapter has already been detected as
“Bus 001 Device 002: ID 148f:5572”.
We need you to provide the new dmesg output after plugging in the USB Wi-Fi adapter so we can further diagnose the issue.

At the same time, please make sure your kernel configuration has CONFIG_WLAN_VENDOR_RALINK enabled. The relevant driver must be enabled for the USB Wi-Fi adapter to register as a network device.
We do not have Ralink wireless adapters available for testing, so the assistance we can provide is limited.

Re: nl80211 not found.

Posted: 2025-12-06 11:56
by usbcam
Okay, then that's probably the issue. Because I have no idea how to modify that file. The commented out lines don't look like the active stuff and I don't understand the pattern.

#CONFIG_WLAN_VENDOR_RALINK is not set

vs

CONFIG_RK630_PHY=y

So if I set it active, would it be:
CONFIG_WLAN_VENDOR_RALINK=y
CONFIG_RALINK_ETH=y
...
?

Only thing I could find was:
https://www.kali.org/docs/nethunter/net ... -config-3/
But I don't know how related that this.

So I tried:
CONFIG_WLAN_VENDOR_RALINK=y

Which did not fail catastrophically and that is the degree to which I can judge the results here.

Since my config does not contain other lines that look like ralink stuff from there I have no further ideas on what to try. Everything past that first line that only looked slightly off is way more of a stretch. I don't usually use any Wifi stuff even on my phone it's turned off most of the time. So my experience in this area is vastly below average. I only know these adapters because a friend of mine used them in a project about 12 years ago. And he was really happy with them. And I remembered that the Kernel drivers with them just always worked. This adapter might be from that time. In case it matters for legacy drivers.

Re: nl80211 not found.

Posted: 2025-12-07 14:30
by usbcam
That was surely an issue too. But after enabling that it still did not work so I checked dmesg:

cfg80211: failed to load regulatory.db

pointed me to the fact that I was also missing wireless regdb.

Still no success, so i also tried unplugging the wifi stick and plugging it in again. dmesg reports on an USB event, but still no success.

Code: Select all

[root@luckfox root]# dmesg
[    0.192771] Goodix-TS 3-0014: supply AVDD28 not found, using dummy regulator
[    0.192944] Goodix-TS 3-0014: supply VDDIO not found, using dummy regulator
[    0.193228] Goodix-TS 3-0014: i2c test failed attempt 1: -6
[    0.226939] Goodix-TS 3-0014: i2c test failed attempt 2: -6
[    0.266782] Goodix-TS 3-0014: I2C communication failure: -6
[    0.269326] usbcore: registered new interface driver uvcvideo
[    0.269350] USB Video Class driver (1.1.1)
[    0.269990] Bluetooth: HCI UART driver ver 2.3
[    0.270009] Bluetooth: HCI UART protocol H4 registered
[    0.270181] cpu cpu0: leakage=18
[    0.270983] Synopsys Designware Multimedia Card Interface Driver
[    0.271889] dtbocfg: 0.1.0
[    0.271931] dtbocfg: OK
[    0.273080] dwmmc_rockchip ffa90000.mmc: IDMAC supports 32-bit address mode.
[    0.273125] dwmmc_rockchip ffa90000.mmc: Using internal DMA controller.
[    0.273143] dwmmc_rockchip ffa90000.mmc: Version ID is 270a
[    0.273181] dwmmc_rockchip ffa90000.mmc: DW MMC controller at irq 55,32 bit host data width,256 deep fifo
[    0.273292] mmc_host mmc0: card is non-removable.
[    0.273539] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    0.274110] dwmmc_rockchip ffaa0000.mmc: No normal pinctrl state
[    0.274132] dwmmc_rockchip ffaa0000.mmc: No idle pinctrl state
[    0.274267] dwmmc_rockchip ffaa0000.mmc: IDMAC supports 32-bit address mode.
[    0.274302] dwmmc_rockchip ffaa0000.mmc: Using internal DMA controller.
[    0.274319] dwmmc_rockchip ffaa0000.mmc: Version ID is 270a
[    0.274359] dwmmc_rockchip ffaa0000.mmc: DW MMC controller at irq 56,32 bit host data width,256 deep fifo
[    0.274457] dwmmc_rockchip ffaa0000.mmc: allocated mmc-pwrseq
[    0.274474] mmc_host mmc1: card is non-removable.
[    0.275457] usbcore: registered new interface driver snd-usb-audio
[    0.276073] rv1106-acodec ff480000.acodec: current soc_id: rv1106
[    0.276158] rv1106-acodec ff480000.acodec: Use pa_ctl_gpio and pa_ctl_delay_ms: 0
[    0.277820] NET: Registered protocol family 17
[    0.278087] Bluetooth: RFCOMM TTY layer initialized
[    0.278115] Bluetooth: RFCOMM socket layer initialized
[    0.278147] Bluetooth: RFCOMM ver 1.11
[    0.278202] [BT_RFKILL]: Enter rfkill_rk_init
[    0.278211] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    0.278738] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 5.
[    0.278781] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 2.
[    0.278801] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 34.
[    0.278816] [BT_RFKILL]: bluetooth_platdata_parse_dt: clk_get failed!!!.
[    0.278864] [BT_RFKILL]: Failed to get bt_default_wake_host gpio.
[    0.278908] rfkill_bt: probe of wireless-bluetooth failed with error -1
[    0.278985] Key type dns_resolver registered
[    0.279886] Loading compiled-in X.509 certificates
[    0.295075] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    0.308610] rockchip-drm display-subsystem: bound ff990000.vop (ops 0xb043ac84)
[    0.308690] rockchip-drm display-subsystem: bound ff000000.syscon:rgb (ops 0xb043b7e4)
[    0.308940] rockchip-drm display-subsystem: failed to parse resources for logo display
[    0.310606] rockchip-vop ff990000.vop: [drm:vop_crtc_atomic_enable] Update mode to 720x720p49, type: 17
[    0.331405] mmc_host mmc0: Bus speed (slot 0) = 49500000Hz (slot req 52000000Hz, actual 49500000HZ div = 0)
[    0.332391] mmc0: new high speed MMC card at address 0001
[    0.332848] mmcblk0: mmc0:0001 AT2S38 7.23 GiB 
[    0.332924] mmcblk0boot0: mmc0:0001 AT2S38 partition 1 4.00 MiB
[    0.333000] mmcblk0boot1: mmc0:0001 AT2S38 partition 2 4.00 MiB
[    0.333180] mmcblk0rpmb: mmc0:0001 AT2S38 partition 3 4.00 MiB, chardev (247:0)
[    0.333795]  mmcblk0: p1(env) p2(idblock) p3(uboot) p4(boot) p5(oem) p6(userdata) p7(rootfs)
[    0.335890] mmc_host mmc1: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
[    0.357383] Console: switching to colour frame buffer device 90x45
[    0.373634] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
[    0.374352] [drm] Initialized rockchip 3.0.0 20140818 for display-subsystem on minor 0
[    0.374866] input: adc-keys as /devices/platform/adc-keys/input/input0
[    0.389972] mmc_host mmc1: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
[    0.436843] mmc_host mmc1: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
[    0.459716] ALSA device list:
[    0.459743]   #0: rv1106-acodec
[    0.476883] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[    0.480147] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
[    0.480219] VFS: Mounted root (ext4 filesystem) readonly on device 179:7.
[    0.484738] devtmpfs: mounted
[    0.484947] Freeing unused kernel memory: 204K
[    0.484957] Kernel memory protection not selected by kernel config.
[    0.484984] Run /sbin/init as init process
[    0.484991]   with arguments:
[    0.484995]     /sbin/init
[    0.484998]   with environment:
[    0.485002]     HOME=/
[    0.485006]     TERM=linux
[    0.485010]     user_debug=31
[    0.485012]     storagemedia=emmc
[    0.485017]     earlycon=uart8250,mmio32,0xff4c0000
[    0.489207] process '/bin/busybox' started with executable stack
[    0.552033] EXT4-fs (mmcblk0p7): re-mounted. Opts: (null)
[    0.760489] udevd[99]: starting version 3.2.7
[    0.764977] udevd[99]: specified group 'input' unknown
[    0.765943] udevd[99]: specified group 'kvm' unknown
[    0.787871] udevd[100]: starting eudev-3.2.7
[    1.844175] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
[    1.844227] ext4 filesystem being mounted at /userdata supports timestamps until 2038 (0x7fffffff)
[    1.998424] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
[    2.180289] rk_dvbm ffa70000.rkdvbm: probe start
[    2.180327] rk_dvbm ffa70000.rkdvbm: dvbm ctx 2b0e8858
[    2.180629] rk_dvbm ffa70000.rkdvbm: probe success
[    2.218323] sc3336 4-0030: driver version: 00.01.01
[    2.218426] sc3336 4-0030: Failed to get pwdn-gpios
[    2.218441] sc3336 4-0030: could not get default pinstate
[    2.218451] sc3336 4-0030: could not get sleep pinstate
[    2.218474] sc3336 4-0030: supply avdd not found, using dummy regulator
[    2.218683] sc3336 4-0030: supply dovdd not found, using dummy regulator
[    2.218757] sc3336 4-0030: supply dvdd not found, using dummy regulator
[    2.228076] sc3336 4-0030: Unexpected sensor id(000000), ret(-5)
[    2.242353] mis5001 4-0031: driver version: 00.01.02
[    2.242458] mis5001 4-0031: Failed to get pwdn-gpios
[    2.242473] mis5001 4-0031: could not get default pinstate
[    2.242482] mis5001 4-0031: could not get sleep pinstate
[    2.242507] mis5001 4-0031: supply avdd not found, using dummy regulator
[    2.242725] mis5001 4-0031: supply dovdd not found, using dummy regulator
[    2.242789] mis5001 4-0031: supply dvdd not found, using dummy regulator
[    2.253089] mis5001 4-0031: Unexpected sensor id(000000), ret(-5)
[    2.307863] rkcifhw ffa10000.rkcif: no iommu attached, using non-iommu buffers
[    2.307887] rkcifhw ffa10000.rkcif: No reserved memory region assign to CIF
[    2.308317] rkcif rkcif-mipi-lvds: rkcif driver version: v00.02.00
[    2.308430] rkcif rkcif-mipi-lvds: attach to cif hw node
[    2.308444] rkcif rkcif-mipi-lvds: failed to get dphy hw node
[    2.308454] rkcif rkcif-mipi-lvds: rkcif wait line 0
[    2.308465] rkcif rkcif-mipi-lvds: rkcif fastboot reserve bufs num 3
[    2.308477] : terminal subdev does not exist
[    2.308487] : terminal subdev does not exist
[    2.308496] : terminal subdev does not exist
[    2.308503] : terminal subdev does not exist
[    2.308513] : get_remote_sensor: video pad[0] is null
[    2.308523] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[    2.308534] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[    2.308542] : get_remote_sensor: video pad[0] is null
[    2.308549] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[    2.308559] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[    2.308566] : get_remote_sensor: video pad[0] is null
[    2.308572] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[    2.308581] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[    2.308589] : get_remote_sensor: video pad[0] is null
[    2.308596] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[    2.308604] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[    2.324082] rkcif rkcif-mipi-lvds: No memory-region-thunderboot specified
[    2.325283] rockchip-mipi-csi2-hw ffa20000.mipi-csi2-hw: enter mipi csi2 hw probe!
[    2.325443] rockchip-mipi-csi2-hw ffa20000.mipi-csi2-hw: probe success, v4l2_dev:mipi-csi2-hw!
[    2.325568] rockchip-mipi-csi2-hw ffa30000.mipi-csi2-hw: enter mipi csi2 hw probe!
[    2.325683] rockchip-mipi-csi2-hw ffa30000.mipi-csi2-hw: probe success, v4l2_dev:mipi-csi2-hw!
[    2.326125] rockchip-mipi-csi2 mipi0-csi2: attach to csi2 hw node
[    2.326190] rkcif rkcif-mipi-lvds: Entity type for entity rockchip-mipi-csi2 was not initialized!
[    2.326207] rockchip-mipi-csi2: Async registered subdev
[    2.326216] rockchip-mipi-csi2: probe success, v4l2_dev:rkcif-mipi-lvds!
[    2.365953] rkisp_hw ffa00000.rkisp: is_thunderboot: 0
[    2.365981] rkisp_hw ffa00000.rkisp: Missing rockchip,grf property
[    2.366025] rkisp_hw ffa00000.rkisp: max input:0x0@0fps
[    2.366190] rkisp_hw ffa00000.rkisp: get sram size:253952
[    2.366206] rkisp_hw ffa00000.rkisp: no iommu attached, using non-iommu buffers
[    2.366216] rkisp_hw ffa00000.rkisp: No reserved memory region. default cma area!
[    2.366577] rkisp rkisp-vir0: rkisp driver version: v02.05.00
[    2.366742] rkisp rkisp-vir0: No memory-region-thunderboot specified
[    2.368441] rkisp rkisp-vir0: Entity type for entity rkisp-isp-subdev was not initialized!
[    2.404364] rockchip-csi2-dphy-hw ff3e8000.csi2-dphy-hw: csi2 dphy hw probe successfully!
[    2.420890] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!
[    2.837572] rkcif rkcif-mipi-lvds: clear unready subdev num: 2
[    2.838591] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[    2.838613] rkcif-mipi-lvds: Async subdev notifier completed
[    2.838637] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[    2.838646] rkcif-mipi-lvds: There is not terminal subdev, not synchronized with ISP
[    2.838903] rkisp rkisp-vir0: clear unready subdev num: 1
[    2.839118] rkcif-mipi-lvds: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[    2.839131] rkcif-mipi-lvds: There is not terminal subdev, not synchronized with ISP
[    2.839661] rkisp-vir0: Async subdev notifier completed
[    2.856929] rga: rga2, irq = 40, match scheduler
[    2.860372] rga: rga2 hardware loaded successfully, hw_version:3.3.87975.
[    2.860398] rga: rga2 probe successfully
[    2.860678] rga_iommu: IOMMU binding successfully, default mapping core[0x4]
[    2.861700] rga: Module initialized. v1.3.1
[    2.888934] mpp_vcodec: loading out-of-tree module taints kernel.
[    2.904981] mpp_vcodec: init new
[    2.905129] mpp_service mpp-srv: 424abb9b author: Yandong Lin 2024-04-29 [mpp_enc]: fix wrap enc sw timeout when resolution switch
[    2.905144] mpp_service mpp-srv: probe start
[    2.909402] mpp_rkvenc_540c ffa50000.rkvenc: probing start
[    2.909663] mpp_rkvenc_540c ffa50000.rkvenc: probing finish
[    2.910113] mpp_vepu_pp ffa60000.rkvenc-pp: probe device
[    2.910212] mpp_vepu_pp ffa60000.rkvenc-pp: shared_rst_a_pp is not found!
[    2.910224] vepu_pp_init:526: No aclk reset resource define
[    2.910234] mpp_vepu_pp ffa60000.rkvenc-pp: shared_rst_h_pp is not found!
[    2.910240] vepu_pp_init:529: No hclk reset resource define
[    2.912613] mpp_vepu_pp ffa60000.rkvenc-pp: probing finish
[    2.912881] mpp_service mpp-srv: probe success
[    2.942756] RKNPU ff660000.npu: RKNPU: rknpu iommu device-tree entry not found!, using non-iommu mode
[    2.943130] RKNPU ff660000.npu: RKNPU: Initialized RKNPU driver: v0.9.2 for 20230825
[    2.943216] RKNPU ff660000.npu: dev_pm_opp_set_regulators: no regulator (rknpu) found: -19
[    2.997757] rockit_load start
[    3.011278] rockit_load end
[    3.024860] rve: rve_irq, irq = 57, match scheduler
[    3.025081] rve: Driver loaded successfully rve[2] ver:[2021]58.1a
[    3.025099] rve: probe successfully
[    3.027614] rve: Module initialized. v1.0.6
[    3.168138] pwm-backlight backlight: supply power not found, using dummy regulator
[    3.195950] udevd[315]: failed to execute '/lib/udev/v4l_id' 'v4l_id /dev/video0': No such file or directory
[    3.219847] udevd[318]: failed to execute '/lib/udev/v4l_id' 'v4l_id /dev/video1': No such file or directory
[    3.222598] udevd[319]: failed to execute '/lib/udev/v4l_id' 'v4l_id /dev/video2': No such file or directory
[    3.223675] udevd[320]: failed to execute '/lib/udev/v4l_id' 'v4l_id /dev/video3': No such file or directory
[    3.245404] udevd[323]: failed to execute '/lib/udev/v4l_id' 'v4l_id /dev/video4': No such file or directory
[    3.246504] udevd[324]: failed to execute '/lib/udev/v4l_id' 'v4l_id /dev/video5': No such file or directory
[    3.248015] udevd[325]: failed to execute '/lib/udev/v4l_id' 'v4l_id /dev/video6': No such file or directory
[    3.474490] rk_gmac-dwmac ffa80000.ethernet eth0: PHY [stmmac-0:02] driver [RK630 PHY] (irq=POLL)
[    3.474828] dwmac4: Master AXI performs any burst length
[    3.474857] rk_gmac-dwmac ffa80000.ethernet eth0: No Safety Features support found
[    3.474878] rk_gmac-dwmac ffa80000.ethernet eth0: PTP not supported by HW
[    3.475169] rk_gmac-dwmac ffa80000.ethernet eth0: configuring for phy/rmii link mode
[    3.626895] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.674262] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.732136] libaes: exports duplicate symbol aes_decrypt (owned by kernel)
[    3.732535] libaes: exports duplicate symbol aes_decrypt (owned by kernel)
[    3.763591] aicbsp_init
[    3.763620] RELEASE_DATE:2025_0410_b99ca8b6
[    3.763630] aicbsp_resv_mem_init 
[    4.020293] aicbsp: aicbsp_set_subsys, subsys: AIC_WIFI, state to: 1
[    4.020323] aicbsp: aicbsp_set_subsys, power state change to 1 dure to AIC_WIFI
[    4.020332] aicbsp: aicbsp_platform_power_on
[    5.527581] rk_gmac-dwmac ffa80000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[    6.101919] aicbsp: aicbsp_set_subsys, fail to set AIC_WIFI power state to 1
[    6.124591] aicbsp: aicbsp_set_subsys, subsys: AIC_WIFI, state to: 1
[    6.124615] aicbsp: aicbsp_set_subsys, power state change to 1 dure to AIC_WIFI
[    6.124623] aicbsp: aicbsp_platform_power_on
[    6.551878] file system registered
[    6.572534] using random self ethernet address
[    6.572560] using random host ethernet address
[    6.588175] Mass Storage Function, version: 2009/09/11
[    6.588202] LUN: removable file: (no medium)
[    6.692046] read descriptors
[    6.692119] read strings
[    8.182028] aicbsp: aicbsp_set_subsys, fail to set AIC_WIFI power state to 1
[   10.224888] aic_bluetooth_mod_init
[   10.225251] -->rfkill_bluetooth_init
[   10.225380] <--rfkill_bluetooth_init
[  149.403533] usb 1-1: USB disconnect, device number 2
[  152.046799] usb 1-1: new high-speed USB device number 3 using xhci-hcd
[root@luckfox root]# lsusb
Bus 001 Device 001: ID 1d6b:0002
Bus 001 Device 003: ID 148f:5572
Bus 002 Device 001: ID 1d6b:0003
[root@luckfox root]#