PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 27, 2012, 05:43:57 PM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: No Suitable Mixer Element found  (Read 692 times)
cirrus_minor
Full Member
***
Offline Offline

Posts: 123


☆★ #watp ★☆


WWW
« on: September 27, 2011, 10:56:07 AM »

Occasionally after booting up i get the "No Suitable Mixer Element found" window , where the audio output goes to my usb headset, a cold boot normally rights it and gives output back to the onboard, anything i can do to rectify this? i am new to linux so im afraid i gonna need laymans terms.
                regards
                cirrus
Logged



$ PCLOS~KDE~ 2011.Kernel:2.6.38.8
CPU:Intel® Pentium D 2x3.GHz
GPU:ASUS® [G92 EN8800 GT TOP] 512MB DDR3.
Memory:3072MB'DDR2 | HDD Size 1TB
Audio:Audigy2 ZS 7.1
TerryN
PCLinuxOS Tester
Sr. Member
*******
Offline Offline

Posts: 267


Rock the Box!


« Reply #1 on: September 27, 2011, 01:07:24 PM »

Not much to go on here  Sad

If I had to guess, I would say in was a possible card ordering problem.  To force the drivers to load in the correct order, find the name of the sound drivers and add the following to /etc/modprobe.d/snd-options:

options snd slots=snd-xxxxxx,snd-yyyyyy

where snd-xxxxxx is the driver for the on-board and snd-yyyyyy is the driver for the usb

Terry
Logged

Dell E521 - AMD 64 X2 5000+, 4GB RAM, ATI  graphics
PCLinuxOS 2012 (KDE)
|Twitter|
menotu
PCLinuxOS Tester
Super Villain
*******
Offline Offline

Posts: 11992

┌∩┐(◕_◕)┌∩┐


« Reply #2 on: September 27, 2011, 01:10:53 PM »

In addition to Terry's post - when and where does the message appear?
Logged

If you can keep you head while all around you are losing theirs, then you have misunderstood the situation.

PCLinuxOS 32bit & 64bit; 3.2.17bfs kernel, KDE 4.8.3; nvidia 295.53, Athlon 64 X2 4200+; 4GB Ram; NVidia GeForce 8400GS 1GB; x.org 1.10.4 ; 500GB/320GB
cirrus_minor
Full Member
***
Offline Offline

Posts: 123


☆★ #watp ★☆


WWW
« Reply #3 on: September 27, 2011, 01:17:57 PM »

thanks guys , i get the message right after boot on desktop just after  desktop appears , thanks
here is the contents of said file
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-caiaq index=-2
options snd-usb-ua101 index=-2
options snd-usb-us122l index=-2
options snd-usb-usx2y index=-2
options snd-cmipci mpu_port=0x330 fm_port=0x388
options snd-pcsp index=-2
options snd-usb-audio index=-2

my onboard is intel  so do i move that to top ?  and should i delete thr first two entries as i dont use tv cap card?  only onboard for everything , and usb headset for audacios & VOIP , cheers
Logged



$ PCLOS~KDE~ 2011.Kernel:2.6.38.8
CPU:Intel® Pentium D 2x3.GHz
GPU:ASUS® [G92 EN8800 GT TOP] 512MB DDR3.
Memory:3072MB'DDR2 | HDD Size 1TB
Audio:Audigy2 ZS 7.1
TerryN
PCLinuxOS Tester
Sr. Member
*******
Offline Offline

Posts: 267


Rock the Box!


« Reply #4 on: September 28, 2011, 03:45:13 AM »

my onboard is intel  so do i move that to top ?

No, I'm not talking about the order things appear in that file, I mean the order that the sound devices are detected on bootup (which is the only thing I can think of that might be different between reboots)

Find out what kernel module is driving your on-board sound by using lspci -v.  

Mine says:

Code:
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
        <snip>
        Kernel modules: snd-hda-intel

So in MY case I would add:

Code:
options snd slots=snd-hda-intel,snd-usb-audio

This forces the on-board to ALWAYS be "Card 0" and the USB to ALWAYS be "Card 1" regardless of what order the system detects them on boot.

Aside:
I could also use

Code:
options snd-hda-intel index=0
options snd-usb-audio index=1

to achieve the same thing (the "older" way of doing it).

Logged

Dell E521 - AMD 64 X2 5000+, 4GB RAM, ATI  graphics
PCLinuxOS 2012 (KDE)
|Twitter|
cirrus_minor
Full Member
***
Offline Offline

Posts: 123


☆★ #watp ★☆


WWW
« Reply #5 on: September 28, 2011, 06:55:01 AM »

thank you , i ran the lspci -v command and module was snd-intel8x0
 following terrys advice i have added
options snd-hda-intel8x0 index=0
options snd-usb-audio index=1
i shall see how it goes , so far so good, thanks for all ur help.
Logged



$ PCLOS~KDE~ 2011.Kernel:2.6.38.8
CPU:Intel® Pentium D 2x3.GHz
GPU:ASUS® [G92 EN8800 GT TOP] 512MB DDR3.
Memory:3072MB'DDR2 | HDD Size 1TB
Audio:Audigy2 ZS 7.1
cirrus_minor
Full Member
***
Offline Offline

Posts: 123


☆★ #watp ★☆


WWW
« Reply #6 on: October 10, 2011, 02:46:57 PM »

[UPDATE]
                       It transpires that the "no suitable mixer element found" error returns sporadically , and the only fix is a cold boot, Im thinking that maybe the fact i have the USB headset plugged in 24/7 could be a factor , however its not practical to remove them at each boot as they are in a rear USB port, Im also toying with the idea of trying pulse audio to see if that rectifies matters, i shall keep u guys posted as im sure this error will happen to another PCLinuxOS user in the future and hopefully i can find a soloution,  the PC is a stock Dell Optiplex Gx620 with a dedicated GPU.  As ive stated above this is only a minor issue and a cold boot rectifys it  so its by no means a "must" fix.
                                         We Are The People
                                              cirrus
Logged



$ PCLOS~KDE~ 2011.Kernel:2.6.38.8
CPU:Intel® Pentium D 2x3.GHz
GPU:ASUS® [G92 EN8800 GT TOP] 512MB DDR3.
Memory:3072MB'DDR2 | HDD Size 1TB
Audio:Audigy2 ZS 7.1
cirrus_minor
Full Member
***
Offline Offline

Posts: 123


☆★ #watp ★☆


WWW
« Reply #7 on: October 16, 2011, 07:33:51 AM »

since enabaling pulse audio i havent experienced this for last 3 or 4 days
Logged



$ PCLOS~KDE~ 2011.Kernel:2.6.38.8
CPU:Intel® Pentium D 2x3.GHz
GPU:ASUS® [G92 EN8800 GT TOP] 512MB DDR3.
Memory:3072MB'DDR2 | HDD Size 1TB
Audio:Audigy2 ZS 7.1
cirrus_minor
Full Member
***
Offline Offline

Posts: 123


☆★ #watp ★☆


WWW
« Reply #8 on: November 20, 2011, 01:31:11 PM »

arrghh   Shocked instaled a  soundcard and  error has returned , i modded the ^ file to load soundcard then usb like "options snd slots=snd-EMU10k1,snd-usb-audio"  , i can live with it, but sometimes it takes 3 or 4 cold boots to get the audio outputting to the soundcard Sad  ill persevere tho , we have a saying here in the west of Scotland (and Northern Ireland) "No Surrender"
..  we are the people!!

not seen it for a few days now since adding options snd slots=snd-hdaEMU1o1k,snd-usb-audio to the script
Logged



$ PCLOS~KDE~ 2011.Kernel:2.6.38.8
CPU:Intel® Pentium D 2x3.GHz
GPU:ASUS® [G92 EN8800 GT TOP] 512MB DDR3.
Memory:3072MB'DDR2 | HDD Size 1TB
Audio:Audigy2 ZS 7.1
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM