[Solved] how can i do a beep in porteus?
[Solved] how can i do a beep in porteus?
Guys i have a problem: i want issue a beep with porteus. Actually i have add a pcspkr.ko kernel module in /input/misc/ and enable it with command "modprobe pcspkr", in fact when i call lsmod, the pcspkr module appear in top of the list. When i call the beep program with command "beep -f 2000 -l 2000" the beep isn't give out. Some of you could help me please?
Last edited by pasks on 30 May 2014, 11:44, edited 1 time in total.
- fanthom
- Moderator Team
- Posts: 5591
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: how can i do a beep in porteus?
hello pasks,
did you recompile the kernel with PC speaker support or grabbed this module from some other kernel? if latter then i would recommend full recompilation as some other kernel deps may be needed to be enabled.
btw: shouldn't this topic belong to 'hardware' section of the forum?
did you recompile the kernel with PC speaker support or grabbed this module from some other kernel? if latter then i would recommend full recompilation as some other kernel deps may be needed to be enabled.
btw: shouldn't this topic belong to 'hardware' section of the forum?
Please add [Solved] to your thread title if the solution was found.
Re: how can i do a beep in porteus?
I found the pcspkr source code (pcspkr.c) on-line and compile this to generate a .ko file. Then i move it in ../input/misc/ and i have modify di .config file in /usr/src/uname -r/fanthom wrote:did you recompile the kernel with PC speaker support or grabbed this module from some other kernel? if latter then i would recommend full recompilation as some other kernel deps may be needed to be enabled.
I try to recompile the kernel module, hoping that it works

Re: how can i do a beep in porteus?
I recompile kernel with pcspkr module enable and it run!
I follow this guide http://www.porteus.org/tutorials/51-dev ... ernel.html and i change the kernel version with 3.16.6 and aufs version 3.16
thanks so much
I follow this guide http://www.porteus.org/tutorials/51-dev ... ernel.html and i change the kernel version with 3.16.6 and aufs version 3.16
thanks so much
