(correction, j´ai pu récupérer les drivers et j´ai l´explication suivante :
1. Ensure you have kernel sources matching the kernel you want to compile for (incl. the correct configuration).
2. Get either the latest released driver source, 0.11, or the latest cvs tarball. A kernel 2.6.x currently requires the cvs tarball!
3. Compile and install (as root):
make
make install
4. Plug the device in and watch the syslog; if you see lines like:
at76c503.c: device´s MAC 00:08:a1:42:9c:d9, regulatory domain ETSI (Europe - (Spain+France) (id 48)
at76c503.c: registered wlan0
the driver started successfully.
5. Set the wireless parameters and open the netdevice:
iwconfig wlan0 essid your_ssid mode your_mode
ifconfig wlan0 your_ipaddr
6. Try to ping etc. your peer.
Il faut que j´effectue chacune de ces commandes dans la console ?)