Picon

Re: Ubuntu Natty and Kernel 3.0.0, ITE8708 CIR - How to work lirc

Hi again, Lino.

El 01/08/2011 15:39, "Lino Fantasia" <linofantasia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> escribió:
>
> Juan many thanks for your suggestion and your work,
>
> after configure the remote control buttons, my remote control now work. :)
>
> But i have a little problem again, i used this command for active the remote control :
>
> sudo /usr/bin/ir-keytable -p NEC,RC6 -w /etc/rc_keymaps/rc6_mce
>
> Every time that i reboot, i must run the above command. This is a malfunction or just set the startup command?

The ir-keytable package should provide an udev rule and configuration files to make it automatic (once you set them up for your specific hardware), or at least example ones for you to start working from.

I attach these files from my computer:

/etc/udev/rules.d/70-infared.rules
/etc/rc_maps.cfg

Note that the keymap I'm using in the rc_maps.cfg file is a custom one I modified for my mythtv media center, and not one distributed with ir-keytable.

Best regards, and best luck ;-)

     Juan Jesús.

Attachment (70-infrared.rules): application/octet-stream, 341 bytes
Attachment (rc_maps.cfg): application/octet-stream, 662 bytes
------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
Ken Smith | 2 Aug 2011 15:18

lirc 0.8.7 Centos Hauppauge DVB-T & DVB-S2

Hi, first post to this list, but been using Linux for ages. But I'm 
struggling with, what must be a simple configuration problem with lirc.

I'd like to get lirc to work on a x64 Centos 5.6 based MythTV 0.24 
system. It has a PVR-350, two Nova T DVB and a DVB-S2 card.

lirc is from the atrpm's repository.

I think I might not have the right driver loaded or configured 
correctly. I have manually loaded lirc_dev but despite much googling I'm 
not at all clear what options modprobe.conf might need. Guessing, I have put

alias char-major-61  lirc_driver

into /etc/modprobe.conf

I have an IR receiver plugged into the DVB-S2 and according to 
/proc/bus/input/devices the device is  /dev/input/event3

Running lircd manually and running irw in another session, I get:-

# lircd -H devinput -d /dev/input/event3 -n
lircd-0.8.7[24607]: lircd(devinput) ready, using /var/run/lirc/lircd
lircd-0.8.7[24607]: accepted new client on /var/run/lirc/lircd
lircd-0.8.7[24607]: initializing '/dev/input/event3'

But nothing in the session running irw.

Using irrecord I get

  irrecord -H devinput -d /dev/input/event3 irtest.txt

{snip explanatory text}

Press RETURN to continue.

Hold down an arbitrary button.
irrecord: gap not found, can't continue
irrecord: closing '/dev/input/event3'

I notice that when all irc related code is stopped I see messages like...

cx88 IR (Hauppauge WinTV-HVR400: unknown key: key=0x17 down=0
cx88 IR (Hauppauge WinTV-HVR400: unknown key: key=0x3d down=1
cx88 IR (Hauppauge WinTV-HVR400: unknown key: key=0x3d down=0
cx88 IR (Hauppauge WinTV-HVR400: unknown key: key=0x3b down=1
cx88 IR (Hauppauge WinTV-HVR400: unknown key: key=0x3b down=0

in /var/log/messages when I press buttons on the remote.

Is something else stealing the data from lirc?

cat /dev/input/event3 gives no output. But the above suggests that the 
hardware is working to some extent.

I'm a bit stumped. Any suggestions....

Thanks

Ken

--

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1

Ken Smith | 2 Aug 2011 15:26

Re: lirc 0.8.7 Centos Hauppauge DVB-T & DVB-S2

Ken Smith wrote:
> Hi, first post to this list, but been using Linux for ages. But I'm 
> struggling with, what must be a simple configuration problem with lirc.
>
> I'd like to get lirc to work on a x64 Centos 5.6 based MythTV 0.24 
> system. It has a PVR-350, two Nova T DVB and a DVB-S2 card.
>
> lirc is from the atrpm's repository.
>
> I think I might not have the right driver loaded or configured 
> correctly. I have manually loaded lirc_dev but despite much googling 
> I'm not at all clear what options modprobe.conf might need. Guessing, 
> I have put
>
> alias char-major-61  lirc_driver
>
> into /etc/modprobe.conf
>
> I have an IR receiver plugged into the DVB-S2 and according to 
> /proc/bus/input/devices the device is  /dev/input/event3
>
> Running lircd manually and running irw in another session, I get:-
>
> # lircd -H devinput -d /dev/input/event3 -n
> lircd-0.8.7[24607]: lircd(devinput) ready, using /var/run/lirc/lircd
> lircd-0.8.7[24607]: accepted new client on /var/run/lirc/lircd
> lircd-0.8.7[24607]: initializing '/dev/input/event3'
>
> But nothing in the session running irw.
>
> Using irrecord I get
>
>  irrecord -H devinput -d /dev/input/event3 irtest.txt
>
> {snip explanatory text}
>
> Press RETURN to continue.
>
>
> Hold down an arbitrary button.
> irrecord: gap not found, can't continue
> irrecord: closing '/dev/input/event3'
>
> I notice that when all irc related code is stopped I see messages like...
>
>
> cx88 IR (Hauppauge WinTV-HVR400: unknown key: key=0x17 down=0
> cx88 IR (Hauppauge WinTV-HVR400: unknown key: key=0x3d down=1
> cx88 IR (Hauppauge WinTV-HVR400: unknown key: key=0x3d down=0
> cx88 IR (Hauppauge WinTV-HVR400: unknown key: key=0x3b down=1
> cx88 IR (Hauppauge WinTV-HVR400: unknown key: key=0x3b down=0
>
> in /var/log/messages when I press buttons on the remote.
>
> Is something else stealing the data from lirc?
>
> cat /dev/input/event3 gives no output. But the above suggests that the 
> hardware is working to some extent.
>
> I'm a bit stumped. Any suggestions....
>
> Thanks
>
> Ken
Quick reply to my own post, the line in modprobe.conf reads

alias char-major-61  lirc_dev

not what I typed above

Thanks

Ken

--

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1

Jarod Wilson | 3 Aug 2011 17:28
Favicon

Re: lirc 0.8.7 Centos Hauppauge DVB-T & DVB-S2

On Aug 2, 2011, at 9:26 AM, Ken Smith wrote:

> Ken Smith wrote:
>> Hi, first post to this list, but been using Linux for ages. But I'm 
>> struggling with, what must be a simple configuration problem with lirc.
>> 
>> I'd like to get lirc to work on a x64 Centos 5.6 based MythTV 0.24 
>> system. It has a PVR-350, two Nova T DVB and a DVB-S2 card.
>> 
>> lirc is from the atrpm's repository.
>> 
>> I think I might not have the right driver loaded or configured 
>> correctly. I have manually loaded lirc_dev but despite much googling 
>> I'm not at all clear what options modprobe.conf might need. Guessing, 
>> I have put
>> 
>> alias char-major-61  lirc_driver
>> 
>> into /etc/modprobe.conf
>> 
>> I have an IR receiver plugged into the DVB-S2 and according to 
>> /proc/bus/input/devices the device is  /dev/input/event3
>> 
>> Running lircd manually and running irw in another session, I get:-
>> 
>> # lircd -H devinput -d /dev/input/event3 -n
>> lircd-0.8.7[24607]: lircd(devinput) ready, using /var/run/lirc/lircd
>> lircd-0.8.7[24607]: accepted new client on /var/run/lirc/lircd
>> lircd-0.8.7[24607]: initializing '/dev/input/event3'
>> 
>> But nothing in the session running irw.
>> 
>> Using irrecord I get
>> 
>> irrecord -H devinput -d /dev/input/event3 irtest.txt
>> 
>> {snip explanatory text}
>> 
>> Press RETURN to continue.
>> 
>> 
>> Hold down an arbitrary button.
>> irrecord: gap not found, can't continue
>> irrecord: closing '/dev/input/event3'
>> 
>> I notice that when all irc related code is stopped I see messages like...
>> 
>> 
>> cx88 IR (Hauppauge WinTV-HVR400: unknown key: key=0x17 down=0
>> cx88 IR (Hauppauge WinTV-HVR400: unknown key: key=0x3d down=1
>> cx88 IR (Hauppauge WinTV-HVR400: unknown key: key=0x3d down=0
>> cx88 IR (Hauppauge WinTV-HVR400: unknown key: key=0x3b down=1
>> cx88 IR (Hauppauge WinTV-HVR400: unknown key: key=0x3b down=0
>> 
>> in /var/log/messages when I press buttons on the remote.
>> 
>> Is something else stealing the data from lirc?
>> 
>> cat /dev/input/event3 gives no output. But the above suggests that the 
>> hardware is working to some extent.
>> 
>> I'm a bit stumped. Any suggestions....
>> 
>> Thanks
>> 
>> Ken
> Quick reply to my own post, the line in modprobe.conf reads
> 
> alias char-major-61  lirc_dev
> 
> not what I typed above

Doesn't matter, its still wrong, and utterly useless regardless. You're
not using an lirc kernel device driver here, you're using devinput. The
problem appears to be that the cx88 IR driver isn't mapping IR signals
to input events (thus the unknown key bits), so you're never going to
get anything out of the event device. A less ancient kernel would likely
work better.

--

-- 
Jarod Wilson
jarod@...

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1

Jarod Wilson | 3 Aug 2011 17:32
Favicon

Re: lirc_atiusb versus ati_remote, ati_remote2 and lirc_xbox

On Jul 26, 2011, at 5:03 PM, Paul Bender wrote:

> Obviously, the with the kernel already having ati_remote and ati_remote2 
> drivers along with the recent availability of the lirc_xbox driver, 
> maintaining the lirc_atiusb driver as well becomes a duplication of effort.
> 
> However, as I attempt to switch MiniMyth from using lirc_atiusb to using 
> ati_remote, ati_remote2 and lirc_xbox, I have found that ati_remote has 
> at least two bugs, has no listed maintainer in the MAINTAINER file and 
> has not had any commits for over a year.

I'd go with "most recent patch authors" in git history as people to bug
about any changes. And/or subsystem mailing lists.

> The first bug (for which I have created a patch) is that it is 
> incorrectly connected in the sysfs hierarchy (it makes the USB device no 
> the the USB interface its parent). As a result, it is difficult (maybe 
> impossible) to integrate it into udev.
> 
> The second bug (for which I have not created a patch) is that it does 
> not correctly generate key repeats. Instead of sending the code 2 (key 
> repeat) for each repeat, it sends a code 1 (key down) followed by a code 
> 0 (key up). As a result, it makes it impossible for userspace software 
> to distinguish between a key repeat (holding down the key) and repeated 
> key presses (repeatedly pressing and releasing the key) and difficult to 
> integrate it into software that expects to see code 2 for repeats. 
> Because of its repeat_delay and repeat_filter module parameters as well 
> as its compiled in per-key kind=KIND_FILTERED flag, I believe that the 
> ati_remote driver intended to identify and filter repeats.
> 
> As there is no maintainer for the ati_remote driver and because these 
> this driver is not part of v4l as are many other remotes, I am not sure 
> who should receive these reports.

linux-input and linux-media mailing lists hosted at vger.kernel.org are
the most appropriate. Long-term, both ati drivers should be ported to
rc-core, and in fact, there's someone who claims to have already done
that for one of the two...

--

-- 
Jarod Wilson
jarod@...

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1

Jarod Wilson | 3 Aug 2011 17:49
Favicon

Re: How to pick device in irexec

On Jul 24, 2011, at 1:44 PM, Rajil Saraswat wrote:

> Hi,
> 
> I am trying to setup two "Topseed Technology Corp"  mceusb based
> transreceivers to use with mythtv. The lircd sessions are started
> using
> #lirc-0.8.7/daemons/lircd  -d /dev/lirc0 /etc/lircd.conf
> --output=/var/run/lirc/lircd0  --pidfile=/var/run/lirc/lircd0.pid
> #lirc-0.8.7/daemons/lircd  -d /dev/lirc1 /etc/lircd.conf
> --output=/var/run/lirc/lircd1  --pidfile=/var/run/lirc/lircd1.pid
> 
> I was able to sucessfully change channels using irsend commands e.g.
> irsend -d /var/run/lirc/lircd1 SEND_ONCE myremote 1
> 
> However i am unable to run irexec which returns an error:
> irexec: could not connect to socket
> irexec: Connection refused

irexec can only connect to the default socket, it appears. So that
would be /var/run/lirc/lircd.

> Also mythtv is not recognising the remote clicks. I suspect that both
> are trying to connect to the default device which doesnt exist.

MythTV has a config option for socket location. But by default, it
tries the default location.

> How can i specify the "device name" in .lircrc?

I'm not sure how to parse that question.

--

-- 
Jarod Wilson
jarod@...

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1

Jarod Wilson | 3 Aug 2011 17:52
Favicon

Re: Lirc refuses to work --- Distro = Deban/squeeze

On Jul 23, 2011, at 8:15 PM, gwg wrote:

> I removed everything having to do with lirc - as long as it wouldn't break my system. 
> Gave up trying to compile and install the source and reverted to the Debian package 
> which is lirc-0.8.3-5. OS is Linux debian 2.6.38-bpo.2-amd64.

You haven't included any details about what hardware you're trying to
use here. But generally speaking, lirc 0.8.3 is *ancient*, and won't
work with a 2.6.38 kernel's provided lirc device interface. If I'm
thinking clearly, there's something much newer available in debian's
testing tree.

--

-- 
Jarod Wilson
jarod@...

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1

Jarod Wilson | 3 Aug 2011 18:01
Favicon

Re: how to identify serial IR hardware

On Jul 20, 2011, at 12:20 PM, Roland wrote:

> Hi list,
> 
> I'm trying to find out which kind of hardware my Samsung 400MXn-2 has on 
> it's ttyS0.

For the most part, you're out of luck. There's next to nothing in the
way of hardware auto-detection for serial receivers.

> About the system:
> - embedded system, inside an 40" LCD
> - dual core Athlon II X2, 1GB ram, 4GB hdd (some kind of flash)
> - original with Win XP embedded
> - now running debian 6.0.2, 2.6.32-5-amd64
> - remote is a Samsung IR, compatible with this one: 
> http://lirc.sourceforge.net/remotes/samsung/BN59-00937A.jpg
> (I have both here for tests, the original & the BN59-00937A)
> 
> what I know already:
> - there is some kind of filtering between the IR receiver and the PC, 
> some buttons of the remote are directly handled by the OSD of the LCD 
> (menu button, source select button, ...)
> - I was able to use the 'arrow' and 'enter' buttons of the remote in 
> WinXP emb, exactly like keyboard buttons.

There's probably a Windows HID driver for it then.

> what I tried with lirc:
> After a few tries I found out, I can get some things out of mode2 if I 
> load lirc_sir on io=0x3f8 irq=4
> I've tried various versions of lirc modules: debian 0.8.3-5, sourceforge 
> 0.9.0 (don't build), git of sunday. Every time the same:
> Loading is fine:
> modprobe lirc_sir io=0x3f8 irq=4 debug=1
> gives:
> [  485.636008] lirc_dev: IR Remote Control driver registered, major 61
> [  485.643801] lirc_dev: lirc_register_plugin: sample_rate: 0
> [  485.643883] lirc_sir: I/O port 0x03f8, IRQ 4.
> [  485.643899] lirc_sir: Installed.
> 
> pushing a button:
> [ 1141.040887] lirc_sir: t 16777215, d 17
> [ 1141.040890] lirc_sir: add flag 0 with val 16777137
> [ 1141.041367] lirc_sir: t 480, d 6
> [ 1141.041369] lirc_sir: GAP
> [ 1141.041371] lirc_sir: add flag 1 with val 78
> [ 1141.041372] lirc_sir: add flag 0 with val 402
> [ 1141.088016] lirc_sir: timeout add 1 for 78 usec
> [ 1141.088019] lirc_sir: add flag 1 with val 78
> 
> same button from mode2:
> space 16777176
> pulse 39
> space 439
> pulse 39

Seems semi-promising. But lirc_sir is for serial IR hardware (IrDA),
not consumer IR, so I'd be surprised if this was actually the right
driver. lirc_sir is a hack to work with hardware never really intended
for use with a remote control. A TV is more likely to have CIR hardware.

> At this point I tried to build a config with irrecord (with debian and 
> git version, with original and BN59-00937A remote), result is every time 
> more or less the same:
> begin remote
> 
> begin remote
>   name   remote.lirc
>   flags RAW_CODES|CONST_LENGTH
>   eps            30
>   aeps          100
> 
>   ptrail         39
>   repeat     0     0
>   gap          212908
> 
>       begin raw_codes
>           name up
>                39     443      39
>           name down
>                39     443      39
>           name left
>                39     432      39
>           name right
>                39     444      39
>           name enter
>                39     487      39
>       end raw_codes
> 
> end remote
> 
> [there are a lot more buttons which are passed to the pc, but they give 
> all the same results...]
> 
> Now, if you build the lirc_sir module from source there are a few 
> possibilities which hardware to select. As far as I can tell, everything 
> is returning the same result for me.
> 
> I see 3 possibilities what to do to find out if it is a supported IR 
> receiver:
> - use the screwdriver and find it in on the board (bad idea I think)
> - get WinXP on it again, try to find out how it's working there (bad 
> thing without real win driver knowledge)
> - try every module with every compile options of lirc (very time consuming)
> 
> But as far as I can tell option 3 is the only thing which will maybe 
> work out for me.
> 
> So, my questions:
> - which modules do I have to try, as it is connected to ttyS0 and 
> nowhere else?

lirc_serial and some of the userspace serial-based drivers -- all of
which can be built into a single lircd, so you don't have to recompile
anything.

> - any ideas about which are the most promising modules or compile options?
> - any other ideas how get it working?

I'd try to figure out what the hardware actually is, rather than throwing
random drivers at it. Windows should at least give you *some* clue as to
what it actually is, based on whatever drivers show up in device manager.

--

-- 
Jarod Wilson
jarod@...

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1

Jarod Wilson | 3 Aug 2011 18:03
Favicon

Re: Support for Elgato remote control?

On Jul 20, 2011, at 10:58 AM, Jarno Suni wrote:

>> It may sound silly but try doing
>> 
>>      cat /dev/input/by-path/pci-0000:00:1d.7-event-ir
>> 
>> and see if you get garbage out when pressing buttons on the remote. 
> 
> I can do that as superuser, but it does not output anything.

Sounds like something isn't wired up kernel-side, and the IR signals
aren't getting mapped to input events. You'd have to head over to
linux-media@... for that though.

--

-- 
Jarod Wilson
jarod@...

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1

Jarod Wilson | 3 Aug 2011 18:07
Favicon

Re: help with soundgraph imon 15c2 0038 Debian squeeze

On Jul 12, 2011, at 6:36 PM, oliken@... wrote:

> Hi everybody,
> 
> I have reinstall my htpc, with an kernel Debian.
> In my previous install with ubuntu 10.10 on the same hardware, the remote/LCD
> work's fine.
> 
> Now, I have this problem (remote 15c2:0038 "Soundgraph Imon IR-VTF"):
> 
> -The hardware was find:
> cat /proc/bus/usb/devices send me my soundgraph Vendor=15c2 ProdID=0038 but
> nothing to manage her: Driver=(none).
> 
> - With my old ubuntu I've installed lirc, lirc-modules-source and liblirclient
> and with the appropriate configuration of lircd.conf (a line include to the path
> to lircd.conf.imon-pad), I could used mode2, irw...and all work's fine!
> 
> - There's two days that I've try all I find on web but there's no way to find
> how to add the /dev/lirc0 and lirc1!
> /etc/init.d/lirc start send me a Failed!:
> 
> * I've try with the lirc debian package (0.8.3-5)
> * with compilation of the 0.8.4,of the 0.9.0 of the official site (for the
> setup.sh i use 8-USB DEVICE/u-Soundgraph iON PAD IR/VFD) the ./configure, make,
> make install work's fine (echo $? 0) but this installation don't create the
> /etc/lirc/hardware.conf and /etc/init.d/lirc and no lirc_imon or lirc_dev find.
> I have to install via apt-get the lirc debian-package and keep the configuration
> file of the build package to have the creation of all necessaries directories
> and files/modules or i have to compile the lirc-modules-source.
> * with a creation/copy of the necessaries directory and files created with the
> build package
> * with compilation dpkg-reconfigure lirc-module-source, (choosing imon,and m-a
> prepare, m-a a-i lirc-module-source), this installing me the
> lirc-modules-2.6.32-5-486 package...
> 
> - In the lirc_imon.c there's no line about my device like {USB_DEVICE 15c2,
> 0038}, I've test with different patch find on the web but no more /dev/lirc0 or
> lirc and the patches don't work's with the versions that i've test. when I
> patched just this line they don't work (maybe there are others lines to add...)
> 
> I've purge all now :lirc, lirc-modules-source, lirc-modules-2.6.32-5-486 (that
> i've build to try), liblirclient0.
> 
> So at this moment i didn't have any drivers or modules for my hardware.
> 
> Can someone could help me step by step to find my hardware work's again? Or did
> you can say me which version of lirc use, how to compile/install properly and
> where i can find patch for the lirc_imon.c?
> 
> (I've test with an live cd ubuntu, and is natively functionnal (work like mouse,
> but work!)).

The imon hardware is now supported by the in-kernel imon driver, which
is a pure input layer device, no lirc device interface (as its not raw
IR hardware, its got a hardware decoder and passes along scancodes).
The driver is present in current upstream kernels, but not 2.6.32. For
2.6.32, you can either check out the v4l/dvb media_build to add it, or
you can just use lirc_imon from the lirc 0.8.7 distribution. The misc
bits that weren't there are all Linux distro-specific, and thus not
installed/created by the lirc make install process.

--

-- 
Jarod Wilson
jarod@...

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1


Gmane