View previous topic :: View next topic |
Author |
Message |
grifone87 Tux's lil' helper
Joined: 01 Jun 2005 Posts: 81 Location: Rome, Italy
|
Posted: Sat Jun 25, 2005 10:55 am Post subject: Sempre lui: lo speedtouch |
|
|
Ciao. direte che palle! però se la telecom usa questo non è colpa mia.
veniamo al dunque: ho seguito questo how-to https://forums.gentoo.org/viewtopic-t-186918-highlight-speedtouch.html
però (ovviamente) non funziona, mi dà questo errore:
Code: |
* Starting Speedtouch ADSL Modem......
* Loading firmware...
* Can't load the microcode !!
* Please detach and attach again your modem to the USB port to unload the microcode.
* Then run '/etc/init.d/speedtouch start'
* Speedtouch firmward load failed
|
devo dire che io non ho usato il firmware.bin, ma l'mgmt.o. su questo avrei una domanda: quando ho scaricato il suo pacchetto c'erano ad esempio un file INSTALL e uno script configure: non è che per caso va compilato? perchè io ho preso solo il file e l'ho piazzato in una directory.
Aiutatemi, grazie! non posso continuare a navigare con winzozz. |
|
Back to top |
|
|
Bukowski n00b
Joined: 25 Mar 2005 Posts: 40 Location: Nettuno(Roma)
|
Posted: Sat Jun 25, 2005 11:02 am Post subject: |
|
|
quando anche io tempo fa avevo lo speedtouch usavo questo firmware mgmt.o e funzionava tutto perfettamente.
hai impostato bene la cartella del firmware in /etc/conf.d/speedtouch?
nel kernel c'è anche un firmware per questo modem se è attivo... ti conviene disattivarlo. _________________ Linux Registered User #397434 |
|
Back to top |
|
|
bender86 Guru
Joined: 18 Mar 2005 Posts: 484
|
Posted: Sat Jun 25, 2005 11:54 am Post subject: |
|
|
Quando ancora usavo lo speedtouch, il mio /etc/conf.d/speedtouch era questo:
Code: |
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/files/speedtouch.confd,v 1.6 2004/09/28 01:23:20 swegener Exp $
# Config file for the speedtouch ebuild
# Set the microcode path
#MICROCODE="/usr/share/speedtouch/mgmt.o"
MICROCODE="/usr/local/lib/speedtouch/firmware.bin"
# Set verbose level for modem_run
VERBOSE="0"
# Set the peer filename
# This should be in /etc/ppp/peers/
PEER="adsl"
# Extra options to modem_run
# Some modems will need "-s", if in doubt then leave blank
# add "-k" for use with the kernel mode driver
# add "-a /usr/share/speedtouch/boot.v123.bin" if your modem is green or purple
#MODEM_RUN_EXTRAOPTS="-s"
MODEM_RUN_EXTRAOPTS="-k -s -a /usr/share/speedtouch/boot.v123.bin"
|
Mi sembra di ricordare (ma non ne sono sicuro) che con mgmt.o non funzionasse nulla. Un'altro problema era che ogni tanto la connessione saltava, e l'unico modo per riconnettersi era riavviare. Poi ho risolto mettendo -s in MODEM_RUN_EXTRAOPTS. |
|
Back to top |
|
|
Bukowski n00b
Joined: 25 Mar 2005 Posts: 40 Location: Nettuno(Roma)
|
Posted: Sat Jun 25, 2005 12:00 pm Post subject: |
|
|
bender86 wrote: |
Mi sembra di ricordare (ma non ne sono sicuro) che con mgmt.o non funzionasse nulla. |
strano a me funzionava solo con mgmt.o o con quello di windows.
hai provato a usare questo---> alcaudsl.sys?
comunque sarò ripetitivo al massimo ma inutile dire che è sempre meglio farsi cambiare il modem con uno ethernet.
_________________ Linux Registered User #397434 |
|
Back to top |
|
|
grifone87 Tux's lil' helper
Joined: 01 Jun 2005 Posts: 81 Location: Rome, Italy
|
Posted: Sat Jun 25, 2005 3:48 pm Post subject: |
|
|
Allora ho fatto un po' di prove. la directory in /etc/conf.d/speedtouch è giusta.
Nel kernel non so qual'è il firmware per lo speedtouch però ho deselezionato:
Code: |
<> Hotplug firmware loading support
|
però dà ancora lo stesso errore.
vi posto anche l'output di dmesg, non si sa mai:
Code: |
usbcore: registered new driver speedtch
CSLIP: code copyright 1989 Regents of the University of California
PPP generic driver version 2.4.2
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda7, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
cdrom: open failed.
cdrom: open failed.
ACPI: PCI interrupt 0000:00:0c.0[A] -> GSI 17 (level, low) -> IRQ 185
ACPI: PCI interrupt 0000:00:10.4[C] -> GSI 21 (level, low) -> IRQ 177
ehci_hcd 0000:00:10.4: VIA Technologies, Inc. USB 2.0
ehci_hcd 0000:00:10.4: irq 177, pci mem 0xfdf00000
ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 5
ehci_hcd 0000:00:10.4: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 8 ports detected
usb 1-2: USB disconnect, address 2
usb 1-2.4: USB disconnect, address 3
usb 1-2: new full speed USB device using uhci_hcd and address 4
hub 1-2:1.0: USB hub found
hub 1-2:1.0: 4 ports detected
usb 1-2.4: new low speed USB device using uhci_hcd and address 5
usb 1-2.4: cat timed out on ep0in
drivers/usb/input/hid-core.c: timeout initializing reports
input: USB HID v1.00 Joystick [Logitech Inc. WingMan Formula Force GP] on usb-0000:00:10.0-2.4
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
|
Questo che ho messo è il codice alla partenza del computer senza modem connesso.
Dopo che l'attacco si aggiungono queste righe:
Code: |
usb 1-1: new full speed USB device using uhci_hcd and address 6
usb 1-1: khubd timed out on ep0in
|
a dir la verità l'ultima riga mi preoccupa un po'.
Aiuto!!! |
|
Back to top |
|
|
Josuke Veteran
Joined: 07 May 2003 Posts: 1175 Location: Italy - Bolzano
|
Posted: Sat Jun 25, 2005 5:02 pm Post subject: |
|
|
Bukowski wrote: | bender86 wrote: |
Mi sembra di ricordare (ma non ne sono sicuro) che con mgmt.o non funzionasse nulla. |
strano a me funzionava solo con mgmt.o o con quello di windows.
hai provato a usare questo---> alcaudsl.sys?
comunque sarò ripetitivo al massimo ma inutile dire che è sempre meglio farsi cambiare il modem con uno ethernet.
|
io uso lo speedtouch manta da anni ormai e mi sono sempre trovato benissimo, direi che sarebbe esagerato e totalmente inutile cambiarlo con uno ethernet.
Per il problema del funzionamento magari postaci i contenuti dei file di config in modo da vedere se c'è qualcosa che non va
nel kernel se non ricordo male devi mettere questi due moduli
CONFIG_USB_ATM=m
CONFIG_USB_SPEEDTOUCH=m _________________ fletto i muscoli...e sono nel vuoto |
|
Back to top |
|
|
grifone87 Tux's lil' helper
Joined: 01 Jun 2005 Posts: 81 Location: Rome, Italy
|
Posted: Sat Jun 25, 2005 5:56 pm Post subject: |
|
|
Questo è il file /etc/conf.d/speedtouch
Code: |
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/files/speedtouch.confd,v 1.6 2004/09/28 01:23:20 swegener Exp $
# Config file for the speedtouch ebuild
# Set the microcode path
MICROCODE="/usr/local/lib/speedtouch/mgmt.o"
# Set verbose level for modem_run
VERBOSE="1"
# Set the peer filename
# This should be in /etc/ppp/peers/
PEER="adsl"
# Extra options to modem_run
# Some modems will need "-s", if in doubt then leave blank
# add "-k" for use with the kernel mode driver
# add "-a /usr/share/speedtouch/boot.v123.bin" if your modem is green or purple
MODEM_RUN_EXTRAOPTS="-k -s -a /usr/share/speedtouch/boot.v123.bin"
|
mentre quest'altro è /etc/ppp/peers/adsl
Code: |
lock
defaultroute
noipdefault
noauth
holdoff 4
maxfail 25
persist
asyncmap 0
usepeerdns
lcp-echo-interval 2
lcp-echo-failure 7
name giusceccarelli@tin.it
plugin pppoatm.so
8.35
|
|
|
Back to top |
|
|
Josuke Veteran
Joined: 07 May 2003 Posts: 1175 Location: Italy - Bolzano
|
Posted: Sat Jun 25, 2005 7:23 pm Post subject: |
|
|
mm si i file sono praticamente identici ai miei..solo che io uso firmware.bin e in questa stringa ho MODEM_RUN_EXTRAOPTS="-k -a /usr/share/speedtouch/boot.v123.bin"
nel kernel hai messo quei moduli che ho specificato nel post sopra?
prova con firmware.bin _________________ fletto i muscoli...e sono nel vuoto |
|
Back to top |
|
|
grifone87 Tux's lil' helper
Joined: 01 Jun 2005 Posts: 81 Location: Rome, Italy
|
Posted: Sat Jun 25, 2005 8:57 pm Post subject: |
|
|
si, i moduli del kernel ci sono, ma non funziona. Peraltro non riesco a trovare il firmware.bin.
Non nascondo che invidio moltissimo tutti coloro che sono riusciti a far funzionare lo speedtouch su gentoo. |
|
Back to top |
|
|
Danilo l33t
Joined: 05 Feb 2004 Posts: 747 Location: Italy
|
Posted: Sat Jun 25, 2005 9:56 pm Post subject: |
|
|
Code: | cat /etc/conf.d/speedtouch
MICROCODE="/etc/ppp/ZZZL_3.012"
VERBOSE="0"
PEER="adsl"
|
Se ti serve ZZZL_3.012 te lo posso passare via email.
mgmt.o veniva usato dai manta da quel che so.
Io non l'ho mai usato in quanto ho lo speedtouch 330 (relesase successiva al manta). |
|
Back to top |
|
|
Josuke Veteran
Joined: 07 May 2003 Posts: 1175 Location: Italy - Bolzano
|
Posted: Sun Jun 26, 2005 9:53 am Post subject: |
|
|
si se proprio non trovi i file chiedi e ti verranno passati _________________ fletto i muscoli...e sono nel vuoto |
|
Back to top |
|
|
grifone87 Tux's lil' helper
Joined: 01 Jun 2005 Posts: 81 Location: Rome, Italy
|
Posted: Sun Jun 26, 2005 10:44 am Post subject: |
|
|
Anch'io ho lo speedtouch 330. il file ZZZL_3.012 ce l'ho. ho fatto una prova, ma non funzionava. ora ci riprovo. |
|
Back to top |
|
|
grifone87 Tux's lil' helper
Joined: 01 Jun 2005 Posts: 81 Location: Rome, Italy
|
Posted: Sun Jun 26, 2005 11:14 am Post subject: |
|
|
non funziona. |
|
Back to top |
|
|
bender86 Guru
Joined: 18 Mar 2005 Posts: 484
|
Posted: Sun Jun 26, 2005 11:31 am Post subject: |
|
|
Qua c'è un howto alternativo per lo speedtouch 330. |
|
Back to top |
|
|
grifone87 Tux's lil' helper
Joined: 01 Jun 2005 Posts: 81 Location: Rome, Italy
|
Posted: Sun Jun 26, 2005 1:50 pm Post subject: |
|
|
A me continua a non convincere quell'ultima riga del dmesg.
peraltro con windows una delle due lucette (quella della linea) lampeggia quando non ho attaccato il cavo telefonico, mentre su linux è sempre fissa.
bender86 wrote: | Qua c'è un howto alternativo per lo speedtouch 330. |
ti riferisci a questo? https://forums.gentoo.org/viewtopic-t-327025-highlight-speedtouch.html
se si l'ho provato e non funzionava. |
|
Back to top |
|
|
Danilo l33t
Joined: 05 Feb 2004 Posts: 747 Location: Italy
|
Posted: Mon Jun 27, 2005 8:09 am Post subject: |
|
|
grifone87 wrote: | A me continua a non convincere quell'ultima riga del dmesg.
peraltro con windows una delle due lucette (quella della linea) lampeggia quando non ho attaccato il cavo telefonico, mentre su linux è sempre fissa.
|
Partiamo dall'inizio : il tuo e' lo speedtouch 330? In pratica colore argento?
Per la luce fissa non ti preoccupare: va bene cosi'. Durante il caricamento del firmware ti lampeggera' e poi ridiventera' fissa per segnalarti l'avvenuto allineamento.
Sei sicuro che il firmware te lo prova a caricare ?
posta un
Code: |
ps -efwww |grep modem
|
PS: posso continuare solo stasera perche' sono in ufficio. |
|
Back to top |
|
|
grifone87 Tux's lil' helper
Joined: 01 Jun 2005 Posts: 81 Location: Rome, Italy
|
Posted: Mon Jun 27, 2005 9:24 am Post subject: |
|
|
Il mio speedtouch è quello purple.
Il Code: |
ps -efwww |grep modem
| mi dà:
Code: |
root 9347 9155 0 10:56 pts/1 00:00:00 grep modem
|
ciao |
|
Back to top |
|
|
CLod Apprentice
Joined: 23 Nov 2004 Posts: 280
|
Posted: Mon Jun 27, 2005 9:33 am Post subject: |
|
|
io ho il tuo stesso problema
ma nn ho + avuto tempo di cercare di sistemarlo
se risolvi fammi sapere come _________________ http://clod.gruppoimi.it -> my personal site
new zealand immigration... |
|
Back to top |
|
|
Danilo l33t
Joined: 05 Feb 2004 Posts: 747 Location: Italy
|
Posted: Mon Jun 27, 2005 9:08 pm Post subject: |
|
|
grifone87 wrote: | Il mio speedtouch è quello purple.
Il Code: |
ps -efwww |grep modem
| mi dà:
Code: |
root 9347 9155 0 10:56 pts/1 00:00:00 grep modem
|
ciao |
Allora non e' il 330.
Riprendi una delle guide e riprova a seguirle come fosse un manta (comunque non 330 o revisione 4 del firmware)
Io ho il 330 infatti
Code: |
(...)
T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=ff(vend.) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=06b9 ProdID=4061 Rev= 4.00 <---------------------
S: Manufacturer=THOMSON
S: Product=Speed Touch 330
S: SerialNumber=0090D0C52226
C:* #Ifs= 3 Cfg#= 1 Atr=80 MxPwr=500mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=usbfs
E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=50ms
|
Per qualche motivo da un po tdi tempo se ho problemi di usb non posso staccare e riattaccare la spina per scaricare il firmware.
prova a mettere una verbosita' maggiore un /etc/conf.d/speedtouch
Non posso aiutarti di piu' |
|
Back to top |
|
|
grifone87 Tux's lil' helper
Joined: 01 Jun 2005 Posts: 81 Location: Rome, Italy
|
|
Back to top |
|
|
Josuke Veteran
Joined: 07 May 2003 Posts: 1175 Location: Italy - Bolzano
|
Posted: Tue Jun 28, 2005 2:35 pm Post subject: |
|
|
a me da quel messaggio e poi si connette..mi sono dimenticato di dire che nel file local.start ho dovuto aggiungere questo comando
pppd call adsl
dopo qualche secodo in ifconfig mi compare la connessione _________________ fletto i muscoli...e sono nel vuoto |
|
Back to top |
|
|
grifone87 Tux's lil' helper
Joined: 01 Jun 2005 Posts: 81 Location: Rome, Italy
|
Posted: Tue Jun 28, 2005 3:40 pm Post subject: |
|
|
File local.start? io non ce l'ho. |
|
Back to top |
|
|
Josuke Veteran
Joined: 07 May 2003 Posts: 1175 Location: Italy - Bolzano
|
Posted: Tue Jun 28, 2005 4:33 pm Post subject: |
|
|
grifone87 wrote: | File local.start? io non ce l'ho. |
/etc/conf.d/local.start
prova dopo che hai caricato il firmware e il modem fa il chek della linea ecc ec...a lanciare pppd call adsl _________________ fletto i muscoli...e sono nel vuoto |
|
Back to top |
|
|
grifone87 Tux's lil' helper
Joined: 01 Jun 2005 Posts: 81 Location: Rome, Italy
|
Posted: Tue Jun 28, 2005 8:04 pm Post subject: |
|
|
Dà sempre:
Code: |
Plugin pppoatm.so loaded.
PPPoATM plugin_init
PPPoATM setdevname_pppoatm - SUCCESS:8.35
|
anche con il modem scollegato dal computer
poi con il nuovo how-to l'output del dmesg è questo:
Code: |
usbcore: deregistering driver speedtch
usb 1-1: new full speed USB device using uhci_hcd and address 9
usb 1-1: modprobe timed out on ep0in
usbcore: registered new driver speedtch
usb 1-1: no stage 1 firmware found!
|
|
|
Back to top |
|
|
Josuke Veteran
Joined: 07 May 2003 Posts: 1175 Location: Italy - Bolzano
|
Posted: Tue Jun 28, 2005 10:37 pm Post subject: |
|
|
ma il test delle luci del modem le fa? carica il firmware ecc ecc? _________________ fletto i muscoli...e sono nel vuoto |
|
Back to top |
|
|
|