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 10-28-2001, 09:52 PM   #1
Randall
Member
 
Registered: Oct 2001
Location: Ontario, Canada (for now, i'm from NJ )
Distribution: Redhat 7.2
Posts: 106

Rep: Reputation: 15
ethernet card


Help me please, i've been trying for the longest while to get my ethernet card to initialize, i have Redhat Linux 7.1 installed on my ibm thinkpad and i can not for the life of me get my 10/100 Etherjet cardbus adapter to initialize. it tells me that the xircom_cb transmitter fails the deactivate as well as the receiver. i've edited the etc/pcmcia/config file and added the card but still nothing happens. i'll appreciate any tips anyone can give
 
Old 10-28-2001, 10:36 PM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
well, just a few questions, have you tried to configure your network thru Setup or netconfig? Or have you tried looking for a possible update on drivers for your card or whatever? Does it give you this error on bootup?
 
Old 10-28-2001, 11:26 PM   #3
Randall
Member
 
Registered: Oct 2001
Location: Ontario, Canada (for now, i'm from NJ )
Distribution: Redhat 7.2
Posts: 106

Original Poster
Rep: Reputation: 15
i've tried configuring it through netcfg and linuxconf, it still never initializes, it just keeps saying eth0 initialization delayed. sometimes i have to manually insert the card using cardctl insert, i usually get the two tones that indicate that the card is acknowledged, i get the correct identification when i use cardctl ident but it just won't initialize, to answer your question about updating the drivers, i haven't and to bw quite honest i don't know how to.
 
Old 10-29-2001, 12:15 AM   #4
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
updating drivers, first browse around and see if there are any out there. usually they should come with readme or install directions, or the site if you find any should have some instructions to install. i would try that first, see if there are any first, if you have any problems let us know as someone here should be able to help you install them. hopefully that is all you need to get it working, it just never hurts to find updated or newer drivers for devices. well from my experience it is...
 
Old 10-29-2001, 01:47 PM   #5
Randall
Member
 
Registered: Oct 2001
Location: Ontario, Canada (for now, i'm from NJ )
Distribution: Redhat 7.2
Posts: 106

Original Poster
Rep: Reputation: 15
Hmm....i've found the latest version of pcmcia-cardservices pcmcia-cs-3.1.29.tar.gz but i don't know what version i had to begin with. this in itself was tricky because i had to mount my windows partition in order to retrieve the file since i can't access the net from Linux, anyway i found this at: http://sourceforge.net/project/showf...?group_id=2405

So i am in posession of the above mentioned file but as you might have guessed i do not know what to do with it because i've not had much luck with .tar.gz files. i have a cd with some programmes i wanted to load unto the KDE desktop like the kSMSagent and i wasn't able to do that. i appreciate any help you can give with this and i thank you very much for the help you have provided thus far
 
Old 10-29-2001, 02:30 PM   #6
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
ok, first download the source or file.
after that, switch to the directory you downloaded it to, you should be able to do this command to extract it:

tar -xzvf pcmcia-cardservices pcmcia-cs-3.1.29.tar.gz

and that will create a new directory where all the files exist, from there you should find a INSTALL or README file and they have instructions on how to install the file or files.
 
Old 10-29-2001, 03:48 PM   #7
Randall
Member
 
Registered: Oct 2001
Location: Ontario, Canada (for now, i'm from NJ )
Distribution: Redhat 7.2
Posts: 106

Original Poster
Rep: Reputation: 15
On a good note i found out i have an archiving program that acts like an unzipping program and i was able to unzip the file or un tar it...you know what i mean but on the down side i believe from reading the instructions that i would have yo recompile the kernel but i have no clue how to go about doing that.

just out of curiousity how do you find out what i/o's are being used because somewhere along the line i read that the card should be bound to the tulip.o driver but ever time i try to insert that module using insmod tulip they tell me that i might have i/o irq conflicts.
 
Old 10-31-2001, 03:45 AM   #8
DMR
Member
 
Registered: Jun 2001
Location: Fairfax, California
Distribution: RH 9.0, RH 7.3, Mandrake 8.0
Posts: 986

Rep: Reputation: 30
Three places to look when troubleshooting I/O or IRQ problems: the contents of the /proc/pci, /proc/ioports, and /proc/interrupts directories. You can get a browseable listing of each by doing:
Code:
less /proc/<directory_name>
 
Old 10-31-2001, 09:36 AM   #9
Randall
Member
 
Registered: Oct 2001
Location: Ontario, Canada (for now, i'm from NJ )
Distribution: Redhat 7.2
Posts: 106

Original Poster
Rep: Reputation: 15
you wouldn't happen to know anything about the ehternet card problem would you? i tried unloading the new cardservices and well......i don't think it updates anything because i see a lot of errors
 
  


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
Suse 9.0 doesn't detect Ethernet card on nVidia shipset 2, on-board card Realtek 8201 devilpim Linux - Newbie 3 05-27-2006 12:08 AM
Ethernet card on laptop: I installed my D-Link ethernet card into Redhat 9, not detec brighamr Linux - Hardware 0 05-18-2004 12:33 AM
how to set up SMC EZ Card 10/100 ethernet PCI network card mymojo Linux - Networking 2 12-16-2003 02:35 AM
Insert scsi pcmcia card kills existing ethernet card lgetsche Linux - Hardware 0 11-12-2002 04:16 PM
Can't network pcmcia card with Intel eepro100 ethernet card. RKris Linux - Networking 1 06-18-2002 12:43 PM

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

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