INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: No Audio - Alsa Error  (Read 3478 times)

Johnny Stork

  • Junior Woodchuck
  • **
  • Posts: 93
  • Johnny Stork
No Audio - Alsa Error
« on: November 17, 2013, 12:37:30 pm »

Rubbing an Asus Xonar STS and Mint 16. MC installed fine, connected to library but when I try to play I get an ALSA error about an unsupported output format?

Playback could not be started on the output 'ALSA' using the format '44.1khz 24bit 2ch'

Suggestions?
Logged

Mike Noe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 792
Re: No Audio - Alsa Error
« Reply #1 on: November 17, 2013, 04:52:38 pm »

Use output format in DSP to set 48kHz (or 96), see what happens.
Logged
openSUSE TW/Plasma5 x86_64 | Win10Pro/RX560
S.M.S.L USB-DAC => Transcendent GG Pre (kit) => Transcendent mono OTLs (kit)
(heavily modded) Hammer Dynamics Super-12s (kit)
(optionally) VonSchweikert VR8s

mcollier

  • World Citizen
  • ***
  • Posts: 100
Re: No Audio - Alsa Error
« Reply #2 on: November 20, 2013, 11:38:23 am »

Hi Johnny, on my system, I have about 7 ALSA devices to choose from.  I found that I get the same error you described on all but one that works properly.  So, I recommend trying all the various ALSA devices you find in the audio settings.
Logged

InflatableMouse

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3978
Re: No Audio - Alsa Error
« Reply #3 on: November 20, 2013, 12:01:20 pm »

Same thing here, big list of devices, only 1 works.

In that list there's one called: Default.

This default points to one the named devices, I tried to figure out how to set this default to the one that works, but I've not managed it yet.

Any ideas/tips on that would be appreciated.
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13577
Re: No Audio - Alsa Error
« Reply #4 on: November 20, 2013, 10:43:56 pm »

I'm thinking in these cases that something else is using the devices you see but can't open. For example, when I open pavucontrol, I can't get at any device but default.
Default is what the alsa system thinks is the current default. The actual string passed is "default"
Logged

InflatableMouse

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3978
Re: No Audio - Alsa Error
« Reply #5 on: November 22, 2013, 04:34:34 am »

Same thing here, big list of devices, only 1 works.

In that list there's one called: Default.

This default points to one the named devices, I tried to figure out how to set this default to the one that works, but I've not managed it yet.

Any ideas/tips on that would be appreciated.

This worked for me:

Code: [Select]
cat /proc/asound/modules
gives this response

Quote
0 snd_hda_intel
1 snd_virtuoso

Use these to edit /etc/modprobe.d/alsa-base.conf. Add to the end of the file:

Quote
# setting order
options snd_virtuoso index=0
options snd_hda_intel index=-2

Index=0 makes that card the default, -2 makes sure that one isn't being used.

Obviously replace the "snd_blah" for whatever cat /proc/asound/modules outputs.

Reboot or try
Code: [Select]
sudo /etc/init.d/alsa-utils restart
In my case this made the Default that MC shows on top of the list a working option. Also, some game which used the Default didn't even start ... now it starts and has working sound.
Logged
Pages: [1]   Go Up