LinHES Forums
http://forum.linhes.org/

nvram-wakeup command not found
http://forum.linhes.org/viewtopic.php?f=14&t=15373
Page 1 of 1

Author:  rothgar [ Sat May 26, 2007 12:12 pm ]
Post subject:  nvram-wakeup command not found

I have been trying to get wake-up to record working with my box (R5F1) and already tried acpi but it wouldn't work so I am now trying with nvram-wakeup. I am following a couple of different sites (mainly knoppmythwiki) but when I get to
Code:
4. I recommend you test things at this point as user mythtv:

    * Run "sudo nvram-wakeup -s $((`date +%s` + 900))"

I log in as mythtv with
Code:
su mythtv
and when I run sudo nvram-wakeup I get
Code:
sh: nvram-wakeup: command not found
I have tried searching for it and it works as root and as my other user but I don't know enough about linux to get mythtv user to be able to use this command.
Any help on allowing mythtv user to run this command would be great.
PS. I tried searching google and the forums but didn't find the solution anywhere.

Author:  slowtolearn [ Sat May 26, 2007 12:33 pm ]
Post subject: 

You'll need to supply the full path, eg.
Code:
sudo /usr/sbin/nvram-wakeup -s $((`date +%s` + 900))

That's the path on my R5D1 system, adjust for R5F1 if necessary.

Author:  rothgar [ Sat May 26, 2007 1:29 pm ]
Post subject: 

Thanks, looks like that is what I am missing

now I just need to find the full location of the halt command...

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/