LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-22-2002, 09:34 AM   #1
SenorPedo
Member
 
Registered: Oct 2002
Location: Richmond, VA
Distribution: RH7.3 & RH9
Posts: 40

Rep: Reputation: 15
I can't detect my ethernet card


Just got a new computer with an Asus A7V8X motherboard. Great board, with one problem: The on-board Broadcom BCM4401 10/100 ethernet controller isn't detected by my fresh install of RedHat 8.0. I've tried going to the Network Config and creating it, but I don't know how to determine the IRQ, MEM, DMA, and all that other stuff. I'm also not sure which driver I would use even if I did.
Is there anyone with any experience/ideas on getting this running so I can get online? Your help is greatly appreciated.
Here's the run-down of my system:
Asus A7V8X
Athlon XP 2200+
Broadcom BCM4401 10/100 NIC on board
Geforce4 MX440 8X AGP
Maxtor 60GB HD
Need anything else?
 
Old 10-22-2002, 06:33 PM   #2
bofh1971
LQ Newbie
 
Registered: Oct 2002
Posts: 5

Rep: Reputation: 0
Lightbulb

Excellent system, (Goes green with envy)

try allocating irq's in the bios
that should enable you to do manual config.
I wonder if the broadcom card is maybe a realtek rebadge as these boards normally have realtek chips installed.

Just a thought

Good Luck
BOFH1971
 
Old 10-22-2002, 08:07 PM   #3
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
This just doesn't happen. You might have a network card that geek+dog hasn't had a chance to hack out a driver for at all just yet. What does Asus say, Linux drivers-wise, or broadcom?

Cheers,

Finegan
 
Old 10-22-2002, 11:01 PM   #4
SenorPedo
Member
 
Registered: Oct 2002
Location: Richmond, VA
Distribution: RH7.3 & RH9
Posts: 40

Original Poster
Rep: Reputation: 15
Hmmmm good point. Asus has nothing to say on Linux drivers for any of the on-board stuff (firewire, usb, sound, etc.), but the ethernet is the only one that wasn't picked up and configured automatically. Broadcom has nothing to say either, unfortuantely. Heck, I couldn't even find anything on their site that connected them to the controller at all. I did find that Broadcom provides chips for 3Com's gigabit ethernet controllers though. Maybe a 3Com driver would work...Does anyone else out there have an A7V8X motherboard?
 
Old 10-23-2002, 01:42 AM   #5
born4linux
Senior Member
 
Registered: Sep 2002
Location: Philippines
Distribution: Slackware, RHEL&variants, AIX, SuSE
Posts: 1,127

Rep: Reputation: 49
broadcom - it think it uses a driver called 'tg3' something.

Last edited by born4linux; 10-23-2002 at 01:45 AM.
 
Old 10-23-2002, 10:17 AM   #6
SenorPedo
Member
 
Registered: Oct 2002
Location: Richmond, VA
Distribution: RH7.3 & RH9
Posts: 40

Original Poster
Rep: Reputation: 15
I grabbed the Broadcom documentation for the 440X series, and it makes no mention of Linux whatsoever. I did some research on the Broadcom Tigon3 (tg3) driver and discovered its for their gigabit controller, and not the 10/100. How can I find out if a driver is currently being written, and if it is, when it will be available, where I can get it, and if there's anything I can do to help? Thanks for everyone's help.

Regards,
Sr. Pedo
 
Old 10-23-2002, 01:11 PM   #7
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
This perked my interest too, so I went looking at the broadcom site also. All their 440x gear is for home use, with Home PNA and modems thrown in on the same card, which makes me think they're just rebranding chipsets. I should have mentioned this earlier, but to get the ident right off the card:

/sbin/lspci -v

If that says something other than broadcom, you can feed that info into google and probably get the right module.

Otherwise, if you want to bang on some C, become a driver maintainer, check out the Linux Kernel Mailing List, kernel.org should have a link, I usually just poke through it by wandering into one of the billions of mirrors of the archive on el google again.

Cheers,

Finegan
 
Old 10-23-2002, 09:45 PM   #8
SenorPedo
Member
 
Registered: Oct 2002
Location: Richmond, VA
Distribution: RH7.3 & RH9
Posts: 40

Original Poster
Rep: Reputation: 15
Here's the output from lspci -v regarding the ethernet controller:

00:09.0 Ethernet controller: Broadcom Corporation: Unknown device 4401 (rev 01)
Subsystem: Asustek Computer, Inc.: Unknown device 80a8
Flags: bus master, fast devsel, latency 32, IRQ 5
Memory at e4000000 (32-bit, non-prefetchable) [size=8K]
Expansion ROM at e7ef0000 [disabled] [size=16K]
Capabilities: [40] Power Management version 2

So it looks like we have ourselves a new (driverless) controller here. Maybe I will try my hand at some C. All I know is Fortran and BASIC right now (I know, I know). If anyone can give me a push in the right direction I'd be much obliged. I'm probably biting off more than I can chew, but hey, isn't that what it's all about?
 
Old 10-23-2002, 09:56 PM   #9
SenorPedo
Member
 
Registered: Oct 2002
Location: Richmond, VA
Distribution: RH7.3 & RH9
Posts: 40

Original Poster
Rep: Reputation: 15
You know, sometimes I amaze myself with how dumb I can be. Looking on the CD that came with the motherboard, I find a folder called D:\Drivers\LAN\4401\Linux and to my amazement...there's a tar file in there with release notes on what to do with it. Sorry to trouble you all...but thanks so much for all your help. If there's any questions around here I can answer, I can guarantee I'll be on it.
 
Old 11-12-2002, 08:21 PM   #10
jpweston
Member
 
Registered: Mar 2002
Location: Sacramento, CA
Distribution: Slackware 8.1; Debian 3.0
Posts: 222

Rep: Reputation: 30
SenorPedo,

Did you get this to work? Any special steps to complete the driver install?

j.
 
Old 11-12-2002, 09:28 PM   #11
SenorPedo
Member
 
Registered: Oct 2002
Location: Richmond, VA
Distribution: RH7.3 & RH9
Posts: 40

Original Poster
Rep: Reputation: 15
No special steps at all. The tarred driver was included on the motherboard cd and with the standard ./configure, make, make install procedure. If you need a copy of the driver with release notes, I'd be happy to email it to you.
 
Old 11-29-2002, 12:59 AM   #12
xUltra
LQ Newbie
 
Registered: Nov 2002
Location: Chicago, IL
Distribution: Gentoo
Posts: 9

Rep: Reputation: 0
hey... i have the same board here are my specs just to let ya know...
Asus A7V8X Motherboard
AMD Athlon XP 2400+ 2.0Ghz with 3D Now 266FSB .13 Micron
Corsair XMS 512MB DDR PC2700 RAM w/Metal Heatsink
Western Digital Caviar 80GB 7200 RPM HDD
AOpen Geoforce 4 Ti4200 w/128MB DDR RAM 8x
Plextor 40x12x40x CD-R Drive
Mitsumi 3.5" Floppy Drive
Chieftec SOHO Fileserver Case w/ Turbolink 430 Watt Power Supply
Altec Lansing 641 4.1 Speakers with Sub 400 Watt RMS
Microsoft Intellimouse Explorer 3.0
Microsoft Internet Keybaord
Microsoft Windows 2000 Professional SP3/Redhat Linux 8.0

can i have those drivers because i just installed and i have the same problem... for some reason my cd does have that folder...
xUltra@attbi.com = my e-mail. thanks!
 
Old 11-30-2002, 10:49 AM   #13
xUltra
LQ Newbie
 
Registered: Nov 2002
Location: Chicago, IL
Distribution: Gentoo
Posts: 9

Rep: Reputation: 0
BCM5702

There are drivers on the cd for the Gigabit Ethernet Controller, the BCM5702, but not the BCM4401... it seems to be I got older CD, but then again I checked on Asus' website and they only have the drivers for the BCM5702 as well. If you could e-mail them over to me asap I would really appreciate it.
 
Old 12-03-2002, 06:30 AM   #14
derek.eder
LQ Newbie
 
Registered: Jul 2002
Posts: 11

Rep: Reputation: 0
ASUS A7V8X and RH 8.0 LAN driver blues

The ingredients ....
* ASUS A7V8X motherboard
* Red Hat 8.0
* (onboard) Broadcom 4400 LAN
* and a Linux novice

As others have found, Red Hat 8.0 (binaries) does not automatically detect the onboard Broadcom 4400 chipset .

I am not successful in installing this myself - perhaps you can suggest where I am going wrong?

The ASUS "VIA KT400 support CD, Rev 37.02" contains intructions and a tar.gz file in the /drivers/LAN/4401/linux directory. The detailed instructions call for either an RPM installation (but there are no RPM files on the CD) or a TAR build.

This is what I am doing:

i. TAR the files to \root\lan_install (as instructed)

ii. cd to the new \SRC directory where the extracted files are

iii. type "make" and watch the screen scroll with pages and pages of errors ("dereferencing to pointer of incomplete type" etc ...)

iv. shake my head in confusion. All of the neccesary *.h and *.c files , and Makefile are here. What simple thing am I doing wrong?

Thank you.



derek_eder@yahoo.com

Last edited by derek.eder; 12-03-2002 at 07:53 AM.
 
Old 12-10-2002, 01:45 PM   #15
911operator
LQ Newbie
 
Registered: Dec 2002
Posts: 1

Rep: Reputation: 0
Missing step

Maybe you need to run ./configure before you run make?
 
  


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
Fedora 2 can't detect PCMCIA Ethernet card philipmorgan Linux - Networking 9 09-16-2005 01:38 PM
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
Mandrake doesnt detect Ethernet card VinTSS Linux - Newbie 2 01-09-2004 12:53 AM
New kernel cud not detect ethernet cards palanisaravanan Linux - Hardware 2 12-08-2003 06:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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