LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-10-2003, 08:34 PM   #1
jhayden
LQ Newbie
 
Registered: Mar 2003
Location: Wichita, KS, USA
Distribution: Redhat-7.2,9 Slackware-9.1,10
Posts: 13

Rep: Reputation: 0
Configuring NIC PCMCIA Card


I'm not quite sure where this message belongs, so please bear with me. I installed redhat 7.2 on an old Toshiba Tecra 730CDT. I will say, it's much harder setting up linux on a laptop than a desktop.

I'm trying to use a Megahertz PCMCIA NIC card (#XJ10BT). I'm not really sure what to do. I've looked at the pcmcia, cardmgr and stab man pages, but didn't figure much out.

When I put the card in I hear two beeps, which I guess means it was identified. What do I need to do to configure it to use? If someone could *point* me in the right direction, I'd appreciate it.

Thanks.
Joshua

Last edited by jhayden; 03-10-2003 at 11:04 PM.
 
Old 03-10-2003, 09:24 PM   #2
born4linux
Senior Member
 
Registered: Sep 2002
Location: Philippines
Distribution: Slackware, RHEL&variants, AIX, SuSE
Posts: 1,127

Rep: Reputation: 49
monitor /var/log/messages when u plug/unplug your card:

tail -f /var/log/messages

this should give u an idea if the card is recognized or not.

then use netconfig to set it up *IF* the card was properly detected. or if u are in a GUI, use 'neat'.

also, visit hardware.redhat.com/hcl/ or linux-laptop.net for h/w compatibility checks.
 
Old 03-10-2003, 11:59 PM   #3
jhayden
LQ Newbie
 
Registered: Mar 2003
Location: Wichita, KS, USA
Distribution: Redhat-7.2,9 Slackware-9.1,10
Posts: 13

Original Poster
Rep: Reputation: 0
Thanks for your reply. I tailed /var/log/messages and it seemed to configure it for eth0 when I put the card in. I ran neat but couldn't get it setup with that. I then ran netconfig, rebooted, and now it's working great!

Thanks!
Joshua
 
Old 03-11-2003, 01:26 AM   #4
case1984
Member
 
Registered: Feb 2003
Location: Baton Rouge, LA
Distribution: ubuntu
Posts: 137

Rep: Reputation: 15
Quote:
Originally posted by born4linux
*cough* there is an affero button below...
I love this... can I use it when I lose my "newbie" status, and actually help people?
 
Old 03-14-2003, 06:46 PM   #5
Polyergic
LQ Newbie
 
Registered: Mar 2003
Location: Atlanta, GA
Distribution: RedHat
Posts: 2

Rep: Reputation: 0
Unhappy

I'm having trouble with my AST Ascentia M and 3Com 3CCFEM556B LAN+Modem card
I don't care about using the modem (for now), but I need the LAN to work.
what's happening is cardmgr tries to load memory_cs.o to handle the device, and fails - memory_cs.o was never installed. I don't care so much about that, because the correct module (according to some site I found...) is 3c574_cs.
How do I tell cardmgr to use 3c574_cs for that card?

thanks,
- Shad
 
Old 03-15-2003, 03:16 AM   #6
Texicle
Member
 
Registered: Oct 2002
Location: Northern Ontario, Canada
Distribution: Slackware 10.0
Posts: 789

Rep: Reputation: 30
Get to a command line and login as root. If in an X terminal window type su - and enter root's password. Then type:

modprobe 3c574_cs

This will load your module. Next, go to /etc/rc.modules and uncomment the line regarding your module 3c574_cs. If you can't find it, then add "modprobe 3c574_cs" (without the quotes) to the file somewhere (at the bottom isn't a bad place) using your favorite text editor. Also, you'll need to go to /etc/modules.conf and add the line "alias eth0 3c574_cs" (without the quotes). Now, if you're running RedHat 8.0, type the following as root:

redhat-config-network

If that doesn't work, try netconfig. Also, I used eth0 assuming that you only have one NIC, if it should be eth1 or whatever feel free to substitute. Hope this helps.
 
Old 03-15-2003, 11:06 AM   #7
Polyergic
LQ Newbie
 
Registered: Mar 2003
Location: Atlanta, GA
Distribution: RedHat
Posts: 2

Rep: Reputation: 0
modprobe loads the module, but nothing seems to know to use it.
I don't have an rc.modules file; I did add modprobe 3c574_cs to rc.local, but I think that gets run too late.
redhat-config-network (is that the same as "neat"?) tries, but fails - eth0: unknown interface: no such device
netconfig doesn't appear to do anything
(both your assumptions are right - eth0 on RH 8.0)
 
Old 03-17-2003, 04:09 PM   #8
Texicle
Member
 
Registered: Oct 2002
Location: Northern Ontario, Canada
Distribution: Slackware 10.0
Posts: 789

Rep: Reputation: 30
I don't know how RedHat has it's files structured, I thought it was /etc/rc.modules. In slackware, mine is found in /etc/rc.d/rc.modules. Try looking for that just in case. Also, you can try

whereis rc.modules
locate rc.modules

and see if it results in anything. I honestly don't know anything about "neat" so I can't accurately answer that question. It seems as though it can't even find any kind of NIC in your eth0 slot. Try moving the NIC to another slot and see if it picks up anything. Did you add "alias eth0 3c574_cs" to your /etc/modules.conf file?
 
  


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
Configuring NetGear wireless-B PCMCIA card COKE CAN Linux - Wireless Networking 3 07-29-2005 07:11 PM
Configuring a WiFi PCMCIA card with RH 7.3 semonski Linux - Newbie 2 04-20-2005 05:36 PM
configuring my cisco pcmcia card insurin Linux - Networking 0 02-08-2005 11:20 AM
Configuring sis900 nic card technot Linux - Networking 1 06-15-2004 05:45 PM
Configuring PCMCIA nic / peanut linux rioguia Linux - Newbie 1 06-25-2002 11:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:30 PM.

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