2011-01-17 16:52:25

by Brzezowski, Karen

[permalink] [raw]
Subject: WWAN driver for Huawei MU509 chip?


Is this the right mailing list for asking for information
on drivers for the Huawei MU509 WCDMA chip?

thanks,

Karen


2011-01-18 16:23:08

by Dan Williams

[permalink] [raw]
Subject: Re: WWAN driver for Huawei MU509 chip?

On Mon, 2011-01-17 at 16:52 +0000, Brzezowski, Karen wrote:
> Is this the right mailing list for asking for information
> on drivers for the Huawei MU509 WCDMA chip?

No, it's not the right list. But the MU509 appears to provide a USB
interface, and assuming it's the standard type of "vendor-specific USB
serial interface" then what you want to do is try adding the USB IDs of
the MU509 to the 'option' driver in the linux kernel, and then seeing if
you can talk to the device over ttyUSBx using minicom or screen. Most
WWAN devices that provide USB interfaces expose at least one
AT-compatible serial port, and at the moment most Huawei UMTS/CDMA2000
devices are supported by the 'option' driver.

The specific list you want is linux-usb.

Dan