[BusyBox] [announce] New Applet -- miscutils/detect (pci detectionj utility)

Terje Kvernes terjekv at math.uio.no
Sat Mar 1 13:35:03 UTC 2003


Laurence Anderson <l.d.anderson at warwick.ac.uk> writes:

  [ ... ]

> I've appended a superlight version of autoloading pci modules from
> my imageboot project, maybe it could go in the scripts directory if
> people think its useful.

  [ snip script ]

  I tend to use 'pcimodules' for such things.  it comes out of
  'pciutils' and a small patch.  it works similar as your script:

echo "loading modules..."
for module in $( /usr/sbin/pcimodules ); do
   echo " * $module";
   modprobe $module
done

  as a standalone built against uclibc on i386 it's about 16KiB in
  size.

-- 
Terje



More information about the busybox mailing list