I just installed gutsy on a friends laptop. The Install was a breeze. Upgrading was a breeze. But after upgrade network-manager nolonger recognizes the wireless. All i get in the systray is the wired device icon. I right click on the icon and there is no choice for wireless. The wireless worked fine until the upgrade. This is so damn frustrating! How is it that knetwork-manager can work great during the install and all during upgrading and then go to crap after the upgrade?
added some lines to /etc/network/interfaces
everything after the netmask line I copied from my desktop machine.
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
auto eth0
#iface eth1 inet dhcp
auto eth1
#iface eth1 inet dhcp
auto eth2
#iface eth2 inet dhcp
auto ath0
#iface ath0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
added some lines to /etc/network/interfaces
everything after the netmask line I copied from my desktop machine.
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
auto eth0
#iface eth1 inet dhcp
auto eth1
#iface eth1 inet dhcp
auto eth2
#iface eth2 inet dhcp
auto ath0
#iface ath0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
Comment