Setting up a Wireless card - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html) +--- Thread: Setting up a Wireless card (/thread-2802.html) |
Setting up a Wireless card - xDamox - 2005-03-05 This little guide will help you install the following Wireless network card into Fedora Core 3 :) Code: card "ATMEL 11 Mbps Wireless RFMD PCMCIA Card" The first set to installing your card is to check that it can be picked up the hardware. issue the following command Code: cardctl ident You should get a response back similar to the following Code: Socket 0: Once that is done you can download the atmel drivers from [/url][url=http://thekelleys.org.uk/atmel/]http://thekelleys.org.uk/atmel/ download the Fedora core 3 version and do rpm -i <package.rpm> once that is done restart the pcmcia by issueing the following Code: /etc/init.d/pcmcia restart once that is done do tail /var/log/messages you shoul see your wireless card as shown below: Code: Mar 5 16:45:25 localhost kernel: eth1: Atmel at76c50x wireless. Version 0.96 simon@thekelleys.org.uk Well thats it hope this helps you :) |