Foros del Web » Administración de Sistemas » Unix / Linux »

Configurar módem usb adsl

Estas en el tema de Configurar módem usb adsl en el foro de Unix / Linux en Foros del Web. Quiero configurar mi comtrend ct-350 en Suse 10. He buscado info por ahí y tengo entendido que necesito unos drivers llamados eagle-usb-2.3.2.tar.bz2: los he conseguido. ...
  #1 (permalink)  
Antiguo 25/10/2005, 13:42
 
Fecha de Ingreso: julio-2003
Ubicación: España
Mensajes: 723
Antigüedad: 20 años, 9 meses
Puntos: 0
Configurar módem usb adsl

Quiero configurar mi comtrend ct-350 en Suse 10.

He buscado info por ahí y tengo entendido que necesito unos drivers llamados eagle-usb-2.3.2.tar.bz2: los he conseguido.

Luego los he descomprimido y desempaquetado.

Luego he echo un ./configure y el resultado es éste:

linux:/home/Juan/Documents/eagle/eagle-usb-2.3.2 # ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working volatile... yes
checking whether closedir returns void... no
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for alarm... yes
checking for gettimeofday... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strspn... yes
checking for strtol... yes
checking for ifconfig... yes
checking for route... yes
checking for pidof... yes
checking for dhclient... no
checking for dhcpcd... dhcpcd
checking for pppd... yes
checking for pppoe... no
checking for tclsh... yes
checking for wish... yes
checking for xsltproc... yes
*** libxslt-proc package is missing, keeping prebuild version ***
checking for kernel version... not found
checking for ifup... 1
checking for adictrl... no
checking for eaglectrl... no
checking for showstat... no
checking for eaglestat... no
checking for startadsl... no
checking for stopadsl... no
configure: creating ./config.status
config.status: creating Makefile.common
config.status: executing default commands

================================================== ======================
distribution detected Suse

dhcp support dhcpcd

pppd support yes
pppoa support yes
pppoe support no (runtime detection)

install eagleconnect (tcl/tk frontend) yes

generate documentation no
================================================== ======================

error: kernel-sources cannot be found!

linux:/home/Juan/Documents/eagle/eagle-usb-2.3.2 #

Cómo se ve dá un error: y ahora qué?

Saludos.

P.D.: porqué no me deja guardar nada en la partición ntfs si ya está montada? Para mostraros ese log he tenido que hacer peripecias con una llave usb...
__________________
Solo nosotros podemos decidir qué hacer con el tiempo que se nos ha dado. (Gandalf)
  #2 (permalink)  
Antiguo 25/10/2005, 13:50
Avatar de ociomax
Colaborador
 
Fecha de Ingreso: mayo-2002
Ubicación: Temuco, Chile
Mensajes: 5.595
Antigüedad: 22 años
Puntos: 35
1. El error es sumamente claro: "error: kernel-sources cannot be found!". La solución también es sumamente clara: instala el paquete kernel-source (o el que corresponda en tu distribución".

2. El soporte de escritura en particiones NTFS es sumamente inestable y peligroso (puedes corromper la partición). Es seguro que tu sistema tiene soporte sólo-lectura. Si realmente quieres soporte de escritura, busca el programa captive... pero después no te quejes si un día pierdes todos los datos de esa partición.
__________________
Christian González, "OCIOMax"
http://chgonzalez.blogspot.com
http://twitter.com/chgonzalez
  #3 (permalink)  
Antiguo 25/10/2005, 14:15
 
Fecha de Ingreso: julio-2003
Ubicación: España
Mensajes: 723
Antigüedad: 20 años, 9 meses
Puntos: 0
Gracias por tu pronta respuesta.

No se me ocurrió pensar que kernel-source pudiera ser un paquete...

Bueno, el caso es que funcionó pero ahora tengo otro problema:

linux:/home/Juan/Documents/eagle/eagle-usb-2.3.2 # ./configure

[...]

================================================== ======================
distribution detected Suse

dhcp support dhcpcd

pppd support yes
pppoa support yes
pppoe support no (runtime detection)

install eagleconnect (tcl/tk frontend) yes

generate documentation no
================================================== ======================

linux:/home/Juan/Documents/eagle/eagle-usb-2.3.2 # make

[...]
================================================== =============================


Installation has finished!
You should now run eagleconfig to setup your connexion.


linux:/home/Juan/Documents/eagle/eagle-usb-2.3.2 # eagleconfig


================================================== ============================
===================== Configuración de su conexión ADSL ======================
================================================== ============================
Your modem has to be plugged before to continue.
Se puede detener este script con [Ctrl][c]


Choose a network configuration :
__________________________________________________ ________________
. . Country. . . Network. . . . . . . . VPI VCI ENC
-----------------------------------------------------------------------
DZ01 : Algeria Wanadoo 00 23 01 ????
AR01 : Argentina Speedy 08 23 01 ????
AU01 : Australia Arachnet 08 23 06 ????
AU03 : Australia Speedstream Off net 08 23 01 ????
AU02 : Australia Speedstream On net 08 22 06 ????
AT01 : Austria AON 01 20 06 ????
AT00 : Austria Any 08 30 06 ????
AT02 : Austria Telstra 08 23 01 ????
BE04 : Belgium ADSL Office 08 23 03 ????
BE03 : Belgium Belgacom 08 23 06 ????
BE01 : Belgium Tiscali BE 08 23 06 ????
BE02 : Belgium Turboline 08 23 05 ????
BR04 : Brazil Rio Grande do Sul (RS) 01 20 01 ????
BR01 : Brazil Speedy/Telefonica 08 23 01 ????
BR03 : Brazil Turbo/Brasil Telecom 00 23 01 ????
BR02 : Brazil Velox/Telemar 00 21 01 ????
BG02 : Bulgaria BTK ISDN 01 20 01 ????
BG01 : Bulgaria BTK POTS 00 23 01 ????
CN01 : China China Netcom 00 23 03 ????
CN02 : China China Netcom 08 23 03 ????
CN03 : China China Netcom 08 23 03 ????
CN13 : China China Netcom 00 23 03 ????
CN04 : China China Netcom 00 27 03 ????
CN05 : China China Netcom 00 20 03 ????
CN06 : China China Netcom 00 23 03 ????
CN07 : China China Netcom 08 23 03 ????
CN08 : China China Telecom 00 23 03 ????
CN09 : China China Telecom 00 200 03 ????
CN10 : China China Telecom 00 23 03 ????
CN11 : China China Telecom 08 20 03 ????
CN12 : China China Telecom 00 20 03 ????
CN14 : China China Telecom 08 23 03 ????
CN15 : China China Telecom 08 51 03 ????
CN16 : China China Telecom 08 23 03 ????
CN17 : China China Telecom 00 20 03 ????
CN18 : China China Telecom 00 20 03 ????
CN19 : China China Telecom 00 23 03 ????
CN20 : China China Telecom 00 23 03 ????
CZ01 : Czech Repub Cesky Telecom 08 48 06 ????
DK01 : Denmark Any 00 65 03 ????
DK02 : Denmark Cybercity 00 23 06 ????
DK03 : Denmark Tiscali 00 23 06 ????
EG01 : Egypt Raya Telecom 08 50 06 ????
FI01 : Finland Sonera 00 64 03 ????
FR10 : France Cegetel ADSL Max 8 Mb 08 23 06 ????
FR08 : France Cegetel non d 08 23 06 ????
FR06 : France Club-Internet 08 23 06 ????
FR04 : France Free d 08 24 04 ????
FR01 : France Free non d 08 23 06 ????
FR11 : France Free non d 08 23 06 ????
FR03 : France Tiscali.fr 128k 08 23 05 ????
FR07 : France Tiscali.fr 512k 08 23 06 ????
FR02 : France T 08 23 06 ????
FR09 : France Wanadoo 08 23 06 ????
FR05 : France n9uf tel9com 512 & d 08 23 06 ????
DE02 : Germany 1&1 01 20 01 ????
DE01 : Germany Deutsche Telekom (DT) 01 20 01 ????
GR01 : Greece Any 08 23 06 ????
HU01 : Hungary Matav 01 20 01 ????
IS01 : Iceland Islandssimi 00 23 06 ????
IS02 : Iceland Landssimi 08 30 06 ????
IN01 : India Any 00 20 06 ????
IE01 : Ireland Any 08 23 01 ????
IL01 : Israel Bezeq 08 30 06 ????
IT04 : Italy Libero.it 08 23 06 ????
IT01 : Italy Telecom Italia 08 23 06 ????
IT02 : Italy Telecom Italia/Office U 08 23 03 ????
IT03 : Italy Tiscali.it, Alice 08 23 06 ????
LT01 : Lithuania Lietuvos Telekomas 08 23 01 ????
MU02 : Mauritius Telecom Plus (Mauritius 08 23 06 ????
MU01 : Mauritius wanadoo.mu 08 23 06 ????
MA01 : Morocco Maroc Telecom 08 23 06 ????
NL02 : Netherlands Eager Telecom 00 21 03 ????
NL01 : Netherlands KPN 08 30 06 ????
NL03 : Netherlands Tiscali 00 22 03 ????
NL04 : Netherlands Versatel 00 20 03 ????
PL02 : Poland Netia neostrada 08 23 01 ????
PL01 : Poland Telekomunikacja Polska 00 23 06 ????
PT01 : Portugal PT 00 23 01 ????
RU01 : Russia MTU-Intel 01 32 01 ????
SG01 : Singapore Singnet 00 64 06 ????
SL01 : Slovenia SiOL 01 20 01 ????
ES07 : Spain Arrakis 00 23 06 ????
ES14 : Spain Arsys 01 21 01 ????
ES08 : Spain Auna 00 23 06 ????
ES09 : Spain Communitel 00 21 06 ????
ES10 : Spain Euskatel 08 20 01 ????
ES01 : Spain Telef 08 20 01 ????
ES02 : Spain Telef 08 20 03 ????
ES15 : Spain Terra 08 20 06 ????
ES06 : Spain Tiscali 01 20 06 ????
ES11 : Spain Uni2 01 21 06 ????
ES04 : Spain Wanadoo PPPoE 08 20 01 ????
ES05 : Spain Wanadoo ip fija 08 20 03 ????
ES03 : Spain Wanadoo/Eresmas Retevis 08 23 06 ????
ES12 : Spain Ya.com PPPoE 08 20 01 ????
ES13 : Spain Ya.com static 08 20 03 ????
LK01 : Sri Lanka Srilanka Telecom 08 23 06 ????
SE01 : Sweden Telia 08 23 03 ????
CH01 : Switzerland Any 08 23 03 ????
CH02 : Switzerland BlueWin / Swisscom 08 23 05 ????
CH03 : Switzerland VTX Datacomm (ex-Tiscal 08 23 01 ????
TH01 : Thailand Asianet 00 64 01 ????
TU01 : Tunisia Planet.tn 00 23 05 ????
AE01 : United Arab Etisalat 00 32 05 ????
UK02 : United King British Telecom 00 26 06 ????
UK01 : United King Tiscali UK 00 26 06 ????
-----------------------------------------------------------------------
?ES04

Error: pppoe cannot be launched. Exiting...

linux:/home/Juan/Documents/eagle/eagle-usb-2.3.2 #


Bien, y ahora qué?

Saludos.
__________________
Solo nosotros podemos decidir qué hacer con el tiempo que se nos ha dado. (Gandalf)
  #4 (permalink)  
Antiguo 25/10/2005, 14:29
Avatar de ociomax
Colaborador
 
Fecha de Ingreso: mayo-2002
Ubicación: Temuco, Chile
Mensajes: 5.595
Antigüedad: 22 años
Puntos: 35
Cita:
Error: pppoe cannot be launched. Exiting...
No pudo lanzarse pppoe. Antes de seguir: ¿está realmente instalado el paquete pppoe? ¿Puedes ejecutarlo? Tal vez necesites ser root para ejecutarlo. ¿Estás haciendo todo esto como usuario normal o como root?

Si el problema NO es pppoe, entonces busca un archivo .log dentro de /home/Juan/Documents/eagle/eagle-usb-2.3.2 para tratar de obtener mayor información.
__________________
Christian González, "OCIOMax"
http://chgonzalez.blogspot.com
http://twitter.com/chgonzalez
  #5 (permalink)  
Antiguo 25/10/2005, 15:53
 
Fecha de Ingreso: julio-2003
Ubicación: España
Mensajes: 723
Antigüedad: 20 años, 9 meses
Puntos: 0
En la carpeta hay varios *.log, supongo que será config.log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by eagle-usb configure 2.3.0, which was
generated by GNU Autoconf 2.59. Invocation command line was

[...]

configure:5378: checking for ifconfig
configure:5395: found /sbin/ifconfig
configure:5406: result: yes
configure:5415: checking for route
configure:5432: found /sbin/route
configure:5443: result: yes
configure:5458: checking for pidof
configure:5475: found /bin/pidof
configure:5486: result: yes
configure:5503: checking for dhclient
configure:5533: result: no
configure:5503: checking for dhcpcd
configure:5520: found /sbin/dhcpcd
configure:5530: result: dhcpcd
configure:5545: checking for pppd
configure:5562: found /usr/sbin/pppd
configure:5573: result: yes
configure:5584: checking for pppoe
configure:5612: result: no
configure:5629: checking for tclsh
configure:5646: found /usr/bin/tclsh
configure:5657: result: yes
configure:5666: checking for wish

[...]

## ---------------- ##
## Cache variables. ##
## ---------------- ##

[...]

ac_cv_prog_DHCP=dhcpcd
ac_cv_prog_PIDOF=yes
ac_cv_prog_PPPD=yes
ac_cv_prog_PPPOE=no
ac_cv_prog_TCL=yes
ac_cv_prog_TCPIP1=yes
ac_cv_prog_TCPIP2=yes

[...]

## ----------------- ##
## Output variables. ##
## ----------------- ##


PIDOF='yes'
PPPD='yes'
PPPOE='no'
PPP_OPTIONS_ADSL='/etc/ppp/peers/adsl'
PPP_OPTIONS_DIR='/etc/ppp/peers'
PPP_OPTIONS_MIRE='/etc/ppp/peers/mire'

[...]

configure: exit 0



Bien, he mirado si hay algún paquete llamado pppoe, no existe (hay uno llamado ppp...)

Si abro una consola y escribo pppoe ->comand not found

Pero si escribo pppoa -> pppoa: ioctl(SIOCGIFHWADDR): No such device

Bueno, y ahora que hago?

Saludos.
__________________
Solo nosotros podemos decidir qué hacer con el tiempo que se nos ha dado. (Gandalf)
  #6 (permalink)  
Antiguo 26/10/2005, 11:34
 
Fecha de Ingreso: julio-2003
Ubicación: España
Mensajes: 723
Antigüedad: 20 años, 9 meses
Puntos: 0
Si os sirve de ayuda:

linux:/home/Juan/Documents/eagle/eagle-usb-2.3.2 # eaglestat
eagle-usb status display
-------------------------------------------------------------
Driver version 2.3.2 Chipset: Eagle0
Vendor ID : 0x1110 Product ID : 0x900f Rev: 0x4106
USB Bus : 003 USB Device : 003 Dbg mask: 0x0
Ethernet Interface : <NULL>
MAC: 00:30:da:22:06:02
Tx Rate 0 Rx Rate 0
FEC 0 Margin 0 Atten 0 dB
VID-CPE 0 VID-CO 0 HEC 0
VPI 0 VCI 0 Delin GOOD
Cells Tx 0 Cells Rx 0
Pkts Tx 0 Pkts Rx 0
OAM 0 Bad VPI 0 Bad CRC 0
Oversiz. 0

Modem waiting for driver response.
Please send DSP (eaglectrl -d)

linux:/home/Juan/Documents/eagle/eagle-usb-2.3.2 #

Es normal que ponga NULL en Ethernet interface? No se supone que el módem actúa como una targeta de red?

Saludos.
__________________
Solo nosotros podemos decidir qué hacer con el tiempo que se nos ha dado. (Gandalf)
  #7 (permalink)  
Antiguo 26/10/2005, 11:40
Avatar de ociomax
Colaborador
 
Fecha de Ingreso: mayo-2002
Ubicación: Temuco, Chile
Mensajes: 5.595
Antigüedad: 22 años
Puntos: 35
Busca el paquete pppoe (o rp-pppoe) para SUSE y lo instalas. Luego intentas de nuevo.
__________________
Christian González, "OCIOMax"
http://chgonzalez.blogspot.com
http://twitter.com/chgonzalez
  #8 (permalink)  
Antiguo 26/10/2005, 12:56
 
Fecha de Ingreso: julio-2003
Ubicación: España
Mensajes: 723
Antigüedad: 20 años, 9 meses
Puntos: 0
Bien, encontré el paquete ese y lo instalé correctamente ya que me sale un programilla para configurarlo, ahora me falta saber qué valores asignarle:

** Summary of what you entered **

Ethernet Interface: eth0
User name: djnelson
Activate-on-demand: Yes
DNS: Do not adjust
Firewalling: NONE

Qué tengo que poner en Ethernet Interface si tengo un módem adsl usb?

Cuando tenga los datos que me pide y esté configurado tengo que repetir el ./configure para los drivers eagle, no?

Saludos.

Ultima edición:

La cosa queda así:

Ethernet Interface: eth0
User name: djnelson
Activate-on-demand: Yes
DNS1: 62.37.237.140
DNS2: 62.37.236.200
Firewalling: NONE

Sería mejor que no le pusiese las dns? (en windows hay una casilla que pone 'obtener las direcciones dns automáticamente')

El caso es que después de hacer el startadsl intento conectarme y no funciona, en el portapapeles aparecen varios mensajes (cómo puedo copiarlos?)

Saludos 2
__________________
Solo nosotros podemos decidir qué hacer con el tiempo que se nos ha dado. (Gandalf)

Última edición por DjNelson; 26/10/2005 a las 13:46
  #9 (permalink)  
Antiguo 27/10/2005, 08:03
Avatar de AleSanchez
Colaborador
 
Fecha de Ingreso: septiembre-2004
Ubicación: Buenos Aires, Argentina
Mensajes: 3.692
Antigüedad: 19 años, 7 meses
Puntos: 47
Hace "ifconfig" en la consola como root y fijate como se llama la interfase que creo el modem.
Esa es la que tenes que usar para la conexion ADSL.
Tengo entendido que el modulo de eagle crea interfaces con nombres ethN, (eth0, eth1, etc).
Por ejemplo el modulo conexant crea la interface con nombres nasN (nas0, nas1, etc)

Saludos.
__________________
¡Volviendo a la programación!
  #10 (permalink)  
Antiguo 27/10/2005, 09:10
Avatar de srabadie  
Fecha de Ingreso: junio-2005
Mensajes: 1.391
Antigüedad: 18 años, 10 meses
Puntos: 2
La interfaz del modem es ethN, donde N es el número de tarjetas de red que tienes en tu sistema (es decir, si no tienes ninguna, eth0; si tienes una, eth1...), al menos así es con Debian...


Cita:
Iniciado por DjNelson
El caso es que después de hacer el startadsl intento conectarme y no funciona
¿Qué dice eaglestat? Te dirá si el modem está o no operativo, o si está inicializandose. Si no está operativo, te dice que ejecutes un comando (creo que era eaglectrl -d), entonces empezará a inicializarse.
En unos segundos eaglestat dirá: "¡Modem is operational!" Es entonces la hora de hacer startadsl.


Cita:
Iniciado por DjNelson
en el portapapeles aparecen varios mensajes (cómo puedo copiarlos?)
Si ya están en el portapapeles, sencillamente donde los quieras pegar haz click con el botón del medio del ratón.


Saludos.
__________________
"La libertad no hace felices a los hombres; los hace sencillamente hombres" - Manuel Azaña.
  #11 (permalink)  
Antiguo 27/10/2005, 13:37
 
Fecha de Ingreso: julio-2003
Ubicación: España
Mensajes: 723
Antigüedad: 20 años, 9 meses
Puntos: 0
Vale, esto es lo que he hecho:

linux:/home/Juan # eaglestat
eagle-usb status display
-------------------------------------------------------------
Driver version 2.3.2 Chipset: Eagle0
Vendor ID : 0x1110 Product ID : 0x900f Rev: 0x4106
USB Bus : 003 USB Device : 002 Dbg mask: 0x0
Ethernet Interface : <NULL>
MAC: 00:30:da:22:06:02
Tx Rate 0 Rx Rate 0
FEC 0 Margin 0 Atten 0 dB
VID-CPE 0 VID-CO 0 HEC 0
VPI 0 VCI 0 Delin GOOD
Cells Tx 0 Cells Rx 0
Pkts Tx 0 Pkts Rx 0
OAM 0 Bad VPI 0 Bad CRC 0
Oversiz. 0

Modem waiting for driver response.
Please send DSP (eaglectrl -d)

linux:/home/Juan # eaglectrl -d
CMVs successfully sent to driver.
Options successfully sent to driver.
Using DSP code for POTS line
DSP code successfully loaded.



linux:/home/Juan # eaglestat
eagle-usb status display
-------------------------------------------------------------
Driver version 2.3.2 Chipset: Eagle0
Vendor ID : 0x1110 Product ID : 0x900f Rev: 0x4106
USB Bus : 003 USB Device : 002 Dbg mask: 0x0
Ethernet Interface : eth0
MAC: 00:30:da:22:06:02
Tx Rate 320 Rx Rate 1024
FEC 0 Margin 18 Atten 37 dB
VID-CPE 57 VID-CO 28 HEC 0
VPI 8 VCI 32 Delin GOOD
Cells Tx 0 Cells Rx 0
Pkts Tx 0 Pkts Rx 0
OAM 0 Bad VPI 0 Bad CRC 0
Oversiz. 0

Modem is operational

____________________________________________

linux:/home/Juan # ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:70 errors:0 dropped:0 overruns:0 frame:0
TX packets:70 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5150 (5.0 Kb) TX bytes:5150 (5.0 Kb)
--------------------------------------------------

linux:/home/Juan # startadsl
linux:/home/Juan # startadsl

La conexión parece ya activa!

linux:/home/Juan # ping 192.165.2.22
connect: Network is unreachable

Es decir, que todo va bien excepto... que no funciona :(

Saludos.
__________________
Solo nosotros podemos decidir qué hacer con el tiempo que se nos ha dado. (Gandalf)
  #12 (permalink)  
Antiguo 27/10/2005, 14:34
Avatar de Koveart
Colaborador
 
Fecha de Ingreso: julio-2002
Ubicación: Colombia
Mensajes: 4.407
Antigüedad: 21 años, 9 meses
Puntos: 29
Cita:
Iniciado por srabadie
La interfaz del modem es ethN, donde N es el número de tarjetas de red que tienes en tu sistema (es decir, si no tienes ninguna, eth0; si tienes una, eth1...), al menos así es con Debian...
Bueno creo que está un poco errada la afirmación aunque seguro que estabas por el mismo lado. En ethN, N es el número de tarjetas de red ethernet mas uno. Así si tienes eth6, siginifica que tienes 7 tarjetas de red

Yo siempre insisto en que si es posible que vuestro operador os provea con un router o modem ethernet mejor que mejor de verdad, os ahorrarés mil problemas de drivers.

Saludos
__________________
“Los soñadores no existen, se lo dice un soñador que ha tenido el privilegio de ver realidades que ni siquiera fue capaz de soñar”
  #13 (permalink)  
Antiguo 27/10/2005, 15:21
Avatar de srabadie  
Fecha de Ingreso: junio-2005
Mensajes: 1.391
Antigüedad: 18 años, 10 meses
Puntos: 2
Cita:
Iniciado por Koveart
Bueno creo que está un poco errada la afirmación aunque seguro que estabas por el mismo lado. En ethN, N es el número de tarjetas de red ethernet mas uno. Así si tienes eth6, siginifica que tienes 7 tarjetas de red
No me entendiste bien. Dije que la interfaz del modem es ethN, donde N es el número de tarjetas de red, es decir, si tienes 7 tarjetas de red, tienes hasta eth6, por eso mismo el modem USB con los controladores eagle toma como interfaz eth7, pues del 0 al 6 están ya "cojidos"...


Cita:
Iniciado por Koveart
Yo siempre insisto en que si es posible que vuestro operador os provea con un router o modem ethernet mejor que mejor de verdad, os ahorrarés mil problemas de drivers.
Una verdad como un templo.
__________________
"La libertad no hace felices a los hombres; los hace sencillamente hombres" - Manuel Azaña.
  #14 (permalink)  
Antiguo 28/10/2005, 12:03
 
Fecha de Ingreso: julio-2003
Ubicación: España
Mensajes: 723
Antigüedad: 20 años, 9 meses
Puntos: 0
En la página de mi isp encontré todo lo necesario para configurar la conexión, voy a probar haber si con eso funciona la cosa.

Gracias a todos por vuestra ayuda.

Saludos.
__________________
Solo nosotros podemos decidir qué hacer con el tiempo que se nos ha dado. (Gandalf)
  #15 (permalink)  
Antiguo 04/11/2005, 13:08
 
Fecha de Ingreso: julio-2003
Ubicación: España
Mensajes: 723
Antigüedad: 20 años, 9 meses
Puntos: 0
Pues no he sido capaz... de todas maneras el lunes pasado hubo tormenta y el módem se estropeó, aprovecho la ocasión para pedir un router...

Saludos.
__________________
Solo nosotros podemos decidir qué hacer con el tiempo que se nos ha dado. (Gandalf)
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 04:03.