ARCHIVE
LinuxMCE Forums
June 19, 2013, 09:20:19 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: LIRC problems after upgrade (pwc solved) ....  (Read 1738 times)
archived
Hello, I'm new here

Posts: 0


View Profile
« on: October 04, 2005, 09:02:48 pm »

Hi,

after upgrade Lirc wrapper dies imediately.  I guess it's more likely that something changed in setup parameters....


it says in logs :

Code:
10 10/04/05 13:51:44.213 LIRC button: voldn will fire: 0 -106 1 90
10 10/04/05 13:51:44.213 LIRC button: VolDown will fire: 0 -106 1 90
10 10/04/05 13:51:44.213 LIRC button: VolUp will fire: 0 -106 1 89
10 10/04/05 13:51:44.213 LIRC button: recorded_tv will fire: 0 -203 1 401 29 5
10 10/04/05 13:51:44.213 LIRC button: DVD will fire: 0 -106 1 43
10 10/04/05 13:51:44.213 LIRC button: tv will fire: 0 -106 1 43 29 1
10 10/04/05 13:51:44.213 LIRC button: live_tv will fire: 0 -106 1 43 29 1
10 10/04/05 13:51:44.213 LIRC button: LiveTV will fire: 0 -106 1 43 29 1
10 10/04/05 13:51:44.213 LIRC button: Back will fire: 0 -203 1 240
10 10/04/05 13:51:44.214 LIRC button: Clear will fire: 0 -203 1 363
10 10/04/05 13:51:44.214 LIRC button: epg will fire: 0 -203 1 126
10 10/04/05 13:51:44.214 LIRC button: Guide will fire: 0 -203 1 126
10 10/04/05 13:51:44.214 LIRC button: start will fire: 0 -203 1 5 3 <%=M%>
10 10/04/05 13:51:44.214 LIRC button: Home will fire: 0 -203 1 5 3 <%=M%>
10 10/04/05 13:51:44.214 LIRC button: Music will fire: 0 -203 1 401 29 4
10 10/04/05 13:51:44.214 LIRC button: Radio will fire: 0 -106 1 43 29 6
10 10/04/05 13:51:44.214 LIRC button: Record will fire: 0 -106 1 102
10 10/04/05 13:51:44.214 LIRC button: display will fire: 0 -203 1 399
10 10/04/05 13:51:44.214 LIRC button: info will fire: 0 -203 1 399
10 10/04/05 13:51:44.214 LIRC button: Down will fire: 0 -106 1 201
10 10/04/05 13:51:44.214 LIRC button: Up will fire: 0 -106 1 200
10 10/04/05 13:51:44.214 LIRC button: Left will fire: 0 -106 1 202
10 10/04/05 13:51:44.215 LIRC button: Right will fire: 0 -106 1 203
10 10/04/05 13:51:44.215 LIRC button: ok will fire: 0 -106 1 190
10 10/04/05 13:51:44.215 Making hardware config
01 10/04/05 13:51:44.215 No SerialPort selected and no default entry found. Exiting.
Return code: 0
Tue Oct 4 13:51:44 CEST 2005 died


I've checked MD settings and I have ATI Remote Wonder remote and 'default' as infrared receiver (same settings worked under .29) ... lirc atiusb module is loaded....

Any advice or similar experience ?

Thanks in advance,

regards,

Rob.
Logged
archived
Hello, I'm new here

Posts: 0


View Profile
« Reply #1 on: October 05, 2005, 10:21:53 am »

well.. lirc kind of shares the same fate as cx88 and ivtv. Modules were precompiled for 2.6.10 and were left out after going to 2.6.13 in the rush to make a release. I'll be making the needed changes now. I wonder where did you get the lirc modules loaded though...
Logged
archived
Hello, I'm new here

Posts: 0


View Profile
« Reply #2 on: October 27, 2005, 08:32:19 pm »

Quote from: "radu.c"
well.. lirc kind of shares the same fate as cx88 and ivtv. Modules were precompiled for 2.6.10 and were left out after going to 2.6.13 in the rush to make a release. I'll be making the needed changes now. I wonder where did you get the lirc modules loaded though...


Hi,

my problems persist also after 0.31 upgrade. I get same error in logs:

Code:
10      10/27/05 20:54:48.282           LIRC button: SkipPrior will fire: 0 -106 1 201
10      10/27/05 20:54:48.283           LIRC button: fastforward will fire: 0 -106 1 203
10      10/27/05 20:54:48.283           LIRC button: Forward will fire: 0 -106 1 203
10      10/27/05 20:54:48.283           LIRC button: Rewind will fire: 0 -106 1 202
10      10/27/05 20:54:48.283           LIRC button: Pause will fire: 0 -106 1 190
10      10/27/05 20:54:48.283           Making hardware config
01      10/27/05 20:54:48.283           No SerialPort selected and no default entry found. Exiting.


Same settings worked in 0.29. Any help ?

I have ATI Remote Wonder (USB).

Regards,

Rob.
Logged
archived
Hello, I'm new here

Posts: 0


View Profile
« Reply #3 on: October 28, 2005, 07:29:33 am »

With kernel 2.6.13 we switched to udev (should have used it in the 1st place, instead of devfs) since devfs was removed for good. But udev creates a /dev entry called lirc0 what we don't test for. It's fixed in svn. There's also a udev rule you can add so it creates /dev/lirc/0 too, but I can't find it for the moment.
Logged
archived
Hello, I'm new here

Posts: 0


View Profile
« Reply #4 on: October 28, 2005, 07:37:15 am »

Quote from: "radu.c"
With kernel 2.6.13 we switched to udev (should have used it in the 1st place, instead of devfs) since devfs was removed for good. But udev creates a /dev entry called lirc0 what we don't test for. It's fixed in svn. There's also a udev rule you can add so it creates /dev/lirc/0 too, but I can't find it for the moment.


hi,

thanks for info. I'd love to get LIRC going.

I'll compile svn version of LIRC_DCE. Is this enough or should I do something else ? I'd kindly ask for instuctions if further steps are necessary...

Regards,

Rob.
Logged
archived
Hello, I'm new here

Posts: 0


View Profile
« Reply #5 on: October 28, 2005, 07:39:13 am »

Write a file called lirc.rules in /etc/udev/rules.d/ with this text in it:
Code:
KERNEL="lirc[0-9]*",    NAME="lirc/%n"
then restart udev.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!
Pluto provided a snapshot of their forums with approximately 5,000 posts in February, 2007 when LinuxMCE branched off. Browse those forum posts in the Archive section. Those posts have been included in the search engine and can be found with keyword searches.