-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andy wrote: > my college installed busybox with minimal drivers.
Busybox does not contain any drivers. > How could i get a List of network drivers he has installed? find /lib/modules -name "*.ko" (for 2.6 kernels) find /lib/modules -name "*.o" (for 2.4 kernels) To find out what kernel version you're running, type: `uname -r` > I know that i could find some files in '/lib/modules/`uname > -r`/kernel/net' but when opening a file in this folder there are only > some strange symbols. Of course, because these are binary kernel modules you can't simply open with a text editor. Anyhow, you're probably completely wrong here... ciao, - -- Alexander Griesser (Netzwerkadministration) E-Mail: [email protected] | Web: http://www.lkh-vil.or.at KABEG LKH Villach | Nikolaigasse 43 | 9500 Villach Tel.: +43 4242 208 3061 | Fax.: +43 4242 208 971 2061 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkm2VqoACgkQ66HVD6KUm1o8WACgoGxWjekhuVe+orPtN6A4CHOK GNQAn0Fsv1cAFgxBLO6yd7JXr7gm62Rb =VbNS -----END PGP SIGNATURE----- _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
