Difference between revisions of "User:Trogod/System0Up1810Needs"
From MythTV Official Wiki
Line 1: | Line 1: | ||
+ | |||
+ | NOTES | ||
+ | * may want to install mythbuntu-lirc-generator, see [[LIRC]] | ||
+ | |||
=== ALSA === | === ALSA === | ||
Line 18: | Line 22: | ||
I haven't removed libncursesw5 nor libtinfo5, yet. I'll do <code>sudo apt autoremove</code>, later. | I haven't removed libncursesw5 nor libtinfo5, yet. I'll do <code>sudo apt autoremove</code>, later. | ||
+ | |||
+ | === LIRC === | ||
+ | <pre> | ||
+ | $ sudo apt install lirc | ||
+ | The following additional packages will be installed: | ||
+ | libftdi1-2 liblirc-client0 liblirc0 libusb-0.1-4 | ||
+ | Suggested packages: | ||
+ | lirc-compat-remotes lirc-drv-irman lirc-doc lirc-x setserial ir-keytable | ||
+ | Recommended packages: | ||
+ | gir1.2-vte | ||
+ | The following NEW packages will be installed: | ||
+ | libftdi1-2 liblirc-client0 liblirc0 libusb-0.1-4 lirc | ||
+ | 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. | ||
+ | |||
+ | </pre> |
Revision as of 23:43, 24 January 2019
NOTES
- may want to install mythbuntu-lirc-generator, see LIRC
ALSA
as of 24 January 2019
$ cat /proc/asound/version Advanced Linux Sound Architecture Driver Version k4.18.0-13-generic.
$ sudo apt-get upgrade alsa The following packages were automatically installed and are no longer required: libncursesw5 libtinfo5 Use 'sudo apt autoremove' to remove them. The following packages will be upgraded: irqbalance 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I haven't removed libncursesw5 nor libtinfo5, yet. I'll do sudo apt autoremove
, later.
LIRC
$ sudo apt install lirc The following additional packages will be installed: libftdi1-2 liblirc-client0 liblirc0 libusb-0.1-4 Suggested packages: lirc-compat-remotes lirc-drv-irman lirc-doc lirc-x setserial ir-keytable Recommended packages: gir1.2-vte The following NEW packages will be installed: libftdi1-2 liblirc-client0 liblirc0 libusb-0.1-4 lirc 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.