On Thu, February 14, 2013 07:49, Kirill Bychkov wrote: > On Thu, February 14, 2013 06:24, Maximo Pech wrote: >> Hi list, I see this was asked before but never got solved, so I ask again. >> >> Has someone got this device working on openbsd? Is it supported? >> >> Thanks and regards. >> >> > Hi. I plugged this modem on my Win7 notebook, installed software and drivers > from it's internal "cd" and then connected with putty to it's second serial > port (ZTE NMEA Device), whick answers on AT comand with OK. > After that I send AT+ZCDRUN=8 to it to disable storage. Modem answered "Close > autorun state result (0:FAIL 1^:SUCCESS):1" and modem's storage disappeared > from "my computer". > Now I have in dmesg: > umsm0 at uhub0 port 3 configuration 1 interface 0 "ZTE, Incorporated ZTE CDMA > Technologies MSM" rev 2.00/0.00 addr 2 > umsm0: missing endpoint > umsm1 at uhub0 port 3 configuration 1 interface 1 "ZTE, Incorporated ZTE CDMA > Technologies MSM" rev 2.00/0.00 addr 2 > umsm1: missing endpoint > umass0 at uhub0 port 3 configuration 1 interface 2 "ZTE, Incorporated ZTE CDMA > Technologies MSM" rev 2.00/0.00 addr 2 > umass0: using SCSI over Bulk-Only > scsibus5 at umass0: 2 targets, initiator 0 > sd3 at scsibus5 targ 1 lun 0: <ZTE, MMC Storage, 322> SCSI2 0/direct removable > serial.19d20031567890ABCDEF > umsm2 at uhub0 port 3 configuration 1 interface 3 "ZTE, Incorporated ZTE CDMA > Technologies MSM" rev 2.00/0.00 addr 2 > ucom0 at umsm2 > > At least 'cu -l /dev/cuaU0 -s 9600' answers OK on AT. > I have no usable SIM for this provider-locked modem, so I can't fully test it. > > To backout modem to default "windoze-compatible" mode send AT+ZCDRUN=9 to > modem with cu. > I hope this will help. >
My modem isn't provider-locked as I thought. Inserting another SIM helped to connect to ISP. I just copied /etc/ppp/ppp.conf.sample to /etc/ppp/ppp.conf, changed "set device" and "allow user" to reflect reality and just run 'ppp -ddial mobile' to connect. Patch adds mentioning MF626 support and gives clues how to handle such modems. OK? Comments? Index: umsm.4 =================================================================== RCS file: /cvs/src/share/man/man4/umsm.4,v retrieving revision 1.87 diff -u -r1.87 umsm.4 --- umsm.4 4 Jan 2013 02:53:54 -0000 1.87 +++ umsm.4 14 Feb 2013 06:00:08 -0000 @@ -111,6 +111,7 @@ .It Li "ZTE AC2746" Ta "USB" .It Li "ZTE MF112" Ta "USB" .It Li "ZTE MF190" Ta "USB" +.It Li "ZTE MF626" Ta "USB" .It Li "ZTE MF633" Ta "USB" .It Li "ZTE MF637" Ta "USB" .El @@ -167,6 +168,10 @@ on the third port, and after that the actual PPP connection comes up on the first port. The function of the second and fourth ports is unknown. +.Pp +Some modems require enabling modem mode with AT commands. +This can be configured on other OS after installation of +software shipped with modem. .Sh EXAMPLES An example .Pa /etc/ppp/ppp.conf