semidaft@gmail.com wrote: ↑2024-06-30 8:35
Crocodile wrote: ↑2024-06-26 11:03
Potato wrote: ↑2024-06-26 8:50
Code: Select all
pico@luckfox:~$ wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf
Successfully initialized wpa_supplicant
nl80211: 'nl80211' generic netlink not found
Failed to initialize driver 'nl80211'
rfkill: Cannot get wiphy information
Could not read interface wlan0 flags: No such device
WEXT: Could not set interface 'wlan0' UP
wlan0: Failed to initialize driver interface
wlan0: CTRL-EVENT-DSCP-POLICY clear_all
pico@luckfox:~$
提示这个怎么解决。
您好,根据您的信息您目前使用的是ubuntu系统,请烧录buildroot系统测试
I use adb it's not working for me to.
Code: Select all
# wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf
Successfully initialized wpa_supplicant
nl80211: 'nl80211' generic netlink not found
Failed to initialize driver 'nl80211'
rfkill: Cannot get wiphy information
Could not read interface wlan0 flags: No such device
WEXT: Could not set interface 'wlan0' UP
wlan0: Failed to initialize driver interface
wlan0: CTRL-EVENT-DSCP-POLICY clear_all
# udhcpc -i wlan0
/bin/sh: 18: udhcpc: not found
#
Hello,According to the log you provided, it seems that the root filesystem used by your luckfox-pico is an older version of the system (the older version of the system cannot fully adapt to ultra) or it is an Ubuntu system. Please use the buildroot root filesystem of the new SDK for operation.