Forum
remote help, some buttons not working - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Hardware (/forum-7.html)
+--- Forum: Remotes and CEC support (/forum-26.html)
+--- Thread: remote help, some buttons not working (/thread-43.html)

Pages: 1 2


RE: remote help, some buttons not working - m-unit - 17th Dec, 2012 09:43 AM

hmm it downloaded just the same. It seemed to download the first time as well, but I still get that error about it being no in gzip format.


RE: remote help, some buttons not working - CurlyMo - 17th Dec, 2012 09:44 AM

Then manually download it copy it with winscp:
http://www.mediafire.com/download.php?2jqj7j74xbb5bdn


RE: remote help, some buttons not working - m-unit - 17th Dec, 2012 11:06 AM

alright. got the method in post 170 to install, but no difference. I get basic arrows and enter buttons, but no back or ok functionality.

Also tried the last post from this thread: https://github.com/xbianonpi/xbian/issues/71#issuecomment-10929474

same result.


RE: remote help, some buttons not working - CurlyMo - 17th Dec, 2012 08:16 PM

Can you try this post:
https://github.com/xbianonpi/xbian/issues/71#issuecomment-11419836


RE: remote help, some buttons not working - m-unit - 18th Dec, 2012 01:40 PM

I also tried that method. It didn't seem to make any difference. I get the arrow buttons and enter, but no back or ok buttons.

thank you for your efforts


RE: remote help, some buttons not working - CurlyMo - 18th Dec, 2012 07:32 PM

Can you post the output of
Code:
dmesg

and while pressing some buttons:

Code:
irw

Also:

Code:
ls -Al /etc/lirc/remotes/

And as last:

Code:
sudo apt-get install usbutils
sudo lsusb



RE: remote help, some buttons not working - m-unit - 25th Dec, 2012 05:08 AM

(18th Dec, 2012 07:32 PM)CurlyMo Wrote:  Can you post the output of
Code:
dmesg

and while pressing some buttons:

Code:
irw

Also:

Code:
ls -Al /etc/lirc/remotes/

And as last:

Code:
sudo apt-get install usbutils
sudo lsusb

I was unable to get irw to do anything oddly. I also had trouble with the next to things you listed as well.

it appears this is beyond my abilities so I'll just have to wait for more skilled people to work on it.


RE: remote help, some buttons not working - freeballer - 1st Jan, 2013 05:17 PM

I just installed the newest version of xbian, rc 4, and the remote (rc6 mce) is still not operating correctly.
I will post the outputs after I sleep. But I can tell you its appears to be exactly the same buttons that do
NOT work: back, mute, volume down, play, stop, fw, rew


RE: remote help, some buttons not working - CurlyMo - 1st Jan, 2013 07:07 PM

Follow my remote setup guide on our wiki.


RE: remote help, some buttons not working - freeballer - 2nd Jan, 2013 05:01 AM

ok, well that was obviously the first place I looked but nothing worked.. thats why I posted

Code:
root@RaspberryPi:/home/xbian# lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 2101:8500 ActionStar
Bus 001 Device 005: ID 0471:0613 Philips (or NXP) Infrared Transceiver
Bus 001 Device 006: ID 2101:8501 ActionStar
Bus 001 Device 007: ID 0e6a:6001 Megawin Technology Co., Ltd GEMBIRD Flexible keyboard KB-109F-B-DE
Bus 001 Device 008: ID 04d9:048e Holtek Semiconductor, Inc. Optical Mouse


Code:
root@RaspberryPi:/home/xbian# dmesg |tail

[    2.892221] usb 1-1.3: New USB device found, idVendor=0471, idProduct=0613
[    2.898537] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.904606] usb 1-1.3: Product: MCE USB IR Receiver- Spinel plus
[    2.910852] usb 1-1.3: Manufacturer: PHILIPS
[    2.936701] input: PHILIPS MCE USB IR Receiver- Spinel plus as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0/input/input0
[    2.943900] hid-generic 0003:0471:0613.0001: input,hiddev0,hidraw0: USB HID v1.00 Keyboard [PHILIPS MCE USB IR Receiver- Spinel plus] on usb-bcm2708_usb-1.3/input0
[    3.025837] usb 1-1.2.1: new high-speed USB device number 6 using dwc_otg
[    3.129427] usb 1-1.2.1: New USB device found, idVendor=2101, idProduct=8501
[    3.144901] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0


Using "irw", "mode2" does not show any output at all. "irrecord" says it couldn't find /dev/lirc0

At the prompt if I press the numbers buttons sans command line tool it types "1 2 3... and so on",
which leads me to ask; Is it possible the device is being incorrectly detected as only a HID or would the xorg / x11
"take control" of it, and not parsing the input to lirc/xmbc?


RE: remote help, some buttons not working - CurlyMo - 2nd Jan, 2013 10:07 AM

Can you post the output of:
Code:
cat /proc/bus/input/devices



RE: remote help, some buttons not working - freeballer - 2nd Jan, 2013 10:13 AM

Code:
root@RaspberryPi:/home/xbian# cat /proc/bus/input/devices
I: Bus=0003 Vendor=0471 Product=0613 Version=0100
N: Name="PHILIPS MCE USB IR Receiver- Spinel plus"
P: Phys=usb-bcm2708_usb-1.3/input0
S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0/input/input0
U: Uniq=
H: Handlers=sysrq kbd event0
B: PROP=0
B: EV=120013
B: KEY=c0000 400 0 0 0 0 58000 8001e8 4000c004 e0beffdf 1cfffff ffffffff fffffffe
B: MSC=10
B: LED=1f



RE: remote help, some buttons not working - CurlyMo - 2nd Jan, 2013 10:25 AM

Can you run this code (if the first command outputted '0' then it was successful)
Code:
sed -i 's/\. \/etc\/lirc\/hardware\/custom.conf/#\. \/etc\/lirc\/hardware\/custom.conf\n\. \/etc\/lirc\/hardware\/mceusb_event0.conf/g' /etc/lirc/hardware.conf; echo $?;
sudo /etc/init.d/lirc restart

Then retry the first steps of my remote tutorial.


RE: remote help, some buttons not working - freeballer - 2nd Jan, 2013 02:21 PM

I still get a weird error using "mode2", but (more Importantly) IT WORKED!
I didn't have a clue what these event=0-2 files were... Thanks for working through those issues to get it working. As extensive as the lirc library is, I couldn't find one to match the make/model. Was this a complete re-write or modification to one of theirs?


Code:
root@RaspberryPi:/home/xbian# mode2
space 3158064
space 3158064
pulse 3158072
pulse 3158064
space 3158048
pulse 5850443
pulse 6561842
space 7235958
mode2: error reading from /dev/lirc0 (ret 3, expected 4)
mode2: Success
readdata() failed



RE: remote help, some buttons not working - CurlyMo - 2nd Jan, 2013 08:03 PM

I will add this remote to our Lirc remotes library Smile