Re: speedtouch 330

2008-07-12 Thread Manolis Kiagias

fatome konate wrote:

Hello!
I am using FreeBSD 7.0 and i can't  find a driver for Thomson usb modem:
speedtouch 330.
Can you help please? Thanks.

  


There was a project to create an open driver for 330:

http://speedtouch.sourceforge.net

Rumor has it this was working in FreeBSD 5.1, but I can't tell about 7.0
You'll be a lot better just buying a cheapo router and connecting it to 
your ethernet card.

I've been using a Speedtouch 500 this way, and never had any trouble.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SpeedTouch 330 USB ADSL Modem

2003-07-03 Thread Rick Duvall
On your SpeedTouch 330 modem, did you have any problems with the USB port
just shutting off?  I have to reboot to get it back.  I am wondering if I
need to increase a buffer somewhere, or if it is caused by the phone
ringing.
- Original Message - 
From: "Daan Vreeken [PA4DAN]" <[EMAIL PROTECTED]>
To: "Rick Duvall" <[EMAIL PROTECTED]>
Sent: Wednesday, June 25, 2003 2:57 PM
Subject: Re: SpeedTouch 330 USB ADSL Modem


On Wednesday 25 June 2003 23:45, you wrote:
> Is your modem the 330, or does it even matter?
Yes, it was the 330.

grtz,
Daan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SpeedTouch 330 with MSN Broadband through Qwest ADSL

2003-07-03 Thread rduvall
Okay, I fixed the problem on my own.

I had to upgrade my driver software from 1.1b to 1.2b2.  Also you have to update 
adsl.sh so that it does not run the modem_run command.  Modem_run should only be 
used when you first plug in the USB device (like at bootup).  If it is already 
loaded, for some reason it doesn't exit and continute the rest of the script.  
So, I just commented it out.

Does anybody have any ideas on the modem_run not exiting issue?

Sincerely,

Rick Duvall

--- [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I have an Alcatel SpeedTouch 330 ADSL modem.  I have subscribed to MSN
> broadband 
> through Qwest's ADSL.  Here are the requirements...
> 
> 1.  VPI and VCI are 0/32
> 2.  PPPoA
> 
> It just doesn't connect at all.  Below are my configs.  Below that are from 
the 
> logs..
> 
> ppp.conf:
> 
> default:
>   ident user-ppp VERSION (1.2)
>   set log Phase Chat LCP IPCP CCP tun command
> 
> adsl:
>  set authname [EMAIL PROTECTED]
>  set authkey x
>  set device !"/usr/local/sbin/pppoa2 -vpi 0 -vci 32 -v 1"
>  accept chap
>  set speed sync
>  set timeout 0
>  enable lqr
>  set lqrperiod 5
>  set redial 15 1
>  set dial ""
>  set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
>  add default HISADDR
>  enable dns
> 
> 
> adsl.sh:
> 
> #!/bin/sh
> 
> ISP=adsl
> MODE=ddial
> PREFIX=/usr/local
> 
> #if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then
> #echo "$0: Cannot determine the PREFIX" >&2
> #exit 1
> #fi
> 
> PATH="$PATH:$PREFIX/bin"
> 
> case $1 in
>   start)
> "$PREFIX/sbin/modem_run" -v "2" -f "$PREFIX/libdata/mgmt.o" &
>  ppp -quiet -nat -$MODE $ISP \
>  && echo -n ' ppp'
> ;;
>   stop)
> killall modem_run
> killall ppp
> ;;
>   *)
> echo "Usage: $0 {start|stop}"
> exit 1
> esac
> 
> 
> ppp.log:
> 
> Jul  2 18:37:05 server ppp[122]: tun0: Phase: deflink: HUPing 247 
> Jul  2 18:37:05 server ppp[122]: tun0: Phase: deflink: hangup -> opening 
> Jul  2 18:37:05 server ppp[122]: tun0: Phase: deflink: Enter pause (3) for 
> redialing. 
> Jul  2 18:37:05 server ppp[122]: tun0: Chat: deflink: Reconnect try 15 of 0 
> Jul  2 18:37:08 server ppp[122]: tun0: Chat: deflink: Redial timer expired. 
> Jul  2 18:37:08 server ppp[122]: tun0: Phase: deflink: Connected! 
> Jul  2 18:37:08 server ppp[122]: tun0: Phase: deflink: opening -> dial 
> Jul  2 18:37:08 server ppp[122]: tun0: Phase: deflink: dial -> carrier 
> Jul  2 18:37:08 server ppp[122]: tun0: Phase: deflink: carrier -> login 
> Jul  2 18:37:08 server ppp[122]: tun0: Phase: deflink: login -> lcp 
> Jul  2 18:37:08 server ppp[122]: tun0: LCP: FSM: Using "deflink" as a 
transport 
> 
> Jul  2 18:37:08 server ppp[122]: tun0: LCP: deflink: State change Initial --> 

> Closed 
> Jul  2 18:37:08 server ppp[122]: tun0: LCP: deflink: State change Closed --> 
> Stopped 
> Jul  2 18:37:09 server ppp[122]: tun0: LCP: deflink: LayerStart 
> Jul  2 18:37:09 server ppp[122]: tun0: LCP: deflink: SendConfigReq(1) state = 

> Stopped 
> Jul  2 18:37:09 server ppp[122]: tun0: LCP:  MRU[4] 1500 
> Jul  2 18:37:09 server ppp[122]: tun0: LCP:  MAGICNUM[6] 0xaaa7e2d5 
> Jul  2 18:37:09 server ppp[122]: tun0: LCP:  QUALPROTO[8] proto c025, interval 

> 5000ms 
> Jul  2 18:37:09 server ppp[122]: tun0: LCP: deflink: State change Stopped --> 

> Req-Sent 
> Jul  2 18:37:12 server ppp[122]: tun0: LCP: deflink: SendConfigReq(1) state = 

> Req-Sent 
> Jul  2 18:37:12 server ppp[122]: tun0: LCP:  MRU[4] 1500 
> Jul  2 18:37:12 server ppp[122]: tun0: LCP:  MAGICNUM[6] 0xaaa7e2d5 
> Jul  2 18:37:12 server ppp[122]: tun0: LCP:  QUALPROTO[8] proto c025, interval 

> 5000ms 
> Jul  2 18:37:15 server ppp[122]: tun0: LCP: deflink: SendConfigReq(1) state = 

> Req-Sent 
> Jul  2 18:37:15 server ppp[122]: tun0: LCP:  MRU[4] 1500 
> Jul  2 18:37:15 server ppp[122]: tun0: LCP:  MAGICNUM[6] 0xaaa7e2d5 
> Jul  2 18:37:15 server ppp[122]: tun0: LCP:  QUALPROTO[8] proto c025, interval 

> 5000ms 
> Jul  2 18:37:18 server ppp[122]: tun0: LCP: deflink: SendConfigReq(1) state = 

> Req-Sent 
> Jul  2 18:37:18 server ppp[122]: tun0: LCP:  MRU[4] 1500 
> Jul  2 18:37:18 server ppp[122]: tun0: LCP:  MAGICNUM[6] 0xaaa7e2d5 
> Jul  2 18:37:18 server ppp[122]: tun0: LCP:  QUALPROTO[8] proto c025, interval 

> 5000ms 
> Jul  2 18:37:20 server ppp[122]: tun0: LCP: deflink: RecvConfigReq(209) state 
= 
> Req-Sent 
> Jul  2 18:37:20 server ppp[122]: tun0: LCP:  AUTHPROTO[4] 0xc023 (PAP) 
> Jul  2 18:37:20 server ppp[122]: tun0: LCP:  MAGICNUM[6] 0x48d5934e 
> Jul  2 18:37:20 server ppp[122]: tun0: LCP: deflink: SendConfigAck(209) state 
= 
> Req-Sent 
> Jul  2 18:37:20 server ppp[122]: tun0: LCP:  AUTHPROTO[4] 0xc023 (PAP) 
> Jul  2 18:37:20 server ppp[122]: tun0: LCP:  MAGICNUM[6] 0x48d5934e 
> Jul  2 18:37:20 server ppp[122]: tun0: LCP: deflink: State change Req-Sent --> 

> Ack-Sent 
> Jul  2 18:37:21 server ppp[122]: tun0: LCP: deflink: SendConfigReq(1) state = 

> Ack-Sent 
> Ju