Forum

Full Version: remote help, some buttons not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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.
Then manually download it copy it with winscp:
http://www.mediafire.com/download.php?2jqj7j74xbb5bdn
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.
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
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
(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.
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
Follow my remote setup guide on our wiki.
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?
Can you post the output of:
Code:
cat /proc/bus/input/devices
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
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.
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
I will add this remote to our Lirc remotes library Smile
Pages: 1 2
Reference URL's