Regístrate gratis para participar de los foros, o si ya estás registrado haz login.
| comentario del autor | Sab Abr 15, 2006 5:36 am | |
|
bye si pueden me responden a kenyiro9@walla.com |
||
| comentario | Sab Abr 15, 2006 12:25 pm | |
|
Si ya instalaste Ubuntu te vas a la pestaña SISTEMA ----- RED En la Pestaña Conexiones selecciona tarjeta de red a configurar y en el menú de la izquierda puedes configurarla en Propiedades. También puedes activarla o desactivarla con sus respectivos botones. Una vez pulses en el botón Propiedades en la ventana que aparece, “Propiedades del interfaz”, puedes configurar tu red, tienes dos formas de hacerlo. Si tu máquina tiene una IP fija dentro de la red debes seleccionar en Configuración Dirección IP estática y rellenar los campos de Dirección IP, Máscara de Sub-red y Dirección de la puerta de enlace con los valores apropiados. En cambio, si tu máquina obtiene una dirección IP automáticamente de la red tienes que elegir la opción DHCP, el resto de los campos se asignarán automáticamente. Para poder navegar por Internet necesitarás configurar también tus Servidores DNS. En la Pestaña DNS de la aplicación “Configuración de la red” puedes hacerlo. Añade los servidores DNS proporcionados por tu proveedor en el apartado Servidores DNS con los botones Añadir o Borrar respectivamente. Ahí está todo y es muy probable que configurando correctamente esos parámetros tengas internet. |
||
| comentario del autor | Dom Abr 16, 2006 5:06 am | |
|
ayudenme porfa |
||
| comentario | Dom Abr 16, 2006 1:50 pm | |
Código:$ lspci
De última también probá ésto: Código:$ sudo ifconfig eth0 netmask 255.255.255.0
O Código:$ sudo ifconfig eth1 netmask 255.255.255.0
|
||
| comentario del autor | Lun Abr 17, 2006 3:12 pm | |
|
$ lspci 0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge 0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8235 PCI Bridge 0000:00:07.0 Ethernet controller: Sundance Technology Inc: Unknown device 0200 (rev 31) 0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80) 0000:00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80) 0000:00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82) 0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge 0000:00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) 0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50) 0000:01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2) $ sudo ifconfig eth0 netmask 255.255.255.0 SIOCSIFNETMASK: No existe tal dispositivo $ sudo ifconfig eth1 netmask 255.255.255.0 SIOCSIFNETMASK: No existe tal dispositivo ese fue el resultado espero que me puedas dar una solucion. saludos. |
||
| comentario | Lun Abr 17, 2006 3:35 pm | |
Código:$ lspci | grep Ethernet
Código:$ sudo insmod rtl8139
O Código:$ sudo modprobe rtl8139
Con eso deberías cargar el módulo de tu tarjeta de red y después ejecutar nuevamente el asistente de red. Cualquier cosa posteá los resultados. |
||
| comentario del autor | Lun Abr 17, 2006 6:30 pm | |
|
nose pero mi entorno para configurar la red sale asi: [img]H:\red.jpeg[/img] lo adjunte red.JPG (30,47 KB) ![]() |
||
| comentario del autor | Mar Abr 18, 2006 5:30 pm | |
|
alguien me puede decir a que se referia? y podria ayudarme? |
||
| comentario | Mar Abr 18, 2006 7:01 pm | |
|
Te conviene toda la vida instalar una tarjeta de red nueva, o sea, quitar la que no te detecta e instalar una nueva. Yo sé lo que te digo, es probable que te la pases compilando dos horas y después tampoco te funcione, por eso te digo, te saldría mucho más barato y perderías menos tiempo instalando una tarjeta de red nueva de marca reconocida. |
||
| comentario del autor | Mar Abr 18, 2006 8:45 pm | |
|
tnks. |
||
| comentario | Mar Abr 18, 2006 11:44 pm | |
|
Después que hayas hecho eso ejecutá nuevamente éste comando y mostrámelo: Código:$ lspci | grep Ethernet
|
||
| comentario del autor | Jue Abr 20, 2006 2:03 am | |
|
|
||
| comentario | Jue Abr 20, 2006 1:57 pm | |
|
Quiero ver que modelo de tarjeta de red tenés. |
||
| comentario del autor | Vie Abr 21, 2006 9:47 am | |
|
0000:00:07.0 Ethernet controller: Sundance Technology Inc: Unknown device 0200 (rev 31) ya coneste la targeta onboard a mi linea de internet y luego use el comando |
||
| comentario del autor | Mie Abr 26, 2006 4:39 pm | |
|
porfa mira que ya tengo mucho tiempo con este problema y nadie me ayuda en el peor de los casos enseñame a compilar mi kernel para ver si asi se puede solocionar este problema que ya me tiene loco. tnks |
||
| comentario | Mie Abr 26, 2006 8:41 pm | |
dennismamani escribió:hey ya te aburriste de ayudarme? NO me aburrí de ayudarte. Pasa que yo tampoco SE TODO. Probá: # insmod sundance # insmod 8139too # ifconfig eth0 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy xxx: IP tuya yyy: máscara de red |
||
| comentario del autor | Jue Abr 27, 2006 2:55 am | |
|
d3nnis@ubuntu:~$ insmod sundance insmod: can't read 'sundance': No such file or directory d3nnis@ubuntu:~$ insmod 8139too insmod: can't read '8139too': No such file or directory d3nnis@ubuntu:~$ ifconfig eth0 192.168.1.2 netmask 255.255.255.0 SIOCSIFADDR: Permiso denegado eth0: ERROR while getting interface flags: No existe tal dispositivo SIOCSIFNETMASK: Permiso denegado d3nnis@ubuntu:~$ sudo ifconfig eth0 192.168.1.2 netmask 255.255.255.0 Password: SIOCSIFADDR: No existe tal dispositivo eth0: ERROR while getting interface flags: No existe tal dispositivo SIOCSIFNETMASK: No existe tal dispositivo no se que pesar la verdad esto ya no me esta causando gracia porque ya es mucho tiempo el que estoy tratanto de conectarme y nada que me recomiendas. espero que no digas "echa a la basura tu pc" jajjaja saludos |
||
| comentario | Jue Abr 27, 2006 11:12 am | |
|
http://www.encore-usa.com/driver.php?id=2&lang= y verifica si el part number de tu tarjeta corresponde a alguno de esos que esta alli, si es asi pues instala el driver correspondiente y nos cuentas como te fue. Te repito de nuevo yo segui esos pasos y no tuve problemas, suerte amigo. |
||
| comentario | Jue Abr 27, 2006 3:17 pm | |
|
2- Como ya te dijeron vas a necesitar el driver de la placa de red para instalarlo. Buscá el modelo de la tuya en la web del fabricante. Para identificar el modelo ayudate en Windows con EVEREST. |
||
| comentario del autor | Vie Abr 28, 2006 3:06 pm | |
|
d3nnis@ubuntu:~$ sudo insmod sundance Password: insmod: can't read 'sundance': No such file or directory d3nnis@ubuntu:~$ sudo insmod 8139too insmod: can't read '8139too': No such file or directory d3nnis@ubuntu:~$ sudo ifconfig eth0 192.168.1.2 netmask 255.255.255.0 SIOCSIFADDR: No existe tal dispositivo eth0: ERROR while getting interface flags: No existe tal dispositivo SIOCSIFNETMASK: No existe tal dispositivo abra otra manera de hacerlo? o ya de plano me compro otra targeta de red y si lo hago cual me puedes recomendar(que sea una que no me de problemas), y si la coloco Ubuntu la detectara automaticamente? |
||
| comentario | Vie Abr 28, 2006 3:32 pm | |
|
|
||
| comentario del autor | Vie Abr 28, 2006 5:23 pm | |
|
|
||
| comentario | Vie Abr 28, 2006 8:58 pm | |
|
|
||
| comentario del autor | Sab Abr 29, 2006 2:31 am | |
|
ENCORE 10/100Mbps Fast Ethernet PCI Adapter Linux Driver Contents: ----------- 1. File Description 2. Driver Installation for Linux 3. Driver Parameter 1. File Description ------------------- Filename Description ==================== ======================================================= sundance_main.c ENCORE 10/100Mbps Fast Ethernet PCI Adapter Linux Driver Source Code. This file is the main part of IP100 Linux Driver. compat.h Network interface message level settings. crc32.h Crc function for early Linux 2.4.19pre kernel inclusion ethtool.h: Defines for Linux ethtool. mii.h definitions for MII-compatible transceivers. mii.c MII interface library. makefile Make File For ENCORE 10/100Mbps Fast Ethernet PCI Adapter Linux Driver. Using "make all" for your kernel. readme.txt A summary of the contents for Linux Driver. This file, which you are reading me now. 2. Driver Installation for Linux ----------------------------------------- a. for kernel 2.4.x a1. Redhat 7.3 (linux kernel 2.4.1 a2. Mandrake 8.1 (kernel 2.4. b. for kernel 2.6.x c. automatically load and configure at next boot time a.for kernel 2.4.x ------------------- a1. Redhat 7.3 (linux kernel 2.4.1 a1.1. install way 1: #make all =>generate sundance.o #cp sundance.o /lib/modules/2.4.18-3/kernel/drivers/net/ #insmod sundance #ifconfig eth0 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy eth0 is your network adapter,use dmesg to check it, ex: eth0, eth1... xxx is your ip address, ex: 192.168.102.211 yyy is your netmask address, ex:255.255.255.0 a1.2. install way 2: #make all =>generate sundance.o #cp sundance.o /lib/modules/2.4.18-3/kernel/drivers/net/ #insmod sundance #setup [network configuration] =>to setup your ip address #ifup eth0 eth0 is your network adapter, ex: eth0, eth1... a2. Mandrake 8.1 (kernel 2.4. #make all => generate sundance.o #cp sundance.o /lib/modules/2.4.8-26mdk/kernel/drivers/net #insmod sundance #ifconfig eth0 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy eth0 is your network adapter,use dmesg to check it, ex: eth0, eth1... xxx is your ip address, ex: 192.168.102.211 yyy is your netmask address, ex:255.255.255.0 b. for kernel 2.6.x ------------------- #make all #insmod ./sundance.ko (or sundance.o) #ifconfig eth0 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy eth0 is your network adapter,use dmesg to check it, ex: eth0, eth1... xxx is your ip address, ex: 192.168.102.211 yyy is your netmask address, ex:255.255.255.0 c. automatically load and configure at next boot time ----------------------------------------------------- c1. cp sundance.o /lib/modules/`uname -r`/kernel/drivers/net *note: The `uname -r` is a command. Don't replace `uname -r` with 2.4.18, 2.4.20smp, or some others. Must type `uname -r` directly. c2. Add the following lines at /etc/modules.conf: alias eth0 sundance options sundance <optional parameters> c3. Run "netconfig" or "netconf" to create configuration script ifcfg-eth0 located at /etc/sysconfig/network-scripts or create it manually. [see - Configuration Script Sample] c4. Driver will automatically load and configure at next boot time. c5. Configuration Script Sample =============================== Here is a sample of a simple configuration script: DEVICE=eth0 USERCTL=no ONBOOT=yes POOTPROTO=none BROADCAST=207.200.5.255 NETWORK=207.200.5.0 NETMASK=255.255.255.0 IPADDR=207.200.5.2 3. Driver Parameter ------------------- If you want to change the link speed, you could use parameter after insmod command. insmod sundance.o <optional parameter> ; add parameter ======================================================================== example: insmod sundance.o media=100mbps_hd or insmod sundance.o media=3 or insmod sundance.o media=1,2,3,4 ; for 4 cards or IP100 ======================================================================== Parameter Description ===================== You can install this driver without any addtional parameter. However, if you are going to have extensive functions then it is necessary to set extra parameter. Below is a list of the command line parameters supported by the Linux device driver. media=xxxxxxxxx - Specifies the media type the NIC operates at. autosense Autosensing active media. 10mbps_hd 10Mbps half duplex. 10mbps_fd 10Mbps full duplex. 100mbps_hd 100Mbps half duplex. 100mbps_fd 100Mbps full duplex. 0 Autosensing active media. 1 10Mbps half duplex. 2 10Mbps full duplex. 3 100Mbps half duplex. 4 100Mbps full duplex. By default, the copper devices operate at autosense, the fiber devices operate at 100Mbps full duplex. Note that, the fiber adapter only support 100Mbps half/full duplex types. If wanting to change speed, this driver needed to be unloaded and reloaded with new media parameter. flowctrl=[0|1] - Specifies the flow control function. 0 Disable flow control. 1 Enable flow control. |
||
| comentario | Sab Abr 29, 2006 2:44 am | |
Código:$ uname -r
2- Bajaste el driver, ahora descomprimilo y abrí una terminal. a- Código:$ sudo make all
b- Paso siguiente: Código:$ sudo cp sundance.o /lib/modules/`uname -r`/kernel/drivers/net
c- Añadir al archivo /etc/modules.conf la siguiente línea: Código:$ sudo gedit /etc/modules.conf
alias eth0 sundance c- Ejecutar el siguiente comando: Código:$ sudo netconfig (o netconf)
Esos son más o menos los pasos básicos para instalar el driver de tu tarjeta de red. Si NO sabés VALORAR: Para valorar las respuestas: Al lado derecho de cada respuesta hay estan las opciones, elija una para esa respuesta y presione "Valorar" en cada una. Si la respuesta no te ayudo en nada, valoras como Comentario Si te ayudo a resolver tu problema la valoras Asistio a la Solución Si realmente fue la solucion la valoras como Solución P.D.: si no funciona el comando insmod usá modprobe. |
||
| comentario del autor | Sab Abr 29, 2006 5:17 am | |
|
jajaja mira mejor lo que me salio: d3nnis@ubuntu:~$ uname -r 2.6.12-9-386 d3nnis@ubuntu:~$ sudo make all Password: sudo: make: command not found d3nnis@ubuntu:~$ sudo insmod ./sundance.ko insmod: can't read './sundance.ko': No such file or directory d3nnis@ubuntu:~$ sudo ifconfig sth0 192.168.1.2 netmask 255.255.255.0 SIOCSIFADDR: No existe tal dispositivo sth0: ERROR while getting interface flags: No existe tal dispositivo SIOCSIFNETMASK: No existe tal dispositivo ojala me puedas seguir ayudando |
||
| comentario | Sab Abr 29, 2006 2:39 pm | |
|
|
||
| asistió a la solución | Sab Abr 29, 2006 4:14 pm | |
Código:$ sudo aptitude install build-essential
Después empezá nuevamente el proceso como te lo describí. |
||
| comentario del autor | Sab Abr 29, 2006 6:56 pm | |
|
ahora me sale este error o fella no se como llamarle d3nnis@ubuntu:~$ sudo make all make: *** No hay ninguna regla para construir el objetivo `all'. Alto. no se a que se debe. siganme ayudando please y muchas gracias por su paciencia |
||
| comentario | Sab Abr 29, 2006 6:59 pm | |
dennismamani escribió:ahora me sale este error o fella no se como llamarle Claro, porque primero tenés que descomprimir el driver y después abrir la terminal dentro de la carpetita que te creó posterior a la descompresión. Porqué no me pasás de dónde lo bajaste así veo como es?. |
||