mpc8248 wrote:I tryed it with igor cheskos driver but a module is missing.
The sub tree /ubuntu/media/lirc is missing ..is this ok ?
The AT90S2323-10 USB IR receiver is detected.
http://www.cesko.host.sk/IgorPlugUSB/Ig ... R)_eng.htm
regards mpc8248
root@fitpc2:~# dpkg-reconfigure lirc
* Stopping remote control daemon(s): LIRC [ OK ]
* Reloading kernel event manager... [ OK ]
ls: cannot access /lib/modules/2.6.24-34-fitpc2/ubuntu/media/lirc/: No such file or directory * Loading LIRC modules [ OK ]
* Starting remote control daemon(s) : LIRC [ OK ]
root@fitpc2:~#
root@fitpc2:~# irrecord test.ir
irrecord - application for recording IR-codes for usage with lirc
Copyright (C) 1998,1999 Christoph Bartelmus(lirc@bartelmus.de)
irrecord: could not get file information for /dev/lirc
irrecord: default_init(): No such file or directory
irrecord: could not init hardware (lircd running ? --> close it, check permissions)
root@fitpc2:~# lsusb
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 002: ID 03eb:21fe Atmel Corp.
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
root@fitpc2:~# uname -r
2.6.24-34-fitpc2
root@fitpc2:~# lsmod | grep lirc
lirc_igorplugusb 8964 0
lirc_dev 14456 1 lirc_igorplugusb
usbcore 135592 4 lirc_igorplugusb,ehci_hcd,uhci_hcd
LIRC is now supported on Ubuntu
Re: LIRC is now supported on Ubuntu
i see the same as following, what was its resolution? (i'm using mint9 installed per fit-pc2 instructions)
Re: LIRC is now supported on Ubuntu
First off, thanks for you help. I can see the frequency but I don't understand how this helps me with lircd.
Re: LIRC is now supported on Ubuntu
bump
ook wrote:i see the same as following, what was its resolution? (i'm using mint9 installed per fit-pc2 instructions)mpc8248 wrote:I tryed it with igor cheskos driver but a module is missing.
-
- Posts: 21
- Joined: Thu Mar 31, 2011 5:51 am
Re: LIRC is now supported on Ubuntu
I have the same problem as @ook using the Mint operating system. I did a standard Mint install according to the instructions, and installed lirc according to the Ubuntu instructions, but the /dev/lirc0 device simply does not appear. I can see that the raw USB device is present by doing 'lsusb' but somehow the kernel driver is not creating the proper device. Any ideas?
Here is the kernel driver information....
Here is the kernel driver information....
Code: Select all
$ modinfo lirc_igorplugusb
filename: /lib/modules/2.6.35-34-fitpc2/kernel/drivers/staging/lirc/lirc_igorplugusb.ko
license: GPL
author: Jan M. Hochstein <hochstein@algo.informatik.tu-darmstadt.de>
description: USB remote driver for LIRC
vermagic: 2.6.35-34-fitpc2 SMP mod_unload modversions ATOM
srcversion: 9C79915329FBF63A3E7A39C
alias: usb:v03EBp0002d*dc*dsc*dp*ic*isc*ip*
depends: lirc_dev
staging: Y
vermagic: 2.6.35-34-fitpc2 SMP mod_unload modversions ATOM
parm: sample_rate:Sampling rate in Hz (default: 100) (int)
Code: Select all
$ lsusb | grep -i atmel
Bus 004 Device 003: ID 03eb:21fe Atmel Corp.
Code: Select all
$ lsmod | grep -i irc
lirc_igorplugusb 3616 0
lirc_dev 9225 1 lirc_igorplugusb