Re: OpenBSD + 3G/4G USB modem

2018-04-21 Thread MS
cu -l /dev/cuaUX (iterating 0 through 2) gave "Device not configured" 2018-04-21 14:55 GMT+02:00 Stuart Henderson : > On 2018-04-20, MS wrote: > > I forgot to mention it but the modem doesn't respond on any of the > > /dev/cuaUX > > What exactly did

Re: OpenBSD + 3G/4G USB modem

2018-04-21 Thread Stuart Henderson
On 2018-04-20, MS wrote: > I forgot to mention it but the modem doesn't respond on any of the > /dev/cuaUX What exactly did you try when you checked this?

Re: OpenBSD + 3G/4G USB modem

2018-04-21 Thread MS
nope, no com at umodem nor at umm... So OpenBSD finds my modem, recognizes it, but doesn't treat it like a modem. My modem has been literally friendzoned by OpenBSD 2018-04-20 21:08 GMT+02:00 IL Ka : > Do you have ucom at umodem in dmesg? > Or ucom at umsm? > > > >

Re: OpenBSD + 3G/4G USB modem

2018-04-20 Thread IL Ka
Do you have ucom at umodem in dmesg? Or ucom at umsm? On Fri, Apr 20, 2018 at 9:17 PM, MS wrote: > I forgot to mention it but the modem doesn't respond on any of the > /dev/cuaUX > > 2018-04-20 11:17 GMT+02:00 Roderick : > > > > > > > On Fri, 20 Apr

Re: OpenBSD + 3G/4G USB modem

2018-04-20 Thread Roderick
On Fri, 20 Apr 2018, MS wrote: I forgot to mention it but the modem doesn't respond on any of the /dev/cuaUX? Yes, OpenBSD does not attach your modem to ucom. Can you try with othe modem? Rodrigo.

Re: OpenBSD + 3G/4G USB modem

2018-04-20 Thread MS
I forgot to mention it but the modem doesn't respond on any of the /dev/cuaUX 2018-04-20 11:17 GMT+02:00 Roderick : > > > On Fri, 20 Apr 2018, MS wrote: > > ok, so I ejected the cd1 and OBSD started seeing ZTE as a umodem, but >> umodem0, 1 and 2 at the same time. Is it normal?

Re: OpenBSD + 3G/4G USB modem

2018-04-20 Thread Roderick
On Fri, 20 Apr 2018, MS wrote: ok, so I ejected the cd1 and OBSD started seeing ZTE as a umodem, but umodem0, 1 and 2 at the same time. Is it normal? That some modems attach to many devs is normal. You must try with any of them until you find the one that responds to AT commands. Is the

Re: OpenBSD + 3G/4G USB modem

2018-04-20 Thread MS
ok, so I ejected the cd1 and OBSD started seeing ZTE as a umodem, but umodem0, 1 and 2 at the same time. Is it normal? new usbdevs: Controller /dev/usb0: addr 1: high speed, self powered, config 1, EHCI root hub(0x), Intel(0x8086), rev 1.00 uhub0 port 1 powered port 2 powered port 3

Re: OpenBSD + 3G/4G USB modem

2018-04-19 Thread Stuart Longland
On 20/04/18 07:06, MS wrote: > ok, I think I figured out what the problem is...OpenBSD recognizes my ZTE > MF195 but doesn't see it as a ucom device but as a storage (sd and cd(!)) Try ejecting the "CD". -- Stuart Longland (aka Redhatter, VK4MSL) I haven't lost my mind... ...it's backed up

Re: OpenBSD + 3G/4G USB modem

2018-04-19 Thread Stuart Henderson
On 2018/04/19 23:06, MS wrote: > ok, I think I figured out what the problem is...OpenBSD recognizes my ZTE > MF195 but doesn't see > it as a ucom device but as a storage (sd and cd(!)) Try "eject cd0". That may be enough, if that works then you have an interim solution and we can add a

Re: OpenBSD + 3G/4G USB modem

2018-04-19 Thread MS
ok, I think I figured out what the problem is...OpenBSD recognizes my ZTE MF195 but doesn't see it as a ucom device but as a storage (sd and cd(!)) here's my usbdevs: Controller /dev/usb0: addr 1: high speed, self powered, config 1, EHCI root hub(0x), Intel(0x8086), rev 1.00 uhub0 port 1

Re: OpenBSD + 3G/4G USB modem

2018-04-19 Thread MS
ok, I think I figured out what the problem is...OpenBSD recognizes my ZTE MF195 but doesn't see it as a ucom device but as a storage (sd and cd(!)) here's my usbdevs: Controller /dev/usb0: addr 1: high speed, self powered, config 1, EHCI root hub(0x), Intel(0x8086), rev 1.00 uhub0 port 1

Re: OpenBSD + 3G/4G USB modem

2018-04-17 Thread Stuart Henderson
On 2018-04-16, MS wrote: > One more thing though, how do I know which USB port is which cuaXX? If I > connect to cua00 it seems to start conversation but the whole thing > freezes. cuaU0 gives not configured info. It would be a cuaU* device, the exact number depends on

Re: OpenBSD + 3G/4G USB modem

2018-04-16 Thread Roderick
On Mon, 16 Apr 2018, MS wrote: I will try it and let you know about the problems/results. I am curious to see your tutorial at the end. :) One more thing though, how do I know which USB port is which cuaXX? Just plug the modem in a USB Port and see dmesg. You can also see "man ucom".

Re: OpenBSD + 3G/4G USB modem

2018-04-16 Thread MS
Thanks a lot! You Sir are a hero! :) I will try it and let you know about the problems/results. One more thing though, how do I know which USB port is which cuaXX? If I connect to cua00 it seems to start conversation but the whole thing freezes. cuaU0 gives not configured info. Thanks, MS

Re: OpenBSD + 3G/4G USB modem

2018-04-15 Thread Roderick
On Sun, 15 Apr 2018, MS wrote: Is there a successful story with OpenBSD and a 3G USB modem? I use it since years. I've read the manuals, but can't really glue the whole thing together to make it work. Yes, the manuals and the files/examples in /etc/ppp should be enough. It should be like

OpenBSD + 3G/4G USB modem

2018-04-15 Thread MS
Hello everyone, Is there a successful story with OpenBSD and a 3G USB modem? I have read a lot of configs available online (mostly old ver.: 4.8 to 5.8 usually) and each one is very different. I've read the manuals, but can't really glue the whole thing together to make it work. I am pretty