View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 31 posts ] 
Go to page 1, 2, 3  Next

Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Mon Jan 01, 2007 6:58 am 
Offline
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
 Profile  
 
 Post subject:
PostPosted: Mon Jan 01, 2007 11:01 am 
Offline
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
 Profile  
 
 Post subject:
PostPosted: Mon Jan 01, 2007 11:15 am 
Offline
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
 Profile  
 
 Post subject:
PostPosted: Wed Jan 03, 2007 2:47 pm 
Offline
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
 Profile  
 
 Post subject:
PostPosted: Wed Jan 03, 2007 7:44 pm 
Offline
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
 Profile  
 
 Post subject:
PostPosted: Tue Jan 09, 2007 12:46 am 
Offline
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
 Profile  
 
 Post subject:
PostPosted: Sat Jan 13, 2007 11:09 am 
Offline
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.

_________________
websites: http://www.willoliver.com http://healthcareitforum.com


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 19, 2007 10:08 pm 
Offline
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... :D


Top
 Profile  
 
PostPosted: Sat Mar 24, 2007 8:05 am 
Offline
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
 Profile  
 
 Post subject:
PostPosted: Sat Mar 24, 2007 10:34 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
The new lirc driver may help. See this page on the wiki http://www.knoppmythwiki.org/index.php?page=CompileIvtv-0.10.0


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 24, 2007 6:31 pm 
Offline
Joined: Fri Dec 15, 2006 5:54 am
Posts: 15
Hmm I could be wrong as i see myself as a newbie but isn't the link you gave me to compile ivtv not lirc. I don't want to mess up my tv cards as they are working!!!

In the meantime i found the kernel source at this link as cecil posted here if anyone else needs it

http://mysettopbox.tv/phpBB2/viewtopic.php?t=13281&postdays=0&postorder=asc&start=15


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 24, 2007 9:13 pm 
Offline
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
 Profile  
 
 Post subject:
PostPosted: Sat Mar 24, 2007 10:48 pm 
Offline
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
 Profile  
 
 Post subject:
PostPosted: Sun Mar 25, 2007 6:29 am 
Offline
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
 Profile  
 
 Post subject:
PostPosted: Sun Mar 25, 2007 6:43 am 
Offline
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
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 31 posts ] 
Go to page 1, 2, 3  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 18 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu