Loopback in Alsamixer

Problems and successes with specific brands/models of computer audio hardware
Post Reply
Message
Author
riedzig
Posts: 40
Joined: Thu 01 Oct 2015, 06:14

Loopback in Alsamixer

#1 Post 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.

Pelo

Loopback, what is that ?

#2 Post by Pelo »

Loopback, what is that ?

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#3 Post 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.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

Pelo

if Puppy could improve audio quality

#4 Post by Pelo »

merci Bigpup. if Puppy could improve audio quality compared to Windows, that is a great step forward..

Peterm321
Posts: 411
Joined: Thu 29 Jan 2009, 14:09
Location: UK

#5 Post 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.

Post Reply