Hello, Bonjour:
In French:
------------------------------
J'ai installe
les drivers pour mon modem alcatel speedtouch USB, avec les drivers
"user-mode" qui se trouvent dans le fichier speedconnect2.2-1.tar trouve
dans sourceforge. L'installation se passe bien, mais ensuite lorsque je
lance le script speedconnect, voici la reponse (voir plus bas). Je donne
aussi d'autres renseignements qui pourraient servir pour determiner la
cause de ce probleme... j'espere !!!
Merci d'avance pour toute aide, apres
7h de recherches je m'en remets a vous!
Juan
Pineros
---------------------in English--------------
I have been triyng to
install the driver for my speedtouch USB modem, with the file
speedconnect2.2-1.tar ("user-mode" driver). The installation works fine,
but the speedconnect script is giving error messages (see below, also with
information about my configuration).
After 7h of trials, I hope somebody
can help ...
Thanks !
Juan
Pineros
----------------------------------------------------------------
-
--------------
Lancement de la connexion ADSL:
Lancement des
modules...
modprobe: Can't locate module ppp_generic
modprobe: Can't locate
module ppp_synctty
/lib/modules/2.2.19/usb/uhci.o: init_module: Device or
resource busy
Hint: this error can be caused by incorrect module
parameters, including invalid IO or IRQ
parameters
/lib/modules/2.2.19/usb/uhci.o: insmod
/lib/modules/2.2.19/usb/uhci.o failed
/lib/modules/2.2.19/usb/uhci.o:
insmod uhci failed
mount: none already mounted or /proc/bus/usb busy
mount:
according to mtab, none is already mounted on /proc/bus/usb
/lib/modules/2.2.19/usb/uhci.o: init_module: Device or resource busy
Hint:
this error can be caused by incorrect module parameters, including invalid
IO or IRQ parameters
/lib/modules/2.2.19/usb/uhci.o: insmod
/lib/modules/2.2.19/usb/uhci.o failed
/lib/modules/2.2.19/usb/uhci.o:
insmod uhci failed
Lancement du driver Alcatel.... (patientez environ 30
secondes)
I'am sorry, I'didn't find your ADSL modem!
Tips: check that you
are running this program as root and your device is seen by your OS
Linux
users: check /proc/bus/usb/devices
BSD users: check your ugen and usb
entries in /dev
lancement de pppd........
etablissement de la route ppp0,
(patientez environ 8 secondes)
SIOCADDRT: No such
device
speedtouch-doctor.sh gives:
You are using linux kernel version
2.2.19
Support for USB is OK
Preliminary USB device filesystem is OK
UHCI
support is missing... trying to load
....
UHCI support: failed to load
I
found no USB
controller
---------------------------------------------------
I have
modified the speedconnect acording to the howto, and suppressed the clear
statements in order to see what was going wrong. Here follows the
script:
#!/bin/bash
#
# SpeedConnect : disponible sur
https://sourceforge.net/projects/speedconnect/
# et la
HomePage sur http://speedconnect.sourceforge.net/
#
# This program is free
software; you can redistribute it and/or
# modify it under the terms of
the GNU General Public License
# as published by the Free Software
Foundation; either version 2
# of the License, or (at your option) any
later version.
#
# This program is distributed in the hope that it will be
useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
#
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU
General Public License for more details.
#
# You should have received a
copy of the GNU General Public License
# along with this program; if not,
write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite
330, Boston, MA 02111-1307, USA.
#
# Author : Franck Paillaret
([EMAIL PROTECTED])
# Creation : 27/02/2002 - 12h43
#
#
speedconnect released par Franckladit - 15h45 le 28/06/2002
# speedconnect
r�alis� par Franckladit - 21h00 le 27/02/2002
#
# Pr�cisions sur IRC :
irc.jesuispas.net (mon nick est Franckladit)
# E-Mail:
[EMAIL PROTECTED]
# ROOT ?
###
if [ $UID != 0 ]; then echo "Vous
devez �tre root pour continuer, logguez-vous !" ;
exit 1 ;
fi
###
#
CONNEXION
###
case "$1" in
-c)
echo "Lancement de la connexion ADSL:"
echo
"Lancement des modules...." ;
modprobe ppp_generic
modprobe
ppp_synctty
#juan
#modprobe n_hdlc
#modprobe usb-uhci
#
modprobe
uhci
modprobe usbcore
mount -t usbdevfs none /proc/bus/usb
#juan
#modprobe
usb-uhci
modprobe uhci
#juan
#clear
#
echo "Lancemement du driver
Alcatel.... (patientez environ 30 secondes)" ;
modem_run -m -f
/usr/local/share/doc/speedtouch/mgmt.o
sleep 4
echo "lancement de
pppd........" ;
pppd call adsl
echo "�tablissement de la route ppp0,
(patientez environ 8 secondes)" ;
sleep 8
route add default ppp0
echo
"V�rification de la connexion" ;
echo "Ping de msn.fr pour tester la
connexion" ;
sleep 2
ping -c 3 msn.fr
echo "Ping termin�. Appuyez sur Enter
pour continuer" ;
read cont
#juan
#clear
#
echo "Fin !" ;
echo "Si vous
avez des suggestions, des commentaires: [EMAIL PROTECTED] et
irc.jesuispas.net sur irc !!" ;
echo "Appuyez sur Enter pour terminer"
;
read fin
;;
###
# KILL DE LA CONNEXION
###
-k)
echo "Kill de la
connexion et du driver Alcatel"
killall -9 pppd
killall -9 pppoa3
killall
-9 modem_run
clear
echo "Connexion termin�e." ;
echo "Si vous avez des
suggestions, des commentaires: [EMAIL PROTECTED] et
irc.jesuispas.net sur irc !!" ;
echo "Appuyez sur Enter pour terminer"
read
kikill
;;
###
# RESTART DE LA CONNEXION
###
-r)
killall -9 pppd
killall
-9 pppoa3
killall -9 modem_run
clear
echo "lancement de pppd........"
;
pppd call adsl
echo "�tablissement de la route ppp0, (patientez environ 8
secondes)" ;
sleep 8
route add default ppp0
echo "V�rification de la
connexion" ;
echo "Ping de msn.fr pour tester la connexion" ;
sleep 2
ping
-c 3 msn.fr
echo "Ping termin�. Appuyez sur Enter pour continuer" ;
read
cont
clear
echo "Fin !" ;
echo "Si vous avez des suggestions, des
commentaires: [EMAIL PROTECTED] et irc.jesuispas.net sur irc !!"
;
echo "Appuyez sur Enter pour terminer" ;
read fin
;;
###
# VERSION
?
###
-v)
echo "version 2.2 01/07/2002"
;;
*)
echo "Lisez le fichier
INSTALL !!!" ;
echo "Syntaxe : $0 {-c | -k | -r}" ;
esac
# Pourquoi pinger
msn.fr ? Pour �viter de saturer la bande passante d'un site utile comme
kernel.org
;p
----------------------------------------------------------------------
---------
My configuration:
- debian linux "potato"
- USB controller :
cat /proc/pci
PCI devices found:
Bus 0, device 0, function 0:
Host bridge: Intel 82439TX (rev 1).
Medium devsel. Master Capable.
Latency=32.
Bus 0, device 1, function 0:
ISA bridge: Intel
82371AB PIIX4 ISA (rev 1).
Medium devsel. Fast back-to-back capable.
Master Capable. No bursts.
Bus 0, device 1, function 1:
IDE
interface: Intel 82371AB PIIX4 IDE (rev 1).
Medium devsel. Fast
back-to-back capable. Master Capable. Latency=64.
I/O at 0xfcf0
[0xfcf1].
Bus 0, device 1, function 2:
USB Controller: Intel
82371AB PIIX4 USB (rev 1).
Medium devsel. Fast back-to-back capable.
Master Capable. Latency=64.
I/O at 0xfcc0 [0xfcc1].
Bus 0,
device 1, function 3:
Bridge: Intel 82371AB PIIX4 ACPI (rev 1).
Medium devsel. Fast back-to-back capable.
Bus 0, device 13,
function 0:
VGA compatible controller: ATI Unknown device (rev 154).
Vendor id=1002. Device id=5655.
Medium devsel. Fast back-to-back
capable. Master Capable. Latency=66. Min Gnt=8.
Non-prefetchable
32 bit memory at 0xfd000000 [0xfd000000].
I/O at 0xf800 [0xf801].
Non-prefetchable 32 bit memory at 0xfedff000 [0xfedff000].
- kernel
version : uname -a
Linux (null) 2.2.19 #1 Sat Jun 9 13:04:06 EST 2001 i586
unknown
- pppd version : pppd -V
V option is unknown...
- driver
version : modem_run --help
it produces nothing !!!
- vpi/vci
??? what is
that ??
- your ADSL provider & ISP name
provider: belgacom
ISP= what is
that ??
Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se d�sinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe