Conexión a Internet con modem usb

Asked by Alex Montesinos

Hola,
Acabo de instalarme Ubuntu 7.10 (soy bastante novato) y he intentado conectarme a internet (ahora estoy en otro ordenador). Tengo una conexión de Wanadoo PPPoA, y un modem usb sagem 800

He buscado documentación y lo he intentado de muchas maneras siguiendo instrucciones que he visto en la comunidad. todas más o menos te llevan a descargarte un paquete e instalarlo, pero cuando ejecuto 'sudo ./configure'
corre pero al final me dice que 'kernel-sources not found!' obviamente luego me da errores al correr 'sudo make' y 'sudo make install'

Me podéis ayudar?

Gracias,
Alex

Question information

Language:
Spanish Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Montesinos
Solved:
Last query:
Last reply:
Revision history for this message
Jorge González (jag2kn) said :
#1

tiene que instalar los fuentes

sudo apt-get install linux-source

--
JAG
jag2kn (at) gmail.com
jgonzalez (at) idesoluciones.com
jorge.gonzalez (at) libertsoft.com
http://joorge.com
Cel: 301 217 78 60
Linux Counter 345082
Bogotá - Colombia - Sur América

Revision history for this message
Alex Montesinos (alejandro-montesinos) said :
#2

Hola,
El sistema me dice que no existe ese paquete.
He instalado los paquetes build-essential y linux-headers porque lo he leído en algún documento de la comunidad, pero tampoco funciona. A continuación os pongo la respuesta que obtengo al ./configure
Obviamente, el error está al final
Gracias

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 make sets $(MAKE)... yes
checking for main in -lc... 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 sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.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 pid_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 uid_t in sys/types.h... yes
checking whether gcc needs -traditional... no
checking return type of signal handlers... void
checking for strftime... yes
checking for gettimeofday... yes
checking for select... yes
checking for socket... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strspn... yes
checking for strtol... yes
checking for ifconfig... yes
checking for route... yes
checking for pidof... yes
checking for dhclient... dhclient
checking for pppd... yes
checking for pppoe... no
checking for doc/man/eagleconfig.8... yes
checking for xsltproc... yes
   *** docbook stylesheets are missing, keeping prebuild version ***
checking for kernel version... not found
checking for hotplug... 0
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

========================================================================
distribution detected Debian

dhcp support dhclient

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!

Revision history for this message
Jorge González (jag2kn) said :
#3

siga estos pasos descargando los drivers de nuevo a ver que le dice, por que no veo que instalen en ese manual kernel-source, puede ser que sea un tar.gz para debian o algo así

http://www.ubuntu-es.org/index.php?q=node/1221&page=2

Revision history for this message
Jorge González (jag2kn) said :
#4

También puede ser esta linea, pudo faltar el "-$(uname -r)"

sudo apt-get install build-essential linux-headers-$(uname -r)

Revision history for this message
Rolando Blanco (rolando) said :
#5

Mira este link, que puede te sirva de algo:

http://www.ubuntu-ve.org/?q=node/682

2008/3/3, Jorge González <email address hidden>:
>
> Question #26124 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/26124
>
>
> Jorge González requested for more information:
>
> También puede ser esta linea, pudo faltar el "-$(uname -r)"
>
> sudo apt-get install build-essential linux-headers-$(uname -r)
>
>
> --
> You received this question notification because you are an answer
> contact for Ubuntu.
>

--
Saludos Fraternos Ubunteros!
________________________________________________________________
"No pases la vida tratando de hacer trabajar a tu computador,...
   ...haz que tu computador trabaje para ti, usa GNU/LINUX"
________________________________________________________________
Rolando F. Blanco C:. (Ubuntu Member)
Director-TIC MSC, Consultores Gerenciales,C.A.
User: 399645 (GNU) Ubuntu: 3715
http://www.blanco.net.ve/
Ubuntu 7.10 (Gusty)
_______________________________________________________________

Revision history for this message
Alex Montesinos (alejandro-montesinos) said :
#6

Hola,

Jorge, el link que sugieres es uno de los documentos que he seguido, tengo ese driver y he puesto el sufijo -$(uname -r). Lo que no entiendo es, al principio del documento pone:

IMPORTANTE: Los drivers eagle-usb ya vienen en el CD de Ubuntu.
Lo primero es descargarse los drivers de aqui

Entonces, los drivers vienen en el CD, hay que descargarlos o las dos cosas?

Rolando, he mirado el documento y trata sobre conectar el ordenador a internet con un móvil (celular) a través de Bluetooth, no consigo ver la relación.

Gracias por vuestro continuada ayuda.
Alex

Revision history for this message
Jorge González (jag2kn) said :
#7

Lo que dice que ya esta en el cd es que lo puede descargar a través de apt, aunque también esta para descargarlo y compilarlo en el link

jag2kn@zeus:~$ apt-cache search eagle-usb
eagle-usb-data - Data for Eagle USB ADSL modems
eagle-usb-utils - Userspace tools for Eagle USB ADSL modems
eagle-usb-modules-source - EAGLE-USB binary kernel module source for Eagle USB ADSL modems

ya probo por ese lado?

sudo apt-get install eagle-usb*

primero ver si instala el paquete ya compilado, si no
toca averiguar donde queda el fuente del modulo, eso lo puede hacer desde synaptic, botón derecho en el paquete y ver archivos instalados

otra cosa que veo en la pagina es tener instalado pppoe

sudo aptitude install pppoe

dele y nos cuenta como le va

Revision history for this message
Launchpad Janitor (janitor) said :
#8

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.

Revision history for this message
Alex Montesinos (alejandro-montesinos) said :
#9

.

Revision history for this message
Alex Montesinos (alejandro-montesinos) said :
#10

Hola!
Al final conseguí hacer funcionar internet, instalando el driver de ueagle-atm, y no el de eagle-usb. Lo que pasaba es que donde ponía "<username>" yo ponía mi usuario, pero no quitaba las comillas. Funciona sin comillas, creo que deberían aclararlo en el documento.
Muchas gracias a todos por vuestra ayuda.

Un saludo,
Alex