Home > Asus Z53Sseries, Intel iw 4965, kubuntu, linux, ubuntu, wicd > WiFi Laptop Asus Z53Sseries = 100% Linux compatible

WiFi Laptop Asus Z53Sseries = 100% Linux compatible

April 19th, 2008 Leave a comment Go to comments

nvidia graphic card : easy ( In Ubuntu : System Settings, Advanced, Restricted Drivers, etc )

Intel Wifi IW 4965:

The drivers work on the fly in Kubuntu/Ubuntu Gutsy Gibbon, but if you use the default config with “network manager”, it can’t connect to your DHCP server, and forget about WEP or WPA too..

So yeah, just get rid of network-manager and install wicd :

sudo apt-get remove network-manager

sudo kate /etc/network/interfaces
or :
sudo gedit /etc/network/interfaces

get rid of anything but :

auto lo
iface lo inet loopback

now install wicd

sudo apt-get install wicd

that’s it, wicd works with encryption too

  1. No comments yet.
  1. No trackbacks yet.