[opensuse] loaded mplayer and the sound is gone
I downloaded with zhypper mplayer/ and now the sound is gone. Nothing I've tried, either in yast or alsa seems to get it running. I suspect the issue has to do with the pulse audio. I have a Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02) sound card which worked just fine in opensuse 9.2 and works in Memphis. I'm really at a loss here and very fustrated. Yast makes no sound when testing lsmod gives me the following relavent output snd_pcm_oss 51648 0 snd_mixer_oss 18464 1 snd_pcm_oss snd_seq 64752 0 snd_seq_device 8556 1 snd_seq snd_intel8x0 35068 0 snd_ac97_codec 119364 1 snd_intel8x0 ac97_bus 1920 1 snd_ac97_codec snd_pcm 97444 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec snd_timer 27176 2 snd_seq,snd_pcm snd 75076 8 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer soundcore 9120 1 snd snd_page_alloc 10248 2 snd_intel8x0,snd_pcm -- http://www.mrbrklyn.com - Interesting Stuff http://www.nylxs.com - Leadership Development in Free Software -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 12/15/2009 12:08 PM, Ruben Safir wrote:
I downloaded with zhypper mplayer/ and now the sound is gone. Nothing I've tried, either in yast or alsa seems to get it running. I suspect the issue has to do with the pulse audio. I have a
Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
sound card which worked just fine in opensuse 9.2 and works in Memphis.
I'm really at a loss here and very fustrated. Yast makes no sound when testing
Ruben, I have had sound woes with AC97 for the past several weeks but I think I have things straightened out. The biggest problem I've found, is for some reason the mixer volume for speaker keeps getting reset to '0' and for a while, the volume control for 'headphone' was what was actually controlling my speaker channels. I too went through yast, kde control center -> multimedia -> Sound, etc... but no use. Finally, I just started kmix, then went to 'configure channels' and made all the channels visible on the mixer. Then I set master at 100% and all channels at 0%. Then I just went down the line raising each level to 100 and in konsole entering: # play /usr/share/sounds/KDE-Sys-Log-In.ogg then just listened. If the current channel didn't work, I moved to the next channel and did the same thing. Headphones was the culprit for a while, but now the version of the snd modules I have plays through the 'speakers' like it should. You will just have to check. You can use any player you want to test, but if you want to use the command line player 'play' it is in the 'sox' rpm. Just 'zypper in sox' should do it. I have the following card: Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) The modules that currently work with it are: 12:12 alchemy:~/img/wp> lsmod | grep snd | sort snd 57408 13 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_codec_realtek,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer snd_hda_codec 63659 2 snd_hda_codec_realtek,snd_hda_intel snd_hda_codec_realtek 250244 1 snd_hda_intel 21586 1 snd_hwdep 6340 1 snd_hda_codec snd_mixer_oss 17299 1 snd_pcm_oss snd_page_alloc 7033 2 snd_hda_intel,snd_pcm snd_pcm 70382 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec snd_pcm_oss 39075 0 snd_seq 50558 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event snd_seq_device 5181 3 snd_seq_dummy,snd_seq_oss,snd_seq snd_seq_dummy 1439 0 snd_seq_midi_event 5316 1 snd_seq_oss snd_seq_oss 29055 0 snd_timer 18799 2 snd_seq,snd_pcm soundcore 6095 1 snd Good luck. -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tue, Dec 15, 2009 at 01:08:08PM -0600, David C. Rankin wrote:
On 12/15/2009 12:08 PM, Ruben Safir wrote:
I downloaded with zhypper mplayer/ and now the sound is gone. Nothing I've tried, either in yast or alsa seems to get it running. I suspect the issue has to do with the pulse audio. I have a
Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
sound card which worked just fine in opensuse 9.2 and works in Memphis.
I'm really at a loss here and very fustrated. Yast makes no sound when testing
Ruben,
I have had sound woes with AC97 for the past several weeks but I think I have things straightened out. The biggest problem I've found, is for some reason the mixer volume for speaker keeps getting reset to '0' and for a while, the volume control for 'headphone' was what was actually controlling my speaker channels. I too went through yast, kde control center -> multimedia -> Sound, etc... but no use. Finally, I just started kmix, then went to 'configure channels' and made all the channels visible on the mixer. Then I set master at 100% and all channels at 0%. Then I just went down the line raising each level to 100 and in konsole entering:
# play /usr/share/sounds/KDE-Sys-Log-In.ogg
Thanks. I don't even have KDE installed. There is something very fudementally wrong, and it is very fustrating. Everything works with a Memphis live disk I know the hardware works and at times I can't even reach the mixer control as root. It is very very boken Ruben
then just listened.
If the current channel didn't work, I moved to the next channel and did the same thing. Headphones was the culprit for a while, but now the version of the snd modules I have plays through the 'speakers' like it should. You will just have to check.
You can use any player you want to test, but if you want to use the command line player 'play' it is in the 'sox' rpm. Just 'zypper in sox' should do it.
I have the following card:
Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
The modules that currently work with it are:
12:12 alchemy:~/img/wp> lsmod | grep snd | sort snd 57408 13 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_codec_realtek,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer snd_hda_codec 63659 2 snd_hda_codec_realtek,snd_hda_intel snd_hda_codec_realtek 250244 1 snd_hda_intel 21586 1 snd_hwdep 6340 1 snd_hda_codec snd_mixer_oss 17299 1 snd_pcm_oss snd_page_alloc 7033 2 snd_hda_intel,snd_pcm snd_pcm 70382 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec snd_pcm_oss 39075 0 snd_seq 50558 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event snd_seq_device 5181 3 snd_seq_dummy,snd_seq_oss,snd_seq snd_seq_dummy 1439 0 snd_seq_midi_event 5316 1 snd_seq_oss snd_seq_oss 29055 0 snd_timer 18799 2 snd_seq,snd_pcm soundcore 6095 1 snd
Good luck.
-- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- http://www.mrbrklyn.com - Interesting Stuff http://www.nylxs.com - Leadership Development in Free Software So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998 http://fairuse.nylxs.com DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 "Yeah - I write Free Software...so SUE ME" "The tremendous problem we face is that we are becoming sharecroppers to our own cultural heritage -- we need the ability to participate in our own society." "> I'm an engineer. I choose the best tool for the job, politics be damned.< You must be a stupid engineer then, because politcs and technology have been attached at the hip since the 1st dynasty in Ancient Egypt. I guess you missed that one." © Copyright for the Digital Millennium -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tue, Dec 15, 2009 at 02:26:15PM -0500, Ruben Safir wrote:
On Tue, Dec 15, 2009 at 01:08:08PM -0600, David C. Rankin wrote:
On 12/15/2009 12:08 PM, Ruben Safir wrote:
I downloaded with zhypper mplayer/ and now the sound is gone. Nothing I've tried, either in yast or alsa seems to get it running. I suspect the issue has to do with the pulse audio. I have a
Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
sound card which worked just fine in opensuse 9.2 and works in Memphis.
I'm really at a loss here and very fustrated. Yast makes no sound when testing
Ruben,
OK progress. When I run mplayer out of root it works and alsamixer shows the whole card. When I run in as a normal user, I get no sound and Alsamixer shows me only pulseaudio slides. Any clue where to got from here? Ruben
I have had sound woes with AC97 for the past several weeks but I think I have things straightened out. The biggest problem I've found, is for some reason the mixer volume for speaker keeps getting reset to '0' and for a while, the volume control for 'headphone' was what was actually controlling my speaker channels. I too went through yast, kde control center -> multimedia -> Sound, etc... but no use. Finally, I just started kmix, then went to 'configure channels' and made all the channels visible on the mixer. Then I set master at 100% and all channels at 0%. Then I just went down the line raising each level to 100 and in konsole entering:
# play /usr/share/sounds/KDE-Sys-Log-In.ogg
Thanks. I don't even have KDE installed. There is something very fudementally wrong, and it is very fustrating. Everything works with a Memphis live disk I know the hardware works and at times I can't even reach the mixer control as root. It is very very boken
Ruben
then just listened.
If the current channel didn't work, I moved to the next channel and did the same thing. Headphones was the culprit for a while, but now the version of the snd modules I have plays through the 'speakers' like it should. You will just have to check.
You can use any player you want to test, but if you want to use the command line player 'play' it is in the 'sox' rpm. Just 'zypper in sox' should do it.
I have the following card:
Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
The modules that currently work with it are:
12:12 alchemy:~/img/wp> lsmod | grep snd | sort snd 57408 13 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_codec_realtek,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer snd_hda_codec 63659 2 snd_hda_codec_realtek,snd_hda_intel snd_hda_codec_realtek 250244 1 snd_hda_intel 21586 1 snd_hwdep 6340 1 snd_hda_codec snd_mixer_oss 17299 1 snd_pcm_oss snd_page_alloc 7033 2 snd_hda_intel,snd_pcm snd_pcm 70382 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec snd_pcm_oss 39075 0 snd_seq 50558 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event snd_seq_device 5181 3 snd_seq_dummy,snd_seq_oss,snd_seq snd_seq_dummy 1439 0 snd_seq_midi_event 5316 1 snd_seq_oss snd_seq_oss 29055 0 snd_timer 18799 2 snd_seq,snd_pcm soundcore 6095 1 snd
Good luck.
-- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- http://www.mrbrklyn.com - Interesting Stuff http://www.nylxs.com - Leadership Development in Free Software
So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998
http://fairuse.nylxs.com DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002
"Yeah - I write Free Software...so SUE ME"
"The tremendous problem we face is that we are becoming sharecroppers to our own cultural heritage -- we need the ability to participate in our own society."
"> I'm an engineer. I choose the best tool for the job, politics be damned.< You must be a stupid engineer then, because politcs and technology have been attached at the hip since the 1st dynasty in Ancient Egypt. I guess you missed that one."
© Copyright for the Digital Millennium -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- http://www.mrbrklyn.com - Interesting Stuff http://www.nylxs.com - Leadership Development in Free Software So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998 http://fairuse.nylxs.com DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 "Yeah - I write Free Software...so SUE ME" "The tremendous problem we face is that we are becoming sharecroppers to our own cultural heritage -- we need the ability to participate in our own society." "> I'm an engineer. I choose the best tool for the job, politics be damned.< You must be a stupid engineer then, because politcs and technology have been attached at the hip since the 1st dynasty in Ancient Egypt. I guess you missed that one." © Copyright for the Digital Millennium -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tue, Dec 15, 2009 at 03:18:21PM -0500, Ruben Safir wrote:
On Tue, Dec 15, 2009 at 02:26:15PM -0500, Ruben Safir wrote:
On Tue, Dec 15, 2009 at 01:08:08PM -0600, David C. Rankin wrote:
On 12/15/2009 12:08 PM, Ruben Safir wrote:
I downloaded with zhypper mplayer/ and now the sound is gone. Nothing I've tried, either in yast or alsa seems to get it running. I suspect the issue has to do with the pulse audio. I have a
FWIW - I about ripped out the Pulse Audio stuff and aded myself to the audio group and things work, more or less, through the ALSA settings directly. Its not a great solution, IMO. But I'll take it for the time being. It would be nicers if 11.2 sort of worked out of the box. Ruben
Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
sound card which worked just fine in opensuse 9.2 and works in Memphis.
I'm really at a loss here and very fustrated. Yast makes no sound when testing
Ruben,
OK progress. When I run mplayer out of root it works and alsamixer shows the whole card. When I run in as a normal user, I get no sound and Alsamixer shows me only pulseaudio slides.
Any clue where to got from here?
Ruben
I have had sound woes with AC97 for the past several weeks but I think I have things straightened out. The biggest problem I've found, is for some reason the mixer volume for speaker keeps getting reset to '0' and for a while, the volume control for 'headphone' was what was actually controlling my speaker channels. I too went through yast, kde control center -> multimedia -> Sound, etc... but no use. Finally, I just started kmix, then went to 'configure channels' and made all the channels visible on the mixer. Then I set master at 100% and all channels at 0%. Then I just went down the line raising each level to 100 and in konsole entering:
# play /usr/share/sounds/KDE-Sys-Log-In.ogg
Thanks. I don't even have KDE installed. There is something very fudementally wrong, and it is very fustrating. Everything works with a Memphis live disk I know the hardware works and at times I can't even reach the mixer control as root. It is very very boken
Ruben
then just listened.
If the current channel didn't work, I moved to the next channel and did the same thing. Headphones was the culprit for a while, but now the version of the snd modules I have plays through the 'speakers' like it should. You will just have to check.
You can use any player you want to test, but if you want to use the command line player 'play' it is in the 'sox' rpm. Just 'zypper in sox' should do it.
I have the following card:
Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
The modules that currently work with it are:
12:12 alchemy:~/img/wp> lsmod | grep snd | sort snd 57408 13 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_codec_realtek,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer snd_hda_codec 63659 2 snd_hda_codec_realtek,snd_hda_intel snd_hda_codec_realtek 250244 1 snd_hda_intel 21586 1 snd_hwdep 6340 1 snd_hda_codec snd_mixer_oss 17299 1 snd_pcm_oss snd_page_alloc 7033 2 snd_hda_intel,snd_pcm snd_pcm 70382 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec snd_pcm_oss 39075 0 snd_seq 50558 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event snd_seq_device 5181 3 snd_seq_dummy,snd_seq_oss,snd_seq snd_seq_dummy 1439 0 snd_seq_midi_event 5316 1 snd_seq_oss snd_seq_oss 29055 0 snd_timer 18799 2 snd_seq,snd_pcm soundcore 6095 1 snd
Good luck.
-- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 12/15/2009 08:39 PM, Ruben Safir wrote:
FWIW - I about ripped out the Pulse Audio stuff and aded myself to the audio group and things work, more or less, through the ALSA settings directly. Its not a great solution, IMO. But I'll take it for the time being. It would be nicers if 11.2 sort of worked out of the box.
Ruben
I think you have hit upon the 'great solution'. Pulse has always been an unwanted pain. For your original problem, I don't know what is causing it, but I wouldn't be surprised if there was a bug with 11.2 looking for the kde settings by default and not handling the lack of kde gracefully. -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Ruben Safir wrote:
... OK progress. When I run mplayer out of root it works and alsamixer shows the whole card. When I run in as a normal user, I get no sound and Alsamixer shows me only pulseaudio slides.
Any clue where to got from here?
Ruben
I've always had issues with sound since opensuse started silently installing Pulseaudio. With 11.1 that seemed to go away, and I had no trouble with sound until I installed Skype. Everything worked beautifully except that the microphone produced only loud noise for my family at the other end. After scanning the Skype fora, I searched for Pulse, which didn't show with "rpm -qa". But I later was looking at my system with yast, which showed dozens of pulseaudio packages. I removed them using yast; Skype now works perfectly. As does everything else. Try it. With yast. John Perry -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (3)
-
David C. Rankin
-
John E. Perry
-
Ruben Safir