Kavity
November 1st, 2008, 11:32 AM
Hey,
I know there's been posts about wireless not working with Ibex, and I've read through them and followed some of the things posted, but I'm still running into problems.
My card is Atheros AR2413, and here's the lspci information
[kavity@Shadow:~$] lspci | grep Atheros
06:02.0 Ethernet controller: Atheros Communications Inc. AR2413 802.11bg NIC (rev 01)
It is ath0. I have configured my /etc/network/interfaces properly for it.
auto ath0
iface ath0 inet dhcp
address 192.168.2.14
netmask 255.255.255.0
gateway 192.168.2.1
wireless-key ************************
wireless-essid BananaBoat
The "wireless-key" is set correctly in the actual file. It's 128-bit WEP.
When I run `ifup ath0` I get this:
wmaster0: unknown hardware address type 801
wmaster0: unknown hardware address type 801
Listening on LPF/ath0/00:19:7e:02:17:4b
Sending on LPF/ath0/00:19:7e:02:17:4b
Sending on Socket/fallback
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 4
DHCPOFFER of 192.168.2.14 from 192.168.2.1
DHCPREQUEST of 192.168.2.14 on ath0 to 255.255.255.255 port 67
DHCPACK of 192.168.2.14 from 192.168.2.1
bound to 192.168.2.14 -- renewal in 129445 seconds.
* if-up.d/mountnfs[ath0]: waiting for interface lo before doing NFS mounts
This all works fine, and I get connected, and can use the internet perfectly fine, but after about 5 minutes(maybe less), it stops working, and I have to `ifdown ath0`, and `ifup ath0` again if I want to use the connection, but again, it disconnects.
Anyone have any ideas what could be causing the problem?
I know there's been posts about wireless not working with Ibex, and I've read through them and followed some of the things posted, but I'm still running into problems.
My card is Atheros AR2413, and here's the lspci information
[kavity@Shadow:~$] lspci | grep Atheros
06:02.0 Ethernet controller: Atheros Communications Inc. AR2413 802.11bg NIC (rev 01)
It is ath0. I have configured my /etc/network/interfaces properly for it.
auto ath0
iface ath0 inet dhcp
address 192.168.2.14
netmask 255.255.255.0
gateway 192.168.2.1
wireless-key ************************
wireless-essid BananaBoat
The "wireless-key" is set correctly in the actual file. It's 128-bit WEP.
When I run `ifup ath0` I get this:
wmaster0: unknown hardware address type 801
wmaster0: unknown hardware address type 801
Listening on LPF/ath0/00:19:7e:02:17:4b
Sending on LPF/ath0/00:19:7e:02:17:4b
Sending on Socket/fallback
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 4
DHCPOFFER of 192.168.2.14 from 192.168.2.1
DHCPREQUEST of 192.168.2.14 on ath0 to 255.255.255.255 port 67
DHCPACK of 192.168.2.14 from 192.168.2.1
bound to 192.168.2.14 -- renewal in 129445 seconds.
* if-up.d/mountnfs[ath0]: waiting for interface lo before doing NFS mounts
This all works fine, and I get connected, and can use the internet perfectly fine, but after about 5 minutes(maybe less), it stops working, and I have to `ifdown ath0`, and `ifup ath0` again if I want to use the connection, but again, it disconnects.
Anyone have any ideas what could be causing the problem?