Ik ben dus maar eens begonnen met het installeren van FreeBSD.. Alles goed en wel, herkend hij dus de Sweex netwerkkaart niet. Geen probleem, zoeken we op...
Netjes als Sweex is staat er natuurlijk drivers voor FreeBSD op hun website. Gedownload, flop gemount, en de volgende instructies van Sweex uitgevoerd:
Installation:
1. copy the source codes if_fet.c and if_fetreg.h to /sys/pci directory,
#cp if_fet.c /sys/pci
#cp if_fetreg.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 fet0
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 fet0 ${IPADDR} broadcast ${BROADCAST} netmask ${NETMASK}
7. now, you should be able to ping local network.
Akkoord. Nu kom ik tot de helft van stap 4. Zo gauw ik de config uit wil voeren, begint ie over het 'waarschijnlijk niet juist van van apparaten met zero units'... de fet0 die ik ingevoerd heb dus.
Doe ik dan nu iets fout? Of is het gewoon een brakke handleiding?
Het is trouwens FreeBSD 5.2.1 wat ik geinstalled heb.
Netjes als Sweex is staat er natuurlijk drivers voor FreeBSD op hun website. Gedownload, flop gemount, en de volgende instructies van Sweex uitgevoerd:
Installation:
1. copy the source codes if_fet.c and if_fetreg.h to /sys/pci directory,
#cp if_fet.c /sys/pci
#cp if_fetreg.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 fet0
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 fet0 ${IPADDR} broadcast ${BROADCAST} netmask ${NETMASK}
7. now, you should be able to ping local network.
Akkoord. Nu kom ik tot de helft van stap 4. Zo gauw ik de config uit wil voeren, begint ie over het 'waarschijnlijk niet juist van van apparaten met zero units'... de fet0 die ik ingevoerd heb dus.
Doe ik dan nu iets fout? Of is het gewoon een brakke handleiding?
Het is trouwens FreeBSD 5.2.1 wat ik geinstalled heb.