LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 08-15-2004, 02:55 PM   #1
buddhahat
Member
 
Registered: Sep 2003
Distribution: Slackware 10, FreeBSD 6.2, Ubuntu 7.04
Posts: 60

Rep: Reputation: 15
PCMCIA Card (Belkin F5D6020) not recognized on Slackware 10


I've installed Slackware 10 on a IBM A21m laptop. I'm trying to install a Belkin F5D6020 v 3 Wireless Notebook Network Card. I can't get my system to recognize the card. When I insert the card there is no beep and the light on the card does not go on. I've also tried booting with the card already inserted.

When I run "cardctl ident" I get the following:

Socket 0:
product info: "Realtek", "Rtl8180"
manfid: 0x0000, 0x024c
function: 6 (network)

But I get this when I run "ndiswrapper -l":

Installed ndis driver:
net8180 hardware not present.

Does anyone have any ideas on what I can do to fix this? Thanks in advance for your help.
 
Old 08-16-2004, 06:20 AM   #2
nickI-S
Member
 
Registered: Aug 2004
Location: Bristol UK
Distribution: SuSE 5.4 to 9.2, RedHat 7.3
Posts: 57

Rep: Reputation: 15
I got this card working (on SuSE 9.1) this weekend using driverloader

http://www.linuxant.com/driverloader

and the driver from RealTek site.

I had tried ndiswrapper before, but only using the Belkin driver from the CDROM.
I haven't tried the RealTek driver with ndiswrapper yet.
 
Old 08-16-2004, 09:27 AM   #3
buddhahat
Member
 
Registered: Sep 2003
Distribution: Slackware 10, FreeBSD 6.2, Ubuntu 7.04
Posts: 60

Original Poster
Rep: Reputation: 15
Thanks for the reply nickI-S. I'll give that a shot.

Is the light on the card active and does your system make a beep when inserting the card? Thanks.
 
Old 08-16-2004, 09:59 AM   #4
nickI-S
Member
 
Registered: Aug 2004
Location: Bristol UK
Distribution: SuSE 5.4 to 9.2, RedHat 7.3
Posts: 57

Rep: Reputation: 15
The light comes on when it gets link established.
Note that I had to edit the .ini file from the realtek site to match the vendor/product
code for the belkin card. (I did a diff between bel6020.ini and the realtek one,
it was obvious they were similar - I can send you the edited version if it would help.)

My system doesn't beep when a cardbus card is inserted - ANY cardbus card not just
this one. This may be as simple as my having muted 'pc speaker' in my ALSA setup though...
 
Old 08-16-2004, 10:46 AM   #5
buddhahat
Member
 
Registered: Sep 2003
Distribution: Slackware 10, FreeBSD 6.2, Ubuntu 7.04
Posts: 60

Original Poster
Rep: Reputation: 15
Thanks for your help nickI-S. I'm going to give your fix a try tonite.
 
Old 08-16-2004, 09:19 PM   #6
buddhahat
Member
 
Registered: Sep 2003
Distribution: Slackware 10, FreeBSD 6.2, Ubuntu 7.04
Posts: 60

Original Poster
Rep: Reputation: 15
I was able to get it to work using the ini and sys files from the CD but I couldn't get the drivers I downloaded to work. Could you email me a copy of your edited ini file? hardbap@comcast.net.

Thanks again for your help.
 
Old 08-17-2004, 07:46 AM   #7
nickI-S
Member
 
Registered: Aug 2004
Location: Bristol UK
Distribution: SuSE 5.4 to 9.2, RedHat 7.3
Posts: 57

Rep: Reputation: 15
E-mailed the modified file as requested.

For me the Bel6020.sys driver didn't work - if it does for you then you don't need
the downloaded one.

In my case the Belkin driver got me a wlan0 device, but changing WEP with iwconfig
didn't result in a link - never got a light on the card.
 
Old 08-17-2004, 03:10 PM   #8
Tarry
Member
 
Registered: Aug 2004
Posts: 33

Rep: Reputation: 15
try the new belkin f5d7010 card and read my post, I'm on internet having configured my belkin card
 
Old 08-17-2004, 03:11 PM   #9
Tarry
Member
 
Registered: Aug 2004
Posts: 33

Rep: Reputation: 15
And that's why i need to 5+ posts to write my success story lol
 
Old 08-17-2004, 09:23 PM   #10
buddhahat
Member
 
Registered: Sep 2003
Distribution: Slackware 10, FreeBSD 6.2, Ubuntu 7.04
Posts: 60

Original Poster
Rep: Reputation: 15
Thank you for the email nickI-S. I still have no luck with your modified .inf file. The Linuxant Configuration tells me "No devices found" when I use your file. It will only work with the the .inf and .sys off the CD.

iwconfig sees my card as eth0 not wlan0, is this a problem?

I also can't change the WEP and can't get a link. I'm not sure what else to do. Do you think trying to use ndiswrapper or Atmel Wireless LAN driver before Linuxant messed things up? I also tried editing /etc/rc.d/rc.wireless.conf to put my WEP information, could this be a problem?

I'm at my wits end and about to throw in the towel. I'll just have to deal with my girlfriend yelling at me about the cable across the living room.

Thanks again for all your help. I really appreciate it.
 
Old 08-18-2004, 02:47 AM   #11
nickI-S
Member
 
Registered: Aug 2004
Location: Bristol UK
Distribution: SuSE 5.4 to 9.2, RedHat 7.3
Posts: 57

Rep: Reputation: 15
A device on which I couldn't set WEP or get a link are same symptoms I had
with the Belkin driver.

I don't think it being called eth0 is a problem - distributions tend to differ.
(But a possible snag with eth0 is if something is loading driver for your wired ethernet
due to an alias to eth0 - is your wired ethernet another PCMCIA/Cardbus or on
motherboard?)


Before you thow in the towel:
Do "diff" between the belkin driver that sort-of-works for you and the one in my e-mail.
As a check that you card is really same as mine.

Do
lspci -n

and see if you get something VERY like:

0000:02:00.0 Class 0200: 1799:6020 (rev 20)

which is what I get. My edits to .inf file were to put the 1799 and 6020 into
various fields.
 
Old 08-18-2004, 07:57 AM   #12
buddhahat
Member
 
Registered: Sep 2003
Distribution: Slackware 10, FreeBSD 6.2, Ubuntu 7.04
Posts: 60

Original Poster
Rep: Reputation: 15
Thanks for your help and encouragement nickI-S. I'm going to keep trying. I was just a bit discouraged last night.

A diff between the Bel6020.inf you sent me and the Bel6020.inf from my CD shows no differences.

My wired ethernet is on the motherboard. It is assigned eth0, the wireless is actually eth1.

lspci -n gives me: 02:00.0 Class 0200: 1799:6020 (rev 20)
 
Old 08-18-2004, 08:24 AM   #13
buddhahat
Member
 
Registered: Sep 2003
Distribution: Slackware 10, FreeBSD 6.2, Ubuntu 7.04
Posts: 60

Original Poster
Rep: Reputation: 15
I got it!!!!!

Your fixed inf worked with the driver. I must have done something wrong last night. I also had the KEY wrong in my /etc/rc.d/rc.wireless.conf file.

Thank you for all your help and your patience.
 
Old 08-25-2004, 06:02 AM   #14
dexxter
LQ Newbie
 
Registered: Jul 2004
Posts: 5

Rep: Reputation: 0
Could you post a walkthrough of what you did? I can't seem to get it to work, same card, slackware 10 my laptop

EDIT:

Ok, got driverloader running now, and uploaded the drivers and everything seems fine. Seems beeing the operative word, as I have no clue as to how to connect to a wlan. Any tips?

Last edited by dexxter; 08-25-2004 at 06:21 AM.
 
Old 08-25-2004, 08:36 PM   #15
buddhahat
Member
 
Registered: Sep 2003
Distribution: Slackware 10, FreeBSD 6.2, Ubuntu 7.04
Posts: 60

Original Poster
Rep: Reputation: 15
Have you entered your wireless settings in /etc/rc.d/rc.wireless.conf?

<example>
## --------- START SECTION TO REMOVE -----------
## Pick up any Access Point, should work on most 802.11 cards
*)
INFO="Realtek"
ESSID="PlaceYourSSIDHere"
MODE="Managed" # either Managed or AdHoc
KEY="YourWEPKey" # Passphrase is not supported
;;
## ---------- END SECTION TO REMOVE ------------
</example>

Also what inf file did you use?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware 8.1 Belkin F5D6020 Wireless glsen_az Linux - Laptop and Netbook 2 09-25-2005 04:04 AM
Belkin F5D6020 on Slackware 10.0 and 2.6.9 kernel cddesjar Linux - Wireless Networking 1 01-26-2005 01:14 PM
Belkin F5D6020 Wireless Card windell Linux - Wireless Networking 1 06-24-2004 04:42 PM
Belkin f5d6020 rev.2 not recognized eroica Linux - Wireless Networking 0 02-13-2004 08:52 AM
Belkin WiFI PCMCIA F5D6020 on SUSE 9.0 Funksaw Linux - Laptop and Netbook 1 01-07-2004 12:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 05:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration