sony-vaio-z-series team mailing list archive
-
sony-vaio-z-series team
-
Mailing list archive
-
Message #00794
Re: vaio Z 3G Modem
Now, with `lsusb` I get:
Bus 003 Device 002: ID 147e:1000 Upek
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 05c6:9221 Qualcomm, Inc. <-------------------
(*)
Bus 001 Device 003: ID 05ca:18b0 Ricoh Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 002: ID 044e:3017 Alps Electric Co., Ltd
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
If I understood right (*) is my 3G modem, correct?
So I see it as usb device but Gnome network-manager does not recognize it.
What alternative do I have to get a working connection.
HSOconnect? Or is their something similiar to pppoefconf?
2009/11/15 vick <weasalandme@xxxxxxxxx>
> Here is the patch agains the sony-laptop-zseries-0.9np3 version of the
> module, no clue why diff is not producing the headers with the file name
> info.
>
> 1469c1469
> < ret = sony_call_snc_handle(0x124, 0x00, &result);
> ---
> > ret = sony_call_snc_handle(0x124, 0xb00, &result);
> 1476c1476
> < if ((result & 0xff) == 0x00)
> ---
> > if (result & 0x1)
> 1478c1478
> < if (((result & 0xff00) >> 8) == 0x10)
> ---
> > if (result & 0x2)
> 1480c1480
> < if (((result & 0xff0000) >> 20) == 0x2)
> ---
> > if (result & 0x1c)
> 1482c1482
> < if ((result >> 24) == 0x30)
> ---
> > if (result & 0x20)
>
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~sony-vaio-z-series
> Post to : sony-vaio-z-series@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~sony-vaio-z-series
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References