Bug 179739 - the pcspkr driver is disabled
Summary: the pcspkr driver is disabled
Keywords:
Status: CLOSED DUPLICATE of bug 160172
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dave Jones
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-02-02 16:25 UTC by Florin Andrei
Modified: 2015-01-04 22:24 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-02-03 20:10:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Florin Andrei 2006-02-02 16:25:55 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060126 Fedora/1.5-0.fc4 Firefox/1.5

Description of problem:
This is not specific to FC5t2 but to all recent Fedora versions.

The PC speaker driver (pcspkr) is disabled. In order to enable the driver, the user must create, on all systems, the executable /etc/sysconfig/modules/pcspkr.modules with the following content:

#!/bin/sh
/sbin/modprobe pcspkr

The PC speaker driver is useful, it is used by PCMCIA to signal various initialization stages, it is used by instant messaging software (gaim, xchat) and many other apps.
However, on Fedora, pcspkr is disabled and all these apps cannot function properly.
It is annoying to enable the driver manually on each and every system.

Please either include by default the pcspkr.modules file in the distribution, or compile the pcspkr driver in the kernel (not as a module).

This problem has been brought to the attention of the devel team long time ago, however nothing happened so far, although it is easy to fix and produces a significant subjective improvement in the behavior of the OS.

Version-Release number of selected component (if applicable):
kernel-2.6.15-1.1826.2.10_FC5

How reproducible:
Always

Steps to Reproduce:
1.see above
2.
3.
  

Actual Results:  The PC speaker driver doesn't work.

Expected Results:  The PC speaker driver should be loaded by default when the system boots up.

Additional info:

Comment 1 Dave Jones 2006-02-03 20:10:12 UTC

*** This bug has been marked as a duplicate of 160172 ***


Note You need to log in before you can comment on or make changes to this bug.