openSUSE Forums > Pre-Release/Beta » Firefox flash plugin (10.0.32.18) broken

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
Page 4 of 4 « First 23 4
LinkBack Thread Tools Display Modes
  #31 (permalink)  
Old 06-Nov-2009, 09:12
Puzzled Penguin
 
Join Date: Dec 2008
Posts: 18
mackendw hasn't been rated much yet
Default Re: Firefox flash plugin (10.0.32.18) broken

Yes and Yes.
Reply With Quote
  #32 (permalink)  
Old 07-Nov-2009, 10:14
Puzzled Penguin
 
Join Date: Dec 2008
Posts: 18
mackendw hasn't been rated much yet
Default Re: Firefox flash plugin (10.0.32.18) broken

I removed the nspluginwrapper RPM and rebuilt the NVIDIA 190.42 driver, restart my session and its working now using compiz. Tried 3 sites that were problematic before.
Reply With Quote
  #33 (permalink)  
Old 07-Nov-2009, 12:03
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,893
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: Firefox flash plugin (10.0.32.18) broken

Quote:
Originally Posted by mackendw View Post
I removed the nspluginwrapper RPM and rebuilt the NVIDIA 190.42 driver, restart my session and its working now using compiz. Tried 3 sites that were problematic before.
Good news
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #34 (permalink)  
Old 07-Nov-2009, 13:52
SLK021's Avatar
Explorer Penguin
 
Join Date: Jun 2008
Location: Srbija
Posts: 133
SLK021 hasn't been rated much yet
Send a message via Skype™ to SLK021
Default Re: Firefox flash plugin (10.0.32.18) broken

I have some problems with flash
Sometimes sound doesnt work on any flash video player on any browser.
Restarting opepenSUSE solves it, restarting wraper process doesnt
I have 64bit openSUSE
Code:
S | Name                | Summary                                           | Type
--+---------------------+---------------------------------------------------+--------
i | flash-player        | Adobe Flash PlugIn and standalone Player          | package
i | pullin-flash-player | Placeholder for Adobe Flash PlugIn                | package
__________________
VERBA VOLANT, SCRIPTA MANENT
Reply With Quote
  #35 (permalink)  
Old 07-Nov-2009, 14:22
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,729
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: Firefox flash plugin (10.0.32.18) broken

Quote:
Originally Posted by SLK021 View Post
Sometimes sound doesnt work on any flash video player on any browser. Restarting opepenSUSE solves it, restarting wraper process doesnt
That suggests to me that some other multimedia application has seized your PC's audio and has not let go of it.

To test this hypothesis of mine, next time this happens, instead of restarting your PC, restart your alsa sound driver with:
su -c 'rcalsasound restart'
and enter root password when prompted for a password. Then restart your mixer (kmix in kde and alsamixer in gnome) and then check if your flash audio works.
Reply With Quote
  #36 (permalink)  
Old 08-Nov-2009, 08:29
SLK021's Avatar
Explorer Penguin
 
Join Date: Jun 2008
Location: Srbija
Posts: 133
SLK021 hasn't been rated much yet
Send a message via Skype™ to SLK021
Default Re: Firefox flash plugin (10.0.32.18) broken

Quote:
Originally Posted by oldcpu View Post
That suggests to me that some other multimedia application has seized your PC's audio and has not let go of it.

To test this hypothesis of mine, next time this happens, instead of restarting your PC, restart your alsa sound driver with:
su -c 'rcalsasound restart'
and enter root password when prompted for a password. Then restart your mixer (kmix in kde and alsamixer in gnome) and then check if your flash audio works.
You are right
__________________
VERBA VOLANT, SCRIPTA MANENT
Reply With Quote
  #37 (permalink)  
Old 08-Nov-2009, 08:35
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,729
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: Firefox flash plugin (10.0.32.18) broken

Quote:
Originally Posted by SLK021 View Post
You are right
Indeed that does support my hypothesis that an application has seized the audio device, and is not letting go of it (although that is not a conclusive test).

What you could do is try and determine what application is seizing the audio device, and not letting go of the device, so that other applications can not access the audio device.

If you look at the openSUSE audio troubleshooting guide here: SDB:AudioTroubleshooting - determining which application is using the sound device - openSUSE you will note you can determine what application is using your audio sound device at any one time by typing:
Code:
 lsof /dev/dsp* /dev/audio* /dev/mixer* /dev/snd/*
In order to use this command to good purpose, you need to characterize/understand what its output is giving you. Hence save the output in a text file, with an appropriate label/description noting what application you were using to play audio at the time. Do this many times, and then compare the content of the different files.

To get a look at the sort of investigation one can do, please examine this thread: sound stop working after updating on asus k50in - openSUSE Forums

Now its not as complex as that thread might make you think.

Some basics you need to know wrt Linux sound. Typically Linux sound daemons/servers ONLY allow one application at a time to access the sound device/hardware. If that application is badly behaved, and does not let go of the device (when the application is closed) then no other applications can access the device. It may be worth your reading up on some sound concepts: Sound-concepts - openSUSE

Note that the alsa application is both an audio driver, and also provides an API (the alsa API). Not all desktops nor multimedia applications will use the alsa API. They ALL use the alsa sound driver. One advantage of the alsa API is it will allow sharing of audio between applications. ie if multimedia application-a is using the alsa API and multimedia application-b is using the alsa API, then they both will be able to access the audio device at the same time and hence they both will be able to play sound at the same time. Pulse audio was supposed to provide the same capability, but pulse audio has bugs.

On my PCs, I have changed the output sound engines in all applications to use the "xine" sound engine and where selectable to use the alsa API (sometimes just labelled "alsa" or "advanced linux sound architecture" as opposed to OSS, or aRts, or esound). I have also used the application xine-ui to ensure my xine is using the alsa API.

Hence for example, when I play amarok, I get audio. I can also launch smplayer, and get audio playing out of smplayer at the same time as amarok.
Reply With Quote
  #38 (permalink)  
Old 09-Nov-2009, 07:22
SLK021's Avatar
Explorer Penguin
 
Join Date: Jun 2008
Location: Srbija
Posts: 133
SLK021 hasn't been rated much yet
Send a message via Skype™ to SLK021
Default Re: Firefox flash plugin (10.0.32.18) broken

Ok this is an extensive and clear response,
Amarok was in conflict with flash player, and pulse was suppose to eliminate that.
Quote:
On my PCs, I have changed the output sound engines in all applications to use the "xine" sound engine and where selectable to use the alsa API (sometimes just labelled "alsa" or "advanced linux sound architecture" as opposed to OSS, or aRts, or esound). I have also used the application xine-ui to ensure my xine is using the alsa API.
This is the way I will configure it, but since its 3 days to final release Ill do a clean install and WONT install pulse audio this time.
I have an creative 7.1 24bit integrated card so thats acting weird on its own.
__________________
VERBA VOLANT, SCRIPTA MANENT
Reply With Quote
  #39 (permalink)  
Unread Today, 07:05
Puzzled Penguin
 
Join Date: Jun 2008
Posts: 19
bigbossa hasn't been rated much yet
Default Re: Firefox flash plugin (10.0.32.18) broken

Flash would not work on Firefox on aa new install of 11.2 even though it was installed I found that in the Tools > add ons > plugins . everything was disabled .just enabled everything and all works Hope this helps someone.
Reply With Quote
Reply
Page 4 of 4 « First 23 4

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