Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Sony Vaio VPCS11C5E and WWAN

  1. #1
    Join Date
    Apr 2010
    Beans
    8

    Sony Vaio VPCS11C5E and WWAN

    Hi guys,

    I cannot see the WWAN hardware using lsusb.
    I tried with 2.6.31-14-generic and 2.6.32-19-generic
    I think that i should use an adapted version of sony_laptop modules...but the one that I found here (http://www.logic.at/people/preining/software/) it didn't work (no suprise, it's for the z-series).

    Does anyone succeded in turning on the wwan hardware?

  2. #2
    Join Date
    Jan 2009
    Location
    Wolfsburg, Germany
    Beans
    119
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Sony Vaio VPCS11C5E and WWAN

    I just bought the same laptop, so I'm interested in getting the WWAN too. Did you have any luck by now? And did you get the Graphics too work with the NVIDIA-Driver? I've got a NVIDIA GeForce 310m. The fingerprintreader doesn't seem to be supported either, a lot of work to do... but in a week or so I'll have some time to test. I'll keep you informed if something new happens.
    Computer: Dell XPS 8500, 256GB SSD, 2TB HDD, 32GB RAM, GeForce 660 GTX, Ubuntu 13.04 64-Bit
    Smartphone Daily Driver: Samsung Galaxy S III, CyanogenMod 10.2
    Smartphone Experimental: LG Google Nexus 4, Ubuntu Touch (devel channel)

  3. #3
    Join Date
    Apr 2010
    Beans
    8

    Re: Sony Vaio VPCS11C5E and WWAN

    Quote Originally Posted by K. Hendrik View Post
    I just bought the same laptop, so I'm interested in getting the WWAN too. Did you have any luck by now? And did you get the Graphics too work with the NVIDIA-Driver? I've got a NVIDIA GeForce 310m. The fingerprintreader doesn't seem to be supported either, a lot of work to do... but in a week or so I'll have some time to test. I'll keep you informed if something new happens.
    I suspect that we have the same configuration

    To make the nvidia works, I added to the xorg.conf:
    Option "ConnectedMonitor" "DFP-0"
    Option "CustomEDID" "DFP-0: /proc/acpi/video/IGPU/LCD0/EDID"

    About the WWAN: if you see, the device is not recognized with lsusb. The reason is that the card is switched off by default. To make the car swith on, i have to use the 2.6.33 kernel. With this kernel i see the qualcomm card (ID 05c6:9224 Qualcomm, Inc. ).
    To make the card work, i then loaded a modified version of qcserial, installed the gobi loader and added the correct firmware to the /lib/formware/gobi location. Now i see the wwan, i can start a communication with the SIM but an AT command returns me an error. I'm investigating about that, but i think that it's a SIM issue...

    Abou the fingerprint: i can set and test it with this: http://www.n-view.net/Appliance/fingerprint/
    The device is: ID 147e:1001 Upek
    I don't know how to use it (i will investigate about that either)...i want to use it for the lock screen feature.

    Notice that currently I'm running lucid lynx with a 2.6.33 kernel...

  4. #4
    Join Date
    Jan 2009
    Location
    Wolfsburg, Germany
    Beans
    119
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Sony Vaio VPCS11C5E and WWAN

    Hi again,

    I just read this about fprint, it's a different fingerprint-sensor but it's sony perhaps they did the same thing fprint/wiki/Unsupported_devices#UPEK_devices_in_Sony_laptops

    And I've got another question, do you own the black-model with the keyboard-backlight? It's not really working properly with linux it's always on when i type, it doesn't use the room-light-sensor did you manage to aktivate the sensor, or do you know how i could turn the light on and off?

    Anotherthing, do you have a link to a how to setup the WWAN?
    Computer: Dell XPS 8500, 256GB SSD, 2TB HDD, 32GB RAM, GeForce 660 GTX, Ubuntu 13.04 64-Bit
    Smartphone Daily Driver: Samsung Galaxy S III, CyanogenMod 10.2
    Smartphone Experimental: LG Google Nexus 4, Ubuntu Touch (devel channel)

  5. #5
    Join Date
    Apr 2010
    Beans
    8

    Re: Sony Vaio VPCS11C5E and WWAN

    Quote Originally Posted by K. Hendrik View Post
    (...)

    And I've got another question, do you own the black-model with the keyboard-backlight? It's not really working properly with linux it's always on when i type, it doesn't use the room-light-sensor did you manage to aktivate the sensor, or do you know how i could turn the light on and off?

    Anotherthing, do you have a link to a how to setup the WWAN?
    Sorry, i don't have the keyboard-backlight...

  6. #6
    Join Date
    Jan 2009
    Location
    Wolfsburg, Germany
    Beans
    119
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Sony Vaio VPCS11C5E and WWAN

    OK.

    But back to the topic, I tried to install WWAN this weekend, i tried Karmic and Lucid, I also installed the 2.6.33 Kernel and tried again. What i did ist this:

    1. get the kernel source with "sudo apt-get install linux-source"
    2. create an entry for the sony card (9224 and 9225)
    3. compile and load with depmod -A (reboot)

    At this point I think a device /dev/ttyUSB0 is supposed to show up but it doesn't.

    4. install gobi-loader 0.5

    when trying to load gobi-loader manually "sudo ./gobi-loader /dev/ttyUSB0 /lib/firmware/gobi" it complains about the missing device.

    Ps: I copied the firmware from C:\Program Files (x86)\QUALCOMM\Images\Sony\UMTS\
    Computer: Dell XPS 8500, 256GB SSD, 2TB HDD, 32GB RAM, GeForce 660 GTX, Ubuntu 13.04 64-Bit
    Smartphone Daily Driver: Samsung Galaxy S III, CyanogenMod 10.2
    Smartphone Experimental: LG Google Nexus 4, Ubuntu Touch (devel channel)

  7. #7
    Join Date
    Nov 2008
    Beans
    8

    Re: Sony Vaio VPCS11C5E and WWAN

    I feel your pain, as I struggled many days with this (on a t410s). However, I am posting this successfully using gobi_2000 on lucid Ok, on to business:

    Assuming you are familiar with this thread http://www.madox.net/blog/2010/01/06...ule-in-ubuntu/, download the patched and attached qcserial.

    then
    Code:
    tar zxfv qcserial_27Apr10.tar.gz
    cd qcserial_27Apr10
    sudo make install
    (You should of course take a quick look in the Makefile first, to make sure that I am not trying to make you install malware )

    You also need to install the latest gobi_loader: http://aur.archlinux.org/packages.php?ID=30943.

    Ensure your modem's first (the one it reports with lsusb before gobi-loader is run) usb-id is in /etc/udev/rules.d/60-gobi.rules, if not, just copy/paste an entry and change the id.

    Then you can run gobi_loader as such:
    Code:
    sudo /lib/udev/gobi_loader -2000 /dev/ttyUSB0 /lib/firmware/gobi/

    Then do
    Code:
    sudo pkill modem-manager
    and pray

    To debug after running gobi-loader, and verify that your modem responds properly, see 3Gprobing

    I, for one, had to insert the sim-card in a phone and change the pin-code before it would work.

    Tested on 2.6.32-21-generic

    P.S
    Lucid seems to sometimes boot too fast for gobi-loader to run properly.
    Then i just load gobi_loader manually as described above and kill modem-manager. If all else fails, do a cold reboot (shutdown, then restart)
    Attached Files Attached Files

  8. #8
    Join Date
    May 2010
    Beans
    1

    Re: Sony Vaio VPCS11C5E and WWAN

    ok, but where to download the firmware if you already deleted the Windows 7 on the laptop ?

  9. #9
    Join Date
    Nov 2008
    Beans
    8

    Re: Sony Vaio VPCS11C5E and WWAN

    It's illegal to distribute the firmware, so maybe you can order restore cd's from Sony?

    However, it seems there is an easier solution for sony laptops, see this thread: http://ubuntuforums.org/showthread.p...ight=sony+wwan

    You could try that, and see what happens.

  10. #10
    Join Date
    Nov 2008
    Beans
    8

    Re: Sony Vaio VPCS11C5E and WWAN

    See also this thread for Gobi 2000 on lucid, https://bugs.launchpad.net/ubuntu/+s...ux/+bug/554099 contains link to firmware if necessary. (Maybe it is not illegal?)

    The patch above is a convenience-version of Viktor Petrovs patching, but still requires the firmware placed in /usr/lib/firmware

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •