Re: Huawei E303

2012-07-17 Thread Florian Obser
On Tue, Jul 17, 2012 at 11:06:38AM +0100, Stuart Henderson wrote: > On 2012/07/16 20:22, Andreas Bartelt wrote: > > Is there a way to automatically receive a DNS resolver config for > > /etc/resolv.conf from the mobile ISP? (currently I use the DNS > > resolver at my local network...) > > Personal

Re: Huawei E303

2012-07-17 Thread Stuart Henderson
On 2012/07/16 20:22, Andreas Bartelt wrote: > Thanks a lot -- it basically works! Good :) > OK 'AT+CPIN="1234"' note that this will probably fail if the pin was already sent. > From /var/log/messages: > Jul 16 19:52:36 obsd pppd[19227]: Connect: ppp0 <--> /dev/cuaU0 > Jul 16 19:52:36 obsd pppd[

Re: Huawei E303

2012-07-17 Thread David Coppa
AWEI}, {{ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_EM770W }, 0}, Index: sys/dev/usb/usbdevs ======= RCS file: /cvs/src/sys/dev/usb/usbdevs,v retrieving revision 1.580 diff -u -p -r1.580 usbdevs --- sys/dev/usb/usbdevs 7 Jul 2012 17:59:03 - 1.580 +++ sys/dev/usb/usbdevs 17 Jul 2012 08:56:22 - @@ -2033,6 +2033,7 @@ product HUAWEI K4510 0x14c5 HUAWEI Mob product HUAWEI K3765_INIT 0x1520 HUAWEI Mobile K3765 Initial product HUAWEI E173S 0x1c05 HUAWEI Mobile E173s product HUAWEI E173S_INIT 0x1c0b HUAWEI Mobile E173s Initial +product HUAWEI E3030x1f01 HUAWEI Mobile E303 /* HUMAX products */ product HUMAX PVRSMART 0x138c PVR-SMART

Re: Huawei E303

2012-07-16 Thread Andreas Bartelt
On 07/16/12 14:54, Stuart Henderson wrote: On 2012/07/15 19:00, Paul Irofti wrote: On Sun, Jul 15, 2012 at 05:40:03PM +0200, David Coppa wrote: Il giorno 15/lug/2012 16:56, "Paul Irofti" ha scritto: Unfortunately, I have no clue where to go from there. I'd like to connect to vodafone in Ger

Re: Huawei E303

2012-07-16 Thread Andreas Bartelt
On 07/16/12 09:09, David Coppa wrote: ... Please report back if you have (at least) a port responding to AT commands: I'd like to commit your diff. the stick seems to recognize the correct PIN, i.e., in case my SIM card PIN would be 1234, I would get the following output: # cu -l cuaU0 Con

Re: Huawei E303

2012-07-16 Thread Stuart Henderson
On 2012/07/15 19:00, Paul Irofti wrote: > On Sun, Jul 15, 2012 at 05:40:03PM +0200, David Coppa wrote: > > Il giorno 15/lug/2012 16:56, "Paul Irofti" ha scritto: > > > > > > > Unfortunately, I have no clue where to go from there. I'd like to > > > > connect to vodafone in Germany via UMTS, but I d

Re: Huawei E303

2012-07-16 Thread David Coppa
On Sun, Jul 15, 2012 at 5:40 PM, David Coppa wrote: > > Il giorno 15/lug/2012 16:56, "Paul Irofti" ha scritto: > > >> >> > Unfortunately, I have no clue where to go from there. I'd like to >> > connect to vodafone in Germany via UMTS, but I didn't find a >> > /etc/ppp/peers/ and a corresponding c

Re: Huawei E303

2012-07-15 Thread David Coppa
On Sun, Jul 15, 2012 at 6:00 PM, Paul Irofti wrote: > On Sun, Jul 15, 2012 at 05:40:03PM +0200, David Coppa wrote: >> Il giorno 15/lug/2012 16:56, "Paul Irofti" ha scritto: >> > >> > > Unfortunately, I have no clue where to go from there. I'd like to >> > > connect to vodafone in Germany via UMTS

Re: Huawei E303

2012-07-15 Thread Paul Irofti
On Sun, Jul 15, 2012 at 05:40:03PM +0200, David Coppa wrote: > Il giorno 15/lug/2012 16:56, "Paul Irofti" ha scritto: > > > > > Unfortunately, I have no clue where to go from there. I'd like to > > > connect to vodafone in Germany via UMTS, but I didn't find a > > > /etc/ppp/peers/ and a correspon

Re: Huawei E303

2012-07-15 Thread David Coppa
Il giorno 15/lug/2012 17:40, "David Coppa" ha scritto: > > > Il giorno 15/lug/2012 16:56, "Paul Irofti" ha scritto: > > > > > > Unfortunately, I have no clue where to go from there. I'd like to > > > connect to vodafone in Germany via UMTS, but I didn't find a > > > /etc/ppp/peers/ and a correspo

Re: Huawei E303

2012-07-15 Thread David Coppa
Il giorno 15/lug/2012 16:56, "Paul Irofti" ha scritto: > > > Unfortunately, I have no clue where to go from there. I'd like to > > connect to vodafone in Germany via UMTS, but I didn't find a > > /etc/ppp/peers/ and a corresponding chat script configuration in the > > archives which works for me.

Re: Huawei E303

2012-07-15 Thread Andreas Bartelt
On 07/15/12 16:53, Paul Irofti wrote: Unfortunately, I have no clue where to go from there. I'd like to connect to vodafone in Germany via UMTS, but I didn't find a /etc/ppp/peers/ and a corresponding chat script configuration in the archives which works for me. Is anybody else using a similar s

Re: Huawei E303

2012-07-15 Thread Paul Irofti
> Unfortunately, I have no clue where to go from there. I'd like to > connect to vodafone in Germany via UMTS, but I didn't find a > /etc/ppp/peers/ and a corresponding chat script configuration in the > archives which works for me. > > Is anybody else using a similar setup? I tried the same with

Huawei E303

2012-07-15 Thread Andreas Bartelt
Hi, I've got a Huawei E303 UMTS stick which doesn't work out of the box in current. After adding the following patch, the E303 seems to be recognized: # cvs diff -u usbdevs usbdevs.h usbdevs_data.h umsm.c Inde