Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Uniwill 258KA0 HW Sensor Guide
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
Acoc
Apprentice
Apprentice


Joined: 06 Aug 2004
Posts: 189
Location: New Jersey, USA

PostPosted: Mon Feb 27, 2006 8:29 am    Post subject: Uniwill 258KA0 HW Sensor Guide Reply with quote

This computer has many derivatives and you should check with your OEM if this is the model of your computer. However, if your notebook has an amd64 processor and an Ati Mobile Radeon 9700+ this is probably it.

You must have these emerged:
Code:
iasl


The steps are as follows:
Code:
su
cd [a temporary directory where you can write]


To extract the DSDT:
Code:
cat /proc/acpi/dsdt > dsdt.dat


To disassemble the DSDT:
Code:
iasl -d dsdt.dat


Adapt dsdt.dsl:
Code:
vi dsdt.dsl
[Go to line 1682 and delete all the "zero's" on that line and on the lines following]
[Go to line 2351 and change it to : Return (KELV (\_SB.PCI0.SBRG.EC0.XHPP))

*NOTE: You could use any other editor such as gvim to make it easier. Also, the line numbers might change with different versions of iasl.

To compile new DSDT:
Code:
iasl -tc dsdt.dsl


Move it to the right spot:
Code:
mv dsdt.hex /boot


Fix Kernel:
Code:
cd /usr/src/linux
make menuconfig
Device Drivers ---> Generic Driver Options ---> [ ] Select only drivers that don't need compile-time external firmware (Unchecked)
Device Drivers ---> Generic Driver Options ---> [ ] Prevent firmware from being built (Unchecked)
Power management options ---> ACPI (Advanced Configuration and Power Interface) Support ---> [*] Include Custom DSDT (Checked)
Power management options ---> ACPI (Advanced Configuration and Power Interface) Support ---> () Custom DSDT Table file to include (press enter and type /boot/dsdt.hex)
[exit and save]
[make new kernel]
[reboot with new kernel]


You can test it with:
Code:
cat /proc/acpi/thermal_zone/THRM/temperature


*Please note that this guide is based entirely on the following posts, thank you to their authors:
http://www.uniwill.com/forums/viewtopic.php?t=566&highlight=sensor
http://quaggaspace.org/a8nvm/
_________________
_There were plenty of times in my century when I was gonna give up, but I never did. Never! Hey, are you even listening to me? Oh, I give up._ Futurama


Last edited by Acoc on Mon Jan 15, 2007 5:49 am; edited 1 time in total
Back to top
View user's profile Send private message
cpwp
n00b
n00b


Joined: 28 Aug 2002
Posts: 67
Location: Ripley, Derbyshire, UK

PostPosted: Sun Sep 24, 2006 1:32 am    Post subject: Reply with quote

Just a quick note to say thanks for this.

This technique worked brilliantly on my Fujitsu-Siemens Amilo A1630

CPWP
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum