[Desktop-packages] [Bug 1843988] Re: python library installed into site-packages instead of into dist-packages

2022-06-03 Thread Alec Leamas
You are indeed right. Python libraries are not multilib, and should live in /usr/lib/python3/site-packages. Will fix, but the process starts at the Debian side. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu.

[Desktop-packages] [Bug 1832885] Re: package lirc 0.10.1-5.2 failed to install/upgrade: installed lirc package post-installation script subprocess returned error exit status 1

2022-06-02 Thread Alec Leamas
The core issue here is the dependency in vdr. There is a ticket [1] about this. Otherwise, the simple work-around is uninstall the lirc package. This is an old bug. I see no new reports or comments lately, which seems to indicate that it is fixed in current release. [1]

[Desktop-packages] [Bug 1768291] Re: lirc is flooding the syslog with two lines each second

2022-06-02 Thread Alec Leamas
Filed vdr issue: https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=1012274 ** Bug watch added: Debian Bug tracker #1012274 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012274 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1843988] Re: python library installed into site-packages instead of into dist-packages

2022-06-02 Thread Alec Leamas
Sorry for late reply. The python module contains binary. architecture-dependent code and can for that reason not be installed in /usr/lib/python3/ due to overall multi-arch requirements. That said, the official Debian documents I find are not explicit on how to install these kind of modules.

[Desktop-packages] [Bug 1768291] Re: lirc is flooding the syslog with two lines each second

2022-06-02 Thread Alec Leamas
lirc does not spam the log if correctly configured. The repeated messages is a actually a feature since it's an easy way to detect status when configuring and hot-plugging a device. The basic issue here is if lirc is pulled in as a dependency. It should not, it's designed to be used by users

[Desktop-packages] [Bug 1817441] Re: lirc ITE8713 not working

2022-06-02 Thread Alec Leamas
[sorry for late walking through bugs] Have you tried the installation instructions as described in the upstream docs[1] ? [1] https://www.lirc.org/html/configuration-guide.html -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in

[Desktop-packages] [Bug 1778569] Re: ir-keytable -c -w /etc/rc_keymaps/file

2022-06-02 Thread Alec Leamas
Late comment: vlc does not depend on lirc any more, so this should not happen to new installations. Work around for existing installations is to either remove the lirc package or simply disable lircd.socket, lircd.service and lircd-uinput using systemctl. -- You received this bug notification

[Desktop-packages] [Bug 1788235] Re: lirc broken on 18.04

2019-05-12 Thread Alec Leamas
https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/1788235/comments/16 is a beginning... -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/1788235 Title: lirc broken on 18.04 Status in

[Desktop-packages] [Bug 1791409] Re: LIRC not working on Ubuntu 18.04

2019-02-18 Thread Alec Leamas
Basically, it isn't buggy but requires manual intervention when updating. A script called lirc-setup is however broken. It's primary use-case is fresh installs rather than updates which have no need for it. A workaround to make it wotk could be found in comment #2. Some users have had problems

[Desktop-packages] [Bug 1791409] Re: LIRC not working on Ubuntu 18.04

2019-02-18 Thread Alec Leamas
> I suppose it is a bug, as lirc should work after upgrade without manual reconfiguration. No it should not, as apparent if you read the comkplete discussion in this bug or, more on the spot, bug #1788235. -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 1791409] Re: LIRC not working on Ubuntu 18.04

2019-02-12 Thread Alec Leamas
That said, if someone filed a bug against lirc because lirc-setup is broken, that bug is certainly valid. But IMHO, that's a very different story. And since there is a usable work-around it would probably just be closed as fixed upstream. -- You received this bug notification because you are a

[Desktop-packages] [Bug 1791409] Re: LIRC not working on Ubuntu 18.04

2019-02-12 Thread Alec Leamas
The main issue described in this bug is bogus, as apparent from bug #1788235 However, the configuration script lirc-setup *is* indeed broken . This is fixed in Debian upstream from 0.10.1, but hasn't trickled down. That said, users will still need to read README.Debian, and the process to

[Desktop-packages] [Bug 1788235] Re: lirc broken on 18.04

2019-01-23 Thread Alec Leamas
> Kodi definitely works with the latest versions of Lirc and the problem i > is very easy to fix so stop downgrading your systems to an older version of > Lirc Right. > The problem is Kodi defaults to looking for a Lirc socket at /dev/lircd which > doesn’t exist anymore. Has anyone cared

[Desktop-packages] [Bug 1778569] Re: ir-keytable -c -w /etc/rc_keymaps/file

2019-01-23 Thread Alec Leamas
To further investigate this issues, a question is if the main lirc package is installed. If so, the lircd.socket, lircd.service and lircd- uinput.services should be disabled and stopped. If problem persists, with or without liblircclient installed, this should be re-assigned to the kernel -- You

[Desktop-packages] [Bug 1791409] Re: LIRC not working on Ubuntu 18.04

2019-01-23 Thread Alec Leamas
This is fixed in debian upstream. Until this trickles down, the walk- around is something like # libdir=/usr/lib/x86_64-linux-gnu/python3.6/site-packages # cp /usr/share/lirc/python-pkg/config.py $libdir/lirc # ln -s $libdir/lirc /usr/lib/python3/dist-packages/ # ln -s

[Desktop-packages] [Bug 1788235] Re: lirc broken on 18.04

2018-11-14 Thread Alec Leamas
So, changing status. @xekon: dpkg-reconfigure doesn't do anything at all... ** Changed in: lirc (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu.

[Desktop-packages] [Bug 1788235] Re: lirc broken on 18.04

2018-11-14 Thread Alec Leamas
> @»ekon, @Alec, thanks for your comments, reading those it looks like you are stating that there is no real bug, just that the changes in the software and its configuration files confused users that were used to the old way? E.g nothing that needs to be resolved? Right, from my point of view

[Desktop-packages] [Bug 1788235] Re: lirc broken on 18.04

2018-11-13 Thread Alec Leamas
@seb128: The missing UI refers to the reconfiguration UI which was part of lirc up to 0.9.0. This reflected even older code containing kernel modules where lirc was rebuilt from source depending on configuration. Nowadays lirc is a just a server with configuration files and there is no need to

[Desktop-packages] [Bug 1788235] Re: lirc broken on 18.04

2018-11-13 Thread Alec Leamas
Seems that we agree that the idea that lirc as of 18.04 is "broken" is plain wrong. The problem is about making a correct upgrade which involves manual steps as described in README.Debian (with a notification in the upgrade message). -- You received this bug notification because you are a

[Desktop-packages] [Bug 1788235] Re: lirc broken on 18.04

2018-11-13 Thread Alec Leamas
> Is there more documentation at a website that I could read to learn more? The official site is http://lirc.org. Among other things, here is an updated Configuration Guide. > I am particularly interested in the info about the raw events from the socket. At the same site there is info on the

[Desktop-packages] [Bug 1788235] Re: lirc broken on 18.04

2018-11-12 Thread Alec Leamas
> While I am sure LIRC has a lot of uses. I would wager 90% of its users are using kodi. This might be the truth as seen from the kodi community. However, from an upstream lirc point of view I cannot really see that the number of kodi users are dominating in any way. > forgot a couple steps,

[Desktop-packages] [Bug 1788235] Re: lirc broken on 18.04

2018-11-09 Thread Alec Leamas
Now, considering these reports one cannot IMHO really say that lirc is 'broken'. What could be said is that the upgrade to the new version requires manual steps, none of which mentioned in this report. The manual steps are documented in the file /usr/share/doc/lirc/README.Debian.gz -- this is

[Desktop-packages] [Bug 1685394] Re: hp media center remote not responding

2017-05-04 Thread Alec Leamas
Glad that it works for you. The question is just how... As noted in the README, from 0.9.4 all lircd.conf files needs names like mce.lircd.conf i. e., with a lircd.conf suffix. The default lircd.conf files only includes files with this suffix. That said, a custom lircd.conf could of course

[Desktop-packages] [Bug 1685394] Re: hp media center remote not responding

2017-05-04 Thread Alec Leamas
Oops... seems that the default lircd.conf only requires .conf suffix, not lircd.conf. All solved, my bad. ** Changed in: lirc (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu.

[Desktop-packages] [Bug 1685646] Re: 'dpkg-reconfigure lirc' doesn't work as expected.

2017-05-01 Thread Alec Leamas
The package contains a README.Debian.gz file which explains the changes done. A reference to this file was displayed when you upgraded lirc, but perhaps you missed it (such things happens, for sure). The update 0.9.0 -> 0.9.4 is a breaking update requiriung manual intervention as described in

[Desktop-packages] [Bug 1685394] Re: hp media center remote not responding

2017-05-01 Thread Alec Leamas
At a closer look, the configuration seems messy. E. g., /etc/lirc/lirc.conf includes a file from /usr/share/lirc/configs, a directory not present in 0.9.4. Have you worked through the necessary manual upgrade steps as described in /usr/share/doc/lirc/README.Debian.gz? Note that the missing

[Desktop-packages] [Bug 1685646] Re: 'dpkg-reconfigure lirc' doesn't work as expected.

2017-05-01 Thread Alec Leamas
Previous versions needed some configuration to basically make a conditional compilation. Possibly, submitter expects the configuration menu as of 0.9.0. However, there is no such menu in 0.9.4 - all configuration is done after installation using regular configuration files Given this, my

[Desktop-packages] [Bug 1681838] Re: IR pilot is not working after kernel change from 3.13 to 4.4

2017-04-30 Thread Alec Leamas
Re-assigning to kernel packagem possiblye the wrong one., ** Package changed: lirc (Ubuntu) => kernel-package (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/1681838 Title: IR

[Desktop-packages] [Bug 1685394] Re: hp media center remote not responding

2017-04-30 Thread Alec Leamas
> I figured out that the lirc device path changed in the new version. This was actually changed in 0.9.0, upstream release (2011) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu.

[Desktop-packages] [Bug 1685394] Re: hp media center remote not responding

2017-04-30 Thread Alec Leamas
Are you actually using lirc here i. e., have you configured kodi to use lirc? If not, this bug should be assigned to the kernel. The ir-keytable stuff is actually part of the kernel... If you indeed are using lirc, as a starter: what does irw(1) tell you when pushing a button or two on the

[Desktop-packages] [Bug 1681838] Re: IR pilot is not working after kernel change from 3.13 to 4.4

2017-04-30 Thread Alec Leamas
For the sake of order, this bug should be re-assigned to the kernel package instead of the user-space lirc package. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/1681838 Title: IR

[Desktop-packages] [Bug 206495] Re: hvr-1100 is not configured properly

2017-01-03 Thread Alec Leamas
This bug is 8 years old, The primary culprits hald and hardware.conf are gone and this bugf shouldI MHO be closed. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/206495 Title: hvr-1100

[Desktop-packages] [Bug 358817] Re: Add irexec, irxevent, ... to session

2016-11-03 Thread Alec Leamas
After a second thought I think this is wontfix. Setting up lirc is a complex task, and enabling a service in the standard session GUI tools is a small problem compared to other. Also, the 'parse .lircrc'approach just don't work since applications can store them anywhere. And does so. -- You

[Desktop-packages] [Bug 934023] Re: mceusb remote stops working after lucid->precise upgrade

2016-11-03 Thread Alec Leamas
Setting Incomplete to let bug expire. Please change if you don't wan bug to expire- ** Changed in: lirc (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu.

[Desktop-packages] [Bug 358817] Re: Add irexec, irxevent, ... to session

2016-11-03 Thread Alec Leamas
So,I'm not allowed set it to wontfix. Setting Incomplete, please change you don't want this bug to be closed. ** Changed in: lirc (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in

[Desktop-packages] [Bug 359356] Re: USB device attached to different ttyUSB after resume from suspend to RAM

2016-11-03 Thread Alec Leamas
Now, suspend-resume is about the kernel, the extra modules secion. But which iof them? Just don't know. ** Package changed: lirc (Ubuntu) => linux-lts-xenial (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu.

[Desktop-packages] [Bug 359356] Re: USB device attached to different ttyUSB after resume from suspend to RAM

2016-11-03 Thread Alec Leamas
Re-assigning to kernel - this is teh way to clarify whether it's a bug or just documented behaviour. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/359356 Title: USB device attached to

[Desktop-packages] [Bug 204769] Re: /etc/init.d/lirc requires TRANSMITTER_DEVICE to be set in hardware.conf

2016-11-03 Thread Alec Leamas
Closing as fixed, since release 0.9.4c does not use sysV scripts or hardware.conf. ** Changed in: lirc (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu.

[Desktop-packages] [Bug 505705] Re: irexec isn't started automatically on existing installs

2016-11-03 Thread Alec Leamas
As for the lirc part, the last 0.9.4 release solves this since the lircd output socket is created at an very early point in the boot sequence. lircd is started using socket activation when irexec or some otther client connects to the socket. So, no race is possible. IMHO, mysql should do the

[Desktop-packages] [Bug 786743] Re: Lack of support for Multiple receivers

2016-11-03 Thread Alec Leamas
At second thogt this is a mythbuntu issue, re-assigning. Please note that that from 0.9.4 lirc no longer supports hardware.conf. In short, each lircd instance is configured as a systemd service. There is also a ren lirc_options.conf file which defines default values for command line options. See

[Desktop-packages] [Bug 786743] Re: Lack of support for Multiple receivers

2016-11-03 Thread Alec Leamas
This do belong to mythbuntu since it's about the automatic generation of config files. Still unsure which of the mythbuntu packages, sorry. ** Package changed: lirc (Ubuntu) => mythbuntu-common (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which

[Desktop-packages] [Bug 517743] Re: Check the TRANSMITTER logic for errors w/ lirc-mceusb

2016-11-03 Thread Alec Leamas
The last release 0.9.4c dos not support hardware.conf anymore, so this is bug is obsoleted. Closing as "FixReleased", short of better options. ** Changed in: lirc (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 334144] Re: [Intrepid AMD64] lirc daemon fails to load at startup

2016-11-02 Thread Alec Leamas
* Last parts of libirman dependencies removed. * Changing Vcs-* headers to point to upstream packaging branch. * Fixes existing large number of upgrade bugs. * Enhance hardening flags. * Add a lintian pbuilder test, this requires --hookdir and B92-test-pkg therein. * Tested (build-w

[Desktop-packages] [Bug 330203] Re: Add Winfast 2000XP ir remote settings to lirc

2016-11-02 Thread Alec Leamas
ed. * Changing Vcs-* headers to point to upstream packaging branch. * Fixes existing large number of upgrade bugs. * Enhance hardening flags. * Add a lintian pbuilder test, this requires --hookdir and B92-test-pkg therein. * Tested (build-wise) on stretch and sid. -- Alec Leamas

[Desktop-packages] [Bug 913527] Re: Remote control "Rosewill RHRC-11001" doesn't work

2016-11-02 Thread Alec Leamas
At a second thought; Since it's now supported, let's close bug ** Changed in: lirc (Ubuntu) Status: Incomplete => Fix Committed ** Changed in: lirc (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 238032] Re: lircd doesn't find dvico usb IR remote device correctly (expects /dev/lirc)

2016-11-02 Thread Alec Leamas
expiring manually ** Changed in: lirc (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/238032 Title: lircd doesn't find dvico usb IR remote

[Desktop-packages] [Bug 663651] Re: Streamzap remote control not operating correctly

2016-11-02 Thread Alec Leamas
Expiring ** Changed in: lirc (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/663651 Title: Streamzap remote control not operating correctly

[Desktop-packages] [Bug 567512] Re: uinput broken for at least Mac mini

2016-11-01 Thread Alec Leamas
mber of upgrade bugs. * Enhance hardening flags. * Add a lintian pbuilder test, this requires --hookdir and B92-test-pkg therein. * Tested (build-wise) on stretch and sid. -- Alec Leamas <leamas.a...@gmail.com> Thu, 26 May 2016 11:14:25 +0100 ** Changed in: lirc (Ubuntu)

[Desktop-packages] [Bug 626633] Re: Missing MCE remote from default config file

2016-11-01 Thread Alec Leamas
The patch is for kernel code, reassigning. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/626633 Title: Missing MCE remote from default config file Status in linux-lts-utopic package

[Desktop-packages] [Bug 597955] Re: LIRC not listed remote: Mediagate MG-IR01BK, Remote model #:RC126, Receiver model #:IR605.

2016-11-01 Thread Alec Leamas
Any news on this? Otherwise, without further input, I suggest this is closed. ** Changed in: lirc (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu.

[Desktop-packages] [Bug 626633] Re: Missing MCE remote from default config file

2016-11-01 Thread Alec Leamas
Possibly , wrog version ** Package changed: lirc (Ubuntu) => linux-lts-utopic (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/626633 Title: Missing MCE remote from default

[Desktop-packages] [Bug 150480] Re: lirc needs an upstart init script

2016-11-01 Thread Alec Leamas
eaders to point to upstream packaging branch. * Fixes existing large number of upgrade bugs. * Enhance hardening flags. * Add a lintian pbuilder test, this requires --hookdir and B92-test-pkg therein. * Tested (build-wise) on stretch and sid. -- Alec Leamas <leamas.a...@gmail.com&g

[Desktop-packages] [Bug 787735] Re: Snapstream Firefly non-functional

2016-11-01 Thread Alec Leamas
+ explicit link to walk around #801719 (dh_python3 shortcomings). * Last parts of libirman dependencies removed. * Changing Vcs-* headers to point to upstream packaging branch. * Fixes existing large number of upgrade bugs. * Enhance hardening flags. * Add a lintian pbuilder test, th

[Desktop-packages] [Bug 663497] Re: Transmitter (irsend) broken in 10.10

2016-11-01 Thread Alec Leamas
indeed the kernel,media subsystem,possibly wrong version ** Package changed: lirc (Ubuntu) => linux-lts-utopic (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/663497 Title:

[Desktop-packages] [Bug 238032] Re: lircd doesn't find dvico usb IR remote device correctly (expects /dev/lirc)

2016-11-01 Thread Alec Leamas
Same expired goes for lirc... ** Changed in: lirc (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/238032 Title: lircd doesn't find dvico

[Desktop-packages] [Bug 238032] Re: lircd doesn't find dvico usb IR remote device correctly (expects /dev/lirc)

2016-11-01 Thread Alec Leamas
..unless there is more input -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/238032 Title: lircd doesn't find dvico usb IR remote device correctly (expects /dev/lirc) Status in

[Desktop-packages] [Bug 454371] Re: Hauppauge HVR-1600 Remote Not Detected

2016-11-01 Thread Alec Leamas
Perhaps wrong kernel version, duuno. But it's the kernel, media susbsystem. ** Package changed: lirc (Ubuntu) => linux-lts-utopic (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu.

[Desktop-packages] [Bug 626030] Re: lirc does not have support for ITE8708 receiver

2016-11-01 Thread Alec Leamas
Closing bug, as it's very old and a fix is committed, ** Changed in: lirc (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/626030 Title:

[Desktop-packages] [Bug 991116] Re: lirc does not work/start

2016-11-01 Thread Alec Leamas
Does this mean that the bug is gone after updating hardware.conf? ** Changed in: lirc (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/991116

[Desktop-packages] [Bug 786254] Re: lirc not working, irw empty, irrecord no gap found

2016-11-01 Thread Alec Leamas
The last lirc update 0.9.4 more or less obsoletes this bug since this kind of configuration doesn't take place. In order to verify this bug we need some testing on the latest version. If you are still interested in this bug, please provide some feedback from testing with 0.9.4c- Otherwise,

[Desktop-packages] [Bug 786254] Re: lirc not working, irw empty, irrecord no gap found

2016-11-01 Thread Alec Leamas
confirmed -> incomplete since we have no info on the status with recent lirc versions. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/786254 Title: lirc not working, irw empty, irrecord

[Desktop-packages] [Bug 993202] Re: lircd crashing on boot in precise. Can be restarted and then stays up

2016-11-01 Thread Alec Leamas
We think this bug is resolved in the last update 0.9.4c (zesty). If you are still interested in it, could you please provide som feedback from testing this version? There are backport version available at my ppa: https://launchpad.net/~leamas-alec/+archive/ubuntu/lirc-0.9.4. Otherwise, without

[Desktop-packages] [Bug 826562] Re: Pinnacle PCTV 50/100i not working in Ubuntu 11.10

2016-11-01 Thread Alec Leamas
The kernel (media susbsystem), possibly wrong version ** Package changed: lirc (Ubuntu) => linux-lts-utopic (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/826562 Title:

[Desktop-packages] [Bug 614289] Re: LIRC MCE USB Config Crash

2016-11-01 Thread Alec Leamas
Marking as incomplete since we have no information if this bug is still present in recent versions. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/614289 Title: LIRC MCE USB Config

[Desktop-packages] [Bug 912251] Re: lirc_register_driver: dev pointer not filled in!

2016-11-01 Thread Alec Leamas
The former lirc modules now belongs to kernel (media subsystem) ** Package changed: lirc (Ubuntu) => linux-lts-xenial (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/912251

[Desktop-packages] [Bug 614289] Re: LIRC MCE USB Config Crash

2016-11-01 Thread Alec Leamas
We believe this bug has been fixed by lirc updates since 0.6.0. In particular, the last release 0.9.4 does not rebuild lirc in any way and these kind of problems just cannot occur (not to say other probklems couldn't). Please let us know if you are still interested in this. Otherwise, without

[Desktop-packages] [Bug 816598] Re: Natty can't resume "lirc" after sleep

2016-11-01 Thread Alec Leamas
Possibly wrong kernel version... but still the kernel (media subsystem) ** Package changed: lirc (Ubuntu) => linux-lts-utopic (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu.

[Desktop-packages] [Bug 624172] Re: Multiple copies of irexec started at login

2016-11-01 Thread Alec Leamas
The key issue her is how irexec is started. When you add the irexex entry, do you provide the --daemon/-d option? If so, try without it. If the --daemon option isn't active, this is likely a gnome bug. program started from ~/.config/autostart is certainly a session issue. If you are still

[Desktop-packages] [Bug 517956] Re: Timing problem (garbage characters) in lirc-driver for iMon PAD VFD 15c2:0036

2016-11-01 Thread Alec Leamas
Indeed the kernelk (media subsystem), but possibly the wrong version... sorry ** Package changed: lirc (Ubuntu) => linux-meta-lts-xenial (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu.

[Desktop-packages] [Bug 667054] Re: Totalmedia Unlisted Remotes LIRC

2016-11-01 Thread Alec Leamas
Well, that lien explains some of these bugs. However, it's old and the question now if is you are still interested in this. That said, a missing remote is not a bug but a support request. Please refer to the upstream mailing list at http://sf.net/p/lirc if you need assistance with unknown

[Desktop-packages] [Bug 657991] Re: lirc fails to work with mce remote

2016-11-01 Thread Alec Leamas
** Changed in: lirc (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/657991 Title: lirc fails to work with mce remote Status in lirc package in

[Desktop-packages] [Bug 660185] Re: Issues with Generic Mceusb receiver after upgrade to 10.10

2016-11-01 Thread Alec Leamas
This bug is old. Does it still affect you? if so , please let us know. Otherwise, without further input, let's close this bug. ** Changed in: lirc (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed

[Desktop-packages] [Bug 657948] Re: Dell Branded Philips Remote Not Working

2016-11-01 Thread Alec Leamas
This bug is obsoleted by the new 0.9.4 version which doos not build rebuild lirc in any case. If you are still interested in this bug please let us know. Otherwise, without further input, let's close this bug. ** Changed in: lirc (Ubuntu) Status: New => Incomplete -- You received this

[Desktop-packages] [Bug 635947] Re: /etc/lirc/hardware.conf is incorrect for Philips SRM 7500 remote

2016-11-01 Thread Alec Leamas
This bug is old. Does it still affect you? In this case, let us know. Otherwise, without firther input, let's close this bug ** Changed in: lirc (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 635947] Re: /etc/lirc/hardware.conf is incorrect for Philips SRM 7500 remote

2016-11-01 Thread Alec Leamas
Also, note that the new version 0.9.4 (zesty) basically obsoletes this bug since it does not support hardware.conf -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/635947 Title:

[Desktop-packages] [Bug 517304] Re: Lirc does not work; no remote's button presses visible in irw's output

2016-11-01 Thread Alec Leamas
I cannot see that this qualifies as a bug, it's more like a support request "How should I configure lirc"· it's also very old. Closing. Please refer to the upstream mailing list at http://sf.net/p/lirc if you are still interested in this. ** Changed in: lirc (Ubuntu) Status: New =>

[Desktop-packages] [Bug 622255] Re: update manager stuck on :loadingLirc modules"

2016-11-01 Thread Alec Leamas
We believe this problem is solved by the latest lirc update 0.9.4 in zesty (it does not do any kernel module loading whatsoever). If you are still ibterested in this bug, please provide some feedback from testing zesty. Otherwise, without further input, let's close this bug. ** Changed in: lirc

[Desktop-packages] [Bug 582274] Re: Leadtek WinFast DTV Dongle Gold remote not working with lirc after update to ubuntu 10.04

2016-11-01 Thread Alec Leamas
This is a HAL problem, and HAL is since long gone from modern linux'es. If you are still interested in this bug please let us know. Without further input the bug will be closed ** Changed in: lirc (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a

[Desktop-packages] [Bug 601630] Re: Bose 321 gs series remote not listed.

2016-11-01 Thread Alec Leamas
This is not a bug but a support request - lirc contains all the tools and documentation to cope with an unknown remote. See e. g., http://lirc.org/html/configuration-guide.html which refers to the latest lirc version 0.9.4 (zesty). Closing thius bug. Please refer to the upstream maling list at

[Desktop-packages] [Bug 502276] Re: LIRC configuration for TechniSat/TechnoTrend USB IR receiver

2016-11-01 Thread Alec Leamas
As of current lirc (zesty + all other distros) remote configurations lives at http://sf.net/p/lirc-remotes. Please submit this config there to make it availale to others. This bug is old. Unless there is more input, lets close it. The remote configurations used by 0.9.0 are dropped upstream and

[Desktop-packages] [Bug 501061] Re: Tevion/KWorld DVB-T 220RF Remote Control not listed in LIRC configuration

2016-11-01 Thread Alec Leamas
This bug is old. Furhermore, lirc cannot accept bugs for each each and every remote.not supported - lirc is designed to be able to cope woih unknown remotes, but it requires user intervention. If you are still intteresteed in this see the documentaion at

[Desktop-packages] [Bug 488080] Re: add support for IO Data MCE Remote

2016-11-01 Thread Alec Leamas
This is basaically a support request. Please refer to the upstream mailing list at http://sf.nety/p/lirc; see also the configuration guide at http://lirc.org/html/configuration-guide.html (which refers to latest version 0.9.4 in zesty) Closing bug ** Changed in: lirc (Ubuntu) Status: New

[Desktop-packages] [Bug 484796] Re: After some time the module lirc_mceusb stops functioning

2016-11-01 Thread Alec Leamas
Belongs to kernel, media subsystem, but will most likley expire ** Package changed: lirc (Ubuntu) => linux-lts-vivid (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/484796 Title:

[Desktop-packages] [Bug 484796] Re: After some time the module lirc_mceusb stops functioning

2016-11-01 Thread Alec Leamas
Is this bug still valid? it needs to be tested on a more recent ub ubuntu version to be processed. If you are still interested in this byug, please let us know. Re-assigning to kernel, since this is about the kernel module. ** Changed in: lirc (Ubuntu) Status: New => Incomplete -- You

[Desktop-packages] [Bug 379446] Re: pixelview playtv pro 2 remote not working

2016-11-01 Thread Alec Leamas
This bug has too little information to be handled: - what does irreccord say? - what does dmesg say? If you are till interested in this bug, please provide some more info along these lines ** Changed in: lirc (Ubuntu) Status: New => Incomplete -- You received this bug notification

[Desktop-packages] [Bug 398362] Re: Unsupported Remote for Mythbuntu 9.04 - Pinnacle HDTV Pro Stick (801e SE)

2016-11-01 Thread Alec Leamas
Any news here, or vcan we close this bug? ** Changed in: lirc (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/398362 Title: Unsupported Remote

[Desktop-packages] [Bug 376244] Re: lirc does not work with avermedia m115 card remote

2016-11-01 Thread Alec Leamas
If you are still interested in this bug, it needs to be tested with the new 0.9.4c release, basically on a zesty host. In the updated package you could use mode2 using --driver devinput to check whether the kernel decodes the signals or not. If it doesn't, it might be perfectly possible to

[Desktop-packages] [Bug 464661] Re: imon_knob no input in 9.10

2016-11-01 Thread Alec Leamas
Have you still any problem with this? Otherwise, without further input, let's close this bug. ** Changed in: lirc (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu.

[Desktop-packages] [Bug 657954] Re: No default remote configuration was included for Hauppauge Nova-T 500; You will need to include your own custom configuration for this remote

2016-11-01 Thread Alec Leamas
Kernel, possibly wrong version... media subsystem, though. ** Package changed: lirc (Ubuntu) => linux-meta-lts-xenial (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/657954

[Desktop-packages] [Bug 657954] Re: No default remote configuration was included for Hauppauge Nova-T 500; You will need to include your own custom configuration for this remote

2016-11-01 Thread Alec Leamas
This is basically about the kernel modules. Re-assigning to kernel. My own opinion is that the bug should be closed as expired unless thee is more input -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu.

[Desktop-packages] [Bug 371244] Re: Add support for Antec Zeris Multimedia Station Basic

2016-11-01 Thread Alec Leamas
This is not a bug but a support request. If you are still interested in this bug, please refer to the upstream mailing list at http://sf.net/p/lirc. ** Changed in: lirc (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 654160] Re: mceusb RC not working

2016-11-01 Thread Alec Leamas
We need more info in order to advance this bug. First, what is the "IR Tray"?. This is certainly not part of the lirc package. Secondly, testing with mode2(1) will reveal if this is about the kernel not delivering timing ingo, or about a lircd failure. Third, if the problem persists it needs

[Desktop-packages] [Bug 783202] Re: lircmd is not started properly by lirc init script when devinput is used

2016-11-01 Thread Alec Leamas
endencies removed. * Changing Vcs-* headers to point to upstream packaging branch. * Fixes existing large number of upgrade bugs. * Enhance hardening flags. * Add a lintian pbuilder test, this requires --hookdir and B92-test-pkg therein. * Tested (build-wise) on stretch and sid. --

[Desktop-packages] [Bug 311890] Re: imon driver (or IT87 driver) does not work, irw crashes lircd

2016-11-01 Thread Alec Leamas
The last note in this bug is five years old, end both the kernel and lirc startup sequence is heavily changed. Could you please test this bug on upcoming zesty and lirc0.9.4c if you are still interested in this bug? Setting status to Incomplete, since without input on status on current code we

[Desktop-packages] [Bug 463050] Re: lirc does not configure IR transmitter properly

2016-11-01 Thread Alec Leamas
These links makes no sense, at least not on a reasonable updated lirc. The /dev/lirc? devices are lircd input stuff whereas the /var/run//lircd devices are lircd output sockets. Linking input to output is, well, not ideal. Partly due to the the bad linking, partly due to the sheer age I'mn

[Desktop-packages] [Bug 1065138] Re: Module lirc_wpc8769l not provided

2016-11-01 Thread Alec Leamas
Rwe-assigning to lernel. After all, missing drivers is a kernel issue. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/1065138 Title: Module lirc_wpc8769l not provided Status in

[Desktop-packages] [Bug 1065138] Re: Module lirc_wpc8769l not provided

2016-11-01 Thread Alec Leamas
Moving to kernel,, media subsystem. My own opinion is that this is wontfix ** Package changed: lirc (Ubuntu) => linux-meta-lts-xenial (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu.

[Desktop-packages] [Bug 574432] Re: Lirc unable to initialise IR portion of Mplay Blast VFD (Zalman HD-135 case)

2016-11-01 Thread Alec Leamas
Probab,ly the kernel, put perhaps wrong version. Sorry. meda subsystem, though. ** Package changed: lirc (Ubuntu) => linux-meta-lts-trusty (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu.

[Desktop-packages] [Bug 574432] Re: Lirc unable to initialise IR portion of Mplay Blast VFD (Zalman HD-135 case)

2016-11-01 Thread Alec Leamas
Re-assigning to kernel, this is seemingly about kernel modules and mutexes.. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu. https://bugs.launchpad.net/bugs/574432 Title: Lirc unable to initialise IR portion of Mplay

[Desktop-packages] [Bug 491860] Re: lirc_mceusb doesn't recognize eHome IR receiver

2016-11-01 Thread Alec Leamas
Definitely the kernel (meda subsystem), but perhaps wrong version. Sorry, rookie doing my best... ** Package changed: lirc (Ubuntu) => linux-meta-lts-trusty (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lirc in Ubuntu.

  1   2   >