![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2005
Location: Los Angeles
Beans: 9
Kubuntu 7.04 Feisty Fawn
|
Can't get LIRC to work on Feisty
Hi,
I followed the instructions at https://help.ubuntu.com/community/Install_Lirc_Feisty to install LIRC for my Hauppauge remote. However, when I start irw for testing purposes, irw is exiting right away, so according to the instructions some modules are not loading correctly. The relevant lines from dmesg are: Code:
[ 50.156492] lirc_dev: IR Remote Control driver registered, at major 61 [ 50.172942] lirc_pvr150: no version for "lirc_unregister_plugin" found: kernel tainted. [ 50.218763] lirc_pvr150: chip found with RX and TX [ 50.219440] lirc_dev: lirc_register_plugin: sample_rate: 0 [ 50.231127] lirc_pvr150: firmware haup-ir-blaster.bin not available (-2) Thanks Klaus |
|
|
|
|
|
#2 |
|
Ubuntu Developer
![]() Join Date: Oct 2005
Location: Austin, TX
Beans: 2,725
Ubuntu 8.04 Hardy Heron
|
Re: Can't get LIRC to work on Feisty
If you aren't planning to use the blaster, there is no need to build the pvr150 module. Just need the lirc_i2c module. Rebuild with just that and you should be fine.
|
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2005
Location: Los Angeles
Beans: 9
Kubuntu 7.04 Feisty Fawn
|
Re: Can't get LIRC to work on Feisty
Ok, thanks; I removed pvr150 in both the dpkg-reconfigure dialog, and in /etc/lirc/hardware.conf. Now the only lirc-related message I see in dmesg is
[ 53.879014] lirc_dev: IR Remote Control driver registered, at major 61 However, irw still exits immediately... any suggestions where to look for the problem? Thanks Klaus |
|
|
|
|
|
#4 | |
|
Ubuntu Developer
![]() Join Date: Oct 2005
Location: Austin, TX
Beans: 2,725
Ubuntu 8.04 Hardy Heron
|
Re: Can't get LIRC to work on Feisty
Quote:
Code:
sudo modprobe lirc_i2c |
|
|
|
|
|
|
#5 | |
|
First Cup of Ubuntu
![]() Join Date: Apr 2005
Location: Los Angeles
Beans: 9
Kubuntu 7.04 Feisty Fawn
|
Re: Can't get LIRC to work on Feisty
Quote:
I'll try this when I get home... Thanks Klaus |
|
|
|
|
|
|
#6 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2005
Location: Los Angeles
Beans: 9
Kubuntu 7.04 Feisty Fawn
|
Re: Can't get LIRC to work on Feisty
Or is this a simple misprint in the instructions? Should the line in /etc/lirc/hardware.conf read
Code:
MODULES="lirc_i2c lirc_pvr150" Klaus |
|
|
|
|
|
#7 |
|
Ubuntu Developer
![]() Join Date: Oct 2005
Location: Austin, TX
Beans: 2,725
Ubuntu 8.04 Hardy Heron
|
Re: Can't get LIRC to work on Feisty
It should be
MODULES="lirc_i2c" if you don't need the blaster. MODULES="lirc_i2c lirc_pvr150" if you do need the blaster. |
|
|
|
|
|
#8 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2005
Location: Los Angeles
Beans: 9
Kubuntu 7.04 Feisty Fawn
|
Re: Can't get LIRC to work on Feisty
|
|
|
|
|
|
#9 |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Beans: 2
|
Re: Can't get LIRC to work on Feisty
I also got stuck at the point where irw does not work as described in the guide. I fixed it by quiting lircd if it is running (note that if you try to run irw and it returns with no response, it will also stop lircd if is running). Then I did the following:
sudo ln -s /etc/lirc/lircd.conf /etc/lircd.conf Then start lircd with: sudo lircd -d /dev/lirc/0 the irw command should now work as expected and you can continue with the procedure. Lircd will have to be started using the sudo lircd -d /dev/lirc/0 command after a reboot unless you get it to load that way at boot. I found most of this information at: http://forum.byopvr.com/dvr/index.ph....msg14297.html I don't know if this will work for everyone but it worked for me in edgy and feisty... |
|
|
|
|
|
#10 | |
|
Ubuntu Developer
![]() Join Date: Oct 2005
Location: Austin, TX
Beans: 2,725
Ubuntu 8.04 Hardy Heron
|
Re: Can't get LIRC to work on Feisty
Quote:
|
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|