LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 07-30-2003, 03:26 PM   #1
fsu_slacker
LQ Newbie
 
Registered: Jul 2003
Location: Tallahassee, FL
Distribution: Slackware 9.0
Posts: 29

Rep: Reputation: 15
Can't get slack to recognize onboard lan


Hello all. This isn't my first time playing with linux, but I decided to try it again, this time as a full-time system. I have it set up and running, but I still have some problems to work out. One major one is that the system won't find my onboard lan. I have an asus a7n8x with the dual onboard ethernet, and I downloaded and attempted to install the drivers for my chipset. The system found the audio drivers that came in the bundle, so the drivers apparently work, but they must not have installed correctly for the network. Anyone have any ideas what I should do? In about two weeks I'm moving to a t1 line, so I really need this working. Any help would be greatly appreciated.
 
Old 07-30-2003, 04:16 PM   #2
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
give us the output of lspci please.
it will tell you (us) wich chipset your Ethernet has, so you'll be able to select the correct one in the kernel.
 
Old 07-31-2003, 11:11 AM   #3
fsu_slacker
LQ Newbie
 
Registered: Jul 2003
Location: Tallahassee, FL
Distribution: Slackware 9.0
Posts: 29

Original Poster
Rep: Reputation: 15
Here's the output. I'm still not sure how to go about selecting the right one in the kernel, though.

00:00.0 Host bridge: nVidia Corporation: Unknown device 01e0 (rev c1)
00:00.1 RAM memory: nVidia Corporation: Unknown device 01eb (rev c1)
00:00.2 RAM memory: nVidia Corporation: Unknown device 01ee (rev c1)
00:00.3 RAM memory: nVidia Corporation: Unknown device 01ed (rev c1)
00:00.4 RAM memory: nVidia Corporation: Unknown device 01ec (rev c1)
00:00.5 RAM memory: nVidia Corporation: Unknown device 01ef (rev c1)
00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
00:05.0 Multimedia audio controller: nVidia Corporation nForce MultiMedia audio [Via VT82C686B] (rev a2)
00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
00:08.0 PCI bridge: nVidia Corporation: Unknown device 006c (rev a3)
00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
00:0c.0 PCI bridge: nVidia Corporation: Unknown device 006d (rev a3)
00:0d.0 FireWire (IEEE 1394): nVidia Corporation nForce2 FireWire (IEEE 1394) Controller (rev a3)
00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
01:07.0 VGA compatible controller: nVidia Corporation NV11DDR [GeForce2 MX 100 DDR/200 DDR] (rev b2)
02:01.0 Ethernet controller: 3Com Corporation 3C920B-EMB Integrated Fast Ethernet Controller (rev 40)
 
Old 07-31-2003, 06:58 PM   #4
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
Quote:
02:01.0 Ethernet controller: 3Com Corporation 3C920B-EMB Integrated Fast Ethernet Controller (rev 40)
Hum... 3Com network card. Nice one, but I don't know that chipset. I suggest you to recompile your kernel and to add every 3Com card support as module and to try every modules one by one.
 
Old 07-31-2003, 11:49 PM   #5
yuray
Member
 
Registered: Apr 2003
Location: Russia, Khotkovo
Distribution: Debian
Posts: 146

Rep: Reputation: 15
Goto nvidia.com and download drivers for nvidia chipset
 
Old 08-01-2003, 12:17 AM   #6
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
Quote:
Goto nvidia.com and download drivers for nvidia chipset
Can you tell me what the hell NVIDIA has to do with a not working network card?
 
Old 08-01-2003, 05:19 AM   #7
yuray
Member
 
Registered: Apr 2003
Location: Russia, Khotkovo
Distribution: Debian
Posts: 146

Rep: Reputation: 15
You have Nvidia chipset:
00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
Ethernet controller inside

You need chipset driver from nvidia
 
Old 08-01-2003, 07:28 AM   #8
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
ouuufff
yeah I missed that one, sorry (damn onboard thing!!!)

is NVIDIA made onboard driver for nux?
 
Old 08-01-2003, 07:36 AM   #9
max2003
LQ Newbie
 
Registered: May 2003
Distribution: Slackware 9.1
Posts: 26

Rep: Reputation: 15
Try to use a new kernel (latest is 2.6.0-test2).
 
Old 08-01-2003, 10:34 AM   #10
fsu_slacker
LQ Newbie
 
Registered: Jul 2003
Location: Tallahassee, FL
Distribution: Slackware 9.0
Posts: 29

Original Poster
Rep: Reputation: 15
Oh joy. I really wasn't hoping to recompile my kernel, though I do need to put in APM support anyway. I already got the Nvidia lan working just yesterday, but this board has dual lan, and the 3Com is the one I'm having trouble with. I don't think I want to go to the 2.6 yet, since I need to rely on this computer entirely. What's the latest stable version people have been having good luck with?
 
Old 08-01-2003, 12:19 PM   #11
fsu_slacker
LQ Newbie
 
Registered: Jul 2003
Location: Tallahassee, FL
Distribution: Slackware 9.0
Posts: 29

Original Poster
Rep: Reputation: 15
Ok, I found the 3Com drivers that are supposed to work -- 3c90x, but I can't get it to compile, and I can't find a precompiled version. Any ideas?
 
Old 08-01-2003, 12:32 PM   #12
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
recompile your kernel, there's no others options
 
Old 08-04-2003, 02:47 AM   #13
yuray
Member
 
Registered: Apr 2003
Location: Russia, Khotkovo
Distribution: Debian
Posts: 146

Rep: Reputation: 15
>Ok, I found the 3Com drivers that are supposed to work -- 3c90x, but I can't get it >to compile, and I can't find a precompiled version. Any ideas?
In Slackware no this driver ? Its impossible!

ps
https://listman.redhat.com/archives/.../msg00893.html
 
Old 08-04-2003, 07:34 AM   #14
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
as this link stats, 3Com 920x has been added to kernel 2.5 and 2.6
I suppose you may want to try kernel 2.6.X even if it is not released yet (some fun in sight!).
Also, there is maybe a patch about that card for 2.4 kernels.
 
Old 08-04-2003, 11:12 AM   #15
fsu_slacker
LQ Newbie
 
Registered: Jul 2003
Location: Tallahassee, FL
Distribution: Slackware 9.0
Posts: 29

Original Poster
Rep: Reputation: 15
Ooh. Ok... How confident are you in the stability of 2.6? Is anybody using it that can give me advice on this? This is my primary machine, and with college classes starting again in a couple weeks, I'm cautious about doing anything that could make my system unstable. I have no problem switching kernels as long as I can be fairly confident it'll work.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Which 2.6 kernel module is required for AlSA to recognize nVidia/nForce onboard? vharishankar Linux - Hardware 1 02-18-2005 01:24 AM
Can't recognize/find my onboard sound card. Need help setting up ALSA. cmack Linux - Hardware 2 11-15-2003 10:04 PM
Redhat 9 Onboard LAN frotzed Linux - Hardware 3 08-28-2003 10:15 PM
Asus a7n266-vm/lan/aa: Problem with onboard lan jmourik Linux - Hardware 9 08-13-2003 12:13 AM
Onboard Lan doesn't work digital bots Slackware 3 12-22-2002 07:13 AM

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

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