[Linuxtrent] Re: scheda di rete non configurata

  • From: Flavio Visentin <THe_ZiPMaN@xxxxxxxxx>
  • To: linuxtrent@xxxxxxxxxxxxx
  • Date: Thu, 02 Sep 2004 14:57:17 +0200

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

| Sto cercando il modulo...  sono sulla strada giusta? Suggerimenti su
| dove trovarlo?

2 suggerimenti:

A) Semplice:

# apt-get install hotplug
# /etc/init.d/hotplug restart

e ti carica lui il modulo.

B) + complesso

# lspci

L'output sarà di questo tipo:
0000:02:08.0 Ethernet controller: Intel Corp. 82801BD PRO/100 ...

Ti annoti il primo campo (0000:02:08.0) ed esegui

# lspci -n
L'output sarà leggermente diverso; p.es:
0000:02:08.0 0200: 8086:103d (rev 81)

Nell'output individui la scheda che ti interessa (la ricga che inizia
con il codice che ti eri annotato) e ti annoti i codici vendor_id e
product_id (nell esempio 8086:103d).

Infine ultimo comando:

# grep "vendor_id" /lib/modules/`uname -r`/*map | grep "product_id"

p.es nel mio caso:

# grep "8086" /lib/modules/`uname -r`/*map | grep "103d"
eepro100             0x00008086 0x0000103d 0xffffffff 0xffffffff
0x00000000 0x00000000 0x0
e100                 0x00008086 0x0000103d 0xffffffff 0xffffffff
0x00020000 0x00ffff00 0x0

La prima voce corrisponde al nome del modulo che ti serve.

Bye

- --
Flavio Visentin

|                     \|||/
|                    @/0.0\@
|                     \ - /
+------------------oOOo---oOOo------------------

There are only 10 types of people in this world:
those who understand binary, and those who don't.

GPG Key: http://www.zipman.it/gpgkey.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBNxitusUmHkh1cnoRAtIJAJ9e/pJOEpSUmujVzAqT+jU9wYaKEwCfQ5j5
hoWaA7nZJpexo+ck3yH+DvU=
=YlcY
-----END PGP SIGNATURE-----
--
Per iscriversi  (o disiscriversi), basta spedire un  messaggio con OGGETTO
"subscribe" (o "unsubscribe") a mailto:linuxtrent-request@xxxxxxxxxxxxx


Other related posts: