Posted: Sun 11 Sep 2016, 12:24
Are you guys familiar with DebianDog (or Debian Live)? It has neither retrovol, nor mscw and unlike Puppy, neither does it have any audio issues. The thing is, once you've setup the sound, there won't be any need to run alsamixer again. As for the fancy looking GUI - that's a different story and Linux proper has a much, much better alternative. It is called <volumeicon-alsa>.Sailor Enceladus wrote:You're suggesting that we all do everything inside the alsamixer terminal application inside urxvt with the keyboard, and remove the fancy looking GUIs and clickable buttons that match with the interface? What about switching to a text browser to match?anikin wrote:2) Let's ditch MSCW as well as Retrovol. They are misleading and confusing applications. They bring no value to the user. The whole Linux world uses the proper audio tool - *alsamixer*, why shouldn't we?
https://packages.debian.org/jessie/volumeicon-alsa
For the sake of this post, I fired up a test install of DevuanDog (an upgrade from DebianDog Wheezy) and typed the following command in the terminal, because it still had an older version of volumeicon:
Code: Select all
root@debian:~# apt-get install volumeicon-alsa
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
alsamixergui aumix-gtk kmix gnome-alsamixer notify-osd xfce4-nofityd
notification-daemon
The following packages will be upgraded:
volumeicon-alsa
1 upgraded, 0 newly installed, 0 to remove and 299 not upgraded.
Need to get 34.4 kB of archives.
After this operation, 67.6 kB disk space will be freed.
Get:1 http://auto.mirror.devuan.org/merged/ jessie/main volumeicon-alsa i386 0.4.6-2.1 [34.4 kB]
Fetched 34.4 kB in 1s (28.2 kB/s)
(Reading database ... 25131 files and directories currently installed.)
Preparing to replace volumeicon-alsa 0.4.6-1 (using .../volumeicon-alsa_0.4.6-2.1_i386.deb) ...
Unpacking replacement volumeicon-alsa ...
Processing triggers for menu ...
Setting up volumeicon-alsa (0.4.6-2.1) ...
Processing triggers for menu ...
localepurge: Disk space freed in /usr/share/locale: 0 KiB
localepurge: Disk space freed in /usr/share/man: 0 KiB
Total disk space freed by localepurge: 0 KiB
root@debian:~#