On Friday 18 January 2002 21:56, martin f krafft proclaimed: > also sprach Ross Burton <[EMAIL PROTECTED]> [2002.01.18.1814 +0100]: > > A useful trick is to go into the network modules directory (e.g. > > /lib/modules/2.4.17/drivers/net I think) and running: > > > > $ strings * | grep 3c905c > > > > That will list all files containing the string "3c905c", which will in > > most cases only be the single module which supports the hardware. > > definitely a good suggestion. but i wouldn't know *which* module > produced the match, would i? :) > > for i in *; do strings $i | grep -q 3c905c && echo $i; done >
how about: $ grep 3c509 * M -- "Everybody has been saying that Linux is over because the dot-com boom is over. But Linux predates the dot-com hype," said Jacques le Marois, president of French Linux distributor MandrakeSoft.