LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-27-2005, 12:23 PM   #16
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87

You should be able to save your volume settings by running
Code:
alsactl store
as root. Check the man pages for alsactl for more info. Good luck with it. -- J.W.
 
Old 06-29-2005, 02:45 PM   #17
R00ts
Member
 
Registered: Mar 2004
Location: Austin TX, USA
Distribution: Ubuntu 11.10, Fedora 16
Posts: 547

Rep: Reputation: 30
Quote:
Originally posted by Jessard
R00ts, that site has been down for a long while (well, several days, anyway, long in the internet). Anybody know what's up with that?

Anyway, I've never had any success at all playing multiple things using ALSA alone. I recommend running esd (the sound server gnome uses, though you don't have to run gnome) or some other sound daemon and telling your programs to use that. Works in most cases.

Also, slsimic has good suggestions; I've especially heard that "ac97_quirk=0" helps in many cases, though it made no difference for me.

Meh, I have Ubuntu on my laptop which uses esd and sound typically won't even play on there. I think I'll stick to messing around with ALSA, thanks. In fact, I just searched for a thread on this and surprise surprise, I remembered that I got multiple audio streams playing in ALSA not too long ago:

http://www.linuxquestions.org/questi...hreadid=311260

The only problem is I have no idea what that .asoundrc file does, or where I got it from.
 
Old 10-10-2006, 06:59 PM   #18
geneven
LQ Newbie
 
Registered: Jul 2006
Posts: 0

Rep: Reputation: 0
AC97 Interference

I have what I think is a related AC-97 problem. The clue is the solution.

In Windows XP or Vista, I don't get sound at first. So, I go into control panel and disable my AC-97 sound (yes, it is disabled in the Bios also). Then I get sound.

In SUSE 10.1, I don't get sound at first. So, I run Yast, and go to the hardware/sound area and delete the AC-97 driver info. Then sound works, or at least that was an essential part of the solution. (later I learned that I could get rid of the AC-97 stuff earlier in the installation, which worked even better.)

In other Linuxes (Sabayon, Mepis, Zenwalk, Ubuntu, etc,) I might get sound for a moment, but it soon mysteriously vanishes and I can't figure out how to get it back.

I THINK it's because I can't figure out how to delete the AC97 settings for those distros. I ran into something called blacklist somewhere, and if I could figure out how it's supposed to work, I would (a) look at my Suse and see if the AC 97 is blacklisted there (yay if it is),and (b) I would try blacklisting it elsewhere.

BTW, the sound card that I WANT to use, and can use happily in Suse, is an Audigy somethingorohter. In Suse, another thing that seemed to help is to update my xine-related stuff.

Last edited by geneven; 10-10-2006 at 07:03 PM.
 
Old 10-10-2006, 08:01 PM   #19
Jessard
Member
 
Registered: Jun 2005
Location: Boston, USA
Distribution: Gentoo, CentOS
Posts: 82

Rep: Reputation: 16
If you have AC-97 and another sound card, it should set up two separate sound devices automatically (I have a USB headset, and when I plug that in I get /dev/dsp1 in addition to the normal /dev/dsp for my onboard sound). It sounds like it's just assigning the second card to to the first sound device if you delete the AC-97 stuff... a lot of programs assume that's the one you want to use, so that would explain why sound is tricky with AC-97 turned on.

I'm not sure what the most elegant solution is... for things that use ALSA, telling them to use hw:1,0 instead of hw:0,0 should work (for OSS, /dev/dsp1 instead of /dev/dsp). I've noticed that it works fine to brute-force OSS-based programs to use a certain device by deleting the current /dev/dsp file and symlinking it to something else. (I'm pretty sure a lot of people would cringe at reading that, but if you use a distro with udev it'll just get reset after a reboot, so no real harm done.)
 
Old 12-01-2006, 12:44 PM   #20
stan.distortion
Member
 
Registered: Sep 2005
Location: ireland
Distribution: debian with bits of everything stuck on it
Posts: 114

Rep: Reputation: 15
Linux has no problem with more than one sound device. If the AC97 is turned off in the bios but is still being detected there is something not right with the bios, it could be worth checking for updates. If nothing is available just turn the AC97 back on.
I am assuming you have already run alsaconfig? if it is seeing half an AC97 controller then it may be getting confused but it should still give you a choice of that or the soundblaster to configure.
good luck with it
 
Old 01-03-2007, 11:20 AM   #21
landonmkelsey
Member
 
Registered: Jul 2001
Location: Texas
Distribution: Fedora 16
Posts: 323

Rep: Reputation: 37
a clue? Now producing sound using noatun instead of KsCD

as stated in other places, after installing FC6 and

getting a successful sound card install with sound emanating from both speakers

KsCD does not produce sound when playing an audio CD.

Today after yum update I got a new kernel 2.6.18-1.2869.fc6 (may be unrelated)

and happened to open the audio CD with Konqueror. I clicked on a music file

and bingo, I can play the CD just like KsCD does normally with sound emanating from both speakers.

This works when logged in as root and when not logged in as root.

All volumes are at max!

00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio (rev 02)

Never had this problem under FC4 or FC5.

No problem ever under XP Prof
 
  


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
another sound thread... jnev Ubuntu 53 08-16-2005 10:01 AM
Another sound thread Rdream13 Slackware 6 03-31-2005 02:01 AM
problems with Grip, and now i can't bring up my terminal! madmax8484 Linux - Software 0 08-24-2004 12:03 AM
Problems, problems, problems. Lets start with the soundcard Kre8ive Linux - Newbie 5 08-07-2003 01:20 AM
Problems, problems, problems. Lets start with the ES 1868 AudioDrive Kre8ive Linux - Newbie 1 08-06-2003 07:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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