Hello,
I'm trying to install OLSRD on some Intel Galileo's. Somewhere in the progress it says:
Code:
Checking wlan0:
Interface not up & running - skipping it...
Checking ifconfig I see that it says "UP", but I can't seem to figure out why my wlan0-interface isn't "RUNNING". Most solutions on the internet mention something about checking your cables and such (because they have issues with a wired Ethernet connection) but that's of no importance for my wireless interface. Could anyone be of any help?
I have an Intel Centrino Advanced-N 6235 plugged in, which is working (I can ping other devices with it). Other information that might be useful are given below.
TLDR: How do I get my wireless interface to be "RUNNING"?
Code:
root@un:~# ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 0c:d2:32:3e:22:42
inet6 addr: fd00::10/64 Scope:Global
inet6 addr: fe80::ed3:92ff:fe3e:2042/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:17 errors:0 dropped:0 overruns:0 frame:0
TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1526 (1.4 KiB) TX bytes:1828 (1.7 KiB)
Code:
root@un:~# iwconfig wlan0
wlan0 IEEE 802.11bgn ESSID:"EXAMPLE ESSID"
Mode:Ad-Hoc Frequency:2.412 GHz Cell: 46:CA:FA:F5:F2:68
Tx-Power=15 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Code:
root@un:~# cat /etc/network/interfaces
# The loopback interface
auto lo
iface lo inet loopback
iface lo inet6 loopback
# Wired interfaces
auto eth0
iface eth0 inet static
address 192.168.2.2
netmask 255.255.255.0
broadcast 192.168.2.255
gateway 192.168.2.1
network 192.168.2.0
# Wireless interfaces
auto wlan0
iface wlan0 inet6 static
pre-up modprobe ipv6
address fd00::10
netmask 64
Code:
Linux clanton 3.8.7-yocto-standard i586 GNU/Linux
Code:
root@un:~# ping6 fd00::11
PING fd00::11(fd00::11) 56 data bytes
64 bytes from fd00::11: icmp_seq=1 ttl=64 time=11.3 ms
64 bytes from fd00::11: icmp_seq=2 ttl=64 time=4.36 ms
64 bytes from fd00::11: icmp_seq=3 ttl=64 time=5.56 ms