Cygwin 'bell' not working

2003-04-01 Thread Jerry D. Hedden
The following command is supposed to sound a 'bell', but does not
produce any sound output on my machine:

echo -e '\a'

If I output a ^G using Window's echo command, I do get a beep.

I am not using X-Windows.  I am using Windows 'command prompt' window
running bash.

Does Cygwin lack the ability to sound the computer's bell?  If not,
what do I need to change to fix this?

=
Jerry D. Hedden - Author of MegaWiki for Palm-based handhelds
http://www.palmgear.com/software/showsoftware.cfm?prodID=36156
http://groups.yahoo.com/group/megawiki/  and  http://www.megawiki.com
 I know you believe you understand what you think I said, but I'm not sure you 
realize that what you heard is not what I meant. 

__
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://platinum.yahoo.com

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Cygwin 'bell' not working

2003-04-01 Thread wayne
For what is is worth it works on my cygwin system.

On Tue, Apr 01, 2003 at 12:35:27PM -0800, Jerry D. Hedden wrote:
 The following command is supposed to sound a 'bell', but does not
 produce any sound output on my machine:
 
 echo -e '\a'
 
 If I output a ^G using Window's echo command, I do get a beep.
 
 I am not using X-Windows.  I am using Windows 'command prompt' window
 running bash.
 
 Does Cygwin lack the ability to sound the computer's bell?  If not,
 what do I need to change to fix this?
 
 =
 Jerry D. Hedden - Author of MegaWiki for Palm-based handhelds
 http://www.palmgear.com/software/showsoftware.cfm?prodID=36156
 http://groups.yahoo.com/group/megawiki/  and  http://www.megawiki.com
  I know you believe you understand what you think I said, but I'm not sure you 
 realize that what you heard is not what I meant. 
 
 __
 Do you Yahoo!?
 Yahoo! Tax Center - File online, calculators, forms, and more
 http://platinum.yahoo.com
 
 --
 Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
 Bug reporting: http://cygwin.com/bugs.html
 Documentation: http://cygwin.com/docs.html
 FAQ:   http://cygwin.com/faq/

-- 
Slowly and surely the unix crept up on the Nintendo user ...
Wayne Willcox  I will not eat green eggs and ham
[EMAIL PROTECTED] I will not eat them Sam I Am!!
A wise person makes his own decisions, a weak one obeys public opinion.
-- Chinese proverb

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Cygwin 'bell' not working

2003-04-01 Thread Mark Blackburn
Jerry D. Hedden wrote:

The following command is supposed to sound a 'bell', but does not
produce any sound output on my machine:
echo -e '\a'

If I output a ^G using Window's echo command, I do get a beep.

I am not using X-Windows.  I am using Windows 'command prompt' window
running bash.
Does Cygwin lack the ability to sound the computer's bell?  If not,
what do I need to change to fix this?
=
Jerry D. Hedden - Author of MegaWiki for Palm-based handhelds
http://www.palmgear.com/software/showsoftware.cfm?prodID=36156
http://groups.yahoo.com/group/megawiki/  and  http://www.megawiki.com
 I know you believe you understand what you think I said, but I'm not sure you realize 
that what you heard is not what I meant. 
__
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://platinum.yahoo.com
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/
 



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: Cygwin 'bell' not working

2003-04-01 Thread Mark Blackburn
Apologies for the misfire...

Jerry D. Hedden wrote:

The following command is supposed to sound a 'bell', but does not
produce any sound output on my machine:
echo -e '\a'

If I output a ^G using Window's echo command, I do get a beep.
 

Pump up the Volume

Lately, cygwin sends bell characters to the soundcard if available. If 
your speakers are turned down you won't hear it.

Mark Blackburn



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: Cygwin 'bell' not working

2003-04-01 Thread Jerry D. Hedden
--- Mark Blackburn [EMAIL PROTECTED] wrote:
 Jerry D. Hedden wrote:
 The following command is supposed to sound a 'bell', but does not
 produce any sound output on my machine:
 
 echo -e '\a'
 
 If I output a ^G using Window's echo command, I do get a beep.
 
 Pump up the Volume :)
 
 Lately, cygwin sends bell characters to the soundcard if available.
 If your speakers are turned down you won't hear it.

I do not have speakers, although there may be a sound card in the PC.
 If cygwin is sending beeps to the sound card, how can I change it to
send them to the PC's internal speaker/bell?

=
Jerry D. Hedden - Author of MegaWiki for Palm-based handhelds
http://www.palmgear.com/software/showsoftware.cfm?prodID=36156
http://groups.yahoo.com/group/megawiki/  and  http://www.megawiki.com
 I know you believe you understand what you think I said, but I'm not sure you 
realize that what you heard is not what I meant. 

__
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://platinum.yahoo.com

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Cygwin 'bell' not working

2003-04-01 Thread Igor Pechtchanski
On Tue, 1 Apr 2003, Jerry D. Hedden wrote:

 --- Mark Blackburn [EMAIL PROTECTED] wrote:
  Jerry D. Hedden wrote:
  The following command is supposed to sound a 'bell', but does not
  produce any sound output on my machine:
  
  echo -e '\a'
  
  If I output a ^G using Window's echo command, I do get a beep.
  
  Pump up the Volume :)
 
  Lately, cygwin sends bell characters to the soundcard if available.
  If your speakers are turned down you won't hear it.

 I do not have speakers, although there may be a sound card in the PC.
 If cygwin is sending beeps to the sound card, how can I change it to
 send them to the PC's internal speaker/bell?

You can't at the moment, although it's been requested.
http://cygwin.com/acronyms/#PTC, or wait until one of the developers
gets to do it...
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Knowledge is an unending adventure at the edge of uncertainty.
  -- Leto II


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/