Re: besoin d'aide pour config de modem alcatel speed touch usb sur debian
J'ai recement reinstalle ma woody. Il y a un an j'ai installe ca avec le site de benoit pappillaut aussi, mais depuis il y a beaucoup plus simple.
Apres install de la woody, j'ai repris mon kernel 2.4.18 tout bien configure. Il est donc necessaire de le compiler ou de compiler les modules...
Dans ton cas, commence par telecharger le dernier driver speedtouch ici :
http://sourceforge.net/project/showfiles.php?group_id=32758&release_id=92380
Commencer par lire la doc dans : doc-linux/howto
Tout est expliquer pour les options du kernel, comment identifier le type d'USB de la machine.
Il y a un script pour configurer ppp en interactif : /doc-linu/adsl-conf-pppd
Il y a surtout un script qui checke toute la conf (kernel, ppp, usb) : /doc-linux/doctor/speedtouch-doctor.sh
Voici le resultat a avoir :
You are using linux kernel version 2.4.19
Support for USB is OK
Preliminary USB device filesystem is OK
UHCI support is OK <--------- Inutile de mettre les 2, mois j'ai une carte ohci et ma carte
OHCI support is OK <--------- mere uhci, donc c'est normal
/dev/ppp is OK
HDLC support is OK
HDLC support is OK (no bug)
pppd version 2.4.1
You are using pppd version (untested)
You have an /etc/ppp/options file. Options in this file may conflict with
options from /etc/ppp/peers/adsl. We suggest to remove this file or make a
backup copy. <----- ca c'est surement pas bon, mais ca fonctionne chez moi et j'ai la fleme de regarder le fichier
PPP connection is OK
Default route over ppp0 is OK
Everything is OK
Si apres cela ca ne donne rien, donnes les messages, passe modem_run en verbose (cf man : ne pas passer au max, 1 suffit), pareil pour pppoa2 ou 3...
On Tue, 29 Oct 2002 19:21:51 +0000
François Boisson <user@maison.homelinux.net> wrote:
> Quelques éléments pour t'aider
>
> Les fichiers que j'utilise (source site Benoit Papillaud, installation à
> la main il y a un an)
>
> francois@cerbere:~$ ls -l /usr/local/bin/pppoa*
> -rwxr-x--- 1 root staff 72639 jan 16 2002
> /usr/local/bin/pppoa2
> -rwxr-x--- 1 root staff 94192 jan 16 2002
> /usr/local/bin/pppoa3
> francois@cerbere:~$ ls -l /usr/sbin/mgmt.o
> -rw-r--r-- 1 root root 535856 oct 17 2001 /usr/sbin/mgmt.o
>
> Or je n'utilise pas
>
> francois@cerbere:~$ locate alcaudsl.sys
> /msdos/Program Files/Alcatel/SpeedTouch USB/Driver/alcaudsl.sys
> /msdos/windows/system/alcaudsl.sys
> francois@cerbere:~$ ls -l /msdos/windows/system/alcaudsl.sys
> -rwxr-xr-x 1 francois francois 585408 déc 14 2000
> /msdos/windows/system/alcaudsl.sys
>
>
> cerbere:/etc/ppp# cat peers/adsl
> debug
> kdebug 1
> noauth
> lock
> defaultroute
> noipdefault
> pty "/usr/local/bin/pppoa2 -vpi 8 -vci 35"
> sync
> user "fti/xxxxxxx"
> #novjccomp
> noaccomp
> nopcomp
> #nomagic
> noccp
> novj
> #asyncmap 0
> usepeerdns
> holdoff 4
> persist
> maxfail 25
> lcp-echo-interval 120
> lcp-echo-failure 8
>
> cerbere:/etc/ppp# locate modem_run
> /root/pid_modem_run
> /usr/local/bin/modem_run
> /usr/local/man/man1/modem_run.1
> cerbere:/etc/ppp# ls -l /usr/local/bin/modem_run
> -rwxr-x--- 1 root staff 68666 jan 16 2002
> /usr/local/bin/modem_run
> cerbere:/etc/ppp#
>
> > rep:/# modprobe ppp_generic ---> en dur chez moi
> > rep:/# modprobe ppp_synctty ---> en dur chez moi
>
> En ce qui me concerne je charge
> 1) usbcore
> 2) usbohci
> 3) Montage /pric/bus/usb
> 4) lancement modem_run
> 5) module n_hdlc
> 6) connexion ppp
> 7) routage propre à moi
>
> Ca n'est pas l'ordre que tu fais. Peut être est ce ça.
>
> > rep:/# modprobe n_hdlc
> > rep:/# modprobe usbcore
> > rep:/# mount -t usbdevfs none /proc/bus/usb
> > mount: none already mounted or /proc/bus/usb busy
> > mount: according to mtab, none is already mounted on /proc/bus/usb
> > rep:/# modprobe usb-uhci ou usb-ohci ou uhci (ohci chez moi)
> >
> >
> > rep:/# modem_run -m -f /root/mgmt/mgmt.o
>
>
> FBoisson
>
>
> --
> To UNSUBSCRIBE, email to debian-user-french-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
Reply to: