|
| |||||||||
| Tags: beepsys |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Beep.sys
Does anyone know if the source code to beep.sys was ever made available? I was told it was in the DDK, but I can't find any mention of it there. Alternatively, has anyone written a replacement for it? I need a version that can still be called normally but is silent. If I had the source, I could just remove the I/O code and recompile. -- - Mike |
|
#2
| |||
| |||
| Re: Beep.sys
just disable the beep driver (net stop beep works pre win7), the APIs will not fail and no sound will be made. d -- This posting is provided "AS IS" with no warranties, and confers no rights. "Mike Warren" <miwa-not-this-bit@or-this-csas.net.au> wrote in message news:xn0g8thbi2mcvd000@news.microsoft.com... > Does anyone know if the source code to beep.sys was ever made available? > I was told it was in the DDK, but I can't find any mention of it there. > > Alternatively, has anyone written a replacement for it? I need a version > that can still be called normally but is silent. If I had the source, I > could just remove the I/O code and recompile. > > -- > - Mike |
|
#3
| |||
| |||
| Re: Beep.sys
Doron Holan [MSFT] wrote: > just disable the beep driver (net stop beep works pre win7), the APIs will > not fail and no sound will be made. Unfortunately, that doesn't work with ELO touch screens. The ELO driver causes a BSOD if beep is disabled. -- - Mike |
|
#4
| |||
| |||
| Re: Beep.sys
I looked in the wdk, ntddbeep.h is there and it gives you the IOCTL and device object name definitions you need. you could easily write a KMDF driver to handle this one IOCTL in under an hour and just do nothing with the request. d -- This posting is provided "AS IS" with no warranties, and confers no rights. "Mike Warren" <miwa-not-this-bit@or-this-csas.net.au> wrote in message news:xn0g8w7ejmcmq000@news.microsoft.com... > Doron Holan [MSFT] wrote: > >> just disable the beep driver (net stop beep works pre win7), the APIs >> will >> not fail and no sound will be made. > > Unfortunately, that doesn't work with ELO touch screens. The ELO driver > causes a BSOD if beep is disabled. > > -- > - Mike |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Beep.sys" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What Causes No beep on boot | CAITLIN | Operating Systems | 5 | 31-08-2009 05:39 PM |
| No beep on boot | Jerin m | Motherboard Processor & RAM | 4 | 04-06-2009 10:50 AM |
| Disable UPS beep | Vinith | Hardware Peripherals | 3 | 03-02-2009 07:07 PM |
| Beep Sound from my PC | microam_i | Motherboard Processor & RAM | 4 | 27-01-2009 12:26 PM |
| No beep | domnic | Motherboard Processor & RAM | 6 | 11-11-2008 08:03 PM |