Hi, I'm using BuC 2.4.1, booting from CD and reading my configuration from floppy. I figured that, since all modules are on the CD, I wouldn't need to load a separate modules.lrp from floppy. But as BuC doesn't use modprobe(modutils?), it gets kinda hairy.
I finally figured out what the somewhat terse comments in /etc/modules mean, but I think it might be a good idea if at least the cd version of BuC gets the following additions to /etc/modules in the standard modules.lrp (hopefully I got most of them right): # (snip beginning of /etc/modules) # Want to load modules from the official Bering uClibc cd image? Use: # ! mount iso9660 /dev/cdrom # and uncomment the (relevant) ! dir <...> lines below ######################################################################## # More modules available from: # http://cvs.sourceforge.net/viewcvs.py/leaf/bin/bering-uclibc/packages/ ######################################################################## # Some modules need this, like 8390, natsemi, 8139too, tulip # ! dir /lib/modules/2.4.32/kernel/lib #crc32 # ! dir /lib/modules/2.4.32/kernel/drivers/net ### (snip Ethernet modules) # Modules needed for PPP connection # ! dir /lib/modules/2.4.32/kernel/drivers/net #slhc #ppp_generic #ppp_async # The three following modules are not always needed # ! dir /lib/modules/2.4.32/kernel/lib/zlib_inflate #zlib_inflate # ! dir /lib/modules/2.4.32/kernel/lib/zlib_deflate #zlib_deflate # ! dir /lib/modules/2.4.32/kernel/drivers/net #ppp_deflate # Modules needed for PPP/PPPOE connection # ! dir /lib/modules/2.4.32/kernel/drivers/net #slhc # ! dir /lib/modules/2.4.32/kernel/drivers/char #n_hdlc # ! dir /lib/modules/2.4.32/kernel/drivers/net #ppp_generic #ppp_synctty #pppox #pppoe # Modules needed for PPTP connection # ! dir /lib/modules/2.4.32/kernel/drivers/net #slhc #ppp_generic #ppp_async #ppp_mppe # Modules needed for ISDN # Look for type, io and irq settings at help page of isdn.lrp # documentation # ! dir /lib/modules/2.4.32/kernel/drivers/net #slhc # ! dir /lib/modules/2.4.32/kernel/drivers/isdn #isdn # ! dir /lib/modules/2.4.32/kernel/drivers/isdn/hisax #hisax type= io= irq= # Masquerading 'helper' modules # Don't remove anything here, unless you know what you are doing # Other modules available in kernel/net/ipv4/netfilter # ! dir /lib/modules/2.4.32/kernel/net/ipv4/netfilter ip_conntrack ip_conntrack_ftp ip_conntrack_irc iptable_nat ip_nat_ftp ip_nat_irc ipt_MASQUERADE ipt_REDIRECT ipt_conntrack ipt_helper ipt_state ipt_ipp2p # Watchdog support, always choose one # ! dir /lib/modules/2.4.32/kernel/drivers/char # standard software watchdog softdog # .. or .. # wd1100 module available in kernel/drivers/char #wd1100 # ipv6 support # ! dir /lib/modules/2.4.32/kernel/net/ipv6 #ipv6 # Templates for extra functionalities # Warning: the following modules are not provided on Bering floppy # they must be downloaded # # Bridge support # ! dir /lib/modules/2.4.32/kernel/net/bridge #bridge # # IDE/CD-ROM support # ! dir /lib/modules/2.4.32/kernel/drivers/ide #ide-mod #ide-disk #ide-probe-mod # # USB support # do not forget to mount none /proc/bus/usb -t usbdevfs # ! dir /lib/modules/2.4.32/kernel/drivers/usb #usbcore #usb-uhci # .. or .. #usb-ohci # # NFS support # ! dir /lib/modules/2.4.32/kernel/fs/lockd #lockd # ! dir /lib/modules/2.4.32/kernel/net/sunrpc #sunrpc # ! dir /lib/modules/2.4.32/kernel/fs/nfs #nfs # Uncomment if you mounted a drive above # ! umount ------------------------------------------------------------------------ leaf-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/
