[Bug 607062] Re: Remote Control not working (Aureal / Cy se W-01RN)

2011-01-10 Thread Franco Catrin
If all buttons work then you don't need this patch.

You can try using evtest to see what keypresses are generated by the
power button, and then use that in yout keyboard.xml configuration for
XBMC

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/607062

Title:
  Remote Control not working (Aureal / Cy se W-01RN)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 607062] Re: Remote Control not working (Aureal / Cy se W-01RN)

2011-01-10 Thread Franco Catrin
For all people subscribed to this bug, there is an out-of-tree source
for this patch:

http://gitorious.org/hid-aureal-kernel-module

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/607062

Title:
  Remote Control not working (Aureal / Cy se W-01RN)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 613809] Re: Rhythmbox FM plug-in, tvtime and gnomeradio NO SOUND, no /dev/mixer present

2010-11-21 Thread Franco Catrin
There is a patch for tvtime to support mixers from alsa devices:

http://www.stapelspeicher.org/tvtime/patches/experimental/

With that patch it supposed that you can use something like:

tvtime --mixer=hw:1/Line

I haven't tried that patch.  I made a simple script for volume control


#!/bin/sh
DEVICE=hw:CARD=ICH5
CONTROL=iface=MIXER,numid=21
VOL=`amixer -D $DEVICE cget $CONTROL  | grep : | cut -d= -f2 | cut -d, 
-f1`
zenity --scale --value $VOL --print-partial --min-value=0 --max-value=31 --text 
Volumen --title Volumen de TV | xargs -n 1 amixer -D $DEVICE cset $CONTROL

-- 
Rhythmbox FM plug-in, tvtime and gnomeradio NO SOUND, no /dev/mixer present
https://bugs.launchpad.net/bugs/613809
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 607062] [NEW] Remote Control not working (Aureal / Cy se W-01RN)

2010-07-18 Thread Franco Catrin
Public bug reported:

I have a cheap Remote Control that announces as HID Compatible for the
System.  The Remote Control has two event interfaces : Keyboard and
Mouse.  Mouse buttons work but keyboard buttons doesn't.

The remote identifies itself as :

Vendor:Device 0x0755:0x2626
Cy se W-01RN USB_V3.1

After some research I found that the Remote Control has a bogus HID
Report Descriptor.  According to that report descriptor, the maximum
logical value for key events is 1 and not 101 (101 keys).

I wrote a module to add a quirk to the HID subsystem.  The quirk fixes
this wrong Report Descriptor.

fcat...@shaman:~$ lsb_release -rd
Description:Ubuntu 10.04 LTS
Release:10.04

fcat...@shaman:~$ uname -a
Linux shaman 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 07:54:58 UTC 2010 i686 
GNU/Linu

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Remote Control not working (Aureal / Cy se W-01RN)
https://bugs.launchpad.net/bugs/607062
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 607062] Re: Remote Control not working (Aureal / Cy se W-01RN)

2010-07-18 Thread Franco Catrin

** Patch added: Patch to include hid-aureal (usbhid quirk)
   http://launchpadlibrarian.net/52145313/aureal.patch

-- 
Remote Control not working (Aureal / Cy se W-01RN)
https://bugs.launchpad.net/bugs/607062
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs