|
|
#1 | |
|
Registered User
Join Date: Aug 2003
Posts: 3
|
Hi folks!
I just (three days ago) installed the latest Mandrake 9.1 on my new shuttle XPC with an onboard nforce2 LAN. Everything else (onboard nvidia graphics, sound, etc.) came up just fine out of the box, EXCEPT for the onboard nvnet network adapter. I downloaded the nvidia nforce RPM for mandrake here and it claimed to install successfully, but still no luck. I've only tried configuring the connection using the drakconnect wizard, clicking the "LAN" checkbox. I never get the screen shown in the Mandrake 9.1 documentation that shows "eth0", "eth1", etc. What should I try? I'm assuming the RPM linked above is the same result as if I compiled the source on my machine -- should I try that next? Thanks for the help! Newbie |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Aug 2003
Posts: 3
|
Hi,
after installing RPM, did you modified you /etc/modules.conf ? just have a look on : install nforce You have to add in your /etc/modules.conf the following : alias eth0 nvnet alias sound-slot-0 nvaudio alias usb-interface usb-ohci insmod eth0 What I did is to put some # before twin lines (like sound-slot-0) After doing insmod, you can try with ifconfig to see if eth0 is up :-) . For me, the network came up with my router's dhcp, and I could connect the web without any troubles. After that, I rebooted the system and it worked fine for network, sound and usb, but I can't say if usb2 is up or not because I just have some usb1 devices. Let me know if you have usb2 working. |
|
|
|
|
|
|
#3 | |
|
Registered User
Join Date: Aug 2003
Posts: 3
|
Quote:
alias eth0 nvnet alias sound-slot-0 nvaudio alias usb-interface usb-ohci You have to make the insmod eth0 after having modified your modules.conf ![]() |
|
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Aug 2003
Posts: 3
|
Quote:
insmod: eth0: no module by that name found Thoughts? |
|
|
|
|
|
|
#5 |
|
[DEADAGAIN]blueworm
Join Date: Mar 2003
Posts: 416
|
if the nvnet driver is installed it will be in lib/modules
Run this command to find it Code:
find /lib/modules | grep nvnet so that nvnet loads at boot add it to your /etc/modules add the following line Code:
nvnet |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Aug 2003
Posts: 3
|
Thanks blueworm. I gave that a try and still no love from nvnet. Nvnet was already in my /lib/modules, and I added the nvnet line to my /etc/modules successfully. Restarting, running insmod, nothing let me get to the internet or even to the rest of my LAN.
Am I missing something here? Thanks. |
|
|
|
|
|
|
#7 |
|
[DEADAGAIN]blueworm
Join Date: Mar 2003
Posts: 416
|
Getting nvnet tu run in mandrake 9.1 is a pain in the ass I know, I have got it to run.
But I have long abandoned mandrake in favor of gentoo. here is how I got it to run. I compilled nvnet from source I did not want to install nvaudio in favor of alsa drivers. download this http://download.nvidia.com/XFree86/n....0-0261.tar.gz now Code:
$ tar-zxvf NVIDIA-nforce-1.0-0261.tar.gz Code:
$ cd nforce/nvnet if not it is in mandrake Installation disk 1 Code:
# make Code:
# make install Now add nvnet to your /etc/modules and also add this following line to /etc/modules.conf Code:
alias eth0 nvnet Code:
# touch /etc/sysconfig/network-scripts/ifcfg-eth0 Code:
DEVICE=eth0 BOOTPROTO=static IPADDR=192.168.0.1 NETMASK=255.255.255.0 NETWORK=192.168.0.0 BROADCAST=192.168.0.255 ONBOOT=yes Code:
# touch /etc/resolv.conf Code:
search localdomain nameserver <YOUR_DNS_SERVER_IP_HERE> Code:
GATEWAY=<YOUR_GATEWAY_HERE> devices. This brief guide is what worked for me and a static ip config. But regardless it will at least allow you to use the wizard which as you now does not detect the nvnet devise otherwise. Good Luck. ![]() Last edited by blueworm; 08-28-03 at 12:31 PM. |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mandrake Linux 9.0 (Dolphin) now available | comments? | volt | General Linux | 10 | 10-19-02 10:13 PM |
| Mandrake 8.2 Nvidia src.rpm problems | Mr_Malcontent | NVIDIA Linux | 8 | 09-11-02 09:53 PM |
| Problems with Mandrake and NVidia drivers..... | xMonoxide187x | NVIDIA Linux | 2 | 08-22-02 01:55 PM |