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
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
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
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
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
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
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
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