Posts: 117
Joined: Nov 2008
Reputation:
0
I do indeed have that file and know where it is...
it's off my home directory in a LIRC folder.
Posts: 117
Joined: Nov 2008
Reputation:
0
I've gotten a little further after blowing away the system and redoing it from scratch...
But I'm still getting errors....
When I run "sudo dpkg-reconfigure lirc-modules-source", I get the following...
--------------------------------------------------
Removing all DKMS Modules
Done.
Adding Module to DKMS build system
Doing initial module build
Error! Build of lirc_imon.ko failed for: 2.6.28-14-generic (x86_64)
Consult the make.log in the build directory
/var/lib/dkms/lirc/0.8.4a/build/ for more information.
Installing initial module
Error! Could not locate lirc_atiusb.ko for module lirc in the DKMS tree.
You must run a dkms build for kernel 2.6.28-14-generic (x86_64) first.
Done.
--------------------------------------------------
I tried "sudo dkms -m lirc -v 0.8.4a" and still get the same error...
dkms status returns the following:
"lirc, 0.8.4a: added"
What have I done wrong?
Posts: 12
Joined: Feb 2009
Reputation:
0
rgh184
Junior Member
Posts: 12
If you're using Jaunty, you don't have to compile lirc 0.8.4a from source. It comes included. Once I figured that out, it got a whole lot easier.
Posts: 117
Joined: Nov 2008
Reputation:
0
ok... so what do I need to do then? Nothing? Like it should just work or something?
More info please... I've been working on this like 4 hours a night for the last 4 nights.
I just want this done.
Posts: 12
Joined: Feb 2009
Reputation:
0
rgh184
Junior Member
Posts: 12
Well, that depends on what all you've set up. Is the imon driver loaded for the panel? Do you have lirc set up to run using the 2 commands listed in the OP? If yes to both of those, have you set up the lircd.conf file for your remote? if so, you should be able to run 'irw' and see the remote commands on the screen.
PS: A helpful command to get things working for me was 'sudo modprobe lirc_imon'
Posts: 12
Joined: Feb 2009
Reputation:
0
rgh184
Junior Member
Posts: 12
Youre mising my point: If you are running Jaunty, the version of lirc you are trying to compile is already there by default. (0.8.4a) and you don't need to do anything relating to compiling source code, etc.
Posts: 117
Joined: Nov 2008
Reputation:
0
Ok... so I can just advance to the next step.
Thank you very much. I appreciate the help.
Posts: 12
Joined: Feb 2009
Reputation:
0
rgh184
Junior Member
Posts: 12
When I get a 'permission denied' I usually put a sudo in front of the command.
Posts: 117
Joined: Nov 2008
Reputation:
0
I put sudo in front of everything for the most part.
Didn't make a difference in the case of either of my errors.
Posts: 12
Joined: Feb 2009
Reputation:
0
rgh184
Junior Member
Posts: 12
Then I don't know. Perhaps something with your lirc installation got jacked up when you were trying to install from source? Try reinstalling lirc from the repos.
Posts: 12
Joined: Feb 2009
Reputation:
0
rgh184
Junior Member
Posts: 12
sudo apt-get remove lirc
sudo apt-get install lirc