LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Belkin F5D6001 wireless pci card on Debian Linux - problem (https://www.linuxquestions.org/questions/linux-wireless-networking-41/belkin-f5d6001-wireless-pci-card-on-debian-linux-problem-108139/)

dr_azeem 10-24-2003 06:01 PM

Belkin F5D6001 wireless pci card on Debian Linux - problem
 
I am running Debian Linux and my Belkin F5D6001 wireless pci card is not recognised. The PC was previously using a card with Prism chipset which was working. I replaced the card with the belkin and now it is not seen. I read somewhere that it is version 2 and uses ADM8211 chipset. I am a newbie and have no idea how to proceed. Any help is greatly appreciated.

Cheers,
Azeem

rmanocha 10-24-2003 08:26 PM

man why would you start with debian if you were a newbie...it does not make sense.
u should probably try out http://pcmcia-cs.sourceforge.net/
check if this package supports your wireless card..if it does....then go ahead and go through compinlin this thing.
cheers

dr_azeem 10-24-2003 10:19 PM

I actually did a Hd install of Knoppix, that is how I got Debian. I have also tried Red Hat 9, but the Debian apt-get method of installing software was very much to my liking.

Azeem

dr_azeem 11-23-2003 04:41 AM

I finally figured it out myself finally - I have outlined the steps for the benefit of others. My system is a HD install of Knoppix version 3.3 dated 19/11/03

1. Log in as root

2. Download the driver file for the ADM8211 chipset from http://www.admtek.com.tw
http://www.admtek.com.tw/download/NI...%201.03.tar.gz

3. Unzip the contents of the TAR file to the hard drive (on the drive where Knoppix is installed).

4. Open the ADM8211 folder (which is the content of the TAR file). Right-click and select the option OPEN TERMINAL HERE. This will open a terminal window in the ADM8211 folder.

5. Make a soft link linux-2.4 of kernel source in /usr/src/ This is not as complicated as it sounds. Just type "ln -s linux-2.4.20 linux-2.4" (without the quotation marks)

6. Type "make"

7. The file 8211.o is the ADM8211 linux driver. so to install it, type "insmod -f 8211.o". Ignore the error messages about tainting the kernel.

8. Now run "wlcardconfig" and set up the card parameters (like SSID, key etc)

9. Run "netcardconfig" and select DHCP or manual configuration of the network as appropriate.

I am a newbie and had to figure it out all by myself. Please post feedback on this forum if iit works for you (or otherwise)


All times are GMT -5. The time now is 02:34 AM.