Page 1 of 1

Loopback in Alsamixer

Posted: Sat 28 Jan 2017, 08:32
by riedzig
With my MB GA-M68MT-D3P I have always had troubles with niose in the sound (only in Linux). Later I found a perfect solution by disabling Loopback in Alsamixer. But this option is in Alsamixer present only in the latest Puppy derivates(Xenial, Slacko), not in Tahrpup etc. Can in these cases the Loopback be disabled somewhere in the configuration files? Updating alsa-utils or transfer /etc/asound.state from another distro does not produce a result.

Loopback, what is that ?

Posted: Fri 25 Aug 2017, 11:48
by Pelo
Loopback, what is that ?

Posted: Fri 25 Aug 2017, 16:18
by bigpup
The options offered in Retrovol are dependent on the driver being used and the Linux kernel being used.
The Linux kernel provides the driver.

Basically, change the Linux kernel, used in Tahrpup, to a newer kernel, and the option should be offered.

This worked for me to get loopback option in retrovol in Tahrpup64 6.0.6.
Also, made my sound card work better.

Note:
A small chance this could make something else not work, but it would usually happen on really, really old hardware.

Here is how to change the kernel:
In a console enter:

Code: Select all

change_kernels
In the change_kernels window click on kernels button.

That will open the browser to the repository for kernels used in Puppies.
Select one of the kernels being used by Xenialpup.
Make sure to get the correct 32bit or 64bit that matches the Tahrpup bit version you are using.
Download the .tar.bz2 kernel package to some easy to find location.
Now you have to unpack the .tar.bz2 kernel package.
In Rox file manager navigate to the download location.
Left click on the .tar.bz2 kernel package.
XArchive should open showing the contents of package.
Click on select all.
Click on extract.
Click on OK.
Now should have two new files in the location of the .tar.bz2 package.
a vmlinuz file.
kernel-modules.sfs-XXXXX (or similar) or could be zdrv sfs.

Now back at the change_kernels window.
Enter these files in the entry boxes.
vmlinuz file for the first entry box.
kernel-modules.sfs-XXXXX or zdrv sfs for 2nd box.
Hit OK.

The program should change the kernel with no errors.

If all went correctly.

Reboot now using the new kernel.

Note:
Anything that is compiled for a specific kernel will have to be recompiled.
Example:
A manufacturers graphics driver is kernel specific.

if Puppy could improve audio quality

Posted: Sat 26 Aug 2017, 21:09
by Pelo
merci Bigpup. if Puppy could improve audio quality compared to Windows, that is a great step forward..

Posted: Mon 28 Aug 2017, 18:33
by Peterm321
Apparently Tahr now has the Loopback Mixing option:

Code: Select all

amixer  set 'Loopback Mixing' Enabled
Enables it,

Code: Select all

amixer  set 'Loopback Mixing' Disabled
Disables it.

Code: Select all

amixer
by itself to see sound setting contents.