Re: bell

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am So, den 03.10.2004 schrieb Richard Horvitz um 19:15:

> My system bell will not ring.  Right after installing fedora 2 my speaker 
> would not work, adding some lines to /etc/modprobe.conf fixed that.  These 
> lines are no longer needed for my sound card to work, maybe I have a newer 
> kudzu now, after updating things?
> If I do /sbin/modinfo pcspkr it tells me:
> author:         Vojtech Pavlik <vojtech@xxxxxx>
> description:    PC Speaker beeper driver
> license:        GPL
> vermagic:       2.6.8-1.521smp SMP 686 REGPARM 4KSTACKS gcc-3.3
> depends:
> So it would appear the pcspkr module is installed.  But my understanding 
> of this is very limited.  I have sound but no bell.

Run "sbin/lsmod | grep pcspkr". If that does not print out the pcspkr
module loaded, then you'll have to load it. As root "modproble pcspkr".
To make this happen automagically each boot create as root
"/etc/rc.modules":

touch /etc/rc.modules
chown root:root /etc/rc.modules
chmod 755 /etc/rc.modules

with following content:

#!/bin/sh

/sbin/modprobe -q pcspkr

Alexander


-- 
Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13
Fedora GNU/Linux Core 2 (Tettnang) kernel 2.6.8-1.521smp 
Serendipity 19:21:03 up 3 days, 21:47, load average: 0.41, 0.33, 0.40 

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux