LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-04-2007, 11:46 AM   #16
klytu
Member
 
Registered: Mar 2004
Location: Eastern United States
Distribution: Ubuntu
Posts: 65

Rep: Reputation: 15

Quote:
Originally Posted by milindlokde
I used the command:
I don't think alsa is controlling the mixer.
The alsamixer is showing volume up on logging in. While the gnome-volume-control is showing volume down.
If you mean that alsa is not controlling the settings in gnome-volume-control, you might be right. When you have the gnome-volume-control GUI app running does the name of your sound card appear in the top of the volume control window? For example, in my correctly functioning set-up it says ¨Volume Control: ESS ES1938 (Solo-1) (Alsa mixer)". If yours shows anything other than your sound card or Alsa Mixer, that´s what we need to change.

Quote:
I checked the help on it. It is says 'setting->preferences' where do I get this?
When gnome-volume-control is running, you can go to Edit>Preferences. But there are no settings there that affect which sound card or mixer is being used. I think you can change those settings with
Code:
gnome-sound-properties

Quote:
The aplay -l showed the device information of my sound card. I think my sound card is fine as I can play sound in Linux, but only that I have to reset the sound level in gnome-volume-control every time I log in as user.
Good, but I should have been more specific in my previous post as to what I wanted to look at for you. Would you please cut and paste the output of
Code:
aplay -l

Last edited by klytu; 06-05-2007 at 11:42 AM.
 
Old 06-05-2007, 09:23 AM   #17
milindlokde
Member
 
Registered: Apr 2007
Location: Mumbai, India
Distribution: Fedora, ubuntu
Posts: 121

Rep: Reputation: 21
Well I have got only one sound card device.

gnome-volume-control did show OSS in its setting and alsaconf and alsamixer has no effect on sound.

I tried to configure sound using debian configuration wizard. It gave this message.
Code:
 
Sound server informational message
Error while initializing the sound driver.
device: default can't be opened for playback (device or resource busy).
The sound server will continue using the null output device.
Now I have no sound at all!
 
Old 06-05-2007, 11:41 AM   #18
klytu
Member
 
Registered: Mar 2004
Location: Eastern United States
Distribution: Ubuntu
Posts: 65

Rep: Reputation: 15
Quote:
Originally Posted by milindlokde
Well I have got only one sound card device.

gnome-volume-control did show OSS in its setting and alsaconf and alsamixer has no effect on sound.

I tried to configure sound using debian configuration wizard. It gave this message.
Code:
 
Sound server informational message
Error while initializing the sound driver.
device: default can't be opened for playback (device or resource busy).
The sound server will continue using the null output device.
Now I have no sound at all!
I can understand that this is a frustrating situation for you. I'd like to help but I don't have enough information about the hardware you are using. That was why I asked you twice for the output of
Code:
aplay -l
You could just cut and paste the output into your post. Twice you responded to my request by stating you have only one sound card device. That's fine, but since I am not sitting in front of your computer I have no idea what that device is.

The reason I am asking what specific sound card you have is because for many cards to work properly or get full functionality with Alsa, you'd need to set up an appropriate asoundrc file. If you would prefer to look the information up yourself, check out this site:
http://alsa.opensrc.org/Main_Page
 
Old 06-16-2007, 10:34 AM   #19
milindlokde
Member
 
Registered: Apr 2007
Location: Mumbai, India
Distribution: Fedora, ubuntu
Posts: 121

Rep: Reputation: 21
Quote:
Originally Posted by klytu
You could just cut and paste the output into your post. Twice you responded to my request by stating you have only one sound card device.
Please excuse me for my laziness. Actually I got a blank file for the command:
aplay -l > msg.txt
I put it in this thread.
http://www.linuxquestions.org/questi...d.php?t=560047

Here is the output of the command 'aplay -l'
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: rev50 [VIA 82C686A/B rev50], device 0: VIA 82C686A/B rev50 [VIA 82C686A/B rev50]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
Actually, I don't have any sound in gnome session which gives the message :
Code:
Sound server informational message
Error while initializing the sound driver.
device: default can't be opened for playback (device or resource busy).
The sound server will continue using the null output device.
While the sound works fine with KDE session on resetting the sound using gnome-volume-control on every login.

Last edited by milindlokde; 06-16-2007 at 10:47 AM.
 
Old 06-16-2007, 12:32 PM   #20
klytu
Member
 
Registered: Mar 2004
Location: Eastern United States
Distribution: Ubuntu
Posts: 65

Rep: Reputation: 15
Quote:
Originally Posted by milindlokde
Please excuse me for my laziness. Actually I got a blank file for the command:
aplay -l > msg.txt
I put it in this thread.
http://www.linuxquestions.org/questi...d.php?t=560047

Here is the output of the command 'aplay -l'
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: rev50 [VIA 82C686A/B rev50], device 0: VIA 82C686A/B rev50 [VIA 82C686A/B rev50]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
Actually, I don't have any sound in gnome session which gives the message :
Code:
Sound server informational message
Error while initializing the sound driver.
device: default can't be opened for playback (device or resource busy).
The sound server will continue using the null output device.
While the sound works fine with KDE session on resetting the sound using gnome-volume-control on every login.
OK. So you have a VIA 82C686 soundcard - the correct ALSA modules that should be loaded for your card are the snd-via82xx series. While you are in a gnome session without sound, what are the outputs of
Code:
lsmod | grep snd
and
Code:
ps -ef
?
The first command is to check to see if the modules for your soundcard are loading (they probably are ...) and the second command is to check to see if there are any sound processes/daemons that are conflicting and competing to use your card at the same time.
 
  


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
Soundcard output set to headphones upon boot rather than laptop speakers tim_programer Linux - Laptop and Netbook 1 08-09-2006 05:02 PM
No output from soundcard, even though it is recognized bean target Linux - Hardware 1 02-13-2006 04:31 AM
how to redirect the soundcard output to a file? jr0 Linux - General 2 10-31-2005 06:29 AM
How to configure OpenAL to output to a different soundcard? Dracarys Linux - Software 0 01-20-2005 09:14 AM
Output to remote soundcard vagabond Linux - General 1 07-28-2003 05:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:40 AM.

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