Page 2 of 8 FirstFirst 1234 ... LastLast
Results 11 to 20 of 75

Thread: Sony Vaio Fit Multi-Flip

  1. #11
    Join Date
    Apr 2009
    Beans
    43

    Re: Sony Vaio Fit Multi-Flip

    it's been at least 5 years since I last compiled a Kernel haha, too lazy
    but I will look into it, thanks a lot

    the current kernel is 3.11 yes
    I didn't find anything relevant in /sys/devices/platform
    but I cannot grep there, so it's a bit difficult

  2. #12
    Join Date
    Apr 2009
    Beans
    43

    Re: Sony Vaio Fit Multi-Flip

    in the meantime: does anyone know how to use neard and those nfc tools to actually use nfc tags?

  3. #13
    Join Date
    Apr 2009
    Beans
    43

    Re: Sony Vaio Fit Multi-Flip

    looks like there is a wifi problem

    if I connect to the wifi directly, speedtest.net shows 0.6mbit
    if I connect the wifi router (sony accessory) to ethernet, and then to this wifi, speedtest.net shows 0.6mbit
    if I connect my tablet to the wifi, then use usb tethering to the laptop, I get 15mbit...

    I heard that there are wifi problems with the vaio pro as well..

  4. #14
    Join Date
    Nov 2013
    Beans
    1

    Re: Sony Vaio Fit Multi-Flip

    Problem of not working touchpad and keyboard after suspend:

    For touchpad, change /etc/default/grub:
    Code:
    # old: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    # new:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash atkbd.reset"
    then run update-grub, reboot
    (source)

    Keyboard:
    create /etc/pm/sleep.d/keyboard_wake_hack-resume:
    Code:
    xinput set-prop 12 "Device Enabled" 0
    xinput set-prop 12 "Device Enabled" 1
    (you keyboard device id may vary, check xinput)

  5. #15
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Sony Vaio Fit Multi-Flip

    Hi man-brunner,

    Welcome to Ubuntu forums!


    Since ID # can change, especially if you plug in another usb device, I'd suggest it would be better to use the "device name" from xinput list (in quotes) for the xinput commands.

  6. #16
    Join Date
    Nov 2013
    Beans
    5

    Re: Sony Vaio Fit Multi-Flip

    Speedtest never gives reel estimation (at least for me, always givin me about 50mb when I know I have 200mb). Download a file you'll see if there is really a difference.
    As far as I know the wifi problems on the others vaio were the strength of the signal and the lost of signal.

  7. #17
    Join Date
    Nov 2013
    Beans
    5

    Re: Sony Vaio Fit Multi-Flip

    For multitouch look here. You could try touchegg or easystroke.

  8. #18
    Join Date
    Apr 2009
    Beans
    43

    Re: Sony Vaio Fit Multi-Flip

    what would be very important is a driver/way to control this annoying fan..

  9. #19
    Join Date
    Nov 2013
    Beans
    5

    Re: Sony Vaio Fit Multi-Flip

    You should try pwmconfig to see if it can detect your fan and more importantly stop it.
    You need to install lm-sensors to execute the command. If it works, install fancontrol to create a configuration file to control your fan.

  10. #20
    Join Date
    Apr 2009
    Beans
    43

    Re: Sony Vaio Fit Multi-Flip

    There is no pwmconfig cmd on my installation or in the lm-sensors package. Only sensors-detect which I used and doesn't return any fans

    Edit: seems to be in fancontrol
    /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed

Page 2 of 8 FirstFirst 1234 ... 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
  •