Re: [Alsa-user] Unable to get Audigy 2 Plat. (non-Ex) to respond to IR
Brought to you by:
perex
|
From: sonicx <so...@gm...> - 2005-09-28 12:27:14
|
hy!
have you compiled you lircd with livedrive_midi support? thats the one
to go. also add to your modules.conf a
options snd-emu10k1 enable_ir=1
or similar. after the alsa modules are loaded with that option type:
echo -e '\360\000\040\041\141\000\000\000\177\000\367' > /dev/snd/midiC0D1
with you might also put into your modules.conf to do it whenever needed
like this
post-install snd-emu10k1 echo -e
'\360\000\040\041\141\000\000\000\177\000\367' > /dev/snd/midiC0D1
^ needs to be a single line!. soo,after that start your lircd with
/yourpath/lircd --device=/dev/snd/midiC0D1 --driver=livedrive_midi
its important that you use midiC0D1,which seems to be the IR-receiver.
now if you also have set up your remote right, the livedrive should
blink a led for every remote-button pushed. well,if it has such led. get
the files you need for your specific remote from the lirc-page,they got
it all. also you should be able to configure your cmr1000 or whatever
remote was bundled with your card,and the livedrive also to act as
remote.meaning you can use the buttons on the live-drive itself also
with lirc. i just made a remoteconfig for my livedrive and now i can set
up its buttons also-those for the mixer and the remote for xmms or such.
hope to be helpfull
sonicx
Clay Barnes wrote:
>Stefan Bruens wrote:
>
>
>
>>Am Dienstag, 27. September 2005 19:29 schrieb Clay Barnes:
>>
>>
>>
>>
>>>I use udev and ALSA 1.0.9b, and my sound card is an Audigy 2 Platinum
>>>(not Ex).
>>>
>>>
>>>
>>>
>>http://alsa.opensrc.org/emu10k1
>>
>>
>>
>>
>I checked the site, first reading to be sure I followed it, then
>re-doing my whole setup, but to no avail. I also checked my batteries
>again.
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by:
>Power Architecture Resource Center: Free content, downloads, discussions,
>and more. http://solutions.newsforge.com/ibmarch.tmpl
>_______________________________________________
>Alsa-user mailing list
>Als...@li...
>https://lists.sourceforge.net/lists/listinfo/alsa-user
>
>
>
>
|