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

Re: CPU fan control



On Sat, Jul 07, 2007 at 07:35:55PM +0200, bebertii wrote:
> 
> Hi,
> I have the same laptop (nx6310) but i can't achieve your command :
> [code]sudo echo "105:100:100:78:70:60:50"  
> /proc/acpi/thermal_zone/TZ0/trip_points
> bash: /proc/acpi/thermal_zone/TZ0/trip_points: Permission non 

perhaps you'r just missing the redirect operator '>':

# sudo echo "105:100:100:78:70:60:50" > /proc/acpi/thermal_zone/TZ0/trip_points
                                     ^^^

assuming, of course, that you're running as a user who has permisson to run
sudo <whatever>

--
paolo



Reply to: