Hello, Ericsson (F)/H5321gw works great with the new umb(4) MBIM device with OpenBSD 6.2.
umb(4) was introduced with 6.1 and recognized this modem, but did not work correct. Up to OpenBSD 6.1 I used a combination out of pppd(8) and chat(8), which worked great for me, for all the pre-6.2 releases. Get an overview here: https://techship.com/products/category/cellular-modules/ dmesg: umodem0 at uhub4 port 6 configuration 1 interface 1 "TOSHIBA H5321 gw" rev 2.00/0.00 addr 4 umodem0: data interface 2, has CM over data, has break umodem0: status change notification available ucom0 at umodem0 umodem1 at uhub4 port 6 configuration 1 interface 3 "TOSHIBA H5321 gw" rev 2.00/0.00 addr 4 umodem1: data interface 4, has CM over data, has break umodem1: status change notification available ucom1 at umodem1 umb0 at uhub4 port 6 configuration 1 interface 6 "TOSHIBA H5321 gw" rev 2.00/0.00 addr 4 umodem2 at uhub4 port 6 configuration 1 interface 9 "TOSHIBA H5321 gw" rev 2.00/0.00 addr 4 umodem2: data interface 10, has CM over data, has break umodem2: status change notification available ucom2 at umodem2 ugen1 at uhub4 port 6 configuration 1 "TOSHIBA H5321 gw" rev 2.00/0.00 addr 4 Regards, -stefan Ursprüngliche Nachricht Von: ed...@pettijohn-web.com Gesendet: 5. November 2017 11:06 nachm. An: erling.westen...@gmail.com Cc: misc@openbsd.org Betreff: Re: 3g modem On Sun, Nov 05, 2017 at 10:58:47PM +0100, Erling Westenvik wrote: > On Sun, Nov 05, 2017 at 03:33:48PM -0600, Edgar Pettijohn wrote: > > My isp leaves a lot to be desired. I'm into possible backup plans for > > when the connection is unbearable. Are there any 3g usb dongles or > > mini pci devices which work on openbsd? > > On my old ThinkPad T500: > > $ dmesg | grep cdce > cdce0 at uhub1 port 4 configuration 1 interface 7 "Ericsson Ericsson F3507g > Mobile Broadband Minicard Composite Device" rev 2.00/0.00 addr 2 > cdce0: address 02:80:37:ec:02:00 > > Mini-PCI. Works. Check cdce(4) for more adapters. > > Erling Cool. Wasn't sure which drivers to look at. I guess apropos would have been my friend. Thanks!