phe
2008-03-24, 12:19 PM CDT
Hello,
[phe@localhost ~]$ su -c '/sbin/ifconfig wlan1 up'
Password:
[phe@localhost ~]$ /sbin/ifconfig wlan1
wlan1 Link encap:Ethernet HWaddr 00:13:46:63:25:E8
inet addr:192.168.1.5 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:292 (292.0 b)
I am missing the RUNNING status in wlan1
On eth0, I have RUNNING.
[phe@localhost ~]$ /sbin/ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:E0:18:64:B3:98
inet addr:192.168.232.95 Bcast:192.168.232.255 Mask:255.255.255.0
inet6 addr: fe80::2e0:18ff:fe64:b398/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:17186 errors:0 dropped:0 overruns:0 frame:0
TX packets:15217 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:21150616 (20.1 MiB) TX bytes:1119860 (1.0 MiB)
Interrupt:16 Base address:0xa000
Who can explain me how I can get my wlan1 RUNNING ?
Thanks
[phe@localhost ~]$ su -c '/sbin/ifconfig wlan1 up'
Password:
[phe@localhost ~]$ /sbin/ifconfig wlan1
wlan1 Link encap:Ethernet HWaddr 00:13:46:63:25:E8
inet addr:192.168.1.5 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:292 (292.0 b)
I am missing the RUNNING status in wlan1
On eth0, I have RUNNING.
[phe@localhost ~]$ /sbin/ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:E0:18:64:B3:98
inet addr:192.168.232.95 Bcast:192.168.232.255 Mask:255.255.255.0
inet6 addr: fe80::2e0:18ff:fe64:b398/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:17186 errors:0 dropped:0 overruns:0 frame:0
TX packets:15217 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:21150616 (20.1 MiB) TX bytes:1119860 (1.0 MiB)
Interrupt:16 Base address:0xa000
Who can explain me how I can get my wlan1 RUNNING ?
Thanks