LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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 06-19-2010, 10:35 PM   #31
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96

According to aplay -l the card I selected is card 1, unless I'm reading this wrong:

Code:
root@lemon:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC888 Analog [ALC888 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC888 Digital [ALC888 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Audigy2 [SB Audigy 2 ZS [SB0350]], device 0: emu10k1 [ADC Capture/Standard PCM Playback]
  Subdevices: 32/32
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1
  Subdevice #2: subdevice #2
  Subdevice #3: subdevice #3
  Subdevice #4: subdevice #4
  Subdevice #5: subdevice #5
  Subdevice #6: subdevice #6
  Subdevice #7: subdevice #7
  Subdevice #8: subdevice #8
  Subdevice #9: subdevice #9
  Subdevice #10: subdevice #10
  Subdevice #11: subdevice #11
  Subdevice #12: subdevice #12
  Subdevice #13: subdevice #13
  Subdevice #14: subdevice #14
  Subdevice #15: subdevice #15
  Subdevice #16: subdevice #16
  Subdevice #17: subdevice #17
  Subdevice #18: subdevice #18
  Subdevice #19: subdevice #19
  Subdevice #20: subdevice #20
  Subdevice #21: subdevice #21
  Subdevice #22: subdevice #22
  Subdevice #23: subdevice #23
  Subdevice #24: subdevice #24
  Subdevice #25: subdevice #25
  Subdevice #26: subdevice #26
  Subdevice #27: subdevice #27
  Subdevice #28: subdevice #28
  Subdevice #29: subdevice #29
  Subdevice #30: subdevice #30
  Subdevice #31: subdevice #31
card 1: Audigy2 [SB Audigy 2 ZS [SB0350]], device 2: emu10k1 efx [Multichannel Capture/PT Playback]
  Subdevices: 8/8
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1
  Subdevice #2: subdevice #2
  Subdevice #3: subdevice #3
  Subdevice #4: subdevice #4
  Subdevice #5: subdevice #5
  Subdevice #6: subdevice #6
  Subdevice #7: subdevice #7
card 1: Audigy2 [SB Audigy 2 ZS [SB0350]], device 3: emu10k1 [Multichannel Playback]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Audigy2 [SB Audigy 2 ZS [SB0350]], device 4: p16v [p16v]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
 
Old 06-19-2010, 10:58 PM   #32
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
Just attempted to do this on my system, which has 2 sound cards. Choosing the second sound card in alsaconf, still writes the alias as card-0.

Found this little program though -
http://bazaar.launchpad.net/%7Ecrims...2-1/asoundconf

chmod +x the binary, then as a user, run it from a console/Konsole/Terminal
Code:
./asoundconf -h
Usage:
asoundconf is-active
asoundconf get|delete PARAMETER
asoundconf set PARAMETER VALUE
asoundconf list

Convenience macro functions:
asoundconf set-default-card PARAMETER
asoundconf reset-default-card
asoundconf set-pulseaudio
asoundconf unset-pulseaudio
asoundconf set-oss PARAMETER
asoundconf unset-ossp
./asoundconf list
Then -
./asoundconf set-default-card <MODEL FROM LIST>
This creates a file ~/.asoundrc.asoundconf, which linked to ~/.asoundrc if that works, you can make the options global by copying that file to /etc/asound.conf

Backup/rename your current .asoundrc, /etc/asound.conf, and /etc/modprobe.d/sound files.

---edit---
Couldn't you just disable the on board sound, and be done with all this nonsense

Last edited by disturbed1; 06-19-2010 at 11:03 PM.
 
Old 06-19-2010, 11:36 PM   #33
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
Quote:
Originally Posted by disturbed1 View Post
Just attempted to do this on my system, which has 2 sound cards. Choosing the second sound card in alsaconf, still writes the alias as card-0.

Found this little program though -
http://bazaar.launchpad.net/%7Ecrims...2-1/asoundconf

chmod +x the binary, then as a user, run it from a console/Konsole/Terminal
Code:
./asoundconf -h
Usage:
asoundconf is-active
asoundconf get|delete PARAMETER
asoundconf set PARAMETER VALUE
asoundconf list

Convenience macro functions:
asoundconf set-default-card PARAMETER
asoundconf reset-default-card
asoundconf set-pulseaudio
asoundconf unset-pulseaudio
asoundconf set-oss PARAMETER
asoundconf unset-ossp
./asoundconf list
Then -
./asoundconf set-default-card <MODEL FROM LIST>
This creates a file ~/.asoundrc.asoundconf, which linked to ~/.asoundrc if that works, you can make the options global by copying that file to /etc/asound.conf

Backup/rename your current .asoundrc, /etc/asound.conf, and /etc/modprobe.d/sound files.

---edit---
Couldn't you just disable the on board sound, and be done with all this nonsense
If you know how to disable the onboard sound, please, let me know!

That aside, I'll try that other stuff tomorrow morning. Thanks!
 
Old 06-19-2010, 11:41 PM   #34
hemp4fuel
Member
 
Registered: Jun 2003
Location: Topeka, KS
Distribution: Slackware
Posts: 193

Rep: Reputation: 45
You should be able to disable the onboard sound in the bios settings.
 
Old 06-22-2010, 09:37 PM   #35
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
Sorry it took me so long to return... I deactivated the onboard sound in the bios and ran alsaconf again. Everything works great. Thanks to all who helped!
 
  


Reply



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
No Sound w/ Firefox and Flash rhb327 Slackware 11 03-11-2009 12:40 AM
No sound in Firefox (flash) dude998866 Linux - Software 1 12-08-2007 12:38 PM
No sound in Flash 9 Firefox 1.5.0.7 Stormscape Linux - Software 3 11-04-2006 11:23 AM
Firefox+flash- no sound weijie90 Linux - Software 4 07-03-2006 10:21 PM
sound in flash (firefox) darkleaf Linux - Software 1 06-14-2005 08:26 AM

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

All times are GMT -5. The time now is 03:47 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