Hello,
after adding the module  pcspkr.ko to /lib/modules and running
depmod,rebooting I found the following entry in dmesg:

[   19.060103] input: PC Speaker as /class/input/input0

and
bix# lsmod | grep -i pcsp
pcspkr 1131 0 - Live 0x9113f000

The directory mentioned above /class/input.... and  /sys/class/input0
does not exist.
Running
bix# /bin/beep -f 600 -n -f 900 -n -f1200 -n -f1800
results in 4x "ioctl: Invalid argument".

I will check if ithe board and buzzer works with "SystemRescueCd" ,
perhaps there is a driver missing.

2011/3/16 Juergen Northe <juergen.nor...@googlemail.com>:
> 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