mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #04725
[Bug 281572] Re: ATI/Nvidia X10 RF Userspace remote gets disabled when serial blaster is enabled with MCC
Marking invalid as this release isn't supported anymore. Can anyone
confirm that this issue is still present on a supported Mythbuntu/MythTV
release? If so, feel free to reopen.
** Changed in: mythbuntu
Status: Triaged => Invalid
--
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/281572
Title:
ATI/Nvidia X10 RF Userspace remote gets disabled when serial blaster
is enabled with MCC
Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
Invalid
Bug description:
If MMC is used to configure ATI Wonder remote (5000015900A) with
ATI/Nvidia X10 RF Userspace. The remote appears to work fine.
Tested within MythTV Frontend and irw.
The following is created
/dev/lircd
# /etc/lirc/hardware.conf
#
#Chosen Remote Control
REMOTE="ATI/NVidia X10 RF (userspace)"
REMOTE_MODULES=""
REMOTE_DRIVER="atilibusb"
REMOTE_DEVICE=""
REMOTE_LIRCD_CONF="atiusb/lircd.conf.atilibusb"
REMOTE_LIRCD_ARGS=""
Once I enable serial blaster within MCC, the ATI remote stops working
and the serial blaster does not work either. Selected "Serial Port
(UART) : Dish Receiver. Rebooted as test.
The following is created
/dev/lirc0
/dev/lircd
lsmod | grep lirc shows
llsmod | grep lirc
lirc_serial 21140 0
lirc_dev 20020 1 lirc_serial
dmesg
[ 865.995998] lirc_dev: IR Remote Control driver registered, major 61
[ 866.516070] lirc_serial: auto-detected active high receiver
[ 866.516092] lirc_dev: lirc_register_plugin: sample_rate: 0
Reference files.
cat /etc/serial.conf
/dev/ttyS0 uart none
cat /etc/modprobe.d/lirc-blacklist
blacklist lirc_atiusb
blacklist ati_remote
cat /etc/modprobe.d/lirc-serial
#COM1 equivalent, /dev/ttyS0
options lirc_serial irq=4 io=0x3f8
/etc/lirc/hardware.conf
#Chosen IR Transmitter
TRANSMITTER="Serial Port (UART) : Dish Receiver"
TRANSMITTER_MODULES="lirc_dev lirc_serial"
TRANSMITTER_DRIVER=""
TRANSMITTER_DEVICE=""
TRANSMITTER_LIRCD_CONF="dish/general.conf"
TRANSMITTER_LIRCD_ARGS=""
If I specify TRANSMITTER_DEVICE="/dev/lirc1" and restart lirc
(/etc/init.d/lirc restart). I noticed the following :
/dev/lirc0
/dev/lircd
/dev/lircd1
Not sure what this proves serial blaster tested with :
irsend -d /dev/lircd1 send_once dish 1
irsend: could not connect to socket
irsend: No such file or directory
I know the blaster does work since I did make it work in previous
Mythbuntu 8.10 install test....Just don't know the setup combination I
used to make it work.