View previous topic :: View next topic |
Author |
Message |
mbatten n00b
Joined: 25 Jun 2004 Posts: 2
|
Posted: Fri Jun 25, 2004 7:54 am Post subject: openMosix A7N8X nForce2 network problem |
|
|
I have succesfully installed the linux.2.6.7-gentoo-r5 kernel with networking configured properly thanks to the experimental nVidia driver built into the kernel. I then installed the linux-2.4.22-openmosix-r9 kernel and have it working, but it won't load the network. I get:
Failed to bring eth0 up
Failed to bring eth1 up
Error: Problem starting needed services.
"netmount" was not started.
I downloaded the NVIDIA driver package from www.nvidia.com/object/linux_nforce_1.0-0274.tar.gz while in my properly working gentoo-r5 kernel. Then rebooted to the openmosix kernel, switched to the download directory and:
# tar -xvzf NVIDIA....tar.gz
# cd nforce
# make
# make install
All in accordance with the guide on http://download.nvidia.com/XFree86/nforce/1.0-0274/ReleaseNotes.html
I then did:
# nano -w /etc/modules.conf
and added:
alias eth0 nvnet
alias sound-slot-0 nvaudio
alias usb-interface usb-ohci
then saved and exited. Then:
# modprobe nvnet
# modprobe nvaudio
# modprobe usb-ohci
I then added the aliases to /etc/modules.autoload.d/kernel-2.4 so that the list looks like:
3c59x
nvnet
nvaudio
usb-ohci
Then I did
# modules-update
and got 6 "Unresolved symbols..." errors for 3c59x.o, dummy.o, nvnet.o, ac97_codec.o, i810_audio.o, and nvaudio.o.
Anyone know what to do to get these modules working?
-Matt |
|
Back to top |
|
|
mbatten n00b
Joined: 25 Jun 2004 Posts: 2
|
Posted: Fri Jun 25, 2004 4:05 pm Post subject: forum for openMosix |
|
|
Maybe there should be a forum section for openMosix so that threads can be easier to find and discuss? |
|
Back to top |
|
|
Michen n00b
Joined: 03 Aug 2004 Posts: 2
|
Posted: Sun Oct 17, 2004 12:45 pm Post subject: |
|
|
Hi,
I hope I'm not too late
I tried to install the latest openMosix Kernel yesterday and I had the same probs. But the probs came only with the gigabit-Lan Marvell-Yukon Card. What to do ?
try
and after this
look you have set in /etc/init.d/ a symbolic link from net.eth0 to net.eth1 if you have two cards on board. By the way take a look at the BIOS if the cards are activating
Than take a look in /etc/conf.d/net to set the parameter for eth0 or eth1. If you use two cards you have to make the settings for eth1 like eth0.
With Code: | ifconfig eth0 [eth1] | you should see the card.
To make the things run Code: | rc-update add net.eth0 default |
Maybe the nforce-net ebuild is masked by keyword, but this is not a problem, try
Code: | ACCEPT_KEYWORDS="~x86" emerge nforce-net |
If you still use the Marvell Yukon Card than you have to use the module "sk98lin"
Hope that helps you ?! _________________ nicht fragen, nur wundern |
|
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
|
|