Bonjour,
j'ai installé FreeNAS-0.684b basé sur freebsd 6.2 sur un pc ayant la carte mére MSI K9N SLI (chipset NVIDIA 570 SLI)
Je voudrais rajouter le driver du chipset "Vitesse VSC8601" des ports gigabit intégré.
J'ai trouvé le pilote nfe-20070512.tar.gz ainsi que le patch ciphy.20070402.fbsd62stable.patch sur ce site :
http://www.f.csce.kyushu-u.ac.jp/~shigeaki//software/freebsd-nfe.html Voici la marche a suivre :
"Install (only for FreeBSD 6-STABLE or -RELEASE)
1. Comment out the line "device nve" in your kernel config file.
2. If you want to support device polling, add "options DEVICE_POLLING" into the config file.
3. Apply the PHY patch if necessary (see the above), e.g. "patch < e1000phy.20061219.fbsd62.patch" in /usr/src/sys/dev/mii/.
4. Type "make buildkernel; make installkernel" in /usr/src/.
5. Type "reboot"
6. Get the latest nfe driver source code from this page.
7. Extract it in an appropriate directory.
8. If you want to enable the device polling feature, uncomment the line "#define DEVICE_POLLING" in if_nfe.c.
9. Type "make" in the extracted directory, you will find if_nfe.ko.
10. Type "cp if_nfe.ko /boot/modules".
11. Type "kldload if_nfe" or
12. Add "if_nfe_load=\"yes\"" into /boot/loader.conf and then reboot."
Malheureusement étant totalement débutant sous freebsd je ne sais pas comment faire.
Pouvez vous me donner la liste des commandes a taper ?
Merci