linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* System beeper - no sound from mobo's own speaker
@ 2005-01-23 19:37 Stephen Kitchener
  2005-01-23 19:50 ` Sergey Vlasov
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Kitchener @ 2005-01-23 19:37 UTC (permalink / raw)
  To: Linux Kernel

Hi,

I seem to have a problem that, in that when I am using the kernel supplied 
with Mandrake 10.0 and 10.1 and also fedora 3, there seems to be a distinct 
lack of beeps coming from the system, once it is up and running. I am NOT 
talking about sounds that might be coming from any sound card that might be 
connected to the system, but the plain old speaker that sits in the PC case.

This, to my mind, is not very usefull for a server or a laptop that might 
generate system beeps, ie inserting a wifi card for instance on a laptop.

As I'm running Mandrake I have posted this to them, but as of yet I have had 
no responce or reaction. I did do a search and I found at least one user of 
Redhat reporting the same sort of problem, so I am guessing that it's not a 
problem that is of Mandrakes doing, ie they forgot to include it in the 
kernel that they bult for their distribution.

I have installed the latest kernel from fedora 2.6.10, but that didn't change 
things.

Please let me know if I have posted something that is a known problem, and 
I'll shut up and wait for a new kernel to be release that has this fixed. I 
cannot beleive that this has been missed in testing, but at the same time I 
have no beeps at all from any of the 3 machines that I have tested and it has 
been reported to me, by a friend that is running Mandrake 10.1, he is running 
different hardware, and can confirm that it was working before the upgrade. 
The only common thing before we changed as that we were both running 2.4 
kernels.

I can supply details of hardware if wanted.

-- 
                 O  o
            _\_   o
         \\/  o\ .
         //\___=
            ''
Sun, 23 Jan 2005 18:58:38 +0000
 18:58:38 up  9:13,  0 users,  load average: 1.30, 1.15, 1.05
Basic Definitions of Science:
	If it's green or wiggles, it's biology.
	If it stinks, it's chemistry.
	If it doesn't work, it's physics.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: System beeper - no sound from mobo's own speaker
  2005-01-23 19:37 System beeper - no sound from mobo's own speaker Stephen Kitchener
@ 2005-01-23 19:50 ` Sergey Vlasov
  2005-01-23 20:07   ` Stephen Kitchener
  0 siblings, 1 reply; 5+ messages in thread
From: Sergey Vlasov @ 2005-01-23 19:50 UTC (permalink / raw)
  To: Stephen Kitchener; +Cc: Linux Kernel

[-- Attachment #1: Type: text/plain, Size: 618 bytes --]

On Sun, 23 Jan 2005 19:37:53 +0000 Stephen Kitchener wrote:

> I seem to have a problem that, in that when I am using the kernel supplied 
> with Mandrake 10.0 and 10.1 and also fedora 3, there seems to be a distinct 
> lack of beeps coming from the system, once it is up and running. I am NOT 
> talking about sounds that might be coming from any sound card that might be 
> connected to the system, but the plain old speaker that sits in the PC case.

Does "modprobe pcspkr" help?  In 2.6.x kernels the PC speaker support
can be built as a loadable module; probably the startup scripts do not
load it automatically.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: System beeper - no sound from mobo's own speaker
  2005-01-23 19:50 ` Sergey Vlasov
@ 2005-01-23 20:07   ` Stephen Kitchener
  2005-01-23 21:58     ` Anssi Hannula
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Kitchener @ 2005-01-23 20:07 UTC (permalink / raw)
  To: Sergey Vlasov; +Cc: Linux Kernel

On Sunday 23 Jan 2005 19:50, Sergey Vlasov wrote:

Hi Sergey,

You know - I've just found that and yes it does help on one system, so I'm 50% 
better off - just need to find out where to put the command so that it loads 
it on startup...modules.conf would be it I guess.

Thanks for quick reply.

Steve
> On Sun, 23 Jan 2005 19:37:53 +0000 Stephen Kitchener wrote:
> > I seem to have a problem that, in that when I am using the kernel
> > supplied with Mandrake 10.0 and 10.1 and also fedora 3, there seems to be
> > a distinct lack of beeps coming from the system, once it is up and
> > running. I am NOT talking about sounds that might be coming from any
> > sound card that might be connected to the system, but the plain old
> > speaker that sits in the PC case.
>
> Does "modprobe pcspkr" help?  In 2.6.x kernels the PC speaker support
> can be built as a loadable module; probably the startup scripts do not
> load it automatically.

-- 
                 O  o
            _\_   o
         \\/  o\ .
         //\___=
            ''
Sun, 23 Jan 2005 20:04:43 +0000
 20:04:43 up 10:19,  0 users,  load average: 1.24, 1.14, 1.10
The crying baby on board your flight is always seated next to you
		-- Murphy's Laws for Frequent Flyers n°8

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: System beeper - no sound from mobo's own speaker
  2005-01-23 20:07   ` Stephen Kitchener
@ 2005-01-23 21:58     ` Anssi Hannula
  2005-01-24 18:55       ` Stephen Kitchener
  0 siblings, 1 reply; 5+ messages in thread
From: Anssi Hannula @ 2005-01-23 21:58 UTC (permalink / raw)
  To: linux-kernel

Stephen Kitchener wrote:
> On Sunday 23 Jan 2005 19:50, Sergey Vlasov wrote:
>>Does "modprobe pcspkr" help?  In 2.6.x kernels the PC speaker support
>>can be built as a loadable module; probably the startup scripts do not
>>load it automatically.
> 
> You know - I've just found that and yes it does help on one system, so I'm 50% 
> better off - just need to find out where to put the command so that it loads 
> it on startup...modules.conf would be it I guess.

Put it on /etc/modprobe.preload

-- 
Anssi Hannula


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: System beeper - no sound from mobo's own speaker
  2005-01-23 21:58     ` Anssi Hannula
@ 2005-01-24 18:55       ` Stephen Kitchener
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Kitchener @ 2005-01-24 18:55 UTC (permalink / raw)
  To: Anssi Hannula; +Cc: linux-kernel

On Sunday 23 Jan 2005 21:58, Anssi Hannula wrote:
> Stephen Kitchener wrote:
> > On Sunday 23 Jan 2005 19:50, Sergey Vlasov wrote:
> >>Does "modprobe pcspkr" help?  In 2.6.x kernels the PC speaker support
> >>can be built as a loadable module; probably the startup scripts do not
> >>load it automatically.
> >
> > You know - I've just found that and yes it does help on one system, so
> > I'm 50% better off - just need to find out where to put the command so
> > that it loads it on startup...modules.conf would be it I guess.
>
> Put it on /etc/modprobe.preload

Thanks

-- 
                 O  o
            _\_   o
         \\/  o\ .
         //\___=
            ''
Mon, 24 Jan 2005 18:55:40 +0000
 18:55:40 up  8:55,  0 users,  load average: 1.12, 1.23, 1.19
Life in the state of nature is solitary, poor, nasty, brutish, and short.
- Thomas Hobbes, Leviathan

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-01-24 18:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-23 19:37 System beeper - no sound from mobo's own speaker Stephen Kitchener
2005-01-23 19:50 ` Sergey Vlasov
2005-01-23 20:07   ` Stephen Kitchener
2005-01-23 21:58     ` Anssi Hannula
2005-01-24 18:55       ` Stephen Kitchener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).