LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-28-2016, 06:21 PM   #31
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656

No, according to your output, you'd want:

Code:
options snd-hda-intel id=NVidia index=0
options snd-hda-intel id=NVidia_1 index=1
But, I'm not sure why your ATI SB is listed as an NVidia. Maybe there's some naming that's occurring in one of your other config files?
 
Old 03-28-2016, 07:54 PM   #32
TarFile
Member
 
Registered: Mar 2003
Posts: 371

Original Poster
Rep: Reputation: 37
I think the chipset being used on the mother board my have been manufactured by Nvidia. If is not being renamed by another config file unless Slack did it which I doubt very much.

I will give that a try.

Makes sense now that I look at it again.
 
Old 03-28-2016, 08:29 PM   #33
TarFile
Member
 
Registered: Mar 2003
Posts: 371

Original Poster
Rep: Reputation: 37
well this is odd

options snd-hda-intel id=NVidia index=0
options snd-hda-intel id=NVidia_1 index=1

gives me

bash-4.2# cat /proc/asound/cards
0 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xfebf8000 irq 19
1 [NVidia1 ]: HDA-Intel - HDA ATI SB
HDA ATI SB at 0xfcff4000 irq 16

it does not change the order of the cards.
 
Old 03-28-2016, 08:56 PM   #34
TarFile
Member
 
Registered: Mar 2003
Posts: 371

Original Poster
Rep: Reputation: 37
This is even more odd here is what I get with no /etc/modprobe/sound.conf

bash-4.2# lspci -nn | grep -i audio
00:14.2 Audio device [0403]: AMD/ATI [Advanced Micro Devices, Inc.] SBx00 Azalia (Intel HDA) [1002:4383]
01:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:0fbc] (rev a1)
bash-4.2# cat /proc/asound/cards
0 [SB ]: HDA-Intel - HDA ATI SB
HDA ATI SB at 0xfcff4000 irq 16
1 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xfebf8000 irq 19
bash-4.2# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC887-VD Analog [ALC887-VD Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC887-VD Digital [ALC887-VD Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0

Now it shows the sound card as SB and the video sound as NVidia.
 
Old 03-28-2016, 11:32 PM   #35
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
What happens now if you implement your old

Code:
options snd-hda-intel id=SB index=0
options snd-hda-intel id=NVidia index=1
Or maybe you could just try to completely disable the hdmi by

Code:
options snd-hda-intel id=NVidia index=-2
Or try and set the default card to card 1, device 0 (but if your order switches occasionally on boot, this may break).

Code:
options snd-hda-intel enable=1,0
It should be noted, while you're trying to figure this out, do not be doing any other modifications via /etc/asound.conf or ~/.asoundrc
 
Old 03-29-2016, 08:31 AM   #36
TarFile
Member
 
Registered: Mar 2003
Posts: 371

Original Poster
Rep: Reputation: 37
I will give that a try.

Have to be away till Friday check back with results then..
 
Old 04-01-2016, 06:49 PM   #37
TarFile
Member
 
Registered: Mar 2003
Posts: 371

Original Poster
Rep: Reputation: 37
This

options snd-hda-intel id=SB index=0
options snd-hda-intel id=NVidia index=1

gets me this

bash-4.2# cat /proc/asound/cards
0 [NVidia_1 ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xfebf8000 irq 19
1 [NVidia ]: HDA-Intel - HDA ATI SB
HDA ATI SB at 0xfcff4000 irq 16

SO far the best bet is to leave out the sound.conf file in /etc/modeprobe.d

I think I'll get a newer SoundBlaster and see how that goes the one I was using was ancient and mostly for the gameport

Everything is USB now so I don't really need a gameport anyway.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to get pulseaudio working on Slackware ahalverson Slackware 2 02-23-2015 01:33 AM
Alsa plugin (pulseaudio) not working ordealbyfire83 Linux From Scratch 7 10-21-2014 11:26 PM
[SOLVED] Compiling pulseaudio on slackware64 14 with multilib Chelyuk Slackware 7 10-05-2012 01:49 PM
Network manager stop working completly (( not working after reinstalling)) alieblice Linux - Networking 0 10-20-2011 06:52 AM
[SOLVED] reinstalling multilib Cultist Slackware 3 07-28-2011 06:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration