Installed Flash 11 but Firefox can't play videos

Then probably a step was missed. Go back to the Handbook and check the part where the link is created. Also note that nspluginwrapper has to be run as the end user, not root.
 
aurora72 said:
The FreeBSD version is 9 and Firefox 9.0.1 is running successfully.
Current version of Firefox is 13.0. Please update your ports.
 
Hello wblock@

I also think that it must be a user issue because I was trying it with the root user.

But when I tried running nspluginwrapper with a normal user I've just created it still didn't work. I also noted that GNOME2 doesn't work properly when invoked from the normal user, it works only when invoked by the root.

Hello SirDice

I've tried
# portsnap fetch && update
and
# cd /usr/ports/www/firefox
returned the Firefox 13.x as you mentioned but I just can't make it because it takes extremely long to compile it from scratch. I should better use the pkg_add method but when I
# pkg_add -r firefox
it finds the same version of Firefox and says
Code:
pkg_add: package 'firefox-9.0.1,1' or its older version already installed

Is there a way to update Firefox to V13 using the pkg_add method?
 
Set PACKAGESITE to a -stable package tree. By default it will will fetch and install the exact same packages as on the CD/DVD.
 
Hello

Here's what I did:

Code:
fbsd# setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-stable/Latest/
fbsd# pkg_add -r firefox                                                       
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-stable/Lates/firefox.tbz... Done.
pkg_add: package 'firefox-12.0_1,1' or its older version already installed

I check the FF version on GNOME desktop, it's 9.0.1.

What could be wrong here?
 
The message is pretty clear? There's already a Firefox installed ("...or its older version already installed").

Uninstall the old one first.
 
# pkg_delete -r firefox-9.0.1,1

did the work and I managed to install the latest version 13 by the pkg_add method.

Firefox v13 is working now but still the same problem.

I also do:

# su fbsd
$ nspluginwrapper -v -a -i

then restart Firefox still the same problem.
 
As a further note: Upper task bar of GNOME2 >> System >> Preferences >> Adobe Flash Player windows really pops up, which might be an indication that Flash Player is installed but only Firefox might be unable to see it, perhaps.
 
I have managed to go one step further by enabling the GNOME Display Manager
Code:
gdm_enable="YES"
in rc.conf and logging in as normal user from the GDM screen.

Now, in Firefox about:plugins, I get this section:
Code:
Shockwave Flash

    File: npwrapper.libflashplayer.so
    Version: Shockwave Flash 11.2 r202

MIME Type 	Description 	Suffixes
application/x-shockwave-flash 	Shockwave Flash 	swf
application/futuresplash 	FutureSplash Player 	spl

But I still can't get Flash Videos play. What could be missing? Thanks.
 
Let's back up a second. What happens when a page has Flash, what does it do? Do you have Adblock, Flashblock, or Noscript installed in Firefox?
 
If you ran nspluginwrapper as root, you'll probably have to delete the plugin as root first (nspluginwrapper -r) before trying to install it as a user.
 
wblock@ said:
What about the first question?

I could not answer that, well it's because the GNOME on my desktop works like a hell, constantly reading / writing from HDD until forever! No exaggeration. When I returned to tty1, it was complaining about ~ PV limit or ~ kern.maxfiles limit is reached or similar things.

When I leave the computer on with GNOME, it almost hangs up, freezes. That's why I could not write my answer to the question when I wanted to. Actually I wrote the answer but afterwards it hung up. I wrote "there's blank space in the place of Flash Player section, just blank space, i.e. no "missing plugin" message"

Now, I started to suspect from the FreeBSD V.9 I don't think it's good for my old PentiumII computer. I do remember using FreeBSD 7.2 on the same machine with much less RAM. It used to work like a piece of cake. With this version 9 it's nowhere like it.

I'm afraid I will have to downgrade the FreeBSD version to be able to use this old computer.
 
Hello thanks for all the help.

I think FreeBSD V9 is the problem and I've decided to remove it all over and install another version which I know works well with this computer (features at my signature)

Recently, I had to do the same for Ubuntu 12.04 running on my C2Duo Laptop. I had removed the 12.04 all over and installed 10.10.

So that's how I solve the problem.
 
Wow! You had to drop back to 7.2?

You're kidding, right? I've tried everything I can think of, went through the handbook instructions four times, de-installing everything I could between each attempt, and installing using pkg_add or portinstall or make, but nothing works. Flash shows up in the about:plugins page, but when I go to YouTube and click on a video, the video screen blanks, goes to black, and nothing else happens. Do I really have to drop back as far as 7.2? Is there an alternative browser in 9.0 that WILL play flash videos?
 
Choosing a different FreeBSD version isn't going to help. All versions of FreeBSD use the same ports tree and as a result share the same ports.

All I can suggest is to update your ports. If the installed firefox was old it's likely the Flash player is just as old.

I have no problems with Firefox 12 (currently building 13) and previous versions. I do remember some issues with an older version of the flash player but the next update solved it for me.
 
Hello SirDice,

I've actually already updated the ports tree to its latest and so it found FF 12 and installed it.

But all the while dealing with that issue, some more basic problem started to oocur, really. As I mentioned in my previous post:

"When I leave the computer on with GNOME, it almost hangs up, freezes"

The HDD is active until forever. When I do "ctrl+altF1" and see what's going on, I see hundreds of warning messages most of them related to kernel, maxlimits, max proc, max files, and so on. As a cure, I have set some of them in /boot/loader.conf but the problem still persisted.

In 2009-2010 I did use FreeBSD 7.2 with GNOME on the same computer, and none of such problems ever happened. The computer was just running fine and fast. I do remember that. That's why I installed FreeBSD 7.2 again.

But, such things happen frequently on other OS'es, too. As I mentioned, I have removed the latest version of Linux/Ubuntu 12.04 from my laptop and installed 10.10. Why? Because I have noticed that 12.04 was sometimes crashing i.e. not stable. Their newly developed Desktop Environment called "Unity" was overly simplistic, I did not even have "Gpart" on the Administration menu, because there was no Administration menu, and so on.
 
aurora72 said:
The HDD is active till forever. When I do "ctrl+altF1" and see what's going on, I see hundreds of warning messages most of them related to kernel, maxlimits, max proc , max files, and so on. As a cure, I have set some of them in /boot/loader.conf but the problem still persisted.
You shouldn't need to set any of these. The automatic defaults should simply work.

Did you compile a custom kernel perhaps?
 
aurora72 said:
Now, I started to suspect from the FreeBSD V.9 I don't think it's good for my old PentiumII computer. I do remember using FreeBSD 7.2 on the same machine with much less RAM. It used to work like a piece of cake. With this version 9 it's nowhere like it.

I'm afraid I will have to downgrade the FreeBSD version to be able to use this old computer.

My old GateWay Solo 1450 laptop had similar specs that what you're listing in your sig and FreeBSD 7.2 ran best on it.

FreeBSD 9.0 seemed to make it run hot and it would continually shut down after reaching over 100F if I didn't keep a fan pointed on it under a heavy load.
 
Back
Top