Author |
Message |
jgm
|
Posted: Mon Jan 01, 2007 6:58 am |
|
Joined: Tue Dec 06, 2005 2:54 pm
Posts: 5
|
Hi,
Just upgraded to from R5C7 to 5E50 and everything looks good except that my remote is no longer working. I tried some changes related to similar issues on this forum but none of them work. I think that the pertinent details are
/etc/lirc/hardware.conf contains DEVICE="" /dev/lircd is present but /dev/lirc and /dev/lirc0 are not Remote is a Hauppauge a415-hpg Rerunning lirc-setup.sh doesn't change anything (that I've noticed) Any other ideas? Can I just create a /dev/lirc0, and if so what major/minor numbers should I use? Thanks. Cheers, Jim.[/list]
|
|
Top |
|
 |
tjc
|
Posted: Mon Jan 01, 2007 11:01 am |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
Please see the item 3 under "Known Chnages" and item 2.3 under "Phase 3 - Post-install setup" in the R5E50 Upgrade hints and hazards posting.
BTW - Searching for "R5E50" and "lirc" would also have turned this information up.
|
|
Top |
|
 |
jgm
|
Posted: Mon Jan 01, 2007 11:15 am |
|
Joined: Tue Dec 06, 2005 2:54 pm
Posts: 5
|
Yep thanks for the suggestion but as mentioned I tried the changes as listed on the forum and they didn't help. After some more tracking down it looks like the issue was that in addition to nothing in the DEVICE line there was also nothing in the MODULES line so set the MODULES line to be MODULE="lirc_i2c" and rebooted and things started working.
Note that the issue may have actually been that there was no lirc_i2c entry in /etc/modules as it seems that it could go in either /etc/modules or the MODULES line in /etc/lirc/hardware.conf and I don't know if there are any preferences for one over the other. I ended up putting it in /etc/lirc/hardware.conf and everything now seems to work okay.
Cheers,
Jim.
|
|
Top |
|
 |
entourage
|
Posted: Wed Jan 03, 2007 2:47 pm |
|
Joined: Fri May 20, 2005 9:34 am
Posts: 113
|
FYI, I added the Code: MODULE="lirc_i2c"
to the /etc/lirc/hardware.conf file and rebooted and my a415-hpg PVR-150 silver remote worked!
p.s. I did a clean install (not an upgrade)
Thanks!
|
|
Top |
|
 |
tjc
|
Posted: Wed Jan 03, 2007 7:44 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
Most of the "Known Issues" section of the upgrade hints still applies for scratch installs. Some of the changes probably apply too, especially where existing documentation is concerned.
|
|
Top |
|
 |
Thep
|
Posted: Tue Jan 09, 2007 12:46 am |
|
Joined: Mon May 22, 2006 2:50 pm
Posts: 7
|
Thank you !!!!! I had been having the same issues and reading the various threads and trying the suggestions for a few hours before I came upon this and it worked perfectly.
Thanks!!!
|
|
Top |
|
 |
Willo
|
Posted: Sat Jan 13, 2007 11:09 am |
|
Joined: Sun Apr 03, 2005 2:45 pm
Posts: 22
Location:
Lees Summit MO
|
Jim,
Did you create a new device?
Quote: Any other ideas? Can I just create a /dev/lirc0, and if so what major/minor numbers should I use? Thanks.
I'm having difficulty with my PVR250. I have followed the instructions of the posts, but do not seem to be getting very far. My hardware.conf looks like this:
Code: # /etc/lirc/hardware.conf # # Arguments which will be used when launching lircd LIRCD_ARGS=""
#Don't start lircmd even if there seems to be a good config file START_LIRCMD=false
#Try to load appropriate kernel modules LOAD_MODULES=true
# Run "lircd --driver=help" for a list of supported drivers. DRIVER="default" # If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be # automatically used instead DEVICE="/dev/lirc" MODULES="lirc_dev lirc_pvr150"
Code: ls -l /dev/lir* returns Code: srw-rw-rw- 1 root root 0 Jan 13 11:04 /dev/lircd
I know I have the correct lircd.conf and lircrc from my previous installs
I have added lirc_i2c to my /etc/modules but still not luck.
Any help is appreciated.
|
|
Top |
|
 |
nonanone
|
Posted: Fri Jan 19, 2007 10:08 pm |
|
Joined: Mon Jan 30, 2006 1:11 am
Posts: 12
|
I got the remote control working after doing an upgrade from R5D1 to R5E50. I have a PVR350 with the grey A415-HPG remote control.
Prior to getting it working, I tried many things from recompiling the kernel (thanks to Cecil for providing the kernel source) and the modules to tweaking all kinds of parameters using various forum topics, all to no avail. Here is what worked for me:
Below are the devices present:
Quote: root@mythtv:~# ll /dev/lir* crw-rw---- 1 root video 61, 0 Jan 19 19:44 /dev/lirc0 srw-rw-rw- 1 root root 0 Jan 19 19:44 /dev/lircd
What worked for me was changing the /etc/lirc/hardware.conf from: Quote: DEVICE="/dev/lirc" to Quote: DEVICE="/dev/lirc0"
Although there may be different reasons for the remote not to work after an upgrade, I hope this posting will help others having the same issue as the one I had... 
|
|
Top |
|
 |
ethnarch3
|
Posted: Sat Mar 24, 2007 8:05 am |
|
Joined: Fri Dec 15, 2006 5:54 am
Posts: 15
|
I have a PVR350 with the grey A415-HPG, which is acting pretty strange.
if i run "ls -l /dev/lir*"
Code: ls: /dev/lir*: No such file or directory my "/etc/lirc/hardware.conf" Code: # /etc/lirc/hardware.conf # # Arguments which will be used when launching lircd LIRCD_ARGS=""
#Don't start lircmd even if there seems to be a good config file START_LIRCMD=false
#Try to load appropriate kernel modules LOAD_MODULES=true
# Run "lircd --driver=help" for a list of supported drivers. DRIVER="default" # If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be # automatically used instead DEVICE="/dev/lirc0" #MODULES="lirc_dev lirc_i2c" MODULE="lirc_i2c"
I made all the changes suggested one thing to note however is i could not find any files on my computer called "lirc-setup.sh". I did find however "/usr/local/bin/lirc-reconfig.sh" and i ran that selected the correct remote. This didn't work either i tried rebooting and that didn't work either.
Also i noticed that after running the "/usr/local/bin/lirc-reconfig.sh" file /dev/lircd appears in my /dev directory. When i reboot the computer it dissapears again.
Does anyone know where i am going wrong?
|
|
Top |
|
 |
tjc
|
Posted: Sat Mar 24, 2007 10:34 am |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
|
Top |
|
 |
ethnarch3
|
Posted: Sat Mar 24, 2007 6:31 pm |
|
Joined: Fri Dec 15, 2006 5:54 am
Posts: 15
|
|
Top |
|
 |
ethnarch3
|
Posted: Sat Mar 24, 2007 9:13 pm |
|
Joined: Fri Dec 15, 2006 5:54 am
Posts: 15
|
I am still not sure whether i was supposed to compile ivtv or lirc but i went through the link that tlc sent me and i did not mess up my tv cards, however it did not fix the lirc problem.
|
|
Top |
|
 |
tjc
|
Posted: Sat Mar 24, 2007 10:48 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
Sorry for the typo, I meant the new ivtv driver. This matters since the remote is connected through the ivtv card, and the new driver contains many i2c updates.
Have you rerun the lirc-reconfig.sh script after doing that and selected the appropriate remote (Hauppauge Silver)? After doing that you need to tweak the /etc/lirc/hardware.conf to make sure it has the right device (probably /dev/lirc0 check the dmesg log to be sure) and drivers
Code: # /etc/lirc/hardware.conf # # Arguments which will be used when launching lircd LIRCD_ARGS=""
#Don't start lircmd even if there seems to be a good config file START_LIRCMD=false
#Try to load appropriate kernel modules LOAD_MODULES=true
# Run "lircd --driver=help" for a list of supported drivers. DRIVER="default" # If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be # automatically used instead DEVICE="/dev/lirc0" MODULES="lirc_dev lirc_i2c" .
|
|
Top |
|
 |
ethnarch3
|
Posted: Sun Mar 25, 2007 6:29 am |
|
Joined: Fri Dec 15, 2006 5:54 am
Posts: 15
|
What would i be looking for in the dmesg log?
I tried searching for lirc and /dev/lirc nothing came up though.
|
|
Top |
|
 |
ethnarch3
|
Posted: Sun Mar 25, 2007 6:43 am |
|
Joined: Fri Dec 15, 2006 5:54 am
Posts: 15
|
This may or may not be of any help but this is some more information i am gettings from these commands.
Also maybe i ran the dmesg too soon as i wasn't waiting for the computer to restart but now 5 minutes later i am getting some output from dmesg.
lsmod | grep lirc
Code: lirc_i2c 12420 0 lirc_dev 16628 1 lirc_i2c i2c_core 20864 23 cx88xx,lirc_i2c,dvb_bt8xx,nxt6000,mt352,sp887x,dst,bttv,dvb_pll,cx24110,or51211,zl10353,lgdt330x,wm8775,cx25840,saa7127,ivtv,saa7115,msp3400,tuner,i2c_algo_bit,tveeprom,i2c_nforce2
dmesg | grep lirc Code: lirc_dev: IR Remote Control driver registered, at major 61 lirc_i2c: chip found @ 0x18 (Hauppauge IR) lirc_dev: lirc_register_plugin: sample_rate: 10
|
|
Top |
|
 |