Re: How to achieve O_TTY_INIT when opening a USB modem?

2019-11-25 Thread Jeffrey Walton
On Sun, Nov 24, 2019 at 10:10 PM Philip Guenther wrote: > > On Sun, Nov 24, 2019 at 3:11 AM Jeffrey Walton wrote: >> >> I am struggling to get a USB modem and terminal configured properly >> under OpenBSD. The same code on Linux is fine. The symptom I am seeing >>

Re: How to achieve O_TTY_INIT when opening a USB modem?

2019-11-24 Thread Jeffrey Walton
On Sun, Nov 24, 2019 at 11:01 PM Philip Guenther wrote: > > On Sun, Nov 24, 2019 at 7:53 PM Jeffrey Walton wrote: >> >> On Sun, Nov 24, 2019 at 10:10 PM Philip Guenther wrote: >> > >> > On Sun, Nov 24, 2019 at 3:11 AM Jeffrey Walton wrote: >> &

Re: How to achieve O_TTY_INIT when opening a USB modem?

2019-11-24 Thread Philip Guenther
On Sun, Nov 24, 2019 at 7:53 PM Jeffrey Walton wrote: > On Sun, Nov 24, 2019 at 10:10 PM Philip Guenther > wrote: > > > > On Sun, Nov 24, 2019 at 3:11 AM Jeffrey Walton > wrote: > >> > >> I am struggling to get a USB modem and terminal configured pro

Re: How to achieve O_TTY_INIT when opening a USB modem?

2019-11-24 Thread Philip Guenther
On Sun, Nov 24, 2019 at 3:11 AM Jeffrey Walton wrote: > I am struggling to get a USB modem and terminal configured properly > under OpenBSD. The same code on Linux is fine. The symptom I am seeing > is a hung read() after issuing ATZ\r to the modem. > > I'm guessing there's a

How to achieve O_TTY_INIT when opening a USB modem?

2019-11-24 Thread Jeffrey Walton
I am struggling to get a USB modem and terminal configured properly under OpenBSD. The same code on Linux is fine. The symptom I am seeing is a hung read() after issuing ATZ\r to the modem. I'm guessing there's an uninitialized field in my struct termios tty. The latest Posix provides O_TTY_INIT

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
-04-15 22:50 GMT+02:00 Roderick <hru...@gmail.com>: > > 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 >>

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

Re: ZTE USB modem MF110

2015-01-11 Thread jinhitmanBarracuda
Hi I would like to ask, did it work with OpenBSD? On 8 Sep 2013 00:51, Beavis pfu...@gmail.com wrote: Hello All! thanks if there are any people who would reply back. but I was able to get it to talk # cu -l cuaU1 Connected T OK AT OK thanks again. -B On Sat, Sep 7, 2013 at

OpenBSD don't recoginize Android Phone (Alcatel OneTouch 993D with Android 4.0.4) as USB Modem

2014-10-08 Thread Dmitry Orlov
Synopsis:OpenBSD don't recoginize Android Phone (Alcatel OneTouch 993D with Android 4.0.4) as USB Modem Category:Kernel, URNDIS (probably) Environment: System : OpenBSD 5.6 Details : OpenBSD 5.6-current (GENERIC.MP) #403: Tue Oct 7 18:24:37 MDT 2014 dera...@amd64

usb modem support fax in OpenBSD?

2013-11-26 Thread Fung
want to setup hylafax in OpenBSD please suggest some usb modem support fax in OpenBSD, thanks.

ZTE USB modem MF110

2013-09-07 Thread Beavis
Hello all, would like to ask if there is anyone on the list that has tried using ZTE 3g Modem on OpenBSD. the kernel (5.1) was able to detect the device: umsm0 at uhub0 port 1 configuration 1 interface 0 ZTE,Incorporated ZTE CDMA Technologies MSM rev 2.00/0.00 addr 2 umsm0 at uhub0 port 1

Re: ZTE USB modem MF110

2013-09-07 Thread Beavis
Hello All! thanks if there are any people who would reply back. but I was able to get it to talk # cu -l cuaU1 Connected T OK AT OK thanks again. -B On Sat, Sep 7, 2013 at 3:33 PM, Beavis pfu...@gmail.com wrote: Hello all, would like to ask if there is anyone on the list that has tried

Re: ZTE mf626 USB modem support

2013-03-07 Thread Maximo Pech
Here is my output of lsusb -v, hope it helps Bus 000 Device 001: ID 8086: Intel Corp. Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 1 Single TT

Re: ZTE mf626 USB modem support

2013-02-28 Thread Stuart Henderson
On 2013-02-28, Maximo Pech mak...@gmail.com wrote: The patch that Stuart provided worked for my ZTE MF668 device. I got this on dmesg: umsm0 at uhub0 port 3 configuration 1 interface 0 ZTE,Incorporated ZTE HSPA Technologies MSM rev 2.00/0.00 addr 2 umsm0 detached umsm0 at uhub0 port 3

Re: ZTE mf626 USB modem support

2013-02-27 Thread Maximo Pech
The patch that Stuart provided worked for my ZTE MF668 device. I got this on dmesg: umsm0 at uhub0 port 3 configuration 1 interface 0 ZTE,Incorporated ZTE HSPA Technologies MSM rev 2.00/0.00 addr 2 umsm0 detached umsm0 at uhub0 port 3 configuration 1 interface 0 ZTE,Incorporated ZTE HSPA

Re: ZTE mf626 USB modem support

2013-02-17 Thread Maximo Pech
Finally I got it to work, but strangely my device comes up on /dev/cuaU1 not on /dev/cuaU0. Still have not tested the diff though. 2013/2/14 Maximo Pech mak...@gmail.com The AT command thing did the trick, now I have some trouble setting up ppp.conf, but I hope to get that sorted out. At

Re: ZTE mf626 USB modem support

2013-02-17 Thread Maximo Pech
It turns out that my modem is not the ZTE MF626, it is in reality the ZTE MF668 and it works on /dev/cuaU1 2013/2/14 Kirill Bychkov ya...@linklevel.net 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

Re: ZTE mf626 USB modem support

2013-02-14 Thread Stuart Henderson
On 2013-02-14, Maximo Pech mak...@gmail.com 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. It is likely to work with this diff: Index: umsm.c

Re: ZTE mf626 USB modem support

2013-02-14 Thread Maximo Pech
The AT command thing did the trick, now I have some trouble setting up ppp.conf, but I hope to get that sorted out. At this time I can't test the patch, but I promise to do it later. El miércoles, 13 de febrero de 2013, Kirill Bychkov escribió: On Thu, February 14, 2013 06:24, Maximo Pech

ZTE mf626 USB modem support

2013-02-13 Thread Maximo Pech
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.

Re: ZTE mf626 USB modem support

2013-02-13 Thread Kirill Bychkov
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

Re: ZTE mf626 USB modem support

2013-02-13 Thread Kirill Bychkov
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

Re: ZTE MF 180 USB modem

2011-07-01 Thread David Coppa
On Thu, Jun 30, 2011 at 10:42 PM, Jeff Ross jr...@openvistas.net wrote: On 06/28/11 08:31, David Coppa wrote: On Tue, Jun 28, 2011 at 4:18 PM, Jeff Rossjr...@openvistas.net wrote: Thanks for the reply, David. I'll try to figure out a way to do that, but the modem is in Morocco in use on

Re: ZTE MF 180 USB modem

2011-07-01 Thread Jeff Ross
On 07/01/11 01:14, David Coppa wrote: On Thu, Jun 30, 2011 at 10:42 PM, Jeff Rossjr...@openvistas.net wrote: On 06/28/11 08:31, David Coppa wrote: On Tue, Jun 28, 2011 at 4:18 PM, Jeff Rossjr...@openvistas.net wrote: Thanks for the reply, David. I'll try to figure out a way to do that,

Re: ZTE MF 180 USB modem

2011-06-28 Thread David Coppa
On Tue, Jun 28, 2011 at 1:00 AM, Jeff Ross jr...@openvistas.net wrote: Hi, I have a friend in the Peace Corp in Morocco. He's using a ZTE MF 180 USB modem connecting with Maroc Telecom on his windows based Acer Netbook. I'm already sick of walking him through removing the latest windows

Re: ZTE MF 180 USB modem

2011-06-28 Thread Jeff Ross
On 06/28/11 01:45, David Coppa wrote: On Tue, Jun 28, 2011 at 1:00 AM, Jeff Rossjr...@openvistas.net wrote: Hi, I have a friend in the Peace Corp in Morocco. He's using a ZTE MF 180 USB modem connecting with Maroc Telecom on his windows based Acer Netbook. I'm already sick of walking him

Re: ZTE MF 180 USB modem

2011-06-28 Thread David Coppa
On Tue, Jun 28, 2011 at 4:18 PM, Jeff Ross jr...@openvistas.net wrote: Thanks for the reply, David. I'll try to figure out a way to do that, but the modem is in Morocco in use on a Windows computer and I'm in the middle of the US. From Windows, you can use this tool:

ZTE MF 180 USB modem

2011-06-27 Thread Jeff Ross
Hi, I have a friend in the Peace Corp in Morocco. He's using a ZTE MF 180 USB modem connecting with Maroc Telecom on his windows based Acer Netbook. I'm already sick of walking him through removing the latest windows 'sploit of the week, especially given that we do it through e-mail

ZTE MF190 HSUPA USB Modem with OpenBSD 4.8

2011-03-29 Thread Ahmad Zulkarnain
Hi, I just bought a new ZTE MF190 HSUPA USB modem for my 4.8 machine. I saw a few supported ZTE USB modem and I tried using this modem without success. Using cu -l cuaU(0-2) just display connected and hangs there. I would be glad if there's a pointer on how to get the modem working in 4.8. Here's

Re: ZTE MF190 HSUPA USB Modem with OpenBSD 4.8

2011-03-29 Thread MERIGHI Marcus
sounds similar to http://marc.info/?l=openbsd-miscm=129104388909427 http://marc.info/?l=openbsd-techm=129104820617203 see follow-ups, too. als...@gmail.com (Ahmad Zulkarnain), 2011.03.29 (Tue) 07:17 (CEST): Hi, I just bought a new ZTE MF190 HSUPA USB modem for my 4.8 machine. I saw a few

Re: ZTE MF190 HSUPA USB Modem with OpenBSD 4.8

2011-03-29 Thread Daniel Gracia
-miscm=129104388909427 http://marc.info/?l=openbsd-techm=129104820617203 see follow-ups, too. als...@gmail.com (Ahmad Zulkarnain), 2011.03.29 (Tue) 07:17 (CEST): Hi, I just bought a new ZTE MF190 HSUPA USB modem for my 4.8 machine. I saw a few supported ZTE USB modem and I tried using this modem

Re: ZTE MF190 HSUPA USB Modem with OpenBSD 4.8

2011-03-29 Thread MERIGHI Marcus
see follow-ups, too. als...@gmail.com (Ahmad Zulkarnain), 2011.03.29 (Tue) 07:17 (CEST): Hi, I just bought a new ZTE MF190 HSUPA USB modem for my 4.8 machine. I saw a few supported ZTE USB modem and I tried using this modem without success. Using cu -l cuaU(0-2) just display connected

Re: ZTE MF190 HSUPA USB Modem with OpenBSD 4.8

2011-03-29 Thread David Coppa
us all have it, diff -u to tech@, prego. Boys, this particular device (ZTE MF190 HSUPA USB modem) should already work: read src/sys/dev/usbdevs and src/sys/dev/usb/umsm.c carefully. If it doesn't, the problem is not missing entries in the usb files... ciao, david

Re: ZTE MF190 HSUPA USB Modem with OpenBSD 4.8

2011-03-29 Thread Daniel Gracia
My Device (ZTE MG110 HSUPA USB modem, and it's not a typo) works after adding the single-liner definitions at .c and .h files -sorry, don't have access to the machine now-. I can remember it's a little funky toy; first attachs with a ID PRDCT of 0x0083 and then, when ejecting the first

Re: ZTE MF190 HSUPA USB Modem with OpenBSD 4.8

2011-03-29 Thread Daniel Gracia
Oh my, now _that's_ a typo: it's a MF110 :) El 29/03/2011 18:44, Daniel Gracia escribis: My Device (ZTE MG110 HSUPA USB modem, and it's not a typo) works after adding the single-liner definitions at .c and .h files -sorry, don't have access to the machine now-. I can remember it's a little

Re: ZTE MF190 HSUPA USB Modem with OpenBSD 4.8

2011-03-29 Thread Ahmad Zulkarnain
. als...@gmail.com (Ahmad Zulkarnain), 2011.03.29 (Tue) 07:17 (CEST): Hi, I just bought a new ZTE MF190 HSUPA USB modem for my 4.8 machine. I saw a few supported ZTE USB modem and I tried using this modem without success. Using cu -l cuaU(0-2) just display connected and hangs there. I would

Re: Options iCON401 USB 'modem' needs umass-umsm tickle ?

2011-01-28 Thread Stuart Henderson
On 2011-01-27, Pete Vickers p...@systemnet.no wrote: Hi, My Option iCON401 (aka GI401) [1], appears to require tickling to re-appear as a umsm instead of the initial umass. Can someone point me at the file/list to add the IDs to, too invoke this ? *If* it is indeed compatible with umsm(4),

Options iCON401 USB 'modem' needs umass-umsm tickle ?

2011-01-27 Thread Pete Vickers
Hi, My Option iCON401 (aka GI401) [1], appears to require tickling to re-appear as a umsm instead of the initial umass. Can someone point me at the file/list to add the IDs to, too invoke this ? thanks /Pete $ usbdevs -dv -f /dev/usb0 Controller /dev/usb0: addr 1: high speed, self powered,

Re: Options iCON401 USB 'modem' needs umass-umsm tickle ?

2011-01-27 Thread David Coppa
On Thu, Jan 27, 2011 at 10:23 AM, Pete Vickers p...@systemnet.no wrote: Hi, My Option iCON401 (aka GI401) [1], appears to require tickling to re-appear as a umsm instead of the initial umass. Can someone point me at the file/list to add the IDs to, too invoke this ? This USB dongle from

Re: usb modem ADU-500A

2010-04-22 Thread Duncan Patton a Campbell
On Wed, 21 Apr 2010 10:54:07 + (UTC) Stuart Henderson s...@spacehopper.org wrote: On 2010-04-21, Duncan Patton a Campbell campb...@neotext.ca wrote: I looked at the support site and found that there's a substantial driver to download that only supports recent MS products. same

Re: usb modem ADU-500A

2010-04-21 Thread Duncan Patton a Campbell
On Tue, 20 Apr 2010 11:05:11 +0200 David Coppa dco...@gmail.com wrote: 2010/4/20 zAJKOW dMITRIJ aLEKSANDROWI^ dmitri...@narod.ru: Hi. I'm not speek english. OpenBSD 4.6 i386. Not working modem ADU-500A (driver umsm). Send us the output of: usbdevs -dv cheers, david Just at a

Re: usb modem ADU-500A

2010-04-21 Thread Stuart Henderson
On 2010-04-21, Duncan Patton a Campbell campb...@neotext.ca wrote: I looked at the support site and found that there's a substantial driver to download that only supports recent MS products. same for many other devices that OpenBSD supports... I have an older cdma modem from AnyDATA and

Re: usb modem ADU-500A

2010-04-20 Thread David Coppa
2010/4/20 zAJKOW dMITRIJ aLEKSANDROWI^ dmitri...@narod.ru: Hi. I'm not speek english. OpenBSD 4.6 i386. Not working modem ADU-500A (driver umsm). Send us the output of: usbdevs -dv cheers, david

usb modem ADU-500A

2010-04-19 Thread Зайков Дмитрий Александрович
Hi. I'm not speek english. OpenBSD 4.6 i386. Not working modem ADU-500A (driver umsm). Attach device. # dmesg OpenBSD 4.6 (GENERIC.MP) #89: Thu Jul 9 21:32:39 MDT 2009 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP cpu0: IntelB. Core(TM)2 Quad CPU Q8400 @ 2.66GHz

Re: ZTE-MF626 USB Modem

2009-10-17 Thread Sergio Andrés Gómez del Real
, USB_PRODUCT_QUALCOMM3_ZTE_626, ./usbdevs_data.h: ZTE 626 CDMA USB modem, The product ID for my modem, the ZTE MF626 is 0x0031. So added to those structures, #defined and recompiled. Now I get the following: OpenBSD 4.5 (GENERIC.MP) #7: Sat Oct 17 14:36:59 COT 2009 r...@uix:/usr/src/sys/arch/amd64/compile

Re: ZTE-MF626 USB Modem

2009-10-15 Thread Jonathan Gray
(3) products */ product QUALCOMM3 CDMA_MSM 0x0001 CDMA Technologies MSM modem +product QUALCOMM3 ZTE_MSM 0x2000 ZTE CDMA USB modem product QUALCOMM3 AC8700 0xfffe AC8700 CDMA USB modem /* Quanta products */

Re: ZTE-MF626 USB Modem

2009-10-14 Thread Giancarlo Razzolini
Sergio Andris Gsmez del Real escreveu: Hi again. Sometimes I get the following: OpenBSD 4.5 (GENERIC.MP) #2133: Sat Feb 28 15:02:16 MST 2009 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 2143023104 (2043MB) avail mem = 2069721088 (1973MB) mainbus0 at root

Re: ZTE-MF626 USB Modem

2009-10-14 Thread Sergio Andrés Gómez del Real
Thanks for the reply. Indeed, I use usb_modeswitch under Linux, it is, however, quite just for Linux, cause it reloads a certain kernel module. With GENERIC kernel, usb_modeswitch does not even recognize the device. However, compiling it (the kernel) without umass support, that is, the device

Re: ZTE-MF626 USB Modem

2009-10-14 Thread Jussi Peltola
On Wed, Oct 14, 2009 at 01:14:00PM -0500, Sergio Andris Gsmez del Real wrote: Thanks for the reply. Indeed, I use usb_modeswitch under Linux, it is, however, quite just for Linux, cause it reloads a certain kernel module. With GENERIC kernel, usb_modeswitch does not even recognize the

Re: ZTE-MF626 USB Modem

2009-10-12 Thread Stuart Henderson
On 2009-10-12, Sergio Andr?s G?mez del Real sergio.g.delr...@gmail.com wrote: Well, I guess this is the relevant output from startup: Don't try and guess what is relevant, just send the COMPLETE dmesg. Also send usbdevs -v.

Re: ZTE-MF626 USB Modem

2009-10-12 Thread Sergio Andrés Gómez del Real
Sorry about the duplicate, I'm not used to a mail list :( Isn't that really the relevant info? It is the generic kernel of OpenBSD 4.5 -release... I don't know what extra relevant info could dmesg, or usbdevs offer FOR THIS CASE, please, if I'm wrong, or if there is an official protocol for

Re: ZTE-MF626 USB Modem

2009-10-12 Thread Ted Unangst
2009/10/12 Sergio Andris Gsmez del Real sergio.g.delr...@gmail.com: Isn't that really the relevant info? It is the generic kernel of OpenBSD 4.5 -release... As a general point, if you are having a problem and you can't fix it yourself, then by definition, you are not qualified to determine

Re: ZTE-MF626 USB Modem

2009-10-12 Thread Tomáš Bodžár
Read the FAQ first before switching. In your case especially part 9 And dmesg or usbdevs give every info needed. 2009/10/12 Sergio AndrC)s GC3mez del Real sergio.g.delr...@gmail.com: Sorry about the duplicate, I'm not used to a mail list :( Isn't that really the relevant info? It is the

Re: ZTE-MF626 USB Modem

2009-10-12 Thread Sergio Andrés Gómez del Real
Ok, here is full output of dmesg and usbdevs -v OpenBSD 4.5 (GENERIC.MP) #2133: Sat Feb 28 15:02:16 MST 2009 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 2143023104 (2043MB) avail mem = 2069721088 (1973MB) mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.4

Re: ZTE-MF626 USB Modem

2009-10-12 Thread Sergio Andrés Gómez del Real
Hi again. Sometimes I get the following: OpenBSD 4.5 (GENERIC.MP) #2133: Sat Feb 28 15:02:16 MST 2009 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 2143023104 (2043MB) avail mem = 2069721088 (1973MB) mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.4 @

ZTE-MF626 USB Modem

2009-10-11 Thread Sergio Andrés Gómez del Real
Well, I guess this is the relevant output from startup: umass0 at uhub1 port 1 configuration 1 interface 0 ZTE, Incorporated ZTE CDMA Technologies MSM rev 2.00/0.00 addr 2 umass0: using ATAPI over Bulk-Only scsibus1 at umass0: 2 targets, initiator 0 umass0: BBB reset failed, IOERROR umass0: BBB

Re: ZTE-MF626 USB Modem

2009-10-11 Thread Bryan
Didn't you send something like this about a month ago? http://www.nabble.com/HSDPA-USB-Modem-td25308434.html If the devs don't have one, maybe you'd donate your modem temporarily to get the support. Just asking is going to be nearly useless. If you donate/loan the hardware, you increase your

Re: HSDPA USB Modem

2009-09-05 Thread Peter N. M. Hansteen
w39071_0-sergio w39071_0-ser...@mb8-2.1blu.de writes: I have a ZTE MF626 Modem, when I plug it in my USB interface, OpenBSD detects it as a iso9660 filesystem, so I need a software like usb_modeswitch. Are you sure that the CD device is the only one that shows up when you plug it in?

HSDPA USB Modem

2009-09-05 Thread w39071_0-sergio
Hi, this is my first post. I have a ZTE MF626 Modem, when I plug it in my USB interface, OpenBSD detects it as a iso9660 filesystem, so I need a software like usb_modeswitch. ThatB4s ok, I supose can compile it to interface with usb through libusb, although havent tried. My doubt is afterwards,

Re: HSDPA USB Modem

2009-09-05 Thread Jonathan Gray
On Sat, Sep 05, 2009 at 03:20:42PM +0200, w39071_0-sergio wrote: Hi, this is my first post. I have a ZTE MF626 Modem, when I plug it in my USB interface, OpenBSD detects it as a iso9660 filesystem, so I need a software like usb_modeswitch. ThatB4s ok, I supose can compile it to interface

Re: HSDPA USB Modem

2009-09-05 Thread Jonathan Gray
On Sat, Sep 05, 2009 at 08:06:04PM +0200, w39071_0-sergio wrote: Include the output of usbdevs -v with the device plugged in. We do all mode switching like this in the kernel so people don't have to screw around with weird userspace things to get a working device. In this case of this

USB modem

2008-04-09 Thread syl
Hi guys, I'm developping a firmware for an usb device for my enterprise and I try to be compatible with OpenBSD. So I test my device (which just do serial communication following the USB cdc Abstract Control Modem). The plug seems to works fine. The attach works and attach ucom0 at umodem and

Re: USB modem

2008-04-09 Thread Stuart Henderson
On 2008-04-09, syl [EMAIL PROTECTED] wrote: I'm developping a firmware for an usb device for my enterprise and I try to be compatible with OpenBSD. great (: The plug seems to works fine. The attach works and attach ucom0 at umodem and umodem at uhub. But when I'm trying to do this : echo

Re: USB modem

2008-04-09 Thread syl
On Wed, Apr 9, 2008 at 12:12 PM, Stuart Henderson [EMAIL PROTECTED] wrote: On 2008-04-09, syl [EMAIL PROTECTED] wrote: I'm developping a firmware for an usb device for my enterprise and I try to be compatible with OpenBSD. great (: :) The plug seems to works fine. The attach works

USB modem

2006-07-01 Thread Alexey Vatchenko
Hi! I need inexpensive USB modem for Dial-Up (not ADSL, not GPRS). Any advices? -- Alexey V. Vatchenko http://psytech.h10.ru JID: [EMAIL PROTECTED] ICQ: 162799204

Re: apple usb modem

2006-06-03 Thread Jeffrey Lim
On 6/2/06, akonsu [EMAIL PROTECTED] wrote: here is the relevant portion of dmesg that is output when i plug in the modem: uaudio0 at uhub1 port 2 configuration 1 interface 2: Motorola, Inc. Apple USB Modem, rev 2.00/2.02, addr 3 uaudio0: ignored output endpoint of type async uaudio0: audio rev

Re: apple usb modem

2006-06-02 Thread akonsu
here is the relevant portion of dmesg that is output when i plug in the modem: uaudio0 at uhub1 port 2 configuration 1 interface 2: Motorola, Inc. Apple USB Modem, rev 2.00/2.02, addr 3 uaudio0: ignored output endpoint of type async uaudio0: audio rev 1.00, 0 mixer controls audio0 at uaudio0 i

apple usb modem

2006-05-29 Thread akonsu
hello, i have apple usb modem left over from my imac g5 that i got rid of. is there any chance of getting this modem to work with openbsd in stead of the unsupported winmodem that i have on my laptop? thanks for any help! konstantin

Re: apple usb modem

2006-05-29 Thread Shawn K. Quinn
On Mon, 2006-05-29 at 00:18 -0700, akonsu wrote: hello, i have apple usb modem left over from my imac g5 that i got rid of. is there any chance of getting this modem to work with openbsd in stead of the unsupported winmodem that i have on my laptop? Plug it in and see if you get a ucom