Xfce Forum

Sub domains
 

You are not logged in.

#1 2015-12-08 11:01:22

Jean-ChristopheS
Member
Registered: 2015-11-30
Posts: 8

[Solved] mute automatically internal sound card

Hello
on debian 8.2/gnome 3 I have installed xfce (4.10) (and I'm really happy of that!!)
However, I have several problems to fix: the most important is a sound problem
I use a usb sound card (m-audio fast track mkII). But each time I boot, the internal soundcard is active (in pavucontrol, I have to "mute" it)
How can I desactivate it durably?
Furthermore, somtimes I use jackd (it doesn't always work and I have to restart it!) and when I close it, the control volum icon in panel doesn't work any more.
How can I fix all that? How could I at least understand how it works??

jc

Last edited by Jean-ChristopheS (2015-12-08 11:36:35)

Offline

#2 2015-12-09 15:49:55

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: [Solved] mute automatically internal sound card

Not really an Xfce issue, but the general process for disabling a device is to blacklist the kernel module.

cat /proc/asound/modules

...will list the sound modules. Identify the one you want blacklisted and create the file /etc/modprobe.d/sound.blacklist.conf with the content of:

blacklist SOUND_MODULE

...where SOUND_MODULE is the module name from the previous step. Then reboot.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2015-12-09 17:04:13

Jean-ChristopheS
Member
Registered: 2015-11-30
Posts: 8

Re: [Solved] mute automatically internal sound card

ToZ wrote:

Not really an Xfce issue, but the general process for disabling a device is to blacklist the kernel module.

cat /proc/asound/modules

...will list the sound modules. Identify the one you want blacklisted and create the file /etc/modprobe.d/sound.blacklist.conf with the content of:

blacklist SOUND_MODULE

...where SOUND_MODULE is the module name from the previous step. Then reboot.

working!
thank you!

Offline

Board footer

Powered by FluxBB