This is what lsusb reports
ID 0572:cb00 Conexant Systems (Rockwell), Inc. E-Tech ADSL Modem v2

that means it sholud work right? so what am I doing wrong?



>
> I found an article refering to this modem(ZTE ZXDSL 852), on the following
link http://lwn.net/Articles/204861/ witch let me to this site

I think there is two different flavor of ZTE ZXDSL 852 with same name, blame
ZTE.
- USB_DEVICE(0x0572, 0xcb07) work with cxacru driver include in kernel
- USB_DEVICE(0x0483, 0x0138) should work with unicorn driver (out of kernel)
with a patch.

lsusb should show you what device you have.

I made the trivial patch against unicorn driver for 0x0483, 0x0138 flavor
but this is untested.
unicorn driver could found at
http://www.bewan.com/bewan/drivers/A1012-A1006-A904-A888-A983-0.9.3.tgz
It will not compile against a gcc version 4.
I am unsure about 20174 value, could be 70136 or something else.


--- unicorn/unicorn_usb/unicorn_usbdrv.c.old 2005-05-26 12:25:25.000000000
+0200
+++ unicorn/unicorn_usb/unicorn_usbdrv.c 2007-04-16 19:54:36.000000000 +0200
@@ -2272,6 +2272,7 @@

 static struct usb_device_id unicorn_usb_ids[] = {
  { USB_DEVICE(0x0483, 0x0137),driver_info: 20174}, // STMicro reference
design
+ { USB_DEVICE(0x0483, 0x0138),driver_info: 20174} // ZXDSL 852 version with
STMicro chip only
  { USB_DEVICE(0x07FA, 0xA904),driver_info: 70136}, // BeWAN
  { USB_DEVICE(0x07FA, 0xA905),driver_info: 70136}, // BeWAN
  { USB_DEVICE(0x07FA, 0x1012),driver_info: 20174}, // BeWAN

Gilles


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]

    





       
____________________________________________________________________________________
Pinpoint customers who are looking for what you sell. 
http://searchmarketing.yahoo.com/
Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]

        

Reply via email to