Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   ATi Remote Wonder in Linux? (https://thetfp.com/tfp/tilted-technology/97426-ati-remote-wonder-linux.html)

skaven 11-13-2005 09:54 PM

ATi Remote Wonder in Linux?
 
I recently got an ATi TV Wonder card w/remote for use in a MythTV box I'm building up. The tuner card works great, and from what I've read on the internet, the TV wonder is supposed to "just work"... it's supposed to show up as a HID in newer 2.6 kernels and thus mimic a mouse and keyboard.

Unfortunately I'm getting nothing at all from my Remote Wonder. Nada.

I've tried plugging in mutliple USB mice and keyboards and my system has no trouble accepting input from multiple ones at the same time, so I don't believe that's the problem.

dmesg shows that the ati_remote module loads up and initializes properly when I plug in the RF receiver.

However, I get nothing at all from the remote.

As other people on the internet have had seemingly zero trouble at all getting their Remote Wonders to work, I'm curious whether I've got a bum transmitter, or if I'm just doing something wrong with the configuration. I'd rather not have to install windows on the box just to verify that my hardware actually works...

Anybody else gotten one of these to work before in Linux?

ratbastid 11-14-2005 05:43 AM

I don't know anything about this particular piece of hardware, but I know a litle about device drivers, and I can speculate as well as anybody.

If dmesg tells you it sees the IR receiver, that's a good sign that everything's set up right about the card itself. You might check the batteries in the remote? Because it does sound like an issue somewhere between the remote and the receiver.

I have a universal "learning" remote that reads other remote's IR patterns so it can pretend to be that remote. I've used that to test remotes before--if my u-remote can read them, I know that's not where my problem is. Maybe you could find one of those?

skaven 11-14-2005 09:47 PM

Well this is an RF remote -- no IR. And it's a USB receiver, not a PCI card. It's so frustrating, though, to see ati_remote listed quite clearly under /proc/bus/input

Code:

[skaven@shinji:/proc/bus/input]$ cat devices
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
H: Handlers=kbd event0
B: EV=120013
B: KEY=4 2000078 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0011 Vendor=0002 Product=0001 Version=0000
N: Name="PS/2 Generic Mouse"
P: Phys=isa0060/serio1/input0
H: Handlers=mouse0 event1
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3

I: Bus=0003 Vendor=0bc7 Product=0004 Version=0100
N: Name="X10 Wireless Technology Inc USB Receiver"
P: Phys=usb-0000:00:02.1-2/input1
H: Handlers=kbd mouse1 event2
B: EV=7
B: KEY=108c0020 2000043 0 0 1b0000 0 8000 10180 91400811 9e1ec1 0 14003 40040ffc
B: REL=3

As you can see, the ATI controller is being recognized as mouse1 and kbd, with the PS/2 keyboard and mouse being regognized as mouse0 and kbd. The /dev/input/mice device node should be picking up on both the mouse interfaces, and naturally the kbd interface should be recognized as a keyboard.

Supremely frustrating, because there's no real way to debug this -- I mean, how do you debug whether the remote is transmitting a valid RF signal? How do you debug whether the receiver is even "hearing" anything?

I hate problems like this.

cyrnel 11-14-2005 10:36 PM

Have you tried checking for input with evtest? My myth box has been down for a bit or I'd be more help.

skaven 11-15-2005 04:41 PM

I checked with xev and it isn't capturing anything...does evtest dig deeper than xev?

cyrnel 11-15-2005 04:56 PM

Yes. xev is sort of a superset X version of showkey. evtest watches the specific device. If you get something with evtest you know the hardware is okay. If not, it probably isn't or the driver isn't playing nicely.

skaven 11-15-2005 06:33 PM

Well I managed to locate evtest (its in the lineakd package), and lo and behold...looks like the receiver is working quite nicely, but not receiving a single thing the transmitter is sending.

While I'm happy to have a new debugging tool...I'm disappointed that this most likely means that my remote is busted...

cyrnel 11-15-2005 07:05 PM

Sorry, it's been awhile since I last debugged these things. I was thinking it arrived with 2.6.5 & the gang. Must get my box back in shape...

You tried a hammer already?


All times are GMT -8. The time now is 09:13 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73