troubleshooting with SafeWay network drivers

hGPG GPG gpg__gpg at hotmail.com
Mon Aug 18 15:05:25 PDT 2003


j'ai installer FreeBSD 5.1 sur une machine PII 300 MHz qui dispose d'une 
carte réseau de marque SafeWay (chip us_bc001). inclus avec ce mail, le 
drivers (.c et .h) et l'expliquations fournie par le SafeWay (qui ne 
correspond a rien). pouvez-vous m'aider a resoudre ce problême, a faire 
fonctionner cette carte réseau?

merci

_________________________________________________________________
Hotmail: votre e-mail gratuit ! http://www.fr.msn.be/hotmail
-------------- next part --------------
A non-text attachment was scrubbed...
Name: IF_FET.C
Type: application/octet-stream
Size: 45932 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20030818/b016047a/IF_FET-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: IFFETreg.H
Type: application/octet-stream
Size: 21244 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20030818/b016047a/IFFETreg-0001.obj
-------------- next part --------------

Installation:

  1. copy the source codes if_fet.c and iffetreg.h to /sys/pci directory,

        #cp if_fet.c /sys/pci
        #cp iffetreg.h /sys/pci

  2. modify /sys/conf/files, add the following line

        pci/if_fet.c     optional       fet      device-driver

  3. modify /usr/src/sys/i386/conf/GENERIC, add the following line

        device  my0

  4. compile the kernel,

        #cd /usr/src/sys/i386/conf
        #cp GENERIC MYKERNEL
        #/usr/sbin/config MYKERNEL
        #cd /usr/src/sys/compile/MYKERNEL
        #make depend
        #make
        #make install

  5. reboot the system,

        #reboot

  6. bind your card to an IP address

        #ifconfig my0 ${IPADDR} broadcast ${BROADCAST} netmask ${NETMASK}

  7. now, you should be able to ping local network.



More information about the freebsd-questions mailing list