On a more powerful machine I cloned the git today and recompiled the
buildenv & kernel but the pcspkr.ko was not available after this
procedure.

So I added
CONFIG_INPUT_MISC=y

This was like fighting with a small sword against a bad green hydra.
I had to add the configuration of the following modules to receive the
long exptected pcspkr.ko module

CONFIG_INPUT_MISC=y
CONFIG_INPUT_AD714X=n
CONFIG_INPUT_AD714X_I2C=n
CONFIG_INPUT_PCSPKR=n
CONFIG_INPUT_APANEL=n
CONFIG_INPUT_WISTRON_BTNS=n
CONFIG_INPUT_ATLAS_BTNS=n
CONFIG_INPUT_ATI_REMOTE=n
CONFIG_INPUT_ATI_REMOTE2=n
CONFIG_INPUT_KEYSPAN_REMOTE=n
CONFIG_INPUT_POWERMATE=n
CONFIG_INPUT_YEALINK=n
CONFIG_INPUT_CM109=n
CONFIG_INPUT_UINPUT=n
CONFIG_INPUT_WINBOND_CIR=n
CONFIG_INPUT_PCF8574=n
CONFIG_INPUT_GPIO_ROTARY_ENCODER=n
CONFIG_INPUT_PCSPKR=m

Tomorrow I'll check if the buzzer is working with it.


2011/3/14 KP Kirchdoerfer <kap...@users.sourceforge.net>:
> Am Montag, 14. März 2011, um 23:10:32 schrieb Juergen Northe:
>> I'd like to proceed checking if the buzzer works without waiting for
>> the next release.
>> How can I compile the module pcspkr.ko anyway ?
>> I checked the .config:
>> CONFIG_PCSPKR_PLATFORM=y is set by default
>> and turned  CONFIG_SND_PCSP from 'unset' to m for i486, 686 and geode
>> but according to the logfile it seems to be ignored by
>> ./buildtool.pl  -f build kernel
>>
>> Thank you
>> Juergen
>
> I think you need to add
> CONFIG_INPUT_MISC=y
> CONFIG_INPUT_PCSPKR=m
> to the kernel config.
>
> I've already committed a changed config to git.
>
> kp
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> ------------------------------------------------------------------------
> leaf-user mailing list: leaf-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/leaf-user
> Support Request -- http://leaf-project.org/
>



-- 



mit freundlichem Gruss
Jürgen Northe

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to