AT76C5XXx

From LQWiki
Jump to navigation Jump to search

AT76C5XXx is a family of 802.11b Wireless chipsets, among them the AT76C503a. They are found in pci, pcmcia, and usb cards. The driver for them is the atmelwlandriver. If you use usb you also can use the berlios at76c503a driver instead, but the berlios driver does not appear to have wpa support like the atmelwlandriver.

Installing atmelwlandriver

Download it from sourceforge, and extract. Enter directory and run:

 $ make world

Then, as root, run:

 # make install

Installing at76c503a usb driver

Download it from Berlios, extract. Enter directory and run:

 $ make

Then as root:

 # make install

External links