LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 01-28-2003, 12:31 AM   #1
reichhorn
LQ Newbie
 
Registered: Jan 2003
Location: Tennessee
Distribution: Redhat 8.0
Posts: 16

Rep: Reputation: 0
newbie cant get OS to recognize NIC


The NIC is detected by the OS, but I cannot get it to recognize the card.
 
Old 01-28-2003, 07:33 AM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
what kind is it?
 
Old 01-28-2003, 07:51 AM   #3
membrax
Member
 
Registered: Nov 2002
Location: 50'48''N - 4'21''E
Distribution: SuSE7.1 - SuSE8.1 - SuSE8.2 - RH6.2 - RH7.1 - RH7.3 - RH8.0 - RH9.0 - Fedora Core 1
Posts: 281

Rep: Reputation: 30
I told you ! It's a NIC !
 
Old 01-28-2003, 08:23 AM   #4
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
Sorry I took it to mean Network Interface Card

never heard of an NIC
 
Old 01-28-2003, 08:30 AM   #5
Darin
Senior Member
 
Registered: Jan 2003
Location: Portland, OR USA
Distribution: Slackware, SLAX, Gentoo, RH/Fedora
Posts: 1,024

Rep: Reputation: 45
He was asking you what brand/model and even if it's ethernet!

then while you are at it you can mention for sure that it is Redhat 8.0 and that you know the OS recognized it because you saw that info where? Maybe even what you mean by not recognizing the card, as in you try to do what that isn't working. And even which HOWTOs or books or info at Redhat's site you have already checked.
 
Old 01-28-2003, 09:56 AM   #6
reichhorn
LQ Newbie
 
Registered: Jan 2003
Location: Tennessee
Distribution: Redhat 8.0
Posts: 16

Original Poster
Rep: Reputation: 0
I am sorry
The NIC is a SMC 1255tx, which is compatible with the SMC ez series. A cat /proc/pci lists an Accton tech en-126 ethernet adapter with an I/O at 0x2000 [0x200ff] and non-prefetchable memory at 0xf4100000 [0xf41003ff]
I do not know the IRQ allocated by the Bios, but when I try the command: 'ether=13,0x2000,eth0' nothing happens. (I tried IRQ 13 because Linux said that it was a free Irq line)

So, the NIC is detected by the computer. Now, how do I tell Linux where it is, as well as the module to control it

thanks
 
Old 01-28-2003, 10:35 AM   #7
rioguia
Member
 
Registered: Jun 2002
Posts: 411

Rep: Reputation: 30
netconfig / mii-tool

you can open a terminal as root and type:
netconfig (opens a simple console and follow the instructions for either dhcp or static IP)

after that type
mii-tool (if your nic is configured, you should see an "OK" at the end of the display)

if you don't get an OK, type
ifconfig -a > ifconfig.txt (copy and paste the file you just created in your root directory back here)
 
Old 01-28-2003, 12:25 PM   #8
membrax
Member
 
Registered: Nov 2002
Location: 50'48''N - 4'21''E
Distribution: SuSE7.1 - SuSE8.1 - SuSE8.2 - RH6.2 - RH7.1 - RH7.3 - RH8.0 - RH9.0 - Fedora Core 1
Posts: 281

Rep: Reputation: 30
IMHO with an Intel NIC you'd have avoid a lot of issues.

Their latest PILA8460C3 (chip 82559 I guess) are perfectly supported and do not need any additional scratchy manipulation.
 
Old 01-28-2003, 02:16 PM   #9
reichhorn
LQ Newbie
 
Registered: Jan 2003
Location: Tennessee
Distribution: Redhat 8.0
Posts: 16

Original Poster
Rep: Reputation: 0
yeah. Usually when things are supported by the OS they install alot easier
 
Old 01-28-2003, 02:49 PM   #10
rioguia
Member
 
Registered: Jun 2002
Posts: 411

Rep: Reputation: 30
This shouldn't be as hard as it appears.

First, be sure we are discussing the correct card. Can you check your documentation and confirm:
a. This is the SMC 1255tx
b. This is not SMC 1255tx-px
c. This is not SMC 1255tx-sc

2. according to smc, this takes the standard tulip driver which comes with every distro today.

open a terminal and type
lsmod (you should see tulip)

if you don't

insmod tulip
or
modprobe tulip (if you get no error message, then your module is probably loaded.)

3. configure your nic by opening a simple console by typing
netconfig (follow instructions provided for static or dhcp configuration)

4. check your work by typing
ifconfig -a (make sure the eth0 entry as the word "UP" )
 
Old 01-28-2003, 03:05 PM   #11
cnmill
Member
 
Registered: Apr 2002
Location: Carmel, USA
Distribution: Fedora Core 3
Posts: 30

Rep: Reputation: 15
Try turning OFF the "Win32/Plug and Play" option in your BIOS and try the detection again. this worked for me and several otheres who have had this same problem.
 
Old 01-28-2003, 03:24 PM   #12
reichhorn
LQ Newbie
 
Registered: Jan 2003
Location: Tennessee
Distribution: Redhat 8.0
Posts: 16

Original Poster
Rep: Reputation: 0
I got it to work
all I needed to know was how to associate the tulip driver with the NIC card
thanks everyone for the help
 
  


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
mandrake 9.1 doesnt recognize nic theshue Linux - Networking 23 04-11-2004 05:34 AM
Help me to recognize and configure NIC cadumeyer san Linux - Networking 2 02-13-2003 07:18 PM
Redhat7.2 does not recognize my nic card srinuallada Linux - Networking 1 03-30-2002 12:47 PM
RedHat 7.2 to recognize en1207d NIC cwp79 Linux - Networking 4 02-19-2002 01:41 AM
linux wont recognize NIC christyc Linux - Networking 3 01-31-2002 04:13 AM

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

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