18 December 2008

USB Wifi Adapter with zd1211rw driver in Debian

Download the correct firmware from here: http://sourceforge.net/projects/zd1211/

Extract the archive and copy all files to /lib/firmware/zd1211

Open terminal as root and type:

# modprobe zd1211rw

Network-manager applet should recongnize the usb wifi adapter and scan the network.

Otherwise as root type:

# iwlist scan



( Source: http://www.linuxquestions.org/questions/showthread.php?p=3163685#post3163685 )

15 December 2008

Information for Intel graphics driver users

Quote

........

Configuration

The driver auto-detects all device information necessary to initialize the card. The only lines you should need in the "Device" section of your xorg.conf file are:

Section "Device"
Identifier "intel"
Driver "intel"
EndSection

......

Unquote


Source:

/usr/share/doc/xserver-xorg-video-intel/README.gz


(This post was edited on 16 Dec 2008 8:21 PM)
.