I am indeed a newbie so bear with my stupidity. I am setting up my third computer with Ubuntu/Kubuntu and have come across a problem with this Acer that I haven't been able to resolve. I think that I know what it wrong, I just can't figure out how to fix it.
The problem is that the wireless just stopped working on this laptop after a couple of hours of use. It may be that the wireless disable switch was hit by accident and then turned back on. Regardless of the cause, my wireless does not work any longer. I have the option via the network manager to setup a wireless connection but it is not seeing my wireless network when I scan. I updated the network driver to the madwifi drivers as suggested and had some success. When I run iwconfig It appears that my wireless card (ath0) is working, but the network settings when I run lshw -c network show my wireless network using wifi0. I am positive that this is probably my issue but I can't seem to figure out how to change the lshw result. I tried to change the /etc/udev/70-persistent-net.rules line for ath0 to wifi0 but it simply added the ath0 line back in once I rebooted. I didn't expect that to work but I am getting deperate. Below is the text of both an iwconfig and lshw -c network run in my terminal.
tylerd@tylerd-laptop:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:18 dBm Sensitivity=1/1
Retryff RTS thrff Fragment thrff
Power Managementff
Link Quality=0/70 Signal level=-96 dBm Noise level=-96 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
tylerd@tylerd-laptop:~$ lshw -c network
WARNING: you should run this program as super-user.
*-network
description: Wireless interface
product: AR5001 Wireless Network Adapter
vendor: Atheros Communications Inc.
physical id: 0
bus info: pci@0000:02:00.0
logical name: wifi0
version: 01
serial: 00:19:7e:4b:bd:67
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list logical ethernet physical wireless
configuration: broadcast=yes driver=ath_pci latency=0 multicast=yes wireless=IEEE 802.11g
resources: irq:16 memory:44000000-4400ffff
*-network
description: Ethernet interface
product: RTL-8139/8139C/8139C+
vendor: Realtek Semiconductor Co., Ltd.
physical id: 1
bus info: pci@0000:06:01.0
logical name: eth0
version: 10
serial: 00:16:d4:d6:6b:39
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical
configuration: broadcast=yes driver=8139too driverversion=0.9.28 ip=192.168.2.13 latency=64 maxlatency=64 mingnt=32 multicast=yes
resources: irq:21 ioport:a000(size=256) memory:b0300000-b03000ff
tylerd@tylerd-laptop:~$
Thank you in advance for any assistance in this problem. Just as a side note, I found that all three of my computers have no network information in the /etc/network/interfaces documentation. Itonly have the loopback lines. I have added ath0 to this configuration with no positive result.
Thanks again.
The problem is that the wireless just stopped working on this laptop after a couple of hours of use. It may be that the wireless disable switch was hit by accident and then turned back on. Regardless of the cause, my wireless does not work any longer. I have the option via the network manager to setup a wireless connection but it is not seeing my wireless network when I scan. I updated the network driver to the madwifi drivers as suggested and had some success. When I run iwconfig It appears that my wireless card (ath0) is working, but the network settings when I run lshw -c network show my wireless network using wifi0. I am positive that this is probably my issue but I can't seem to figure out how to change the lshw result. I tried to change the /etc/udev/70-persistent-net.rules line for ath0 to wifi0 but it simply added the ath0 line back in once I rebooted. I didn't expect that to work but I am getting deperate. Below is the text of both an iwconfig and lshw -c network run in my terminal.
tylerd@tylerd-laptop:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:18 dBm Sensitivity=1/1
Retryff RTS thrff Fragment thrff
Power Managementff
Link Quality=0/70 Signal level=-96 dBm Noise level=-96 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
tylerd@tylerd-laptop:~$ lshw -c network
WARNING: you should run this program as super-user.
*-network
description: Wireless interface
product: AR5001 Wireless Network Adapter
vendor: Atheros Communications Inc.
physical id: 0
bus info: pci@0000:02:00.0
logical name: wifi0
version: 01
serial: 00:19:7e:4b:bd:67
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list logical ethernet physical wireless
configuration: broadcast=yes driver=ath_pci latency=0 multicast=yes wireless=IEEE 802.11g
resources: irq:16 memory:44000000-4400ffff
*-network
description: Ethernet interface
product: RTL-8139/8139C/8139C+
vendor: Realtek Semiconductor Co., Ltd.
physical id: 1
bus info: pci@0000:06:01.0
logical name: eth0
version: 10
serial: 00:16:d4:d6:6b:39
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical
configuration: broadcast=yes driver=8139too driverversion=0.9.28 ip=192.168.2.13 latency=64 maxlatency=64 mingnt=32 multicast=yes
resources: irq:21 ioport:a000(size=256) memory:b0300000-b03000ff
tylerd@tylerd-laptop:~$
Thank you in advance for any assistance in this problem. Just as a side note, I found that all three of my computers have no network information in the /etc/network/interfaces documentation. Itonly have the loopback lines. I have added ath0 to this configuration with no positive result.
Thanks again.
Comment