[lfs-support] Sounding a beep when building LFS.

2015-09-17 Thread rhubarbpieguy
I run simple scripts when building LFS that sound a beep to draw my attention at completion or errors. Unfortunately, alsa interrupts echo -e "\a" so I must disable alsa on my host. That works, but there's probably a better way so I don't lose sound while building LFS. How can I execute "e

Re: [lfs-support] Sounding a beep when building LFS.

2015-09-17 Thread Paul Rogers
> I've tried snd-pcsp, snd_dummy, and a beep utility without success. I'm > probably missing something simple. How can I sound a beep when building > LFS with alsa enabled? > > Playing a sound file with mpg123 would be an acceptable alternative, > which I do when building BLFS. But how when I

Re: [lfs-support] Sounding a beep when building LFS.

2015-09-17 Thread rhubarbpieguy
On 09/17/2015 03:22 PM, Paul Rogers wrote: I've tried snd-pcsp, snd_dummy, and a beep utility without success. I'm probably missing something simple. How can I sound a beep when building LFS with alsa enabled? Playing a sound file with mpg123 would be an acceptable alternative, which I do when

Re: [lfs-support] Sounding a beep when building LFS.

2015-09-17 Thread Ken Moffat
On Thu, Sep 17, 2015 at 12:51:36PM -0500, rhubarbpie...@gmail.com wrote: > > I run simple scripts when building LFS that sound a beep to draw my > attention at completion or errors. Unfortunately, alsa interrupts echo -e > "\a" so I must disable alsa on my host. That works, but there's probably

Re: [lfs-support] Sounding a beep when building LFS.

2015-09-17 Thread rhubarbpieguy
On 09/17/2015 04:19 PM, Ken Moffat wrote: On Thu, Sep 17, 2015 at 12:51:36PM -0500, rhubarbpie...@gmail.com wrote: I run simple scripts when building LFS that sound a beep to draw my attention at completion or errors. Unfortunately, alsa interrupts echo -e "\a" so I must disable alsa on my host

Re: [lfs-support] Sounding a beep when building LFS.

2015-09-17 Thread John Harrigan
>On Thu, Sep 17, 2015 at 12:51:36PM -0500, rhubarbpie...@gmail.com wrote: >I run simple scripts when building LFS that sound a beep to draw my >attention at completion or errors. Unfortunately, alsa interrupts echo -e >"\a" so I must disable alsa on my host. That works, but there's probably a >be

Re: [lfs-support] Sounding a beep when building LFS.

2015-09-18 Thread Paul Rogers
>On 09/17/2015 03:22 PM, Paul Rogers wrote: >>> I've tried snd-pcsp, snd_dummy, and a beep utility without success. I'm >>> probably missing something simple. How can I sound a beep when building >>> LFS with alsa enabled? >>> >>> Playing a sound file with mpg123 would be an acceptable alternative

Re: [lfs-support] Sounding a beep when building LFS.

2015-09-18 Thread rhubarbpieguy
On 09/17/2015 06:40 PM, John Harrigan wrote: On Thu, Sep 17, 2015 at 12:51:36PM -0500, rhubarbpie...@gmail.com wrote: I run simple scripts when building LFS that sound a beep to draw my attention at completion or errors. Unfortunately, alsa interrupts echo -e "\a" so I must disable alsa on my ho