LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 08-29-2003, 09:32 AM   #1
nvidiausr
LQ Newbie
 
Registered: Aug 2003
Location: US
Posts: 22

Rep: Reputation: 15
Angry More nvnet with RH9 problems


Anyone able to get nvnet working (or anything else) in RH9 with the Nvidia2 chipset. I've tried everything I can and just seem to get deeper in the doo. I compiled with the tarballs from Nvidia's site with the 2.4.20-8 kernel and actually got the NIC recognized, but then initiation fails with DHCP. I know this network is up though, using it now w/ win98 + DHCP.

Recently I installed the new 2.3.20-20.9 kernel +source, did a make clean install with the Nvidia tarballs, but just more of the same junk, now with bonus audio probs with no extra charge! Even a diff PCI NIC failed to work w/ DHCP. Don't know what else can be done?
 
Old 08-29-2003, 10:00 AM   #2
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
Does the nvnet module load?
I had a problem that the thing got compiled and worked right after that but for some reason it wasn't there anymore after a reboot.
 
Old 08-29-2003, 12:12 PM   #3
nvidiausr
LQ Newbie
 
Registered: Aug 2003
Location: US
Posts: 22

Original Poster
Rep: Reputation: 15
I'll have to look again, think so. To make sure, I would look in the modules.config for the following line:

alias eth0 nvnet

Correct?

Also this "insmod" and "modprobe" stuff has me a little confused too. I read you're supposed to inclued that in the readme. However when I put "insmod eth0" into modules.config, I just get all sorts of additonal errors. Sorry if my questions sound dumb, but I'm pretty new to Linux.
 
Old 08-29-2003, 12:34 PM   #4
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
If you do lsmod as root something like this should pop up

bash-2.05b# lsmod
Module Size Used by Tainted: P
snd-intel8x0 19364 0
snd-ac97-codec 41880 0 [snd-intel8x0]
snd-mpu401-uart 3776 0 [snd-intel8x0]
snd-rawmidi 15072 0 [snd-mpu401-uart]
snd-seq-device 4352 0 [snd-rawmidi]
snd-pcm-oss 39524 0
snd-pcm 64640 0 [snd-intel8x0 snd-pcm-oss]
snd-page-alloc 6612 0 [snd-intel8x0 snd-pcm]
snd-timer 15812 0 [snd-pcm]
snd-mixer-oss 13688 0 [snd-pcm-oss]
snd 32100 0 [snd-intel8x0 snd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device snd-pcm-oss snd-pcm snd-timer snd-mixer-oss]
soundcore 4164 4 [snd]
nvidia 1542336 10
nvnet 26464 1
bash-2.05b#

This is actually from a nforce2 chipset with the soundmodules for alsa loaded.
What you are looking for is 'nvnet'
modprobe loads a module as does insmod.Normally it should load with modprobe.
 
Old 08-29-2003, 01:32 PM   #5
nvidiausr
LQ Newbie
 
Registered: Aug 2003
Location: US
Posts: 22

Original Poster
Rep: Reputation: 15
Well nvnet shows up. But I did notice on boot that I got an "unresolved symbols" or something of that nature for audio and nvnet.0 ugggh!
 
Old 08-29-2003, 01:46 PM   #6
quest4knowledge
Member
 
Registered: Aug 2003
Distribution: gentoo
Posts: 62

Rep: Reputation: 15
Try this:

# rmmod nvnet
# modprobe nvnet

Then reply back with the entire error message. That might help narrow it down.
 
Old 08-29-2003, 02:16 PM   #7
nvidiausr
LQ Newbie
 
Registered: Aug 2003
Location: US
Posts: 22

Original Poster
Rep: Reputation: 15
I get something about "warning loading /lib/modules/,,,,/nvnet.0 will taint the kernel
See tux.org for info about tainted modules
Module nvnet loaded with warnings"

Sorry I can't cut and paste, no floppy.

I think I didn't update the kernel the best way possible. I just ran the rpm -i for the kerenel + source
Also noticed on Grub that the newest kernel isn't selected by default. But I did make and make install the nvidia drivers again.
 
Old 08-29-2003, 04:04 PM   #8
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
I get the same message - got normally nothing to do with functionality but is merely a message that you kernel has loaded a non-GPL module.
If it shows up as loaded with lsmod the problem is probably somewhere with your dhcp configuration.
 
Old 08-29-2003, 04:28 PM   #9
nvidiausr
LQ Newbie
 
Registered: Aug 2003
Location: US
Posts: 22

Original Poster
Rep: Reputation: 15
Thanks for letting me in on that info. How do you like debian by the way? I've heard it's supposed to be real stable and all.
 
Old 08-29-2003, 04:37 PM   #10
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
I do like debian a lot.Much easier to handle and upgrade than rpm distros.But doing a network install with a nforce2 chipset is a pain.Only distro I know of where the network works out of the box is gentoo.
 
Old 08-29-2003, 05:25 PM   #11
quest4knowledge
Member
 
Registered: Aug 2003
Distribution: gentoo
Posts: 62

Rep: Reputation: 15
what dhcp client do you use? and does it give any errors?
Does it give any errors if you try to assign a static ip to the device?

BTW, debian is great distro. I dont like it for a desktop machines(not for any real reason just personal opinion) but its great for servers.
 
Old 08-29-2003, 06:07 PM   #12
nvidiausr
LQ Newbie
 
Registered: Aug 2003
Location: US
Posts: 22

Original Poster
Rep: Reputation: 15
Im using ISC DHCP ver3.0 When I run dhclient thru the terminal it just goes through the intervals but doesn't come up with an IP. Also I tried putting a pri, sec on the DNS setting with no luck.

To give you more info on the system, all I've done is installed RH9, updated the kernels to latest and greatest from RH, and did a make clean, make, make install for the nvnet. Got my Grub fixed too. I haven't added anything to any config files or anything. Any other ideas/possibilities?

I'm about to d/l Gentoo!!!
 
Old 08-29-2003, 07:35 PM   #13
quest4knowledge
Member
 
Registered: Aug 2003
Distribution: gentoo
Posts: 62

Rep: Reputation: 15
try getting dhcpcd instead of dhclient. Ive had problems with dhclient but dhcpcd seems to work perfectly, every time, no matter what.
 
Old 08-29-2003, 08:15 PM   #14
nvidiausr
LQ Newbie
 
Registered: Aug 2003
Location: US
Posts: 22

Original Poster
Rep: Reputation: 15
That's a diff prograg for the dhcp I guess. Where can you d/l it and do I need to do anything special so that it will run instead of dhclient?
 
Old 08-30-2003, 05:47 AM   #15
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
Quote:
Originally posted by nvidiausr

I'm about to d/l Gentoo!!!
Go for it if you are ok with a install without gui.
But you might into one or two completly new sets of problems there.
If you do it go to the gentoo forums and have a look of the topics of the last 24 hours to see if something like 'installer is broken' or so is mentioned there.
 
  


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
nvnet drivers...HELP! bomelia Linux - Networking 2 05-25-2004 07:03 AM
Suse 9 nvnet problems synecdoche Linux - General 1 01-25-2004 07:44 AM
NVNet won't initialize synecdoche Linux - Hardware 2 01-24-2004 07:33 PM
Need help with nvnet nvaudio xiojqwnko Slackware 2 12-08-2003 11:30 AM
Nvidia Nforce2 ethernet (nvnet) not working in RH9 blandoon Linux - Networking 3 08-28-2003 05:42 AM

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

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