View previous topic :: View next topic |
Author |
Message |
Icethepenguin Apprentice
Joined: 01 Nov 2003 Posts: 252 Location: Loganville, Ga
|
Posted: Sat Apr 05, 2008 6:29 am Post subject: Problems with NIC (Solved) and nvidia drivers |
|
|
I have Gentoo installed form the live cd and everything is working but I want to upgrade from 2.6.17.gentoo-r7 to 2.6.24.gentoo-r4 but these are the problems I'm having:
I used "genkernel all" to set up my kernel for 2.6.24.gentoo-r4
My network card disappears and it says it can't be found but when I do lspci it shows its here, here is lcpci:
Code: | Proxemics kevinbmonette # lspci
00:00.0 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a1)
00:01.0 ISA bridge: nVidia Corporation MCP61 LPC Bridge (rev a2)
00:01.1 SMBus: nVidia Corporation MCP61 SMBus (rev a2)
00:01.2 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a2)
00:02.0 USB Controller: nVidia Corporation MCP61 USB Controller (rev a3)
00:02.1 USB Controller: nVidia Corporation MCP61 USB Controller (rev a3)
00:04.0 PCI bridge: nVidia Corporation MCP61 PCI bridge (rev a1)
00:05.0 Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
00:06.0 IDE interface: nVidia Corporation MCP61 IDE (rev a2)
00:07.0 Bridge: nVidia Corporation MCP61 Ethernet (rev a2)
00:08.0 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
00:09.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0b.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0c.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
02:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7300 GT] (rev a1)
Proxemics kevinbmonette #
|
(I have solved the network LAN card problem. I put in my own network card and just copied the old "/etc/init.d/net.eth0" to "/etc/init.d/net.eth1", as it was showing with "ifconfig -a". This solved the network card problem. )
Also I'm trying to set up my nVidia card but when I follow the setup guides nothing is working, for example:
When I follow the guide at: http://gentoo-wiki.com/Xorg I get
Code: | Proxemics kevinbmonette # emerge nvidia-kernel nvidia-glx nvidia-settings; eselect opengl set nvidia
Calculating dependencies -
emerge: there are no ebuilds to satisfy "nvidia-kernel".
Switching to nvidia OpenGL interface... done
Proxemics kevinbmonette # emerge --pretend nvidia-kernel nvidia-glx nvidia-settings
These are the packages that would be merged, in order:
Calculating dependencies |
emerge: there are no ebuilds to satisfy "nvidia-kernel".
Proxemics kevinbmonette # emerge --pretend nvidia-glx nvidia-settings
These are the packages that would be merged, in order:
Calculating dependencies |
emerge: there are no ebuilds to satisfy "nvidia-glx".
Proxemics kevinbmonette # emerge --pretend nvidia-settings
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] media-video/nvidia-settings-169.07
Proxemics kevinbmonette # emerge --pretend nvidia-drivers
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] x11-drivers/nvidia-drivers-169.09-r1
Proxemics kevinbmonette #
Proxemics kevinbmonette # modprobe nvidia
FATAL: Module nvidia not found.
Proxemics kevinbmonette #
|
I also used "X -configure" to set up my Xorg-server
This is where I'm stuck at and I can't move on to find other problems until I get these solved.
Thanks in advance,
Kevin _________________ Sometimes you have to take that leap, then build your wings on the way down.
Last edited by Icethepenguin on Mon Apr 07, 2008 3:44 am; edited 1 time in total |
|
Back to top |
|
|
BradN Advocate
Joined: 19 Apr 2002 Posts: 2391 Location: Wisconsin (USA)
|
Posted: Sat Apr 05, 2008 6:48 am Post subject: |
|
|
Hmm, for the network, make sure the forcedeth driver is enabled in the kernel (I don't touch genkernel, so I don't have any other advice there).
For nvidia-drivers, make sure that when you install it, that the /usr/src/linux symlink points to the kernel sources of the kernel you intend to run (most likely, this is what you're currently running when you do "uname -a"). If this symlink isn't correct, the module will be built for the wrong kernel. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|