Hi sir,
I tried both latest available Friendlywrt with and without docker (23.05), both of them showing no wireless tab in the luci gui.
In terminal, type ip -a
I check there is no etc/config/wireless file after several reboot try.
With Armbian/Dietpi etc, the wireless can be used no problem.
What is missing to bring up the wireless? Driver not compiled in the firmware?
Thank you!
I tried both latest available Friendlywrt with and without docker (23.05), both of them showing no wireless tab in the luci gui.
In terminal, type ip -a
Code: Select all
root@FriendlyWrt:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 8a:{ hide for security }rever
3: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 56:a2:6a:ad:c4:9e brd ff:ff:ff:ff:ff:ff
4: gre0@NONE: <NOARP> mtu 1476 qdisc noop state DOWN group default qlen 1000
link/gre 0.0.0.0 brd 0.0.0.0
5: gretap0@NONE: <BROADCAST,MULTICAST> mtu 1462 qdisc noop state DOWN group default qlen 1000
link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
6: erspan0@NONE: <BROADCAST,MULTICAST> mtu 1450 qdisc noop state DOWN group default qlen 1000
link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
I check there is no etc/config/wireless file after several reboot try.
With Armbian/Dietpi etc, the wireless can be used no problem.
What is missing to bring up the wireless? Driver not compiled in the firmware?
Thank you!