Title: [SOLVED] wifi doesn't work [Print This Page] Author: Key Time: 2/26/2016 20:08 Title: [SOLVED] wifi doesn't work Last edited by Key In 2/27/2016 14:23 Editor
hello everyone
I have some problem with wifi module.
I removed network-manager and configured wifi in /etc/network/interfaces manually.
auto wlan0
iface wlan0 inet static
address 192.168.111.1
netmask 255.255.255.0
network 192.168.111.0
broadcast 192.168.111.255
wpa-ssid name
wpa-psk pass
Copy the code
then
sudo ifup wlan0
Copy the code
and it used to work well.
But after board restarted, interface wlan0 just disappeared....
iwconfig shows only sit, eth0, and lo interfaces.
dmesg without wifi config | grep wlan:
[ 4.058073] [WLAN_RFKILL]: Enter rfkill_wlan_init
[ 4.058325] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[ 4.058342] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[ 4.058350] [WLAN_RFKILL]: wlan_platdata_parse_dt: disable wifi io reference voltage control.
[ 4.058357] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
wifi rockchip driver just didn't start without any messages...
How can i configure wifi?
Thanks Author: Key Time: 2/27/2016 14:22
solved))
allow-hotplug wlan0Author: busybee Time: 3/3/2016 16:29
Thank you for sharing this.
Welcome Firefly Open Source Community (https://bbs.t-firefly.com/)