Você tem certeza de que o arquivo de interfaces suporta o uso da palavra-chave default
? Não vejo nenhuma menção a isso em man interfaces
- tente substituir
iface default inet static
com
iface wlan0 inet static
Então aqui está um estranho. Meu wireless funciona bem se eu configurá-lo manualmente, mas falha miseravelmente quando tento configurá-lo em / etc / network / interfaces. Acho que rastreei até ifup
não reconhecendo como um dispositivo real. Aqui estão as informações relevantes:
root@cubieboard:~# cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto wlan0
iface default inet static
address 10.0.0.20
netmask 255.255.255.0
root@cubieboard:~# ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 80:1f:02:9a:9c:c6
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:187 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
root@cubieboard:~# ifup wlan0
Ignoring unknown interface wlan0=wlan0.
Você tem certeza de que o arquivo de interfaces suporta o uso da palavra-chave default
? Não vejo nenhuma menção a isso em man interfaces
- tente substituir
iface default inet static
com
iface wlan0 inet static