On Mon, 23 May 2016 11:47:12 +0200 gil <puntogil@xxxxxxxxx> wrote: > -------- Messaggio Inoltrato -------- > Oggetto: Re: audio problems > Data: Mon, 23 May 2016 10:14:00 +0200 > Mittente: gil <puntogil@xxxxxxxxx> > Rispondi-a: Development discussions related to Fedora > <devel@xxxxxxxxxxxxxxxxxxxxxxx> > A: devel@xxxxxxxxxxxxxxxxxxxxxxx > > > > Il 23/05/2016 09:41, Samuel Sieb ha scritto: > > On 05/22/2016 03:06 AM, gil wrote: > >> Internal Audio Stereo analogic > >> > >> GK208 HDMI/DP Audio Controller Digital stereo > >> > > Is the internal audio output and not the HDMI selected? > > > sorry what you do mean? > "GK208 HDMI/DP Audio Controller Digital stereo" is the audio device in > my video card > > 04:00.1 Audio device: NVIDIA Corporation GK208 HDMI/DP Audio > Controller (rev a1) > Subsystem: ASUSTeK Computer Inc. Device 8576 > Kernel driver in use: snd_hda_intel > Kernel modules: snd_hda_intel > , and > i must use the > 00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 > Azalia (Intel HDA) (rev 40) > Subsystem: ASRock Incorporation Device 0892 > Kernel driver in use: snd_hda_intel > Kernel modules: snd_hda_intel > but is not listed in kde pannel control ... > >> aplay -l > >> **** List of PLAYBACK Hardware Devices **** > >> card 0: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog] > >> Subdevices: 1/1 > >> Subdevice #0: subdevice #0 > > > > This shows that alsa knows about your hardware. > > > > Run alsamixer in a terminal. You should get a single volume control > > for the pulseaudio output. Make sure that it is up and not muted. > > Press F6 to select a different device and select 0, your HDA device. > > Check that the volume controls and switches are set correctly. > > Normally, pulseaudio should manage it, but this gives you a chance > > to verify and test. > > -- > already done but dont solve anythings > thanks > best Are they turned on in pulse? Install pavucontrol if it isn't already installed, and fire it up. Look at the default device. Is it the device you want to have as default, the AMD card, and not the hdmi device? So, if you set the AMD card as your default in pavucontrol, your problem should be solved. The other thing is that each time that the computer boots, devices are loaded in random order, unless you put a file in /etc/modprobe.d. I use the name soundcard.conf for the file, and this is what I have in it. You should be able to modify this for your needs. options snd cards_limit=8 options slots=snd-hda-intel,snd-ice1724,snd-ca0106,snd-hda-intel alias snd-card-0 snd-hda-intel id="SB" options snd-hda-intel index=0 alias snd-card-1 snd-ca0106 id="CA0106" options snd-ca0106 index=1 alias snd-card-2 snd-ice1724 id="Revolution51" options snd-ice1724 index=2 #alias snd-card-3 snd-cmipci #options snd_cmipci index=3 alias snd-card-3 snd-hda-intel id="HDMI" options snd-hda-intel index=3 alias snd-card-7 snd-usb-audio options snd-usb-audio index=7 Set the AMD sound device as say, device 3, and make it the default in pavucontrol, and you should be consistent across boots. The trouble for you is that both of your devices are snd-hda-intel. There is probably a way to qualify them further in the options slots line, but I don't know it. So, you might still end up with random order after a boot even with the file in place. You might be able to turn off the hdmi device in pavucontrol if you don't use it, and have only the AMD available, which finesses the problem. This should get you closer, at least. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: http://lists.fedoraproject.org/admin/lists/users@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org