User Manual

11
2.3.4 Under Linux
Please follow the following steps to install the utility and driver.
1) Unpack the ATMEL_linux_drivers.tgz package (anywhere you like).
# tar xzvf ATMEL_linux_drivers.tgz
2) In the setup directory run:
# make config
# make
This will do everything (install the driver patch and the necessary files ). (make sure that you logged
on as root).
3) In order for the applications to run you have to enable CONFIG_NET_RADIO in the kernel.
in /usr/src/linux
# make menuconfig
Select Network Device Support
|--->Wireless LAN (non-hamradio)
|--->Wireless LAN (non-hamradio)
4) PCMCIA NOTE
If you are installing the PCMCIA driver after the installation run :
#/etc/init.d/pcmcia restart
Note: FOR MORE DETAILS SEE THE README INSIDE THE vnetsetup PACKAGE