openSUSE Forums > Pre-Release/Beta » Audio not working in 11.2 RC2

Go Back   openSUSE Forums > Pre-Release/Beta
Forums FAQ Members List Search Today's Posts Mark Forums Read


Pre-Release/Beta Questions about pre-release versions of openSUSE Linux (software & hardware)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 31-Oct-2009, 03:48
TheBlackCat's Avatar
Student Penguin
 
Join Date: Jul 2008
Posts: 99
TheBlackCat hasn't been rated much yet
Default Audio not working in 11.2 RC2

Audio has never worked in 11.2 for me. I was hoping it would work in RC2, but still nothing. It doesn't work in flash, KDE programs, or gnome programs. It does work, however, in the YaST sound test module. It does not work, though, if I login as root. In KDE when I try to open a sound or video file I get:

Notification from Phonon: KDE's Multim...(cut off)
The audio playback device HDA Intel (STAC92xx Analog) does not work. Falling back to .

I only have one audio device (device 0 in yast). I am using KDE 4.3 repos, and the kernel-desktop X86-64 kernel (which was selected by default). Sound worked fine in 11.1 and continues to work fine (I am dual booting). Changing the Phonon backend does not change anything.
Reply With Quote
  #2 (permalink)  
Old 31-Oct-2009, 04:24
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,774
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: Audio not working in 11.2 RC2

Quote:
Originally Posted by TheBlackCat View Post
Audio has never worked in 11.2 for me. I was hoping it would work in RC2, but still nothing. It doesn't work in flash, KDE programs, or gnome programs. It does work, however, in the YaST sound test module. It does not work, though, if I login as root. In KDE when I try to open a sound or video file I get:

Notification from Phonon: KDE's Multim...(cut off)
The audio playback device HDA Intel (STAC92xx Analog) does not work. Falling back to .

I only have one audio device (device 0 in yast). I am using KDE 4.3 repos, and the kernel-desktop X86-64 kernel (which was selected by default). Sound worked fine in 11.1 and continues to work fine (I am dual booting). Changing the Phonon backend does not change anything.
This could be worth writing a bug report on. There is guidance here on writing bug reports: Submitting Bug Reports - openSUSE ... ensure you raise it against component sound.

How about running the diagnostic script and posting here the output URL provided when the script completes? (be certain to select YES to the SHARE/UPLOAD option):
/usr/sbin/alsa-info.sh
When you post your bug report, run that script with the "no upoad option" which will put a text file in the /tmp directory called alsa-info.txt. Include that file as an attachment to your bug report.
/usr/sbin/alsa-info.sh --no-upload
Reply With Quote
  #3 (permalink)  
Old 31-Oct-2009, 10:15
TheBlackCat's Avatar
Student Penguin
 
Join Date: Jul 2008
Posts: 99
TheBlackCat hasn't been rated much yet
Default Re: Audio not working in 11.2 RC2

Here is the link: http://www.alsa-project.org/db/?f=00...8083ee5620e7f7
Reply With Quote
  #4 (permalink)  
Old 31-Oct-2009, 11:41
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,774
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: Audio not working in 11.2 RC2

Quote:
Originally Posted by TheBlackCat View Post
Thanks.

I note 2 hardware devices on your PC for sound:
Code:
!!Soundcards recognised by ALSA
!!-----------------------------

 0 [Intel          ]: HDA-Intel - HDA Intel
                      HDA Intel at 0xf6ffc000 irq 21
 1 [Em28xxAudio    ]: Empia Em28xx AudEm28xx Audio - Em28xx Audio
                      Empia Em28xx Audio
where the HDA-Intel codec info gives:
Code:
!!HDA-Intel Codec information
!!---------------------------
Codec: SigmaTel STAC9205
But clearly there is something seriously wrong in the card setup:
Code:
!!Amixer output
!!-------------

!!-------Mixer controls for card 0 [Intel]

ALSA lib conf.c:3601:(snd_config_update_r) Cannot access file /etc/alsa-pulse.conf
ALSA lib control.c:902:(snd_ctl_open_noupdate) Invalid CTL hw:0
amixer: Control device hw:0 open error: No such file or directory
ALSA lib conf.c:3601:(snd_config_update_r) Cannot access file /etc/alsa-pulse.conf
ALSA lib control.c:902:(snd_ctl_open_noupdate) Invalid CTL hw:0
amixer: Mixer attach hw:0 error: No such file or directory

!!-------Mixer controls for card 1 [Em28xxAudio]

ALSA lib conf.c:3601:(snd_config_update_r) Cannot access file /etc/alsa-pulse.conf
ALSA lib control.c:902:(snd_ctl_open_noupdate) Invalid CTL hw:1
amixer: Control device hw:1 open error: No such file or directory
ALSA lib conf.c:3601:(snd_config_update_r) Cannot access file /etc/alsa-pulse.conf
ALSA lib control.c:902:(snd_ctl_open_noupdate) Invalid CTL hw:1
amixer: Mixer attach hw:1 error: No such file or directory
I note: "Cannot access file /etc/alsa-pulse.conf". That should be accessible with NO problem.

A stac9205 should work with no problem with 11.2 RC2. Thats very puzzling. Your other sound device I know NOTHING about. Is it a PCI card?

How did you install RC2 ? Was it a clean install ?

Immediately after reboot, and after confirming your sound does not work, as a regular user (in your /home/user directory) with your PC connected to the internet, type:
Code:
dmesg > dmesg.txt && curl -F file=@dmesg.txt nopaste.com/a
and post the URL. I typically search for all occurences of "snd", "alsa", "hda" which sometimes gives a hint as to the sound problem.

Regardless, you should IMHO immediately write a bug report: Submitting Bug Reports - openSUSE
Reply With Quote
  #5 (permalink)  
Old 31-Oct-2009, 17:31
TheBlackCat's Avatar
Student Penguin
 
Join Date: Jul 2008
Posts: 99
TheBlackCat hasn't been rated much yet
Default Re: Audio not working in 11.2 RC2

I submitted a bug report.

Quote:
Originally Posted by oldcpu View Post
I note 2 hardware devices on your PC for sound:
The Em28xxAudio device is my USB TV tuner (Hauppauge HVR 950). This problem exists whether it is connected or not.

Quote:
Originally Posted by oldcpu View Post
But clearly there is something seriously wrong in the card setup:

--snip--

I note: "Cannot access file /etc/alsa-pulse.conf". That should be accessible with NO problem.
pulseaudio conflicts with the kde4_pure pattern, so it got uninstalled when I installed that pattern. I reinstalled it but it didn't help. Here is the new output:

http://www.alsa-project.org/db/?f=61...4f1fe2c4b9731d

Quote:
Originally Posted by oldcpu View Post
How did you install RC2 ? Was it a clean install ?
No, I did a clean install of M7 or M8, though.

Quote:
Originally Posted by oldcpu View Post
Immediately after reboot, and after confirming your sound does not work, as a regular user (in your /home/user directory) with your PC connected to the internet, type: ...
I'll have to do that later, my computer is running some stuff I can't stop right now.
Reply With Quote
  #6 (permalink)  
Old 31-Oct-2009, 20:49
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,774
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: Audio not working in 11.2 RC2

Quote:
Originally Posted by TheBlackCat View Post
I reinstalled it but it didn't help. Here is the new output:

http://www.alsa-project.org/db/?f=61...4f1fe2c4b9731d
Actually, things are MUCH better now. I note this:
!!Amixer output
!!-------------
!!-------Mixer controls for card 0 [Intel]
Card hw:0 'Intel'/'HDA Intel at 0xf6ffc000 irq 21'
Mixer name : 'SigmaTel STAC9205'
Simple mixer control 'Master',0
Mono: Playback 64 [100%] [0.00dB] [on]
Simple mixer control 'Headphone',0
Front Left: Playback 64 [100%] [0.00dB] [off]
Front Right: Playback 64 [100%] [0.00dB] [off]
Simple mixer control 'Speaker',0
Front Left: Playback 64 [100%] [0.00dB] [off]
Front Right: Playback 64 [100%] [0.00dB] [off]
Simple mixer control 'PCM',0
Front Left: Playback 255 [100%]
Front Right: Playback 255 [100%]
Note what I have highlighted in red. Your PC appears to have 3 volume controls (4 if one counts the headphones): Master, Speaker, and PCM. I believe for the speakers to have volume, you MUST unmute Speaker (and for Headphones must unmute Headphone). They are muted now according to your mixer.
Reply With Quote
  #7 (permalink)  
Old 01-Nov-2009, 22:10
TheBlackCat's Avatar
Student Penguin
 
Join Date: Jul 2008
Posts: 99
TheBlackCat hasn't been rated much yet
Default Re: Audio not working in 11.2 RC2

Changing the volume fixed things in some cases, but not other. For instance some video files will have sound, others won't. Flash doesn't have sound, but flv files on my hard drive do. It does not appear to be dependent on the file type, since some videos with a certain file type will have sound but others won't. Some programs produce sound, others don't. I don't get it.
Reply With Quote
  #8 (permalink)  
Old 02-Nov-2009, 00:34
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,774
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: Audio not working in 11.2 RC2

Quote:
Originally Posted by TheBlackCat View Post
Changing the volume fixed things in some cases, but not other. For instance some video files will have sound, others won't. Flash doesn't have sound, but flv files on my hard drive do. It does not appear to be dependent on the file type, since some videos with a certain file type will have sound but others won't. Some programs produce sound, others don't. I don't get it.
This is likely because of a problem with codecs.

Note the intent behind Milestone releases and RC releases is more to test the basic applications packaged by Novell/SuSE-GmbH, than to test 3rd party apps that Novell/SuSE-GmbH deliberately NOT package. And if one is to test such 3rd party apps, it helps if one really understands some of the user basics in how the codecs are packaged for openSUSE. It also helps if one understands specific details are needed so that the problem can be examined.

For Flash NOT having sound, it could be because of:
  • the web site you visited
  • the plugin you are using (gecko-mediaplayer, or mplayerplug-in, or no plugin - I can can play flash with firefox with no plugin).
  • a 64-bit problem with flash - some users experience such problems - I saw something along these lines on my laptop (64-bit) that I was able to solve by adding a symbolic link per a post on this forum
  • libflashsupport causing problems - simply remove it, but keep flash-player

When you say some video files have sound and others do not, that is too general to nail down what codecs are providing the problem (by their absence) or what players have the problem. You need to specify what media player you are using (version # and who packaged it) and you need to specific what audio codec is in the video file (install mediainfo from packman to help you with that).

Note if one is going to help test, then one HAS to provide the detailed information, else there is really little point as its not possible to either help or replicate the problem.

In my view providing help on a milestone or on a beta release should NOT be the same as elsewhere in the forum. One EXPECTS that milestone/beta testers are willing to provide detailed information when they have a failure. A good way to do this, is imagine YOU are the person who is trying to help. What do you want to know? Do YOU want to know what media PLAYER? Do you want to know what type of video/audio FILE? If you do NOT know, how would YOU go about providing help?
Reply With Quote
  #9 (permalink)  
Old 04-Nov-2009, 13:09
TheBlackCat's Avatar
Student Penguin
 
Join Date: Jul 2008
Posts: 99
TheBlackCat hasn't been rated much yet
Default Re: Audio not working in 11.2 RC2

The reason I haven't given more details is because I haven't finished working out exactly what the problem is. It appears that wmvhd sound does not work ever, not on xine, gstreamer, mplayer, or vlc-based media players. mkv sound works sometimes, and does not appear dependent on the underlying codec, although it may be an issue of 2.0 sound not working while 5.1 does (no, I don't have that backwards). Avi seems to have sound, as does quicktime and mpeg. I do not have any video plugins in firefox besides the default mozplugger and silverlight. mkv seems to have particular problems on phonon-based media players, but that is not new for 11.2. I do not have libflashsupport nor have I ever had it.
Reply With Quote
Reply

Bookmarks


Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2