Re: Erratic value of MCH temp. (0C), while BIOS value correct (40C).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Joris,

On Mon, 10 Jan 2011 19:48:38 +0100, Joris Creyghton wrote:
> Thank you for your work on the driver.
> I really would like to test it ASAP, but I don't know how.
> I'm a Linux newbie so I'm afraid I must ask you a recipe for this task.
> Maybe you can point me to some links where the necessary steps are
> explained.
> I'm familiar with the process of compiling and linking to obtain
> executable code but have no experience in testing drivers in Linux.
> 
> I'm planning to add an empty disc to my system and install a fresh
> Ubuntu 10.10 64 bit desktop on it just for test purposes and to make
> sure that I won't blow up my regular system.

You can pick any example Makefile on my site, e.g.:
http://khali.linux-fr.org/devel/misc/w83795/Makefile

Change
  DRIVER := w83795
to
  DRIVER := asus_atk0110

put both files in a temporary directory, then type "make". You'll need
make, gcc and configured kernel headers installed. When the build is
successful, you can test the module as root with:

# rmmod asus_atk0110
# insmod ./asus_atk0110.ko

Hope that helps,
-- 
Jean Delvare
http://khali.linux-fr.org/wishlist.html

_______________________________________________
lm-sensors mailing list
lm-sensors@xxxxxxxxxxxxxx
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors


[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux