LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-26-2004, 05:43 AM   #1
Da_Necromancer
LQ Newbie
 
Registered: Apr 2004
Distribution: Mac OS X
Posts: 20

Rep: Reputation: 0
Question kernel 2.6.7 nvidia ethernet driver


hi everyone.
currently running on Fedora Core 2 with a kernel 2.6.6 vanilla kernel. my system is based on an nforce 2 chipset and i'm using the built-in ethernet card on my motherboard. Kernel 2.6.6 comes with a reverse engineered driver to enable the nforce 2 ethernet card. My upgrade to Kernel 2.6.7 was flawless except that my network card stopped working!

basically, the driver is loaded and an eth0 device is created. On startup I get an 'OK' status for the bringing up interface eth0 stage. ifconfig shows the MAC address of the card and a properly assigned IP address. but i can't ping any remote host. so basically the network card shows up on linux but i can't communicate!

has anyone else experience this problem? any suggestions greatly appreciated!
thanks.
 
Old 07-05-2004, 07:44 AM   #2
chris_J_W
LQ Newbie
 
Registered: Aug 2003
Posts: 7

Rep: Reputation: 0
I'm having what sounds like the exact same problem...if you figure it out, let me know, or if I figure it out, I'll let you know...

CJ
 
Old 07-07-2004, 02:08 PM   #3
Da_Necromancer
LQ Newbie
 
Registered: Apr 2004
Distribution: Mac OS X
Posts: 20

Original Poster
Rep: Reputation: 0
hey, thats good to know! i'll let you know if i figure something out. currently i'm back on kernel 2.6.6.
 
Old 07-24-2004, 05:59 PM   #4
Paintbuoy
LQ Newbie
 
Registered: Feb 2004
Posts: 2

Rep: Reputation: 0
Yes just to join the club I am having the same problems.
The standard install kernel works fine but any new kernel image finds the hardware but is unable to communicate with it.

Has anyone been bothered compiling a new kernel?

Its too much trouble for me as long as the standard kernel works but it is a little bit of a concern for the future if something is needed from a custom kernel image.....
 
Old 08-06-2004, 06:28 AM   #5
Welovelucy
LQ Newbie
 
Registered: Aug 2004
Distribution: Gentoo w/ 2.6.7 kernel
Posts: 5

Rep: Reputation: 0
I am running Gentoo w/ the 2.6.5 kernel still because of this annoying problem with 2.6.7! I have compiled my kernel several times (tinkering with different options) to no avail. Not sure what the problem is, but the forcedeth module itself has barely changed between 2.6.5 and 2.6.7 (only for __user tags and such) so I don't think it's the forcedeth module itself. I must be some other change that was made because 2.6.5 works fine.

Sure hope someone figures this one out over in kernel-land!
 
Old 08-06-2004, 08:44 AM   #6
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
Didn't have a problem with 2.6.7 vanilla and the 2.6.7 debian kernel.The only issue I am aware of is that the newest nvidia drivers don't work with usb2 enabled.Clearly something is halfcooked there.
If somebody gets me an email address I'll be happy to send you the config file from the gentoo kernel that worked fine.
 
Old 08-06-2004, 09:24 PM   #7
Welovelucy
LQ Newbie
 
Registered: Aug 2004
Distribution: Gentoo w/ 2.6.7 kernel
Posts: 5

Rep: Reputation: 0
Disabling USB 2.0 did the trick. How did you find out about that connection? I searched the web for weeks and couldn't find any info on this problem.

Thanks!
 
Old 08-07-2004, 07:00 AM   #8
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
Gentoo forums - popped up there in connection with the newest nvidia driver not working.That this might also help with the NIC was just a lucky guess ;-)
 
Old 08-21-2004, 06:19 PM   #9
ozy777ozy
LQ Newbie
 
Registered: Aug 2004
Posts: 17

Rep: Reputation: 0
Hi I am running Fedora core I just which i just installed, does anybody know how to install network driver, and by the way this is dual boot with windows network card working but in linux it won't
 
Old 08-21-2004, 08:23 PM   #10
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
Quote:
Hi I am running Fedora core I just which i just installed, does anybody know how to install network driver, and by the way this is dual boot with windows network card working but in linux it won't
in linux you tend not to install drivers the way you do in windows. in linux, they are usually builr into the kernel.

unless you have a very new or very old network card, lit is prob already installed..

what network card do you have ?
and what does "dmesg | grep eth" say ?
 
Old 08-22-2004, 02:11 AM   #11
ozy777ozy
LQ Newbie
 
Registered: Aug 2004
Posts: 17

Rep: Reputation: 0
the Network card useto work with suse on that pc but i didnt like suse and there is now fedora core the one problem was service kudzu whic was checked and i couldtn ping my gatway I can now ping gateway can ping my addres and the other pc addreses but i cant still go on web pages why i dont know the mesage just says "www.google.com couldtn be faind plese check the address".
 
Old 08-22-2004, 02:37 AM   #12
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
I didn't have any issues with forcedeth although I did compile right into the kernel and not as a module. I am having this issue with usb2 and the nvidia driver. A bug was filed and I tried to help but it seems that this whole thing is fubar'ed really bad. If you have anything to contribute, check out the bug report here.
 
Old 08-22-2004, 07:33 AM   #13
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
well.. if you can ping,,, then the network card is fine...
looks like you got a dns problem... check the contents of /etc/resolv.conf match your dns servers (or the dns servers of you ISP)
 
Old 08-22-2004, 10:12 AM   #14
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
Crashed_Again: You might want to try to compile the USB stuff as modules.I hab the same issues with gentoo when it was compiled into the kernel and it runs fine with debian where usb is compiled as module.Didn't try to connect a USB device though because I don't have one plus I installed the nvidia driver from .deb's there.
 
Old 09-12-2004, 01:52 PM   #15
ozy777ozy
LQ Newbie
 
Registered: Aug 2004
Posts: 17

Rep: Reputation: 0
Fedora Rpm

[QUOTE]Originally posted by qwijibow
in linux you tend not to install drivers the way you do in windows. in linux, they are usually builr into the kernel.

unless you have a very new or very old network card, lit is prob already installed..

what network card do you have ?
and what does "dmesg | grep eth" say ?
[/QUOT



Are you sure you need install driver for network card or you have to network card's in your pc

dmesg | grep eth

just post back that what you get when you tipe "dmesg | grep eth"
 
  


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
kernel 2.6.3--bk8 and NVIDIA-Linux-x86-1.0-5336 video driver from Nvidia zdenkod Linux - Hardware 2 03-09-2004 05:38 AM
Problems loading the nvidia ethernet driver? Cliff Fussell Linux - Networking 0 02-23-2004 04:36 PM
Nvidia Ethernet - Forcedeth driver problems archlyn Slackware 3 02-04-2004 10:15 AM
Problem: NVIDIA nForce nvnet ethernet driver Peff Fedora 6 01-22-2004 03:13 AM
nvidia ethernet on kernel 2.6.0 nickwu2000 Linux - Networking 2 12-22-2003 02:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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