USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

No Flash video after changing master channel in kmix

 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » OTHER
View previous topic :: View next topic  
Author Message
lynch
Moderator


Joined: 15 Nov 2024
Posts: 2659
Location: The Diamond State

PostPosted: Tue Jun 17, 2024 9:15 am    Post subject: No Flash video after changing master channel in kmix Reply with quote

I seem to have lost the flash -plugin on my 64-bit system after trying to change the master channel in my sound mixer.
When I go to Comcast's The Fan or Youtube all I get is a blank space where the video used to be. There is no player showing on Youtube, just a white space where the player screen used to be. On Comcast it opens to a new window like normal but the " loading...." progress bar is not present and all I get is a black screen and that message that says " done" at the bottom of Firefox when a page is done loading.
I had updated lame and kaudiocreator but everything still worked as far as can recall.
tia
lynch



_________________
Mandriva 2024 Spring -2.6.31.12-server-2mnb
PCLinuxOS 2024 -2.6.26.8.tex3
Back to top
View user's profile Send private message
jester
Sr. Member


Joined: 19 Apr 2024
Posts: 1166

PostPosted: Tue Jun 17, 2024 11:00 am    Post subject: Reply with quote

@lynch

you may want to try the following as user:
Code:
nspluginwrapper -v -a -i

that may or may not work for your distro - close your browser(s) before you do this



_________________
Arch64 :: Funtoo64 :: FreeBSD-8.0 :: OSX-10.4.11 (PPC)
Testing: Fedora12_x86-64 :: Ubuntu-10.04-LTS_x86-64
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
lynch
Moderator


Joined: 15 Nov 2024
Posts: 2659
Location: The Diamond State

PostPosted: Tue Jun 17, 2024 10:34 pm    Post subject: Reply with quote

I'll give it a try.
Let you know what happens.
Thanks Smile
lynch



_________________
Mandriva 2024 Spring -2.6.31.12-server-2mnb
PCLinuxOS 2024 -2.6.26.8.tex3
Back to top
View user's profile Send private message
lynch
Moderator


Joined: 15 Nov 2024
Posts: 2659
Location: The Diamond State

PostPosted: Tue Jun 17, 2024 11:47 pm    Post subject: Reply with quote

Here's what happened:
Code:
[lynch@localhost ~]$ nspluginwrapper -v -a -i
Auto-install plugins from /usr/lib64/mozilla/plugins
Looking for plugins in /usr/lib64/mozilla/plugins
*** NSPlugin Viewer  *** ERROR: /usr/lib64/mozilla/plugins/libtotem-gmp-plugin-gstreamer.so: wrong ELF class: ELFCLASS64
*** NSPlugin Viewer  *** ERROR: /usr/lib64/mozilla/plugins/libtotem-mully-plugin-gstreamer.so: wrong ELF class: ELFCLASS64
*** NSPlugin Viewer  *** ERROR: /usr/lib64/mozilla/plugins/libtotem-complex-plugin-gstreamer.so: wrong ELF class: ELFCLASS64
*** NSPlugin Viewer  *** ERROR: /usr/lib64/mozilla/plugins/libjavaplugin.so: wrong ELF class: ELFCLASS64
*** NSPlugin Viewer  *** ERROR: /usr/lib64/mozilla/plugins/libtotem-cone-plugin-gstreamer.so: wrong ELF class: ELFCLASS64
*** NSPlugin Viewer  *** ERROR: /usr/lib64/mozilla/plugins/libtotem-narrowspace-plugin-gstreamer.so: wrong ELF class: ELFCLASS64
*** NSPlugin Viewer  *** ERROR: /usr/lib64/mozilla/plugins/libtotem-basic-plugin-gstreamer.so: wrong ELF class: ELFCLASS64
Auto-install plugins from /home/lynch/.mozilla/plugins
Looking for plugins in /home/lynch/.mozilla/plugins



_________________
Mandriva 2024 Spring -2.6.31.12-server-2mnb
PCLinuxOS 2024 -2.6.26.8.tex3
Back to top
View user's profile Send private message
pbharris
Member


Joined: 02 Jul 2024
Posts: 320
Location: chicago

PostPosted: Wed Jun 18, 2024 4:10 am    Post subject: Reply with quote

i use the 32 bit version of firefox for browsing - i have had bad luck w/ my 64 bit browser for stuff like that.



_________________
Fedora
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
lynch
Moderator


Joined: 15 Nov 2024
Posts: 2659
Location: The Diamond State

PostPosted: Wed Jun 18, 2024 9:28 am    Post subject: Reply with quote

When I run:
Code:
nspluginwrapper -i /usr/lib/flash-plugin/libflashplayer.so

I get the video portion but no sound, and that only works for one session: when I re-open FF, I need to run the above command again. Rolling Eyes



_________________
Mandriva 2024 Spring -2.6.31.12-server-2mnb
PCLinuxOS 2024 -2.6.26.8.tex3
Back to top
View user's profile Send private message
jester
Sr. Member


Joined: 19 Apr 2024
Posts: 1166

PostPosted: Wed Jun 18, 2024 12:10 pm    Post subject: Reply with quote

lynch wrote:
Here's what happened:
Code:
[lynch@localhost ~]$ nspluginwrapper -v -a -i
Auto-install plugins from /usr/lib64/mozilla/plugins
Looking for plugins in /usr/lib64/mozilla/plugins
*** NSPlugin Viewer  *** ERROR: /usr/lib64/mozilla/plugins/libtotem-gmp-plugin-gstreamer.so: wrong ELF class: ELFCLASS64
*** NSPlugin Viewer  *** ERROR: /usr/lib64/mozilla/plugins/libtotem-mully-plugin-gstreamer.so: wrong ELF class: ELFCLASS64
*** NSPlugin Viewer  *** ERROR: /usr/lib64/mozilla/plugins/libtotem-complex-plugin-gstreamer.so: wrong ELF class: ELFCLASS64
*** NSPlugin Viewer  *** ERROR: /usr/lib64/mozilla/plugins/libjavaplugin.so: wrong ELF class: ELFCLASS64
*** NSPlugin Viewer  *** ERROR: /usr/lib64/mozilla/plugins/libtotem-cone-plugin-gstreamer.so: wrong ELF class: ELFCLASS64
*** NSPlugin Viewer  *** ERROR: /usr/lib64/mozilla/plugins/libtotem-narrowspace-plugin-gstreamer.so: wrong ELF class: ELFCLASS64
*** NSPlugin Viewer  *** ERROR: /usr/lib64/mozilla/plugins/libtotem-basic-plugin-gstreamer.so: wrong ELF class: ELFCLASS64
Auto-install plugins from /home/lynch/.mozilla/plugins
Looking for plugins in /home/lynch/.mozilla/plugins

That's routine, it means that it's native and should work

If in the rest of the output you find a line like this
Code:
Install plugin /usr/lib/mozilla/plugins/libflashplayer.so
  into /home/jester/.mozilla/plugins/npwrapper.libflashplayer.so

you should be fixed...


Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
inactive
Sr. Member


Joined: 29 Aug 2024
Posts: 1207

PostPosted: Thu Jun 19, 2024 2:16 am    Post subject: Reply with quote

There's another thing. Does this distro use PulseAudio? If so, is it enabled or disabled?

(Or was that just a Mandriva-do?)



_________________
Mandriva 2024.1 PWP
Mandriva Cooker
ArtistX live
Back to top
View user's profile Send private message
lynch
Moderator


Joined: 15 Nov 2024
Posts: 2659
Location: The Diamond State

PostPosted: Thu Jun 19, 2024 8:05 am    Post subject: Reply with quote

PulseAudio is disabled. I did that before, when my only problem was not having sound but I had the video part. Doing that and moving the npwrapper.libflashplayer.so to /usr/lib64/mozilla/plugins had it working; changing the master channel in kmix ruined all that. Now I have neither.
This is Mandriva I'm using. Mandriva 2024.1 x86-64.
Sorry I didnt mention that. Embarassed
I seem to always get these problems with 64bit. In Opensuse I just rolled back to versions of Flash and Firefox that worked.
I'd rather get this one fixed properly.
I'm going to keep trying things until something works or something breaks... again Smile
lynch



_________________
Mandriva 2024 Spring -2.6.31.12-server-2mnb
PCLinuxOS 2024 -2.6.26.8.tex3
Back to top
View user's profile Send private message
lynch
Moderator


Joined: 15 Nov 2024
Posts: 2659
Location: The Diamond State

PostPosted: Fri Jun 20, 2024 8:53 am    Post subject: Reply with quote

Update:
I now have flash working- video and sound- but this thing isnt solved, yet. I uninstalled flash-plugin and FF and had to uninstall kerry/beagle/gluezilla etc along with it in order get all the libs associated with them off so I could re-install Flash and FF.
Well after that I ran
Code:
nspluginwrapper -i /usr/lib/flash-plugin/libflashplayer.so
re-started FF and everything worked again. Trouble is, I have to run the nspluginwrapper command everytime I want to use Flash.
I tried running the 32bit version of FF and it said I needed to either update Flash or make sure Java was enabled. Rolling Eyes
I got rid of that too.
And so it goes...

Smile



_________________
Mandriva 2024 Spring -2.6.31.12-server-2mnb
PCLinuxOS 2024 -2.6.26.8.tex3
Back to top
View user's profile Send private message
lynch
Moderator


Joined: 15 Nov 2024
Posts: 2659
Location: The Diamond State

PostPosted: Sat Jun 21, 2024 9:52 am    Post subject: Reply with quote

I have been trying to run the nspluginwrapper command like this:
Code:
nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so

when all along I should have been running it like this (as root):
Code:
nspluginwrapper -i /usr/lib/flash-plugin/libflashplayer.so


So far, everything has been working without my having to do anything from the cli. I'm not marking this as <solved> yet: I'm going to keep checking it over the weekend and see if it sticks.
Thanks to all for your help and suggestions.
Smile
lynch



_________________
Mandriva 2024 Spring -2.6.31.12-server-2mnb
PCLinuxOS 2024 -2.6.26.8.tex3
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » OTHER All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All content © 2024-2009 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2009 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse