Problemi ADSL Telindus Arescom ND220

6 risposte [Ultimo messaggio]
Ritratto di konrad
konrad
(Junior)
Offline
Junior
Iscritto: 27/11/2006
Messaggi: 30

Buongiorno, sono un neofita di Linux e ho da poco installato Suse 10.1

Nessun problema tranne per il fatto che sto diventando matto per riuscire a caricare i driver per il corretto funzionamento del mio modem ADSL Telindus Arescom ND220.

Ho cercato in tutti i modi di caricare il pacchetto driver eagle-usb-2.3.3.tar.bz2 (dopo aver aggiornato il gcc e i kernel-sources)ma continua a darmi un errore di compilazione in Riga 253 e 255 quando faccio il make, subito dopo il ./configure

Io non capisco niente di linguaggio di programmazione in c, e nn riesco a risolvere il problema con il modem.
Qualcuno si può rendere disponibile a darmi una mano a risolvere il problema (se è possibile)? Non vedo l'ora di eliminare la partizione Windows, ma senza un mdem funzionante non posso ancora farlo!

Grazie mille

Konrad

Ritratto di auris
auris
(Guru)
Offline
Guru
Iscritto: 10/09/2004
Messaggi: 4923

Devi usare questa procedura:
http://atm.eagle-usb.org/wakka.php?wiki=TutorielFreeDegroup
Non devi toccare il kernel in quanto è già tutto abilitato!
La directory in cui collocare il firmware è /lib/firmware in SuSE.
Per SuSE puoi fare riferimento a questa guida:
http://www.linuxquestions.org/linux/answers/print/1446

Se sei stanco di virus e schermate blu passa a Linux

Ritratto di apache82
apache82
(Junior)
Offline
Junior
Iscritto: 05/04/2007
Messaggi: 14

Ciao ragazzi, ancora io. Dovrei installare i driver del modem in questione. Ho seguito le indicazioni ma ho dei dubbi:
(A parte che il sito è in francese e non ci capisco na mazza) Per la versione 10.2 cosa precisamente devo scaricare visto che aprendo il link per il download c'è una marea di driver?
Come procedo per istallare?
Grazie

Ritratto di spock
spock
(Guru)
Offline
Guru
Iscritto: 03/08/2006
Messaggi: 1225

Il pacchetto da installare è questo:
http://eagle-usb.org/ueagle-atm/non-free/ueagle-data-1.1.tar.gz
per il resto segui la guida (mi dispiace ma in francese a scuola ero una schiappa!). Big Grin

Ritratto di apache82
apache82
(Junior)
Offline
Junior
Iscritto: 05/04/2007
Messaggi: 14

Ho trovato questa guida per l'installazione dei driver del mio modem con la sola differenza che si parla di mandriva. Ho provato lo stesso ma quando vado ad eseguire ./configure mi dice che non trova la directory.
Che ne pensate?

http://www.mandrakeitalia.org/modules/wfsection/article.php?articleid=5

Ritratto di apache82
apache82
(Junior)
Offline
Junior
Iscritto: 05/04/2007
Messaggi: 14

Ho provato ad installare i driver con questa guida:
Decomprimere il file tar.gz in una cartella d'appoggio. Da utente root eseguire i seguenti comandi:
./configure
make unistall
make clean
make
make install
A questo punto i driver sono installati, adesso dobbiamo configurare il ppp tramite il comando:
eagleconfig
vedrete a questo punto la luce della linea adsl che lampeggia e poi rimane fissa, poi chiederà le informazioni sul provider:
l'isp di alice è: IT01
chiederà nome utente e passwd
user: utente alice (senza @aliceposta.it)
password: password alice
chiederà se il provider accetta le passwd cifrate:
rispondere n (minuscolo)
attivare la connessione all'avvio s/n a vostra scelta.
A questo punto lanciare il comando:
startadsl
Si naviga!!!!!
per stoppare la connessione
stopadsl
Spero di essere stato abbastanza chiaro.

Il problema è che manca qualcosa nella mia versione e non va avanti dandomi degli errori:

linux-am2h:/home/piero82 # cd /home/piero82/Desktop/eagle-usb-2.0.0/
linux-am2h:/home/piero82/Desktop/eagle-usb-2.0.0 # ./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... dhclient
checking for pppd... yes
checking for pppoe... no
checking for tclsh... yes
checking for wish... yes
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 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 generic

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!

linux-am2h:/home/piero82/Desktop/eagle-usb-2.0.0 #

Che ne pensate?

Ritratto di klaus
klaus
(Newbie)
Offline
Newbie
Iscritto: 14/04/2007
Messaggi: 1

Salve ragazzi
è la prima volta che mi cimento con Linux e sto trovando enormi difficoltà con questo dannato modem telindus nd 220b.Ho scompaattato il file ueagle-atm 1.3 sono andato ,da terminale,nella directory ed ho digitato "make".Il risultato è stato il seguente:
angela@linux:~> su
Password:
linux:/home/angela # cd ueagle*
linux:/home/angela/ueagle-atm-1.3 # make
make -C /lib/modules/2.6.13-15-default/build M=/home/angela/ueagle-atm-1.3
make[1]: Entering directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make: *** [all] Error 2
linux:/home/angela/ueagle-atm-1.3 #
Potreste aiutarmi spiegandomi in modo elementare cosa devo fare?
Grazie