Sony VAIO Pro 13, Linux, WiFi

As I have written recently, my latest workforce laptop is a Sony VAIO Pro 13. At that time I posted something in the sense that with an update of the firmware my Wifi problems were resolved. Unfortunately this is not true. I had many problems running the latest release kernel 3.14, connections very instable, slow, or not existent.

But this is solved!

Vaio Pro 13

The whole magic is, if you want to run 3.14 kernel, that you also have to pull in the wireless-testing patches. Together with the patches for sony-laptop from Mattia Dongili, one can get a fully working setup.

Here is my current kernel-config file. It might contain a few more drivers than necessary, but it contains everything (AFAIK) for the laptop, and also everything necessary to run systemd.

To get the sources, do more or less the following:
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
$ cd linux
$ git checkout v3.14
$ git pull git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
$ git pull git://git.taihen.jp/linux-sony-2.6.git for_3.15

and then build your custom kernel as usual, using either my config file from above or something similar.

As far as I can see, linux kernel 3.15 will contain all of the above and thus will work out of the box. We are still pre-rc1, but most of the patches are already in there, good so. Probably due to the rumor that Linus himself owns one of these laptops, which means he want’s to see all the functionality properly working soon ;-).

If you need more information on how to initially get your Linux, in my case Debian, up and running on this laptop, see my previous post on it.

Anyway, with this setup I am now very happy!

2 Responses

  1. Johan Eriksson says:

    Hello Norbert!

    I am trying this, and I can’t really get git to play well with git.taihen.jp repo.. Am I too late?

    I installed debian just recently on my svp13 and trying to get everything working smoothly..

    • Hi Johan,
      yes, there is no need for git.taihen.jp anymore. If you use a modern kernel there should be everything included already. I am running standard kernels since several releases (since maybe the 3 jump) and all works perfectly out of the box.

      Do you have any specific problem?

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>