Posts: 26
Joined: Jun 2013
Reputation:
0
Hi gokudo,
Thanks for your input. So yousuggest I go with a third party USB IR receiver, is that right?
Blaccko
Posts: 93
Joined: Dec 2009
Reputation:
1
2013-08-12, 17:52
(This post was last modified: 2013-08-12, 17:55 by gokudo.)
Pretty much, but you could first try out the Asrock anyway, maybe you get different results than I. BTW, no need to update the driver, all you need comes with XBMCBuntu.
Posts: 26
Joined: Jun 2013
Reputation:
0
2013-08-12, 17:53
(This post was last modified: 2013-08-12, 17:53 by Blaccko.)
Ok, thanks. I'll check it out. However, were you able to wake up from S5 state via a third party USB IR receiver?
Blaccko
Posts: 11
Joined: Oct 2012
Reputation:
0
excellent information
helped me to get my remote working with mythtv again via lirc
helped me to understand what was happening
Posts: 40
Joined: May 2013
Reputation:
1
Hi,
i see that this is the most active IR thread here, so i like to add my question here.
I would like to boot up my PC by remote, this is working on a lot of PC but i only find thet your system recognize the IR on "USBx".
I am using a FLIRC USB adapter which is working perfect when the system is boot up.
System: Biostar NM70i-1037
My config looks like this:
cat /proc/acpi/wakeup
Device S-state Status Sysfs node
P0P1 S4 *disabled
USB1 S3 *disabled
USB2 S3 *disabled
USB3 S3 *disabled
USB4 S3 *disabled
USB5 S3 *disabled
USB6 S3 *disabled
USB7 S3 *disabled
EHC1 S4 *enabled pci:0000:00:1d.0
EHC2 S4 *enabled pci:0000:00:1a.0
XHC S4 *disabled
HDEF S4 *disabled pci:0000:00:1b.0
PWRB S4 *enabled
as you can see EHCI1 and 2 are my FLIRC and Keyboard.
lsusb -t
1-1.1:1.1: No such file or directory
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/2p, 480M
|__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/4p, 480M
|__ Port 2: Dev 3, If 0, Class=vend., Driver=ftdi_sio, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/2p, 480M
|__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/4p, 480M
|__ Port 1: Dev 3, If 0, Class=HID, Driver=usbhid, 1.5M
|__ Port 1: Dev 3, If 1, Class=vend., Driver=, 1.5M
|__ Port 2: Dev 4, If 0, Class=HID, Driver=usbhid, 12M
|__ Port 2: Dev 4, If 1, Class=HID, Driver=usbhid, 12M
|__ Port 2: Dev 4, If 2, Class=HID, Driver=usbhid, 12M
Do you have any idea for me?
Thanks for your help.
Posts: 40
Joined: May 2013
Reputation:
1
ok forget it, i just did not see that i needed to configure the "wake" key in the flirc. After configuring that, its working perfect. but only from suspend or hypernate not from S5.
Posts: 25
Joined: Oct 2012
Reputation:
2
You can try with 'other'. It should work.
Posts: 3
Joined: Jan 2013
Reputation:
0
My thanks to LB06,.... finally someone documents a simple set of easy to follow install instructions....
I have followed the posts up until the point it gets into lircrc definitions... on my ubuntu 12.04 system
My system,. and mythtv pc responds to remote button presses,.. but not all the ones I want.
I have created an lircrc file with each button press defined,.. problem is my system does not read it,.. as far as I can tell.
I have located the file in ~/.mythtv and saved the file as "lircrc",.. I have the remote file located in /etc/rc_keymaps/tbs-remote.
If I run sudo ir-keytable -c -w /etc/rc_keymaps/tbs-remote -p NEC,LIRC,.. things appear to setup fine,.. and myth responds to a limited button set,.. but clearly not the contents of my full lircrc file.
Not sure if this is an error but the tail of my lirc.conf file is as follows, is this def. correct?
--------------
#Configuration for the Linux input layer (/dev/input/eventX) remote:
include "/usr/share/lirc/remotes/devinput/lircd.conf.devinput"
--------------
What am I doing wrong,... I appear to have lost the plot somewhere.
Tx and regards
Posts: 151
Joined: Nov 2008
Reputation:
2
Great guide, Got my stuff working after a couple of tries. Two questions.
1) I cannot for the life of me get the ir-keytable -c -w $path to autorun on startup. I have to execute it manually each time. I have tried putting that code in rc.local but that doesnt seem to be working. Any other suggestions?
2) I think this was referenced earlier in this thread. But its pretty easy to hit up or down and suddenly be scrolling really fast. Any way to disable this or make it less sensitive?