Which network drivers are available
Alexander Griesser
alexander.griesser at lkh-vil.or.at
Tue Mar 10 12:01:46 UTC 2009
-----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: alexander.griesser at lkh-vil.or.at | 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-----
More information about the busybox
mailing list