[Ilugc] network card issue

  • From: suraj@xxxxxxxxxxx (Suraj Kumar)
  • Date: Mon Jul 5 07:43:02 2004

Sukrit wrote: 
,----
| I  just installed redhat  8 on  my old  p166/32MB RAM  box. everything
| worked fine,  but my  network card: Compex  RL100 ATX-PCI'  didn't get
| detected. I know this sounds like  a stupid question, but how do i get
| it going? with today's  installers detecting everything, it's tough to
| remember how it was done in the good old days...
`----

1. lspci | grep -i eth and find out some "key" string from the name of
   the card

2. cd /lib/modules/`uname -r`; 

3. for i in $(find . -name '*.o'); do echo -n $i:; modinfo -d $i; done | grep 
<string_from_lspci>.

or even  better google and find  out the module  name.  Usually "linux
module <card name>" should be a good query.

cheers,

  -Suraj

-- 
,-----------------[http://www.symonds.net/~suraj/]---o
| Bidaram Krishnappa was the guru of T.Chowdiah.
`------------------------------[suraj@xxxxxxxxxxx]---o

Other related posts: