This is a compatibility guide to running Linux with the HP Pavilion dv3-2000 laptop.
This page is just for discussing using Linux on the HP Pavilion dv3-2000. For a general discussion about this laptop you can visit the HP Pavilion dv3-2000 page on LapWik.
You can enter any specific notes with running Linux on the HP Pavilion dv3-2000 here. Kernels prior to 2.6.32 would lose battery after hibernate, 2.6.32 fixes. Screen brightness control is not supported through ACPI. Here are 2 ugly scripts that will work.
#!/bin/bash – #Decrease Brightness #get current brightness in hex and convert to decimal var1=`setpci -s 00:02.0 F4.B` var1d=$1) #calculate new brightness var2=`echo “ibase=10; obase=16; a=($var1d-16);if (a>15) print a else print 15”
echo “$0: decreasing brightness from 0x$var1 to 0x$var2” setpci -s 00:02.0 F4.B=$var2 exit
#!/bin/bash – #increase brightness #get current brightness in hex and convert to decimal var1=`setpci -s 00:02.0 F4.B` var1d=$2) #calculate new brightness var2=`echo “ibase=10; obase=16; a=($var1d+16);if (a<255) print a else print 255 ” | bc` echo “$0: increasing brightness from 0x$var1 to 0x$var2” setpci -s 00:02.0 F4.B=$var2 exit
After I got the battery issue and the screen brightness issues under control this is truly a great Linux laptop. 500GB HD, speedy processor and 4GB of ram are plenty. I am not a gamer so I cannot speak to the worthiness of this machine in that respect. I have the Intel video card and it works fine for normal use.
every thing is good but finger print is not working and i did not fund driver for activate this drive
Abhi, Tuesday 16 of March, 2010 [05:55:21]
Hi There,
I have a HP Pavilion DV3-2154CA and I am having similar problem with my Ubuntu 9.10. I am a noob and I am not sure hot to run a script in Sudo. I would be really glad if you could guide me with the same.
Thanks & Regards,
Abhi
J. Jordan, Tuesday 15 of December, 2009 [14:21:18]
I edited this page a bit, hope someone can get the remote control working, and the brightness controlled more gracefully
-j
Search
Sister Sites Lination - Blogging site for Linux users LinWik - Linux guides in wiki format
Discussion
every thing is good but finger print is not working and i did not fund driver for activate this drive
Hi There,
Thanks & Regards,
Abhi
I edited this page a bit, hope someone can get the remote control working, and the brightness controlled more gracefully
-j