LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-03-2003, 06:43 PM   #1
crossconnects
LQ Newbie
 
Registered: Sep 2003
Posts: 17

Rep: Reputation: 0
Angry Netgear FA511 problem


trying to get a netgear FA511 to work under Slackware.

>cardctl ident
Socket 0:
no product info available
Socket 1:
product info "N"

Card worked under mandrake in the same machine.

Where do I look next?


New to slackware but not linux, though i never had to get into detailed network configuration before -- everything always worked. Maybe I've been lucky?
 
Old 10-03-2003, 09:47 PM   #2
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
What mandrake version was that? Do you remember seeing what module was loaded for the card?
 
Old 10-03-2003, 11:18 PM   #3
crossconnects
LQ Newbie
 
Registered: Sep 2003
Posts: 17

Original Poster
Rep: Reputation: 0
it was mandrake 9.0
i believe the module was tulip_cb
running dmesg on this setup i get a line about tulip_cb being loaded
 
Old 10-04-2003, 01:15 PM   #4
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
So, tulip is loaded, does ifconfig -a show a device?
 
Old 10-05-2003, 02:26 PM   #5
crossconnects
LQ Newbie
 
Registered: Sep 2003
Posts: 17

Original Poster
Rep: Reputation: 0
yes it shows a device with a mac address
when i try to bring it up with a manual ip address i get the message:
SIOCSIFFLAGS: Device or resource busy
 
Old 10-05-2003, 05:28 PM   #6
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
Is this a toshiba notebook? if so, go into bios setup screen and check the settings for the pcic, I think it is, it should not be set to auto.

Last edited by akaBeaVis; 10-05-2003 at 05:30 PM.
 
Old 10-05-2003, 09:50 PM   #7
crossconnects
LQ Newbie
 
Registered: Sep 2003
Posts: 17

Original Poster
Rep: Reputation: 0
I write this from that Toshiba laptop. Thank you very much!!!

I wonder why it worked under Mandrake?

Last edited by crossconnects; 10-05-2003 at 09:55 PM.
 
Old 10-05-2003, 10:24 PM   #8
jspaceman
Member
 
Registered: Dec 2000
Location: Toronto, Canaduhhhh
Distribution: Slackware -current, OpenBSD 3.8-stable
Posts: 178

Rep: Reputation: 30
Would someone mind telling me what I am supposed to do to get my FA511 working with Slackware 9.1 on an IBM 770ED. I downloaded the latest pcmcia-cs-3.2.5 tarball thingee and unpacked it and ran ./Configure. But what do I do next?
 
Old 10-05-2003, 10:37 PM   #9
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
cross,
I take it then, that the bios setting fixed the problem? If so, I would love to know why it worked w/mandrake and not slack also. If you ever find out, post here somewhere.

Mr. Spaceman,
you really should not need to download/compile/install a new pcmcia subsystem for slack 9.1, what caused you to do this?

Last edited by akaBeaVis; 10-05-2003 at 10:41 PM.
 
Old 10-05-2003, 10:45 PM   #10
jspaceman
Member
 
Registered: Dec 2000
Location: Toronto, Canaduhhhh
Distribution: Slackware -current, OpenBSD 3.8-stable
Posts: 178

Rep: Reputation: 30
Quote:
Originally posted by akaBeaVis
Mr. Spaceman,
you really should not need to download/compile/install a new pcmcia subsystem for slack 9.1, what caused you to do this?
Confusion I guess

PCMCIA was installed, but my FA511 card isn't being seen. I think it requires the tulip_cb driver, but where do I find this and how do I install it?
 
Old 10-05-2003, 11:00 PM   #11
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
The pcmcia sub-system is not to blame, please abandon your efforts to "upgrade" it, as Slack 9.1 contains I'm sure the latest version.

As you may have read in this very post, the tulip driver is required, however, we don't know at this point what's going on. Please, settle down, login as root and open a terminal (console) window, then type these commands and post the output back here:
cardctl ident
lsmod

we'll get this working, stay with me.
 
Old 10-05-2003, 11:19 PM   #12
jspaceman
Member
 
Registered: Dec 2000
Location: Toronto, Canaduhhhh
Distribution: Slackware -current, OpenBSD 3.8-stable
Posts: 178

Rep: Reputation: 30
Quote:
Originally posted by akaBeaVis
The pcmcia sub-system is not to blame, please abandon your efforts to "upgrade" it, as Slack 9.1 contains I'm sure the latest version.

As you may have read in this very post, the tulip driver is required, however, we don't know at this point what's going on. Please, settle down, login as root and open a terminal (console) window, then type these commands and post the output back here:
cardctl ident
lsmod

we'll get this working, stay with me.
cardctl ident gives me:

Quote:
Socket 0:
no product info available
Socket 1:
no product info available
lsmod gives me:

Quote:
Module Size Used by Not tainted
uhci 26000 0 (unused)
usbcore 62624 1 [uhci]
ide-scsi 10320 0
Hope that helps.
 
Old 10-05-2003, 11:27 PM   #13
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
Ok, if you could please stop regurgitating my posts back to me in every one of yours I'd appreciate it. if I need to re-read something I've already posted, I'll just scroll up, the "quote" business needlessly makes this page longer and longer...

Back to business: If that is truly the output of your lsmod, then you are missing quite a few modules and lack of pcmcia support is just the beginning, tell me did the install of slack 9.1 complete without error? Did you do a "custom" installation of some sort? I ask this because you don't have any modules loaded that would support pcmcia.
 
Old 10-05-2003, 11:33 PM   #14
jspaceman
Member
 
Registered: Dec 2000
Location: Toronto, Canaduhhhh
Distribution: Slackware -current, OpenBSD 3.8-stable
Posts: 178

Rep: Reputation: 30
I did a regular install from the two Slackware 9.1 CDs I downloaded from the net, and then I customized my kernel a little by adding in PCMCIA support and setting my CPU architecture.
 
Old 10-05-2003, 11:42 PM   #15
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
So, if (as root at a console) you run "/etc/rc.d/rc.pcmcia", what then does lsmod show?
 
  


Reply



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
Netgear FA511- compile probs Quido Linux - Hardware 4 10-06-2005 07:38 AM
Netgear FA511 atmelton Linux - Networking 4 09-21-2005 04:45 PM
Netgear FA511 not working with SuSE 8.2 wilson2703 Linux - General 4 11-02-2003 02:28 PM
Netgear FA511 with Linux akshtray Linux - Hardware 4 10-06-2003 04:10 PM
Netgear FA511 NIC card drivers? jspaceman Linux - Hardware 1 03-29-2003 08:08 PM

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

All times are GMT -5. The time now is 01:20 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