Results 1 to 7 of 7
I need an alarm clock for my system (Mandrake 10.0). I've tried Xmms-Alarm and StyleClock (for KDE). Xmms works, excpet when I need it too. I'll set a test for ...
- 09-15-2004 #1Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Alarm Clocks
I need an alarm clock for my system (Mandrake 10.0). I've tried Xmms-Alarm and StyleClock (for KDE). Xmms works, excpet when I need it too. I'll set a test for a minute, or an hour, or even three hours from now and it works, but it never works in the morning. It tells me some other program is using the sound card at that moment. That's weird. Anyway, that makes it unreliable, and that's just unaccptable. StyleClock requires OpenGL support.
Are there any other alarm clock programs. I'd like something that can play .ogg files so I can wake up to an assortment of sounds. I guess .mp3 would be okay, too.
Thanks!
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 09-15-2004 #2Linux User
- Join Date
- Nov 2003
- Location
- Brooklyn, NY
- Posts
- 347
Well I use xmms-alarm and it works just fine for me, maybe you just configured something wrong? If its something really important I would suggest you just setup cron to do it.
Check out Intro to Cron.Cron is the name of program that enables unix users to execute commands or scripts (groups of commands) automatically at a specified time/date.
- 09-16-2004 #3
Yeah...Just use cron to call mplayer wakemeup.ogg.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 09-16-2004 #4Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Okay. But next time I need a project or something to learn, I'm making an alarm clock (that's not based on GL)!
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 10-07-2004 #5Just Joined!
- Join Date
- Jul 2004
- Posts
- 7
I tried to use crontab -e but nothing worked
this is what I did
[root@cray root]crontab -e
Inside the editor window i gave
#!/bin/bash
0 6 * * * /usr/local/bin/xmms /root/temp/song1.mp3
Well, this was done as an alarm for 6 every morining but It doent seem to work.
Was what I did not right?
Thanks for your consideration
Originally Posted by Slip
- 10-15-2004 #6
- 10-21-2004 #7Just Joined!
- Join Date
- Jul 2004
- Posts
- 2
The user
When editing the system crontab file there is an extra field for user between the various time fields and the command.


Reply With Quote
