[speedtouch] Re: Silver SpeedTouch 330 Modem

2003-12-29 Thread lesley

Hello, 

Just a catch up.  I have a Silver SpeedTouch 330 USB, Rev 2,00.

I managed to get this working but 

(a) had to figure out what worked of the microcode containers.
As far as I understand it, for Rev 2.00, alcaudsl.sys or mgmt.o 
is required, but that mgmt.o is deprecating.  Not sure what the 
KQD6P2.eni does, if anything, in the relation to alcaudsl.sys; 
I don't have the Z*.eni that comes with other upgrades.

(b) had to reboot my machine for it to recognise the modem after 
installing the firmware, having already installed kernel drivers.

It might be worth trying a reboot after installing the firmware.

Just came back to the machine after a few days to notice the connection had
closed down.  Rebooted and it came up ok.  But also noted my 'pppd call speedtech' 
process had stopped before I rebooted.

Lesley




Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Alcatle Speedtouch 330 USB/ Linux kernel 2.4.20, speedbundle 1.0, gcc 3.3

2003-12-29 Thread Duncan Sands

Hi Lesley,

 I am using gcc 3.3 and noticed a lot of warning coming up during the make
 but
 no errors.
 I also had to edit chap_secrets and pap_secrets (although I don't use these
 for my dial up account).

They are needed for your ADSL account - you have a username and password
for it, right?

 The firmware I used was firmware.bin (671635 bytes) and KQD6P2.eni.

Do you mean that you tried both?

 I use wvdial to connect via my Dial Up acount but how do I connect using
 the Alcatel
 and my broadband account?  How do I know the driver install has worked?

Normally you are automatically connected when you turn on the computer.
From your other messages it looks as if the firmware has not been loaded
into the modem.  Try running

/usr/sbin/modem_run -v 2 -k -f /usr/lib/speedtouch/firmware.bin

You should get all kinds of info in your system logs.

Ciao,

Duncan.

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Joy !!! (Was Re: Re: Further info : Alcatel Speedtouch 330 USB/ Linux kernel 2.4.20, speedbundle 1.0, gcc 3.3)

2003-12-29 Thread Duncan Sands

 Reconnected modem while tailing messages and got the data attached below
 without running run_modem or pppd call adsl

They are run automagically when you turn the computer on or plug in the
modem.

As far as I can see these messages

usb-uhci.c: ENXIO 8280, flags 0, urb cc1a46a0, burb cf2d9740

represent a bug in uhci-hcd (try a more recent kernel).  uhci-hcd thinks
you are trying to send more than one urb to the same endpoint at the
same time, and fails the urb submission.  However, if you look at the
messages you see that the failed urb is the cause of the error message
for the next submitted urb, so it looks as if the failed urbs are not being
retired correctly!  I'm curious to know if this is fixed in, say, 2.4.23 or
2.6.0...

Ciao,

Duncan.


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: firmware loader problem

2003-12-29 Thread Duncan Sands

 i have a problem compiling the firmware_loader from the speedboundle
 1.0 on a knoppix box, running kernel 2.4.23.

Maybe the latest version of the firmware loader (from CVS) will help:
do the following:

cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/speedtouch login

(just hit return when asked for a password).  Then do

cvs -z 9 -d:pserver:[EMAIL PROTECTED]:/cvsroot/speedtouch co speedtouch

This creates a directory called speedtouch.  Replace the contents of the
firmware_loader directory with the contents of this new speedtouch
directory.  Now rebuild: in the top level of the speedbundle do

make clean
make
(become root)
make install

I hope this helps,

Duncan.


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: usb modem in fedora using speedtouch, having problems

2003-12-29 Thread Duncan Sands

 This first part is copied and pasted from a post on LQ.org

   USB Modem in Fedora - Cant get to work  ( post #1)=20

 Deep breathi need another shot of liquer


 Modem Model - Netcomm USB 1200 NB Modem
 Chipset - Acatel Telecom DynaMiTe=20

Hi Hystericalme, what does
cat /proc/bus/usb/devices
give?

 In the hardware profile thing, it shows my usb modem in the System =
 Devices tab (think thats what it was called) but there are about 6 lines =
 of just Acatel Telecom DynaMiTe Modem.

I don't think any of the redhat tools knows about this modem - I wouldn't
bother with them if I were you.

 [EMAIL PROTECTED] speedbundle-1.0]# make
 ./configure
 Error: could not find the source for your running kernel in =
 /lib/modules/2.4.22-1.2115.nptl/build/
 make: *** [configure-stamp] Error 1

No kernel source.  But I see you are running a 2.4.22 kernel.
What does
/sbin/lsmod | grep speedtch
give?  If it finds the speedtch module then probably you can
skip this step.  To do that, use the attached top level Makefile
for speedbundle (untested but should work).  Yes, I know I
should write a proper configure script...

I hope this helps,

Duncan.


-- Binary/unsupported file stripped by Listar --
-- Type: text/x-makefile
-- File: Makefile


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Silver SpeedTouch 330 Modem

2003-12-29 Thread Duncan Sands

 Just came back to the machine after a few days to notice the connection had
 closed down.  Rebooted and it came up ok.  But also noted my 'pppd call
 speedtech' process had stopped before I rebooted.

Some ISP's disconnect you every 24 hours.

Ciao,

Duncan.


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: usb modem in fedora using speedtouch, having problems

2003-12-29 Thread Duncan Sands

 P: Vendor=06b9 ProdID=a5a5 Rev= 0.00

This modem is not supported, sorry.  Hunt around
on the internet, maybe you can find a driver for it.

 S: Manufacturer=AME
 S: Product=DynaMiTe USB Modem
 S: SerialNumber=00029604EA6E

Duncan.


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: firmware loader problem

2003-12-29 Thread paolo palmerini


On 12/29/03 10:42:53, Duncan Sands wrote:
 
  i have a problem compiling the firmware_loader from the  
 speedboundle
  1.0 on a knoppix box, running kernel 2.4.23.
 
 Maybe the latest version of the firmware loader (from CVS) will help:

 
 I hope this helps,


thanks,

i downloaded version 1.2-beta3 and it worked!

many thanks
p.

-- 
paolo palmeriniemail: [EMAIL PROTECTED]
ISTI-CNR   fax  : (+39) 050 313 8091
via g. moruzzi 1   tel  : (+39) 050 315 2967
56126 pisa, italy  http : hpc.isti.cnr.it/~palmeri
key fingerprint  = 12B7 8482 5153 5AE8 0883  34D6 DDF2 E9E2 231D 285C


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] [SOLVED] Debian GNU/Linux 3.0r2 WOODY with Thomson SpeedTouch 330 USB

2003-12-29 Thread Michelle Konzack

Hello and Mery X-Mas.

I have installed Debian GNU/Linux 3.0r2 ons a new Computer with the 2.4 
Bootfloppies and then installed a selfcompiled speedtouch-Backport from 
SID.

Unfortunatly ther are some bugs !!!
Maybe by the Debian-Maintainers ???

Now I am connected via ADSL to the Net ;-)

But how !!!

1)  usbdevfs not mounted...
- I put the following line in etc/ppp/ppp_on_boot

mount -t usbdevfs none /proc/bus/usb

2)  The Firmare (mgmt.0) does not load automaticly
- I put an entry 

modem-run -m -f /etc/hotplug/speedtouch/mgmt.0

in /etc/ppp/ppp_on_boot

3)  and after th line $PPPD call provider I have

iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
echo 1  /proc/sys/net/ipv4/ip_forward

In the package is the Script /etc/init.d/speedtouch missing...
Marco, I have found no infos about it !

Whats going on ?

Greetings 
Michelle


-- 
Registered Linux-User #280138 with the Linux Counter, http://counter.li.org.


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: firmware loader problem

2003-12-29 Thread Martin Galpin

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 i downloaded version 1.2-beta3 and it worked!

But this wasn't with a Rev 4.00 was it?
- -- 
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/8IKD3bF34WXq1XsRAhAtAJ9dRf0kdKvex93jZIK8M7d1GgJM5ACg/ZnD
5NfQ2kLKJtJhH8OIeZWAFQ0=
=FqO8
-END PGP SIGNATURE-


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Fedora Problems For Speedtouch 330

2003-12-29 Thread Mortlock, Timothy
I've recently installed this as a second OS on my system. I've dabbeled in
Linux before, but am a real newbie really... I've done a make config and set
the options I've found in a few places as below:

Code Maturity Level Options
Prompt for development and/or incomplete code/drivers [Y]
Loadable Module Support
Enable Loadable Module Support [Y]
General Setup
Support for hot-pluggable devices [Y]
Networking Options
Packet Socket [Y]
Asynchronous Transfer Mode (ATM) (EXPERIMENTAL) [Y]
Network Device Support
PPP (Point-to-Point Protocol) Support [Y]
PPP Deflate Compression [Y]
USB Support
Support for USB [Y]
Preliminary USB Device Filesystem [Y]
UHCI (Intel PIIX4, VIA,...) Support [M]
OHCI (Compaq, iMacs, OPTi, SiS, ALi, ...) support [M]
For PPPoA you will need the following  options:
Network Device Support
PPP Over ATM (EXPERIMENTAL) [Y]

Then I recompiled the kernel and booted into it. I think that's what I did,
but its confusing as a nebie :o) I then get the following errors when I try
a make in the speedbundle-1.0 directory:

[EMAIL PROTECTED] speedbundle-1.0]$ ls
configure firmware_loader linux-atm ppp_scripts
configure-stamp hotplug_scripts Makefile README
firmware kernel_module ppp
[EMAIL PROTECTED] speedbundle-1.0]$ make
cd kernel_module  make
make[1]: Entering directory `/home/tim/dsl/speedbundle-1.0/kernel_module'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/tim/dsl/speedbundle-1.0/kernel_module'
cd linux-atm  make
make[1]: Entering directory `/home/tim/dsl/speedbundle-1.0/linux-atm'
make all-recursive
make[2]: Entering directory `/home/tim/dsl/speedbundle-1.0/linux-atm'
Making all in m4
make[3]: Entering directory `/home/tim/dsl/speedbundle-1.0/linux-atm/m4'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/tim/dsl/speedbundle-1.0/linux-atm/m4'
Making all in src
make[3]: Entering directory `/home/tim/dsl/speedbundle-1.0/linux-atm/src'
Making all in include
make[4]: Entering directory
`/home/tim/dsl/speedbundle-1.0/linux-atm/src/include'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/home/tim/dsl/speedbundle-1.0/linux-atm/src/include'Making all in lib
make[4]: Entering directory
`/home/tim/dsl/speedbundle-1.0/linux-atm/src/lib'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/tim/dsl/speedbundle-1.0/linux-atm/src/lib'
Making all in test
make[4]: Entering directory
`/home/tim/dsl/speedbundle-1.0/linux-atm/src/test'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/home/tim/dsl/speedbundle-1.0/linux-atm/src/test'
Making all in debug
make[4]: Entering directory
`/home/tim/dsl/speedbundle-1.0/linux-atm/src/debug'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/home/tim/dsl/speedbundle-1.0/linux-atm/src/debug'
Making all in qgen
make[4]: Entering directory
`/home/tim/dsl/speedbundle-1.0/linux-atm/src/qgen'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/home/tim/dsl/speedbundle-1.0/linux-atm/src/qgen'
Making all in saal
make[4]: Entering directory
`/home/tim/dsl/speedbundle-1.0/linux-atm/src/saal'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/home/tim/dsl/speedbundle-1.0/linux-atm/src/saal'
Making all in sigd
make[4]: Entering directory
`/home/tim/dsl/speedbundle-1.0/linux-atm/src/sigd'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/home/tim/dsl/speedbundle-1.0/linux-atm/src/sigd'
Making all in maint
make[4]: Entering directory
`/home/tim/dsl/speedbundle-1.0/linux-atm/src/maint'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/qgen -I../../src/saal -I. -I
../../src/include -g -O2 -Wall -Wshadow -Wpointer-arith -Wwrite-strings -Wst
rict-prototypes -c sonetdiag.c
In file included from /usr/include/linux/sonet.h:61,
from sonetdiag.c:18:
/usr/include/asm/atomic.h:40:2: warning: #warning Using kernel header in
userland program. BAD!
In file included from sonetdiag.c:18:
/usr/include/linux/sonet.h:65: error: syntax error before __SONET_ITEMS
make[4]: *** [sonetdiag.o] Error 1
make[4]: Leaving directory
`/home/tim/dsl/speedbundle-1.0/linux-atm/src/maint'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/tim/dsl/speedbundle-1.0/linux-atm/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tim/dsl/speedbundle-1.0/linux-atm'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/home/tim/dsl/speedbundle-1.0/linux-atm'
make: *** [build-stamp] Error 2
[EMAIL PROTECTED] speedbundle-1.0]$

I've searched around on various sites and in the archive but am now stuck.
Any help greatly appreciated.

Regards,

Tim The Newbie


***

This email and any files attached to it are confidential and intended 
solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please notify 
the system manager.

The message and any files attached to it have been 

[speedtouch] Re: Fedora Problems For Speedtouch 330

2003-12-29 Thread Duncan Sands

Known redhat problem.  Try the attached top-level Makefile
for the speedbundle instead.

Ciao,

Duncan.


-- Binary/unsupported file stripped by Listar --
-- Type: text/x-makefile
-- File: Makefile


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Fedora Problems For Speedtouch 330

2003-12-29 Thread Leonard den Ottolander

Hi Duncan,

 -- Binary/unsupported file stripped by Listar --
 -- Type: text/x-makefile
 -- File: Makefile

 Duh. Haven't you had this problem before? Please set your mailer not to 
wrap lines and include verbatim.

Bye,
Leonard.

--
mount -t life -o ro /dev/dna /genetic/research


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Fedora Problems For Speedtouch 330

2003-12-29 Thread Duncan Sands

  Duh. Haven't you had this problem before? Please set your mailer not to
 wrap lines and include verbatim.

This mailing list has the problem.

Duncan.


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]