Changes between Version 83 and Version 84 of NanoBSD


Ignore:
Timestamp:
Dec 20, 2009, 7:59:55 PM (16 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v83 v84  
    6969 If you like a simple password, substitute the {{{ `dd if=/dev/random bs=10k count=10 | & tr -cd '[a-zA-Z0-9]' | cut -c -15` }}} with your password.
    7070
    71  B.4 Apply kernel patch for pcmcia LAN cards
    72 
    73  If you want to be able to use pcmcia LAN cards, like the Xircom RealPort2 Cardbus Ethernet10/100 R2BE-100, you have to apply the patch to the cardbus driver before compiling the kernel,:
    74  (((
     71 B.4 Apply kernel patch for pcmcia LAN cards and USB-LAN adapter
     72
     73 If you want to be able to use pcmcia LAN cards, like the Xircom RealPort2 Cardbus Ethernet10/100 R2BE-100, you have to apply the patch to the cardbus driver before compiling the kernel:
     74 {{{
    7575 cd /usr/src/sys/dev/cardbus
    76  patch < /root/nanobsd/misc/patch.diary
    77  }}}
     76 patch < /root/nanobsd/misc/patches/cardbus_cis.c.patch
     77 }}}
     78
     79 For use of a Davicom DM9601 USB networkcontroler you have to patch usbdevs and the if_udav driver:
     80 {{{
     81 cd /usr/src/sys/dev/usb/
     82 patch < /root/nanobsd/misc/patches/usbdevs.patch
     83 patch < /root/nanobsd/misc/patches/if_udav.c.patch
     84 }}}
     85 In dit geval moet bovendien de regel
     86 {{{
     87 if_udav_load="YES"
     88 }}}
     89 toegevoegd worden aan het bestand /boot/loader.conf
    7890
    7991 B.5. Build nanobsd (make sure to prepare some coffee;-) )