LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-06-2009, 06:59 AM   #1
roanm
LQ Newbie
 
Registered: Nov 2009
Posts: 3

Rep: Reputation: 0
ACPI or lm-sensors fan control on Sony Vaio (fan runs at full speed)


A few days ago I bought a Sony Vaio VPCW12(SE1). It's a 10" netbook and currently all hardware is supported, except for the fan control.

After doing hours of research, it looks like Sony doesn't provide any inside technical information about their hardware. So not all models are supported by the kernel, or lm-sensors. This is why the fan directory in /proc/acpi/ is empty. I know there is a kernel module/project called 'Sony Laptop' (sonypi), but it doesn't look like that module helps for the fan either.

When doing 'sensors-detect', it doesn't detect anything. Well, only a National Semiconductors with an unknown chip called '0xfc11' is present. But lm-sensors cannot do anything with it. I even tried to manually modprobe some lm** modules, no luck.

There are some i2c error messages. I did 'dmesg | grep i2c' and the following error appears:

i2c adapter: unable to read EDID block

It really looks my ACPI hardware simply isn't supported (too bad). But before I ask help from lm-sensors/acpi developers, I need to know if there are maybe some others users that solved this problem.

I tried to just open the netbook, and put a resistor between the fan wiring. Sadly enough Sony prevents this by letting me think I will break the case while opening

Can anybody give me some advise?

I'm using:
Ubuntu Linux (tried some other non-deb distro's)
Atom 280
i945

Last edited by roanm; 11-06-2009 at 07:13 AM.
 
Old 11-06-2009, 08:35 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by roanm View Post
A few days ago I bought a Sony Vaio VPCW12(SE1). It's a 10" netbook and currently all hardware is supported, except for the fan control.

After doing hours of research, it looks like Sony doesn't provide any inside technical information about their hardware. So not all models are supported by the kernel, or lm-sensors. This is why the fan directory in /proc/acpi/ is empty. I know there is a kernel module/project called 'Sony Laptop' (sonypi), but it doesn't look like that module helps for the fan either.

When doing 'sensors-detect', it doesn't detect anything. Well, only a National Semiconductors with an unknown chip called '0xfc11' is present. But lm-sensors cannot do anything with it. I even tried to manually modprobe some lm** modules, no luck.

There are some i2c error messages. I did 'dmesg | grep i2c' and the following error appears:

i2c adapter: unable to read EDID block

It really looks my ACPI hardware simply isn't supported (too bad). But before I ask help from lm-sensors/acpi developers, I need to know if there are maybe some others users that solved this problem.

I tried to just open the netbook, and put a resistor between the fan wiring. Sadly enough Sony prevents this by letting me think I will break the case while opening

Can anybody give me some advise?

I'm using:
Ubuntu Linux (tried some other non-deb distro's)
Atom 280
i945
Well, it's not just you. My CS110E returns the same stuff for the sensors, although my hard-drive sensors and CPU temp sensors are working. The fan, though, seems to be a different animal.

openSUSE seems to work for me, and my fan cycles on/off as it should. I have read, though, that different distros sometimes don't work that way. Probably differences in the ACPI stuff, but I can't understand why that would be the case. Perhaps openSUSE might solve your issue as well, if you feel like changing distros.

I got it to load nicely on my other Asus EEE, but be warned: I had to use the network installation version. It booted from USB optical just fine, but wouldn't do a load from the DVD (???). The network installation came up and went without a hitch, although it DID take far longer.
 
Old 11-06-2009, 11:06 AM   #3
roanm
LQ Newbie
 
Registered: Nov 2009
Posts: 3

Original Poster
Rep: Reputation: 0
Thanks for your reply. I'm pretty sure that changing to opensuse won't give me any success. After all, the other distro's didn't show any differences. So at this point it looks like a kernel support problem (which is also not very strange, because the netbook is quite new).
 
Old 11-06-2009, 01:51 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by roanm View Post
Thanks for your reply. I'm pretty sure that changing to opensuse won't give me any success. After all, the other distro's didn't show any differences. So at this point it looks like a kernel support problem (which is also not very strange, because the netbook is quite new).
True, but you might be surprised. I tried ubuntu/kubuntu on my Asus at first, and got a different set of supported/unsupported hardware than I did with openSUSE.

It's at least worth a try, even from the live CD distro, just to see if you get different results.
 
Old 11-07-2009, 03:05 AM   #5
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
I can testify to opensuse and new hardware. Novell, who makes suse, adds many custom hardware detection and drivers to suse linux. Other distros don't have these 'add-ons'.
 
Old 11-07-2009, 08:48 PM   #6
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
if you built your own kernel skip the make mrproper skip loading the file. just load the config in the /usr/src/uname-r
cd /usr/src/uname-r make mrproper and do a make xconfig load the config file from your /boot/ folder
now find the sony acpi stuff enable it then check to be built and then save the file. do a make modules then a make modules install . If you are using proprietary drivers for your nvida card then reinstall them.
good luck. the 2.6.31.4 kernel has some new sony stuff in it. I know slackware it comes with it ready to go.
 
Old 11-14-2009, 01:12 PM   #7
roanm
LQ Newbie
 
Registered: Nov 2009
Posts: 3

Original Poster
Rep: Reputation: 0
I've tried both of your possible solutions. OpenSUSE and compiling the newest kernel. None of these had effect.

Probably I just have to wait some time before my hardware gets supported...
 
Old 11-14-2009, 07:37 PM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by roanm View Post
I've tried both of your possible solutions. OpenSUSE and compiling the newest kernel. None of these had effect.

Probably I just have to wait some time before my hardware gets supported...
The 11.2 was released this week. I'm surprised it didn't work on your Vaio, though...I've had 4 over the past several years, and all of them have played very nicely with either Mandriva or openSUSE. All the important goodies were supported. My CS110E 'media touch' keys aren't working with 11.1, but I'm going to load 11.2 on it this week. I *THINK* they'll work then, but that's not been a show-stopper for me. The fans, CPU scaling, webcams, etc., have all worked...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kubuntu 8.0.4+Sony Vaio DesktopTower Athlon1GHZ (fan is 24h on max speed) shadowsa Linux - Hardware 22 06-04-2008 10:13 AM
HP/Compaq NC8230 ACPI Fan Control / Fan Sensors / ACPI Questions Freaksta Linux - Hardware 2 02-11-2008 07:20 AM
chassis fan speed control (case fan) wastingtime Linux - Hardware 12 12-02-2007 07:08 PM
howto: control CPU fan speed and Northbridge fan speed? hedpe Linux - Software 2 04-18-2005 02:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration