A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » Customizing Windows XP
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Replacement beep.sys that uses soundcard



 
 
Thread Tools Display Modes
  #1  
Old August 16th 08, 09:22 PM posted to microsoft.public.windowsxp.customize
Swifty
external usenet poster
 
Posts: 476
Default Replacement beep.sys that uses soundcard

Now that I've recovered the function of the system beeper and discovered
that there is an associated device (beep) and a driver (beep.sys) I'm
wondering if there is a replacement for beep.sys that diverts the beeps
to the system soundcard?

One of my old IBM PC's seemed to have this built into the motherboard,
as it came with a sound chip and had a pair of tiny speakers in the font
of the system unit. The beeps produced by this system were much easier
on the ear than the true system speaker beeps, and I'd like to get
something like that back, if possible. I've searched for replacement
beep.sys drivers, but found nothing so far.

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
Ads
  #2  
Old August 19th 08, 05:09 AM posted to microsoft.public.windowsxp.customize
Andrew E.
external usenet poster
 
Posts: 3,409
Default Replacement beep.sys that uses soundcard

Youre mother board & its default "beeps" &/or its speakers are usually only
used for warnings to the user,or "all is well" (one start-up beep,"leave all
alone...Forget what youre trying to do...

"Swifty" wrote:

Now that I've recovered the function of the system beeper and discovered
that there is an associated device (beep) and a driver (beep.sys) I'm
wondering if there is a replacement for beep.sys that diverts the beeps
to the system soundcard?

One of my old IBM PC's seemed to have this built into the motherboard,
as it came with a sound chip and had a pair of tiny speakers in the font
of the system unit. The beeps produced by this system were much easier
on the ear than the true system speaker beeps, and I'd like to get
something like that back, if possible. I've searched for replacement
beep.sys drivers, but found nothing so far.

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk

  #3  
Old August 19th 08, 09:11 AM posted to microsoft.public.windowsxp.customize
Swifty
external usenet poster
 
Posts: 476
Default Replacement beep.sys that uses soundcard

Andrew E. wrote:
Youre mother board & its default "beeps" &/or its speakers are usually only
used for warnings to the user,or "all is well" (one start-up beep,"leave all
alone...Forget what youre trying to do...


What I'm proposing would have no effect on those beeps as they are
controlled by the BIOS before the PC even discovers that the hard drive
contains Windows.

What I'd like is a more musical beep when my code uses:

Call Beep 262,400 /* Middle C, roughly, for 400mS */

I have a variation on the code above that plays "The Girl from Ipanema",
which I used in the office as retaliation against people whose mobile
phones kept going off.

I'll just dust off my "C Programming Language" book, and write a better
beep.sys — it's hardly the most complex driver.

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
  #4  
Old October 25th 08, 08:21 AM posted to microsoft.public.windowsxp.customize
jose
external usenet poster
 
Posts: 28
Default Replacement beep.sys that uses soundcard



"Swifty" wrote:

Andrew E. wrote:
Youre mother board & its default "beeps" &/or its speakers are usually only
used for warnings to the user,or "all is well" (one start-up beep,"leave all
alone...Forget what youre trying to do...


What I'm proposing would have no effect on those beeps as they are
controlled by the BIOS before the PC even discovers that the hard drive
contains Windows.

What I'd like is a more musical beep when my code uses:

Call Beep 262,400 /* Middle C, roughly, for 400mS */

I have a variation on the code above that plays "The Girl from Ipanema",
which I used in the office as retaliation against people whose mobile
phones kept going off.

I'll just dust off my "C Programming Language" book, and write a better
beep.sys — it's hardly the most complex driver.

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk

  #5  
Old October 25th 08, 08:24 AM posted to microsoft.public.windowsxp.customize
jose
external usenet poster
 
Posts: 28
Default Replacement beep.sys that uses soundcard



"Swifty" wrote:

Andrew E. wrote:
Youre mother board & its default "beeps" &/or its speakers are usually only
used for warnings to the user,or "all is well" (one start-up beep,"leave all
alone...Forget what youre trying to do...


What I'm proposing would have no effect on those beeps as they are
controlled by the BIOS before the PC even discovers that the hard drive
contains Windows.

What I'd like is a more musical beep when my code uses:

Call Beep 262,400 /* Middle C, roughly, for 400mS */

I have a variation on the code above that plays "The Girl from Ipanema",
which I used in the office as retaliation against people whose mobile
phones kept going off.

I'll just dust off my "C Programming Language" book, and write a better
beep.sys — it's hardly the most complex driver.

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk


Hi Steve,

I'd like to change the volume of the PC speaker beep. Could it be done by
using a modified beep.sys file? If so, could you send me your new beep file
source code? I have not idea of C programming but I probably could modify
your beep.sys to fit my requirements.

Thanks,
Jose
  #6  
Old October 27th 08, 09:51 AM posted to microsoft.public.windowsxp.customize
Swifty
external usenet poster
 
Posts: 476
Default Replacement beep.sys that uses soundcard

I'd like to change the volume of the PC speaker beep. Could it be done by
using a modified beep.sys file? If so, could you send me your new beep file
source code? I have not idea of C programming but I probably could modify
your beep.sys to fit my requirements.


I hope I haven't raised your hopes un-necessarily. My "C" skills are
just sufficient to write a "Hello World" program, after a few 24-hour
debugging sessions. It was my attempt at humour.

No doubt it could be done, and it is certainly the "beep.sys" driver
that would be replaced.

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
  #7  
Old October 27th 08, 04:09 PM posted to microsoft.public.windowsxp.customize
jose
external usenet poster
 
Posts: 28
Default Replacement beep.sys that uses soundcard



"Swifty" wrote:

I'd like to change the volume of the PC speaker beep. Could it be done by
using a modified beep.sys file? If so, could you send me your new beep file
source code? I have not idea of C programming but I probably could modify
your beep.sys to fit my requirements.


I hope I haven't raised your hopes un-necessarily. My "C" skills are
just sufficient to write a "Hello World" program, after a few 24-hour
debugging sessions. It was my attempt at humour.

No doubt it could be done, and it is certainly the "beep.sys" driver
that would be replaced.

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk


Thank you anyway, Steve.
At least I know that I need to look for somebody around having C programming
expertise to do the job.
Regards (in case I got it I will send you a message with the code).
Jose
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 10:03 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.