@tafkaz I've never had any success getting the WinTV Nova-T remote to work when using Mythbuntu's configuration center or using dpkg- reconfigure so I configure it manually (see my files below, this lircd.conf will only work with the WinTV Nova-T remote).
Then: sudo service lirc restart test with: irw press some remote buttons and you should see output similar to: 000000008001001c 00 OK hauppauge_nova_t_uk 0000000080010080 00 Stop hauppauge_nova_t_uk 00000000800100a7 00 Record hauppauge_nova_t_uk 0000000080010002 00 1 hauppauge_nova_t_uk 0000000080010003 00 2 hauppauge_nova_t_uk 0000000080010004 00 3 hauppauge_nova_t_uk If you are using MythTV you would then need to edit ~/.lirc/mythtv to map the remote buttons (OK, Stop, Record, etc.) to keypresses. hardware.conf, replace the /dev/event device with the appropriate device on your system: # /etc/lirc/hardware.conf # #Chosen Remote Control #REMOTE="Hauppauge DVB-T card (ver. 2.1)" REMOTE_DRIVER="devinput" REMOTE_DEVICE="/dev/input/event6" REMOTE_SOCKET="" REMOTE_LIRCD_ARGS="" #Chosen IR Transmitter TRANSMITTER="None" TRANSMITTER_MODULES="" TRANSMITTER_DRIVER="" TRANSMITTER_DEVICE="" TRANSMITTER_SOCKET="" TRANSMITTER_LIRCD_CONF="" TRANSMITTER_LIRCD_ARGS="" #Enable lircd START_LIRCD="true" #Don't start lircmd even if there seems to be a good config file #START_LIRCMD="false" #Try to load appropriate kernel modules LOAD_MODULES="false" # Default configuration files for your hardware if any LIRCMD_CONF="" lircd.conf: # Please make this file available to others # by sending it to <[email protected]> # # this config file was automatically generated # using lirc-0.7.1pre2(any) on Sat Sep 17 01:00:56 2005 # # contributed by # # brand: lircd.conf.kernel-2.6.13.1.conf # model no. of remote control: # devices being controlled by this remote: # begin remote name hauppauge_nova_t_uk bits 16 eps 30 aeps 100 one 0 0 zero 0 0 pre_data_bits 16 pre_data 0x8001 gap 135803 toggle_bit 0 begin codes Power 0x0074 Go 0x0161 TV 0x0179 Videos 0x0189 Music 0x0188 Pictures 0x016F Guide 0x016D Radio 0x0181 Up 0x0067 Left 0x0069 Right 0x006A Down 0x006C OK 0x001C Back 0x00AE Menu 0x008B VolumeUp 0x0073 VolumeDown 0x0072 PreviousChannel 0x019C Mute 0x0071 ChannelUp 0x0192 ChannelDown 0x0193 Record 0x00A7 Stop 0x0080 Replay 0x00A8 Play 0x00CF Skip 0x00D0 PreviousTrack 0x00A5 Pause 0x0077 NextTrack 0x00A3 1 0x0002 2 0x0003 3 0x0004 4 0x0005 5 0x0006 6 0x0007 7 0x0008 8 0x0009 9 0x000A 0 0x000B Text 0x0184 Subtitles 0x0172 Red 0x018E Green 0x018F Yellow 0x0190 Blue 0x0191 end codes end remote -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/783107 Title: cx88 remote control does not work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/783107/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
