[speedtouch] Re: speedbundle compile errors

2003-12-02 Thread Duncan Sands

On Monday 01 December 2003 11:01, Wim Mintiens wrote:
 Duncan,

 I removed the speedtouch.usermap file but ...
 i even rebooted the pc and now I can't find anything anymore in the
 syslog regarding speedtouch ...
 any  idea's ???

Try reinstalling the speedbundle.  Do you have anything in
/etc/hotplug/usb?

Ciao,

Duncan.


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




[speedtouch] Re: speedbundle compile errors

2003-12-02 Thread Wim Mintiens
Duncan,

it seem to work better now, but i still do not have an IP
connection. In attachment you have my syslog, I can see that the speedtouch found out 
the upload and download speed. In a windows enviroment i only see this after i have a 
succesfull dail-in, and when i have a ip address.

What do I have to do to get an IP address? do I have to use
Kinternet dail-in app or something else ???



Duncan Sands (12/02/2003 02:34):

On Monday 01 December 2003 11:01, Wim Mintiens wrote:
 Duncan,

 I removed the speedtouch.usermap file but ...
 i even rebooted the pc and now I can't find anything anymore in the
 syslog regarding speedtouch ...
 any  idea's ???

Try reinstalling the speedbundle.  Do you have anything in
/etc/hotplug/usb?

Ciao,

Duncan.


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

   


-- Binary/unsupported file stripped by Listar --
-- Type: application/octet-stream
-- File: Text File


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




[speedtouch] Re: speedbundle compile errors

2003-12-01 Thread Wim Mintiens

Duncan,

I removed the speedtouch.usermap file but ...
i even rebooted the pc and now I can't find anything anymore in the 
syslog regarding speedtouch ...
any  idea's ???

regards,

Wim -10s

Duncan Sands wrote:

5. the mix-up is probably due to the fact that, previous to the
speedbundle installation  I tried the speedmgt installation from Alcatel
but that didn't work. The bigger problem I have right now is to get rid of
speedmgt installation..

can you help me with this ??



In /etc/hotplug/usb you probably have two files:
speedtch, and speedtouch.usermap (?).  Remove
the file speedtouch.usermap.

Ciao,

Duncan.


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

   

  




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




[speedtouch] Re: speedbundle compile errors

2003-11-28 Thread Duncan Sands

 5. the mix-up is probably due to the fact that, previous to the
 speedbundle installation  I tried the speedmgt installation from Alcatel
 but that didn't work. The bigger problem I have right now is to get rid of
 speedmgt installation..

 can you help me with this ??

In /etc/hotplug/usb you probably have two files:
speedtch, and speedtouch.usermap (?).  Remove
the file speedtouch.usermap.

Ciao,

Duncan.


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




[speedtouch] Re: speedbundle compile errors

2003-11-28 Thread Duncan Sands

 I don't think SuSE 9 supports the speedtouch..

Didn't the previous SuSE support it?  Strange that they
have gone backwards...

Ciao,

Duncan.


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




[speedtouch] Re: speedbundle compile errors

2003-11-28 Thread James PEARSON

Hello

I have used the Speedtouch modem on SuSE8, 8.1, 8.2 et 9.

I am currently using the kernel mode driver because I believe (as Duncan
once said) that it is a bit faster.

@+
James

 On Fri, 2003-11-28 at 10:12, Duncan Sands wrote:
  I don't think SuSE 9 supports the speedtouch..
 
 Didn't the previous SuSE support it?  Strange that they
 have gone backwards...
 
 Ciao,
 
 Duncan.
 
 
 Liste de diffusion modem ALCATEL SpeedTouch USB
 Pour se désinscrire : mailto:[EMAIL PROTECTED]
 
   



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




[speedtouch] Re: speedbundle compile errors

2003-11-28 Thread Wim Mintiens

James,

 what do you mean kernel mode drivers and how can i use them, what do 
i have to do for it.

I am new in tke linux kernel and driver bussiness.

thanks,
Wim -10s

James PEARSON wrote:

Hello

I have used the Speedtouch modem on SuSE8, 8.1, 8.2 et 9.

I am currently using the kernel mode driver because I believe (as Duncan
once said) that it is a bit faster.

@+
James

 On Fri, 2003-11-28 at 10:12, Duncan Sands wrote:
  

I don't think SuSE 9 supports the speedtouch..
  

Didn't the previous SuSE support it?  Strange that they
have gone backwards...

Ciao,

Duncan.


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

  





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

   

  




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




[speedtouch] Re: speedbundle compile errors

2003-11-28 Thread James PEARSON


Here is what I had to do. Sorry if it isn't as detailled as Benoit's
HowTo.


# 1 

# Compile speedtouch-1.1rc2.tar.gz
# modem_run will be created, only if you first add Duncan's patch. Merci
Duncan!)
 
# The path to modem_run = ${InstallDirectory}


# 2 

# Modify /etc/hotplug/usb.usermap
FILE=/etc/hotplug/usb.usermap
mv ${FILE} ${FILE}.$$.`date +%d%m%Y`
touch ${FILE}
chmod 544 ${FILE}
echo # usb module match_flags idVendor idProduct bcdDevice_lo
bcdDevice_hi bDeviceClass bDeviceSubClass bDeviceProtocol
bInterfaceClass bInterfaceSubClass bInterfaceProtocol driver_info
${FILE}
echo speedtch   0x0003  0x06b9   0x40610x  
0x   0x00   0x00 0x00   0x00  
0x00   0x00   0x \Alcatel
SpeedTouch USB\ ${FILE}


#3 I am using firmware.bin - download it 

# FIRMWARE=firmware.bin
The path to firmware.bin = ${SetupFileDir}


# 4

#Follow Benoit's HowTo instructions and add/modify : 
The file options under /etc/ppp/options
#
The file adsl under /etc/ppp/peers/adsl
#
The file chap-secrets  under /etc/ppp/chap-secrets
#
The file modules.conf under /etc...


#5 The modem starts on boot something like this

${InstallDirectory}/modem_run -k -v 2 -m -f ${SetupFileDir}/firmware.bin

pppd call adsl

ifconfig ppp0

Good luck - I spent alot of nights before I got it to work.
@+
James

On Fri, 2003-11-28 at 11:50, Wim Mintiens wrote:
 James,
 
  what do you mean kernel mode drivers and how can i use them, what do 
 i have to do for it.
 
 I am new in tke linux kernel and driver bussiness.
 
 thanks,
 Wim -10s
 
 James PEARSON wrote:
 
 Hello
 
 I have used the Speedtouch modem on SuSE8, 8.1, 8.2 et 9.
 
 I am currently using the kernel mode driver because I believe (as Duncan
 once said) that it is a bit faster.
 
 @+
 James
 
  On Fri, 2003-11-28 at 10:12, Duncan Sands wrote:
   
 
 I don't think SuSE 9 supports the speedtouch..
   
 
 Didn't the previous SuSE support it?  Strange that they
 have gone backwards...
 
 Ciao,
 
 Duncan.
 
 
 Liste de diffusion modem ALCATEL SpeedTouch USB
 Pour se désinscrire : mailto:[EMAIL PROTECTED]
 
 
 
 
 
 
 
 Liste de diffusion modem ALCATEL SpeedTouch USB
 Pour se désinscrire : mailto:[EMAIL PROTECTED]
 
  
 
   
 
 
 
 
 Liste de diffusion modem ALCATEL SpeedTouch USB
 Pour se désinscrire : mailto:[EMAIL PROTECTED]
 
   



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




[speedtouch] Re: speedbundle compile errors

2003-11-28 Thread Duncan Sands

 # Compile speedtouch-1.1rc2.tar.gz
 # modem_run will be created, only if you first add Duncan's patch. Merci
 Duncan!)

Or use the latest version of modem_run from CVS (http://speedtouch.sf.net)

 # Modify /etc/hotplug/usb.usermap

This shouldn't be necessary.  speedbundle should
set up /etc/hotplug correctly.

 
 #Follow Benoit's HowTo instructions and add/modify :
 The file options under /etc/ppp/options
 #
 The file adsl under /etc/ppp/peers/adsl
 #
 The file chap-secrets  under /etc/ppp/chap-secrets
 #
 The file modules.conf under /etc...

This also shouldn't be necessary!

 
 #5 The modem starts on boot something like this
 
 ${InstallDirectory}/modem_run -k -v 2 -m -f ${SetupFileDir}/firmware.bin

 pppd call adsl

This also shouldn't be necessary!

 ifconfig ppp0

 Good luck - I spent alot of nights before I got it to work.

Did you try the speedbundle?

Ciao,

Duncan.


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




[speedtouch] Re: speedbundle compile errors

2003-11-28 Thread Wim Mintiens

Ducan,

I am still at work now i'll try the speedbundle solution tonight the 
pc-with-adsl is my home linux pc, here atwork I have a direct link to 
interent

I'll keep you posted

Wim

Duncan Sands wrote:

# Compile speedtouch-1.1rc2.tar.gz
# modem_run will be created, only if you first add Duncan's patch. Merci
Duncan!)



Or use the latest version of modem_run from CVS (http://speedtouch.sf.net)

  

# Modify /etc/hotplug/usb.usermap



This shouldn't be necessary.  speedbundle should
set up /etc/hotplug correctly.

  


#Follow Benoit's HowTo instructions and add/modify :
The file options under /etc/ppp/options
#
The file adsl under /etc/ppp/peers/adsl
#
The file chap-secrets  under /etc/ppp/chap-secrets
#
The file modules.conf under /etc...



This also shouldn't be necessary!

  


#5 The modem starts on boot something like this

${InstallDirectory}/modem_run -k -v 2 -m -f ${SetupFileDir}/firmware.bin

pppd call adsl



This also shouldn't be necessary!

  

ifconfig ppp0

Good luck - I spent alot of nights before I got it to work.



Did you try the speedbundle?

Ciao,

Duncan.


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

   

  




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




[speedtouch] Re: speedbundle compile errors

2003-11-27 Thread Wim Mintiens

Duncan ,

I finaly got the new version from CVS and got it compiled without errors. Nevertheless 
the thing does not seem to be working... the 2 leds on the modem are green. I created 
an entry with YATS for DSL( is this correct ??) what's next ???

as attachment you find my /var/log/messages file hopefully
you can make something out of this.

Thanks
Wim -10s


Duncan Sands (11/25/2003 13:38):

On Tuesday 25 November 2003 11:50, Wim Mintiens wrote:
 Hi, to all of you

 I use Suse 9 pro.  I have a speedstore USB modem:
 I had some problem during the make that I could overcome but this is
 beyond  my knowledge
 can some one help me with this:

Replace the contents of the firmware_loader directory (you'll find it in
speedbundle-1.0/) with the latest version from CVS, see

http://speedtouch.sourceforge.net/index.php?/download.en.html

(You need to check out speedtouch; this creates a speedtouch
directory which you can rename to firmware_loader once you have
moved the old firmware_loader out of the way).

I hope this helps,

Duncan.

PS: This happens because SuSe is using headers from the 2.6
kernels.


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

   



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




[speedtouch] Re: speedbundle compile errors

2003-11-27 Thread Wim Mintiens
3rd time good time 
Sorry forgot the attach here it is

Wim -10s

Wim Mintiens (11/27/2003 17:15):

Duncan ,

I finaly got the new version from CVS and got it compiled without errors. 
Nevertheless the thing does not seem to be working... the 2 leds on the modem are 
green. I created an entry with YATS for DSL( is this correct ??) what's next ???

as attachment you find my /var/log/messages file hopefully
you can make something out of this.

Thanks
Wim -10s


Duncan Sands (11/25/2003 13:38):

On Tuesday 25 November 2003 11:50, Wim Mintiens wrote:
 Hi, to all of you

 I use Suse 9 pro.  I have a speedstore USB modem:
 I had some problem during the make that I could overcome but this is
 beyond  my knowledge
 can some one help me with this:

Replace the contents of the firmware_loader directory (you'll find it in
speedbundle-1.0/) with the latest version from CVS, see

http://speedtouch.sourceforge.net/index.php?/download.en.html

(You need to check out speedtouch; this creates a speedtouch
directory which you can rename to firmware_loader once you have
moved the old firmware_loader out of the way).

I hope this helps,

Duncan.

PS: This happens because SuSe is using headers from the 2.6
kernels.


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

  



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

   


-- Attached file included as plaintext by Listar --
-- File: speedbundle log.txt


/var/log/messages

Nov 26 20:50:03 linux -- MARK --
Nov 26 20:51:54 linux kernel: usbserial.c: USB Serial deregistering driver Generic
Nov 26 20:51:54 linux kernel: usb.c: deregistering driver serial
Nov 26 20:51:56 linux /etc/hotplug/usb.rc[14199]: loaded HCD: usb-uhci
Nov 26 20:51:56 linux kernel: uhci.c: USB Universal Host Controller Interface driver 
v1.1
Nov 26 20:51:59 linux /etc/hotplug/usb.agent[14267]: mesg: ttyname: Invalid argument
Nov 26 20:51:59 linux /etc/hotplug/usb.agent[14267]: modprobe: Can't locate module 
speedtouch
Nov 26 20:51:59 linux Speedmgmt[14301]: Cannot find usb file system Unknown error 
4294967294
Nov 26 20:51:59 linux /etc/hotplug/usb.agent[14267]: mesg: ttyname: Invalid argument
Nov 26 20:52:01 linux kernel: mice: PS/2 mouse device common for all mice
Nov 26 20:52:22 linux su: (to root) wim on /dev/pts/3
Nov 26 20:52:22 linux su: pam_unix2: session started for user root, service su
Nov 26 20:52:22 linux su: pam_unix2: session finished for user root, service su
Nov 26 20:52:23 linux su: (to root) wim on /dev/pts/3
Nov 26 20:52:23 linux su: pam_unix2: session started for user root, service su
Nov 26 20:53:19 linux dhcpcd[14498]: dhcpStart: retrying MAC address request (returned 
00:00:00:00:00:00)
Nov 26 20:53:19 linux dhcpcd[14498]: dhcpStart: retrying MAC address request (returned 
00:00:00:00:00:00)
Nov 26 20:53:19 linux dhcpcd[14498]: broadcasting DHCP_DISCOVER
Nov 26 20:53:29 linux dhcpcd[14498]: timed out waiting for a valid DHCP server response
Nov 26 20:54:30 linux dhcpcd[933]: recvfrom: Network is down
Nov 26 20:54:30 linux modify_resolvconf: no matching backup found, left everything 
alone
Nov 26 20:54:30 linux dhcpcd-hook: Skipping 'ifdown $INTERFACE -o dhcp' call
Nov 26 20:54:34 linux su: (to wim) root on /dev/pts/4
Nov 26 20:54:34 linux su: pam_unix2: session started for user wim, service su
Nov 26 20:54:34 linux su: (to wim) root on /dev/pts/5
Nov 26 20:54:34 linux su: pam_unix2: session started for user wim, service su
Nov 26 20:55:30 linux kernel: udf: registering filesystem
Nov 26 20:55:30 linux kernel: UDF-fs DEBUG lowlevel.c:57:udf_get_last_session: XA 
disk: no, vol_desc_start=0
Nov 26 20:55:30 linux kernel: UDF-fs DEBUG super.c:1421:udf_read_super: Multi-session=0
Nov 26 20:55:30 linux kernel: UDF-fs DEBUG super.c:410:udf_vrs: Starting at sector 16 
(2048 byte sectors)
Nov 26 20:55:30 linux kernel: UDF-fs DEBUG super.c:437:udf_vrs: ISO9660 Primary Volume 
Descriptor found
Nov 26 20:55:30 linux kernel: UDF-fs DEBUG super.c:434:udf_vrs: ISO9660 Boot Record 
found
Nov 26 20:55:30 linux kernel: UDF-fs DEBUG super.c:440:udf_vrs: ISO9660 Supplementary 
Volume Descriptor found
Nov 26 20:55:30 linux kernel: UDF-fs DEBUG super.c:446:udf_vrs: ISO9660 Volume 
Descriptor Set Terminator found
Nov 26 20:55:30 linux kernel: UDF-fs: No VRS found
Nov 26 20:55:30 linux kernel: ISO 9660 Extensions: Microsoft Joliet Level 3
Nov 26 20:55:30 linux kernel: ISO 9660 Extensions: RRIP_1991A
Nov 26 20:56:12 linux groupadd[14710]: new group: name=vscan, gid=101
Nov 26 20:56:14 linux useradd: new user: name=vscan, uid=65, gid=101, 
home=/var/spool/amavis, shell=/bin/false
Nov 26 20:56:14 linux usermod[14713]: change user `vscan' GID from `101' to `101'
Nov 26 20:56:55 linux modify_resolvconf: Service smpppd modified /etc/resolv.conf. See 
info block in this file
Nov 26 20:56:55 linux pppd[15857]: In file /etc/ppp/filters: unrecognized option 
'active-filter'
Nov 26 20:56:56 linux modify_resolvconf: 

[speedtouch] Re: speedbundle compile errors

2003-11-27 Thread Duncan Sands

On Thursday 27 November 2003 16:40, Wim Mintiens wrote:
 3rd time good time
 Sorry forgot the attach here it is

 Wim -10s

Hi Wim, it was pointless installing speedbundle because SuSE 9.0
supports your modem already!  Probably you just needed to run
yast.  I see this from the message log: modem_run (from speedbundle)
and speedmgmt (from SuSE?) are fighting it out for control.  Maybe
that doesn't matter.  What does

cat /proc/net/atm/speed*

give you?

All the best,

Duncan.


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




[speedtouch] Re: speedbundle compile errors

2003-11-25 Thread Duncan Sands

On Tuesday 25 November 2003 11:50, Wim Mintiens wrote:
 Hi, to all of you

 I use Suse 9 pro.  I have a speedstore USB modem:
 I had some problem during the make that I could overcome but this is
 beyond  my knowledge
 can some one help me with this:

Replace the contents of the firmware_loader directory (you'll find it in
speedbundle-1.0/) with the latest version from CVS, see

http://speedtouch.sourceforge.net/index.php?/download.en.html

(You need to check out speedtouch; this creates a speedtouch
directory which you can rename to firmware_loader once you have
moved the old firmware_loader out of the way).

I hope this helps,

Duncan.

PS: This happens because SuSe is using headers from the 2.6
kernels.


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