El 26/06/07, Jose Alfredo Andaluz Prado <[EMAIL PROTECTED]> escribió:
Marcos Toro Oyarzo wrote: >> Marcos Toro Oyarzo wrote: >> >>>> Marcos Toro Oyarzo wrote: >>>> >>>> >>>>>> Estimados >>>>>> >>>>>> tengo un problema con una tarjeta de red RTL8139 que no me al >>>>>> reconoce >>>>>> debian 3.1 obte por hacer algunas pruebas y nada con exito tambien >>>>>> instale el nictools-pci y sin exito alguno la version de kernel ke >>>>>> tengo >>>>>> es 2.6.18-4-686 el problema fue ke mi tarjeta de red inicial se dano >>>>>> y >>>>>> tube ke kambiar por otra y ahy fue cuano al moemtno de reconocer me >>>>>> tiene liado :( >>>>>> >>>>>> -- >>>>>> <b>(r) { No HopE & No FeaR } (r) </b> >>>>>> Be part of the change, because We are the change.. >>>>>> >>>>>> Contactos: >>>>>> Email: ---> [EMAIL PROTECTED] >>>>>> MSN: ---> [EMAIL PROTECTED] >>>>>> >>>>>> Projects: >>>>>> Orenses.org: http://www.orenses.org >>>>>> DeVilSoulBlacK WebLog: http://www.bitsofnews.net >>>>>> Your Daily News On The Web: http://www.devilsoulblack.com >>>>>> DeVilSoulBlacK Channel: #Siliconvalley [EMAIL PROTECTED] >>>>>> >>>>>> >>>>>> -- >>>>>> To UNSUBSCRIBE, email to [EMAIL PROTECTED] >>>>>> with a subject of "unsubscribe". Trouble? Contact >>>>>> [EMAIL PROTECTED] >>>>>> >>>>>> >>>>>> >>>>>> >>>>> intenta cargar los modulos 8139too o 8139cp, asi: >>>>> >>>>> modprobe 8139too >>>>> >>>>> y luego reinicia las interfaces de red con un /etc/init.d/networking >>>>> restart >>>>> >>>>> nos cuentas. >>>>> >>>>> saludos, >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>> al darle modprobe 8139too no sale nada y cuando le doy >>>> /etc/init.d/networking restart >>>> >>>> >>>> sale error de ke no encuentra el device >>>> >>>> >>>> -- >>>> <b>(r) { No HopE & No FeaR } (r) </b> >>>> Be part of the change, because We are the change.. >>>> >>>> Contactos: >>>> Email: ---> [EMAIL PROTECTED] >>>> MSN: ---> [EMAIL PROTECTED] >>>> >>>> Projects: >>>> Orenses.org: http://www.orenses.org >>>> DeVilSoulBlacK WebLog: http://www.bitsofnews.net >>>> Your Daily News On The Web: http://www.devilsoulblack.com >>>> DeVilSoulBlacK Channel: #Siliconvalley [EMAIL PROTECTED] >>>> >>>> >>>> >>>> >>> intenta con 8139cp >>> >>> una vez que cargues el driver con modprobe verifica la salida de >>> dmesg|tail , deberia devolver un par de linea indicando la ethX, la mac >>> address de la misma y otros datos. >>> >>> saludos, >>> >>> >>> >>> >> en el dmesg|tail al final deberia kargarme algo 8139cp Fast Ethernet >> driver 0.9.27 pero no no me aparece :( >> >> -- >> <b>(r) { No HopE & No FeaR } (r) </b> >> Be part of the change, because We are the change.. >> >> Contactos: >> Email: ---> [EMAIL PROTECTED] >> MSN: ---> [EMAIL PROTECTED] >> >> Projects: >> Orenses.org: http://www.orenses.org >> DeVilSoulBlacK WebLog: http://www.bitsofnews.net >> Your Daily News On The Web: http://www.devilsoulblack.com >> DeVilSoulBlacK Channel: #Siliconvalley [EMAIL PROTECTED] >> >> >> > > haber, devuelve algun mensaje o no? > > lo otro, tienes especificada la interfaz eth0, eth1 o lo que sea en > /etc/network/interfaces? > > podrias pegar el contenido de ese fichero aca. > > asi, tambien podrias pegar la salida del comando lspci|grep Ethernet > > saludos, > > > el interfaces esta bien configurado y en ellspci|grep Ethernet si me muestra la tarjeta pero al momento de darle un restart al networking me dice ke no encuentra el device -- <b>(r) { No HopE & No FeaR } (r) </b> Be part of the change, because We are the change.. Contactos: Email: ---> [EMAIL PROTECTED] MSN: ---> [EMAIL PROTECTED] Projects: Orenses.org: http://www.orenses.org DeVilSoulBlacK WebLog: http://www.bitsofnews.net Your Daily News On The Web: http://www.devilsoulblack.com DeVilSoulBlacK Channel: #Siliconvalley [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Verifica udev para ver que no tiene asignados los ethX por mac. Aun asi haz lo siguiente. 1.- Pincha tarjeta y arranca 2.- lspci o lshw para verificar que esta conectada 3.- lsmod | grep 81xx y miras dmesg a ver si sale algo 4.- tambien puedes usar mii-tool eth-tool para verificar el nombre ethX de la interfaz 5.- Pruebas a configurar a mano dicha interfaz para ver si rula ifconfig o ip 6.- Si todo okis, y tenias reglas en udev, cambias reglas antiguas por nuevas con mac nueva. 7.- Si nada de esto rula, prueba otra tarjeta. Espero que te funcione, estos son los pasos que yo seguiria.

