|
|
#1 | |
|
Registered User
Join Date: Mar 2007
Posts: 1
|
Hello !
In the past, nVidia ethernet controllers nForce 1,2,3,4 supported on FreeBSD by nve driver. It based by nvenetlib closed code by nVidia. Now, new eth controller MCP55 been released, but support for FreeBSD is absent. Question: Can nVidia give updated nvenetlib with support of MCP55 ethernet controller ? |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Dec 2002
Posts: 44
|
Hi there,
I have asus p5n32 sli premium. I found this driver. http://www.se.hiroshima-u.ac.jp/~shi...eebsd-nfe.html These steps work for me: # Comment out the line "device nve" in your kernel config file. # If you want to support device polling, add "options DEVICE_POLLING" into the config file. # Apply the PHY patch if necessary (see the above), e.g. "patch < e1000phy.20061219.fbsd62.patch" in /usr/src/sys/dev/mii/. # Type "make buildkernel; make installkernel" in /usr/src/. # Type "reboot" # Get the latest nfe driver source code from this page. # Extract it in an appropriate directory. # If you want to enable the device polling feature, uncomment the line "#define DEVICE_POLLING" in if_nfe.c. # Type "make" in the extracted directory, you will find if_nfe.ko. # Type "cp if_nfe.ko /boot/modules". # Type "kldload if_nfe" or # Add "if_nfe_load=\"yes\"" into /boot/loader.conf and then reboot. |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Dec 2002
Posts: 44
|
I have also found this http://www.marvell.com/drivers/drive...dId=139&pId=35
but I haven't tried this |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Jun 2007
Posts: 1
|
Quote:
![]() |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 295.53: the kernel needs "acpi=off", thinkpad T420, nvs 4200M | Imbrius | NVIDIA Linux | 1 | 05-27-12 06:18 PM |
| FreeBSD 9 Release with Nvidia 550 Ti configuration issues | goga | NVIDIA FreeBSD | 0 | 05-23-12 08:34 AM |