Re: [linux-usb-devel] Support for Zyxel Omni 56K plus usb modem

2006-07-05 Thread David Ronis
One more thing. I added this device to the omninet driver. lsusb -v shows the device as: Bus 004 Device 003: ID 0586:1500 ZyXEL Communications Corp. Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 1.00 bDeviceClass0 (Defined at Int

Re: [linux-usb-devel] Support for Zyxel Omni 56K plus usb modem

2006-07-05 Thread David Ronis
Hi Oliver, You were write, adding < { USB_DEVICE(0x0586,0x1500), /* ZYZEL OMNI 56K Plus */ < .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ < }, to cdc-acm.c leads to a kernel oops as soon as I plug in the USB cable. I've pasted the traceback below. I'm going

Re: [linux-usb-devel] Support for Zyxel Omni 56K plus usb modem

2006-07-04 Thread Oliver Neukum
Am Dienstag, 4. Juli 2006 23:48 schrieb David Ronis: > Thanks Oliver, > > > On Tue, 2006-07-04 at 21:50 +0200, Oliver Neukum wrote: > > Am Dienstag, 4. Juli 2006 16:44 schrieb David Ronis: > > > Thanks for the reply. The output of lsusb -v follows at the end. As > > > > This device does not re

Re: [linux-usb-devel] Support for Zyxel Omni 56K plus usb modem

2006-07-04 Thread David Ronis
Thanks Oliver, On Tue, 2006-07-04 at 21:50 +0200, Oliver Neukum wrote: > Am Dienstag, 4. Juli 2006 16:44 schrieb David Ronis: > > Thanks for the reply. The output of lsusb -v follows at the end. As > > This device does not report itself to be a modem. So presumably there's some simple place t

Re: [linux-usb-devel] Support for Zyxel Omni 56K plus usb modem

2006-07-04 Thread Oliver Neukum
Am Dienstag, 4. Juli 2006 16:44 schrieb David Ronis: > Thanks for the reply. The output of lsusb -v follows at the end. As This device does not report itself to be a modem. > long as I've included it perhaps you can answer another question that's > been bothering me. Notice that all but one of

Re: [linux-usb-devel] Support for Zyxel Omni 56K plus usb modem

2006-07-04 Thread David Ronis
Thanks for the reply. The output of lsusb -v follows at the end. As long as I've included it perhaps you can answer another question that's been bothering me. Notice that all but one of the Bus's is controlled by UHCI. According to the folks who sold me the machine, they're all supposed to be U

Re: [linux-usb-devel] Support for Zyxel Omni 56K plus usb modem

2006-07-03 Thread Oliver Neukum
Am Dienstag, 4. Juli 2006 00:08 schrieb David Ronis: > After browsing some of the archives of this list, I'm left with the > impression that there may be some way to get the cdc-acm driver to work. > (Basically, by forcing it to recognize this modem). Is this true and if > so, where are the "exce

[linux-usb-devel] Support for Zyxel Omni 56K plus usb modem

2006-07-03 Thread David Ronis
I have a Zyxel Omni 56K plus modem and would like to connect it to my system (Kernel 2.6.17.3) using the usb port (it works with serial). I use vgetty to watch the modem. I've tried the omninet and cdc-acm drivers, but neither worked. Based on something posted to this list, I manually added the