maraming maraming salamat! the 3g card works :D now in my kubuntu box
the instructions in the link you gave worked maybe just a few deviations/corrections in my installation
shell> cat /proc/bus/usb/devices > devices
to redirect to devices file so it can be diff'd
and also, before inserting the EVDO card might be good to look first at the /dev list and redirect it to file so that after loading the device ... you can diff again in which device the EVDO card is accsessible
the guide http://www.linux.com/article.pl?sid=06/03/08/2138237
says it can be found at ttyACM0 .... in my case it's ttyUSB0
--sarah
On 11/10/06, Ariz Jacinto <
[EMAIL PROTECTED]> wrote:
Hi Sarah / Hinata
you have to load the module usbserial (since Linux sees
EVDO cards as USB/serial devices) by executing the
command:
shell> modprobe usbserial vendor=0x**** product=0x****
Vendor and product IDs can be extracted by the following
commands:
shell> cat /proc/bus/usb/devices devices
* insert the EVDO card
shell> diff /proc/bus/usb/devices devices | grep Vendor
..... Vendor=123a ProdID=4567 .....
for more info:
http://www.linux.com/article.pl?sid=06/03/08/2138237
On 11/9/06, hinata toshi <[EMAIL PROTECTED]> wrote:
> hi,
>
> just like to ask if you know a linux driver & an instruction on how to configure a cdma 1X EV-DO wireless (specifically a ZTE MY39 pcmcia wireless card) in linux? the device only comes with a windows installation disk and tried to google but didn't find anything.
>
> thanks!
> --sarah
>
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph
_________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

