Re: E3372: LCP: timeout sending Config-Requests

2020-06-25 Thread Whistle
===> connect-errors
abort on (BUSY)
abort on (NO CARRIER)
abort on (VOICE)
report (CONNECT)
timeout set to 20 seconds
expect (OK)
^RSSI:23^M
^HCSQ:"LTE",54,53,116,26^M
^RSSI:25^M
^HCSQ:"LTE",58,53,121,24^M
alarm
send (AT^M)
expect (OK)
OK
 -- got it

send (ATZ^M)
expect (OK)
OK
 -- got it

send (AT+CMEE=2^M)
expect (OK)
OK
 -- got it

send (AT^M)
expect (OKd)
OK^M
^RSSI:23^M
^HCSQ:"LTE",55,53,121,26^M
^RSSI:25^M
^HCSQ:"LTE",59,55,126,26^M
alarm
send (AT^M)
expect (OK)
OK
 -- got it

send (ATI^M)
expect (OK)
Manufacturer: huawei^M
Model: E3372^M
Revision: 22.328.62.00.1217^M
IMEI: x^M
+GCAP: +CGSM,+DS,+ES^M
OK
 -- got it

send (ATZ^M)
expect (OK)
OK
 -- got it

send (AT^M)
expect (OK)
OK
 -- got it

send (AT+CGDCONT=1,"IP","giffgaff.com","0.0.0.0",0,0^M)
expect (OK)
OK
 -- got it

send (ATD*99#^M)
expect (CONNECT)
CONNECT
 -- got it

 /bsd: umsm0 at uhub0 port 1 configuration 1 interface 0 "HUAWEI_MOBILE
HUAWEI_MOBILE" rev 2.10/1.02 addr 2
 /bsd: umsm0 detached
 /bsd: umsm0 at uhub0 port 1 configuration 1 interface 0 "HUAWEI_MOBILE
HUAWEI_MOBILE" rev 2.10/1.02 addr 2
 /bsd: ucom0 at umsm0
 /bsd: umsm1 at uhub0 port 1 configuration 1 interface 1 "HUAWEI_MOBILE
HUAWEI_MOBILE" rev 2.10/1.02 addr 2
 pppd[2097]: pppd 2.3.5 started by lws, uid 0
 pppd[2097]: Connect: ppp0 <--> /dev/cuaU0
 pppd[2097]: LCP: timeout sending Config-Requests
 pppd[2097]: Connection terminated.
 pppd: Exit.
 /bsd: ucom0 detached
 /bsd: umsm0 detached
 /bsd: umsm1 detached


> Hello,
> 
> yes please provide /etc/ppp/connect-errors as mentioned and also a
> complete dmesg(8).
> 
> Regards,
> Stefan
> 



Re: E3372: LCP: timeout sending Config-Requests

2020-06-25 Thread Whistle
Hi Stefan,
no it's not Deutsche Telekom, it giffgaff in uk.
Do you still want the logs ?
Also tried to reboot on a linux image and it switchmode with
usb_switchmode then I rebooted (without detach it and without poweroff
the laptop) in openbsd and I found a ethernet interface (cdce0). I run
dhclient cdce0, it gave me the ip and I connected to the web page of the
usb stick and there I configured the profile with login,password,apm and
then I was online. Of course I cannot boot every time in linux to switch
mode.


> Hey,
> 
> do you want to connect to the german 'Deutsche Telekom' ?
> 
> Please delete /etc/ppp/connect-errors and make ONE more run with
> 'pppd call telekom'. Then post this file here.
> 
> Regards,
> Stefan
> 



E3372: LCP: timeout sending Config-Requests

2020-06-24 Thread Whistle
Hi,
I have the exactly same problem of the following guy:
https://marc.info/?l=openbsd-misc=151950994024553=2
I have a e3372 mobile too but wiht openbsd 6.7. 
But the guy forgotten to say how he solved the problem.
Anyone can help me ?
Anyway the following are my connections files:

===> /etc/ppp/peers/telekom
cuaU0
user myuser888
nocrtscts
defaultroute
noipdefault
ipcp-accept-local
ipcp-accept-remote
connect "/usr/sbin/chat -vs -f /etc/ppp/connect.telekom"


> /etc/ppp/connect.telekom
ABORT 'BUSY'
ABORT 'NO CARRIER'
ABORT 'VOICE'
REPORT CONNECT
TIMEOUT 20
'OK-AT-OK' 'ATZ'
'OK' 'AT+CMEE=2'
'OK' 'AT'
'OK\d-AT-OK' 'ATI'
'OK' 'ATZ'
'OK' 'AT'
'OK' AT+CGDCONT=1,"IP","giffgaff.com","0.0.0.0",0,0
'OK' 'ATD*99#' CONNECT

and the Errors:
pppd[13820]: pppd 2.3.5 started by myuser, uid 0
pppd[13820]: Connect: ppp0 <--> /dev/cuaU0
pppd[13820]: LCP: timeout sending Config-Requests
pppd[13820]: Connection terminated.
pppd: Exit.


Thank you very much for your help.