PDA

View Full Version : Nvidia "nve" driver not in config file


antik
05-02-2006, 03:52 PM
I found out that "someone" forgot to include Nvidia Nforce ethernet card in /etc/rc.conf file...

NIC="de em ixgb txp vx bfe bge dc fxp lge nge pcn re rl sf sis sk ste ti tl tx vge vr wb xl cs ed ex ep fe"

for i in $NIC; do
eval ifconfig_${i}0="DHCP"
eval ifconfig_${i}1="DHCP"
done

Add nve to config:

NIC="nve"

Thats why some users complain about missing network connection.

TerryP
05-02-2006, 08:24 PM
I found out that "someone" forgot to include Nvidia Nforce ethernet card in /etc/rc.conf file...

NIC="de em ixgb txp vx bfe bge dc fxp lge nge pcn re rl sf sis sk ste ti tl tx vge vr wb xl cs ed ex ep fe"

for i in $NIC; do
eval ifconfig_${i}0="DHCP"
eval ifconfig_${i}1="DHCP"
done

Add nve to config:

NIC="nve"

Thats why some users complain about missing network connection.

Any one think we should just have a patch to update you to PC-BSD 1.01 hehe

Charles
05-03-2006, 12:41 PM
Ok, I filed a bug report.

dracheflieger
05-08-2006, 10:09 PM
cool...I was wondering why I had to reset the nve0 everytime I rebooted. Hope this helps and if it doesn't, I''l let yall know :D

dracheflieger
05-09-2006, 01:50 AM
That did it...everything loaded as to what I set it before reboot. Thanks guys