Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Realtek eth0 problemas al arrancar
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
jcrcabre2
n00b
n00b


Joined: 24 Dec 2003
Posts: 16

PostPosted: Wed Dec 24, 2003 11:55 am    Post subject: Realtek eth0 problemas al arrancar Reply with quote

Tengo un problema:
Al arrancar linux me sale el siguiente error al configurar la tarjeta de red eth0:
* Bringing eth0 up...
SIOCSIFADDR: No such device
eth0: unknown interface: No such device
SIOCSIFBRDADDR: No such device
eth0: unknown interface: No such device
SIOCSIFNETMASK: No such device
* Failed to bring eth0 up

No se que puede ser:
-He cargado el soporte correctamente en el kernel para Realtek devices support y demas.
*No se que puede pasar!!!!!!

Mi .config referente a Network devices es-->

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_SUNLANCE is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNBMAC is not set
# CONFIG_SUNQE is not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
# CONFIG_B44 is not set
# CONFIG_CS89x0 is not set
# CONFIG_TULIP is not set
# CONFIG_DE4X5 is not set
# CONFIG_DGRS is not set
# CONFIG_DM9102 is not set
#CONFIG_EEPRO100 is not set
# CONFIG_EEPRO100_PIO is not set
# CONFIG_E100 is not set
# CONFIG_LNE390 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_NE3210 is not set
# CONFIG_ES3210 is not set
CONFIG_8139CP=y
CONFIG_8139TOO=y
CONFIG_8139TOO_PIO=y
CONFIG_8139TOO_TUNE_TWISTER=y
CONFIG_8139TOO_8129=y
CONFIG_8139_OLD_RX_RESET=y
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set

Otra cosa al arrancar con liveCD de gentoo me configura la tarjeta él solito. En este punto he hecho un lsmodi además un lspci i me sale lo siguiente, a lo mejor os es de ayuda:
lspci-->
...
Ethernet Controller:Realtek Semiconductor Co.,Ltd. RTL-8139/8139C/8139C+ (rev 10)
...
lsmod-->
8139too ...
mii ...
floppy ...
serial ...
isa-pnp ...
cloop ...
usb-storage ...
hid ....
usbcore ...

Espero que os sea de mas ayuda.

El fichero /etc/conf.d/net lo tengo correcto.

Muchas gracias y feliz navidad.
Back to top
View user's profile Send private message
srlinuxx
l33t
l33t


Joined: 22 Nov 2003
Posts: 627

PostPosted: Wed Dec 24, 2003 2:00 pm    Post subject: Reply with quote

Don't know if it's your problem or not, but I've read of many that had to disable acpi in their bios to get that chipset to work. Wouldn't hurt to try it.
Back to top
View user's profile Send private message
Logic Temptation
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jul 2003
Posts: 102

PostPosted: Wed Dec 24, 2003 2:51 pm    Post subject: Reply with quote

Si la targeta es integrada en la placa base srlinuxx es muy possible que tenga razon, deverias passarle por parametro al Kernel la desactivacion del ACPI.
En el caso de no ser así, haz un " # dmesg | more" y busca donde se realiza la carga del driver de la targeta de red, a ver si te informa de alguna otra razon.
Una pregunta mas la 'y' es de integrado al kernel no?, no lo recurdo bien; sino puedes probar com cargar-lo como modulo y realizar un /etc/modules.autoload.d/kernelX.X.XX e indicar dentro de este la targeta de red.

Saludos.
_________________
Gentoo Linux 2.6.1-gentoo-r1

Linux User => #320254
Linux Machine => #205170
ID-GnuGPKey => 0x6CF318D7 (pgp.escomposlinux.org)
Back to top
View user's profile Send private message
jcrcabre2
n00b
n00b


Joined: 24 Dec 2003
Posts: 16

PostPosted: Wed Dec 24, 2003 2:51 pm    Post subject: Muy desesperado Reply with quote

Lo he probado pero continua dandome el mismo error.
Lo incomprensible es que en el liveCD me lo hace todo perfectamente i al configurarlo yo no me funciona. No se que hacer!!!
Back to top
View user's profile Send private message
jcrcabre2
n00b
n00b


Joined: 24 Dec 2003
Posts: 16

PostPosted: Wed Dec 24, 2003 3:04 pm    Post subject: Reply with quote

la 'y' es de integrado en el kernel
Mi tarjeta no esta integrada.
Ahora estoy probando de meter la opcion del kernel como modulo i despues te enviare como ha sucedido todo i con todas las salidas necesarias en el caso de que no funcione.

--GRACIAS--
--THANK YOU--
Back to top
View user's profile Send private message
jcrcabre2
n00b
n00b


Joined: 24 Dec 2003
Posts: 16

PostPosted: Wed Dec 24, 2003 4:04 pm    Post subject: Reply with quote

sigue sin funcionarme. Teneis mas ideas? Ayudadme por favor
Back to top
View user's profile Send private message
jBilbo
Guru
Guru


Joined: 27 Jan 2003
Posts: 353
Location: Tarragona (Spain)

PostPosted: Wed Dec 24, 2003 5:17 pm    Post subject: Reply with quote

jcrcabre2 wrote:
sigue sin funcionarme. Teneis mas ideas? Ayudadme por favor


Qué kernel utilizas, podrías cambiar de kernel a ver... coger el vanilla si utilizas el gentoo-sources o viceversa... o incluso porque no, probar el 2.6.0 (gentoo-dev-sources), ya que estas.
_________________
"A ti corresponde decidir lo que hacer con el tiempo que se te ha concedido."
Miembro del LUG de Tarragona:
http://www.gpltarragona.org
Back to top
View user's profile Send private message
jcrcabre2
n00b
n00b


Joined: 24 Dec 2003
Posts: 16

PostPosted: Wed Dec 24, 2003 5:36 pm    Post subject: Reply with quote

lo he probado tambien con diferentes kernels incluso con kernels estandart de kernel.org.
No se que coño hacer.
ahora he probado de compilarlo con las opciones en modulos i ahora quiero probar de cargarlos y haber que pasa?
Back to top
View user's profile Send private message
jcrcabre2
n00b
n00b


Joined: 24 Dec 2003
Posts: 16

PostPosted: Wed Dec 24, 2003 5:55 pm    Post subject: Reply with quote

He ejecuta 'modprobe 8139too' y me sale esto por la salida de error:
He de decir que he compilado el kernel con todas las opciones referentes a la tarjeta(anteriormente esmentadas) en <M>(modulos).

/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol softnet_data_Rsmp_a0415d09
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol __netdev_watchdog_up_Rsmp_38780c3f
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol generic_mii_ioctl_Rsmp_81d1134f
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol skb_over_panic_Rsmp_ab9e1440
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol crc32_le_Rsmp_a34f1ef5
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol mii_ethtool_gset_Rsmp_769a32ae
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol register_netdev_Rsmp_0ac6d484
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol mii_ethtool_sset_Rsmp_839b62f8
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol mii_link_ok_Rsmp_514d5966
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol unregister_netdev_Rsmp_74922a21
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol mii_nway_restart_Rsmp_0802044a
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol eth_type_trans_Rsmp_08d542dd
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol skb_copy_and_csum_dev_Rsmp_fc43b875
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol mii_check_media_Rsmp_566b0fcc
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol bitreverse_Rsmp_baeb160c
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol alloc_skb_Rsmp_81712a5d
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol alloc_etherdev_Rsmp_0659e3cb
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol __kfree_skb_Rsmp_94b844a0
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol flush_signals_Rsmp_11efe000
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: unresolved symbol netif_rx_Rsmp_add78d4b
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: insmod /lib/modules/2.4.23/kernel/drivers/net/8139too.o failed
/lib/modules/2.4.23/kernel/drivers/net/8139too.o: insmod 8139too failed

Alguna idea?
Back to top
View user's profile Send private message
nicoleef
n00b
n00b


Joined: 28 Aug 2003
Posts: 27

PostPosted: Thu Dec 25, 2003 1:03 am    Post subject: Reply with quote

yo tengo esa tarjeta, es integrada en una lap,
yo agrege los modulos a /etc/modules.autoload.d/kernel-2.XX

o

usa el nuevo kernel-2.6.0 :wink:
_________________
Gentoo Linux - Kernel 2.6.22-r5, Gnome, Compiz-Fusion,Conky, etc...
LAPTOP:
HP Pavillion zt3000>Intel Centrino 1.5Ghz>512Mb Ram DDR>60GB HD 7,200rpms
Ati Radeon 9200 32MbDDR>Integrated Sound Card>Intel 2200BG WLAN
PC1:
Coming Soon.
Back to top
View user's profile Send private message
lechucks
n00b
n00b


Joined: 06 Dec 2003
Posts: 19
Location: Seville Spain

PostPosted: Thu Dec 25, 2003 11:37 am    Post subject: Reply with quote

puede que sea el compilar mal..pasate por esta pagina q biene de guay ..

http://www.24x7linux.com/linux/kernel_compile.shtml


¿copias el System.map en /boot despues de compilar.?
_________________
http://www.nosolowindows.tk
mi web site.

mi bitácora.
http://www.lechucks.bitacoras.com
Back to top
View user's profile Send private message
Icarvs
Tux's lil' helper
Tux's lil' helper


Joined: 24 Dec 2003
Posts: 79
Location: Madrid - Spain

PostPosted: Thu Dec 25, 2003 2:15 pm    Post subject: Reply with quote

Reconfigura tu kernel, cambiando esto:

Code:
CONFIG_8139CP=y
CONFIG_8139TOO=y
CONFIG_8139TOO_PIO=y
CONFIG_8139TOO_TUNE_TWISTER=y
CONFIG_8139TOO_8129=y
CONFIG_8139_OLD_RX_RESET=y


por esto:

Code:
CONFIG_8139CP=n
CONFIG_8139TOO=m
CONFIG_8139TOO_PIO=n
CONFIG_8139TOO_TUNE_TWISTER=n
CONFIG_8139TOO_8129=n
CONFIG_8139_OLD_RX_RESET=n


Ya que tienes una 8139, no es necesario que habilites el soporte para las viejas 8129. Tampoco es necesario que habilites el RX_RESET ni PIO en lugar de MMIO. La unica diferencia es que el driver se cargara como modulo. Recuerda cargarlo en /etc/modules.autoload.d/kernel-2.4:

Code:
echo 8139too >> /etc/modules.autoload.d/kernel-2.4


Un saludo
_________________
Icarus

"Best, you've got to be the best"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum