- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux wake alarm on Pavilion DV 7
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2010 11:15 AM
тАО05-24-2010 11:15 AM
Linux wake alarm on Pavilion DV 7
But it is possible with Windows. That's a pitty.
There is a prgrammt called nvram-wakeup, which could help. But this programm needs information about the BIOS NVRAM cells which storing the wake up alarm information.
Who can give me a hint for getting these information ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2010 11:25 AM
тАО05-24-2010 11:25 AM
Re: Linux wake alarm on Pavilion DV 7
Share with us your Linus distribution.
You could see if the windows nv-ram wake up program will work with wine.
Otherwise you may need to live without this feature if you want to run Linux.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2010 11:38 AM
тАО05-24-2010 11:38 AM
Re: Linux wake alarm on Pavilion DV 7
it doesn't depend one the distribution. But for you ;-): it's Ubuntu 9.10.
Access to the hardware with wine ? No no.
The program will work fine, if I know the BIOS CMOS addresses for wake alarm day, hour, minute, second, month.
Someone at HP must have these information.
I believe, that would be a nice support for linux users, giving this information to the linux community.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2010 01:56 PM
тАО05-24-2010 01:56 PM
Re: Linux wake alarm on Pavilion DV 7
Almost every software package you install using the package management tools will contain some documentation files. These files will be installed to directory /usr/share/doc/
This is true with nvram-wakeup too.
In particular, you'll want to read a file named "README.mb" in that directory. It may be compressed with gzip, as "README.mb.gz".
In it, you will find:
1.) an address of a web site used to collect the NVRAM information for nvram-wakeup.
But unfortunately it looks like nobody has found the necessary information yet. Read on...
2.) that there are tools, named "guess-helper" and "guess" which can be used to find out the correct NVRAM addresses.
3.) the procedure to use with these tools.
The procedure assumes the wake-up time can be adjusted in the BIOS menus. If that is not true, but you can dual-boot to Windows, whenever the procedure says "Go to your BIOS and set...", instead boot to Windows and use the Windows tool to set the wake-up time to the requested value.
If you check out what files the "nvram-wakeup" package installed to your system (e.g. with the command "dlocate -L nvram-wakeup"), you'll find that the guess-helper, the guess utility and all the other tools mentioned in the procedure are already installed in your system, ready to be used.
The procedure to discover the correct NVRAM locations will require several reboots and some careful work. Good luck!
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2010 03:20 PM
тАО05-24-2010 03:20 PM
Re: Linux wake alarm on Pavilion DV 7
The guess-helper script doesn't recognize anything.
Maybe my fault was use of the windows vista task manager. But all other programms I found need information, where the BIOS NVRAM store the data for hour, minute, second, day, month, ... . How do Windows knows this information ?
Is there a spec, for the BIOSs ? Is HP reading this forum and could help ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2010 01:32 PM
тАО05-25-2010 01:32 PM
Re: Linux wake alarm on Pavilion DV 7
I googled with "acpi wake-up" and the very first hit looks promising:
http://www.mythtv.org/wiki/ACPI_Wakeup
In a nutshell: if /sys/class/rtc/rtc0/wakealarm exists on your system, you might be able to use it to set the system wake-up time directly, with no need to fiddle with nvram-wakeup at all.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2010 03:02 PM
тАО05-25-2010 03:02 PM
Re: Linux wake alarm on Pavilion DV 7
root@elefant:/etc/default# echo 0 > /sys/class/rtc/rtc0/wakealarm
root@elefant:/etc/default# echo `date '+%s' -d "26 May 2010 20:00:00"` > /sys/class/rtc/rtc0/wakealarm
root@elefant:/etc/default# cat /proc/driver/rtc
rtc_time : 00:55:14
rtc_date : 2010-05-26
alrm_time : 18:00:00
alrm_date : 2010-05-26
alarm_IRQ : yes
alrm_pending : no
24hr : yes
periodic_IRQ : no
update_IRQ : no
HPET_emulated : no
DST_enable : no
periodic_freq : 1024
batt_status : okay
Setting a day in future more than an day, like
root@elefant:/etc/default# echo 0 > /sys/class/rtc/rtc0/wakealarm
root@elefant:/etc/default# echo `date '+%s' -d "27 May 2010 20:00:00"` > /sys/class/rtc/rtc0/wakealarm
root@elefant:/etc/default# cat /proc/driver/rtc
rtc_time : 00:56:02
rtc_date : 2010-05-26
alrm_time : 18:00:00
alrm_date : 2010-05-26
alarm_IRQ : yes
alrm_pending : no
24hr : yes
periodic_IRQ : no
update_IRQ : no
HPET_emulated : no
DST_enable : no
periodic_freq : 1024
batt_status : okay
doesn't change anything. The alarm day isn't changed. Because of this, i'm searching for an other way. nvram-wakeup could be a way, if someone know about the NVRAM and give it to me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2010 11:07 PM
тАО05-25-2010 11:07 PM
Re: Linux wake alarm on Pavilion DV 7
To get the information you need, you would need someone from the Pavilion DV 7 design team, and/or someone who wrote the BIOS for it.
Unfortunately, the BIOS may be bought from another company (Phoenix Technologies used to write a lot of BIOSes for quite a lot of laptop brands), and people like this must usually sign a Non-Disclosure Agreement for their work, so the technical people can't just tell you the details you need.
In principle, you would have to convince someone at HP who has the authority to release that information for you. People with that kind of authority are unlikely to spend a lot of time reading technical forums.
MK