LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Problems with Flash Player in Firefox and LILO (https://www.linuxquestions.org/questions/slackware-14/problems-with-flash-player-in-firefox-and-lilo-4175549609/)

Hasek39 08-02-2015 04:50 AM

Problems with Flash Player in Firefox and LILO
 
Hello everyone!

I'm a newbie in Slackware and have two problems so will try to ask them in one topic. Slackware is 14.1.

First problem is about installing Flash Player in Firefox (now it's 31.8.0 ESR). First try was to download latest version for Linux from Adobe official site than unpack it and copy libflashplayer.so to /usr/lib64/mozilla/plugins and copy it's usr folder to my /usr. But it doesn't work. Than I removed it and try to install Flash in different way. I did
Code:

wget -c http://taper.alienbase.nl/mirrors/people/alien/sbrepos/14.1/x86_64/flashplayer-plugin/flashplayer-plugin-11.2.202.491-x86_64-1alien.txz -P /tmp
installpkg /tmp/flashplayer-plugin-11.2.202.491-x86_64-1alien.txz

but it had no result too, Flash doesn't work.

Second problem is that there is some warning in LILO after I had updated my system. I had uncomment http://taper.alienbase.nl/mirrors/sl...lackware-14.1/ in /etc/slackpkg/mirrors and did
Code:

# slackpkg update gpg
# slackpkg update
# slackpkg upgrade-all

Because I just had installed Slackware it taked a lot of time. After this if I typed lilo in console I would get
Code:

# lilo
Warning: LBA32 addressing assumed
Added Linux  *
One warning was issued.

Please help to solve this troubles and give me some advices.

P.S. Sorry for my English if there are any mistakes.

Keruskerfuerst 08-02-2015 05:11 AM

Why are you using LILO? GRUB2 is the standart - perhaphs not in Slackware?
Where is the flashplugin installed? (directory).

Hasek39 08-02-2015 05:28 AM

Quote:

Originally Posted by Keruskerfuerst (Post 5399710)
Why are you using LILO? GRUB2 is the standart - perhaphs not in Slackware?
Where is the flashplugin installed? (directory).

LILO is still the standart for Slackware and comes with it. It is possible to boot Slackware with GRUB2 too but I had prefer to use LILO by default.
Flashplugin is in /usr/lib64/mozilla/plugins (there is libflashplayer.so in this directory or what file should I find?).

slacker1337 08-02-2015 05:39 AM

Quote:

Originally Posted by Hasek39 (Post 5399692)
Because I just had installed Slackware it taked a lot of time. After this if I typed lilo in console I would get
Code:

# lilo
Warning: LBA32 addressing assumed
Added Linux  *
One warning was issued.


This warning is related to not having either "linear" or "lba32" in your /etc/lilo.conf. http://www.tldp.org/HOWTO/Large-Disk-HOWTO-5.html will provide some guidance.

Didier Spaier 08-02-2015 05:41 AM

@Keruskerfuerst: grub is shipped in Slackware but not used for installation.

@Hasek39:
  • That's really two unrelated topics, so to make things easier to follow next time please open one thread for each.
  • The lilo warning is nothing to worry about. It just informs you that you as you didn't specify how it would generate addresses it will generate 32-bit Logical Block Addresses instead of cylinder/head/sector addresses. LBA32 is the default anyway nowadays. Scroll down to "lba32" in "man lilo.conf" to know more.
  • About flash, I have no clue, but hopefully someone else will help you.

slacker1337 08-02-2015 05:42 AM

If you just performed a fresh install, then you most likely don't have Flash at all since it isn't delivered with a standard install. Go to the /extra folder on the CD/DVD and install it from there.

Drakeo 08-02-2015 05:56 AM

Quote:

Originally Posted by Keruskerfuerst (Post 5399710)
Why are you using LILO? GRUB2 is the standart - perhaphs not in Slackware?
Where is the flashplugin installed? (directory).

Lilo is default and works well. The reason it is default Pat has worked hard to make it an easy install with secure boot.
Grub2 is there I prefer that. Since it is done the slackware way vanilla I find grub2 to be very proficient. Unlike
other distro's I use to develop in. They have hacked it tried to make it look like some M$ instead of Linux.
especially with the default time of 5 seconds to boot wow.

Quote:

First problem is about installing Flash Player in Firefox (now it's 31.8.0 ESR). First try was to download latest version for Linux from Adobe official site than unpack it and copy libflashplayer.so to /usr/lib64/mozilla/plugins and copy it's usr folder to my /usr. But it doesn't work. Than I removed it and try to install Flash in different way. I did
go to youtube.https://www.youtube.com/html5 and there you can set your cookies to use html5 or flashplayer.
you may want to clear your cookies from other sights. if this is for a gaming experience that is embedded flash and some of that is hit and miss. And comes down to many other variables.

As to where flash is installed it is installed exactly where the Adobe developers wanted it to be installed in Slackwhere and comes with some kde shared files like the developers wanted.

Hasek39 08-02-2015 06:40 AM

Quote:

Originally Posted by Drakeo (Post 5399721)
go to youtube.https://www.youtube.com/html5 and there you can set your cookies to use html5 or flashplayer.
you may want to clear your cookies from other sights. if this is for a gaming experience that is embedded flash and some of that is hit and miss. And comes down to many other variables.

As to where flash is installed it is installed exactly where the Adobe developers wanted it to be installed in Slackwhere and comes with some kde shared files like the developers wanted.

I switched to use HTML5 on YouTube. Now I can watch video but have no sound in it. How can I fix it? I had already configured sound on my computer and it's OK but what can be wrong with Firefox?

Hasek39 08-02-2015 06:42 AM

Quote:

Originally Posted by slacker1337 (Post 5399718)
If you just performed a fresh install, then you most likely don't have Flash at all since it isn't delivered with a standard install. Go to the /extra folder on the CD/DVD and install it from there.

I haven't got CD or DVD because I got Slackware through torrent from slackware.com.

Keruskerfuerst 08-02-2015 07:32 AM

I think your installation process of flash is wrong.

genss 08-02-2015 07:46 AM

just having libflashplayer.so in /usr/lib64/mozilla/plugins/ should make it work

go to about:plugins to make sure
go to about:addons -> plugins to turn it on

sometimes ff will not autorun flash, mostly when your version is not the current one
it will still ask you if you want to run it


if you need flash only for youtube, do consider using html5
flash is a very bad program

Hasek39 08-02-2015 09:12 AM

Quote:

Originally Posted by genss (Post 5399746)
just having libflashplayer.so in /usr/lib64/mozilla/plugins/ should make it work

go to about:plugins to make sure
go to about:addons -> plugins to turn it on

sometimes ff will not autorun flash, mostly when your version is not the current one
it will still ask you if you want to run it


if you need flash only for youtube, do consider using html5
flash is a very bad program

I have libflashplayer.so in /usr/lib64/mozilla/plugins/ but unfortunately it doesn't work! (checked plugins and addons -- they are enabled)
My current situation is that I have video and haven't sound in browser. I had found this:
https://support.mozilla.org/en-US/questions/1068375
Could anyone help me to install gst-plugins-bad?
Code:

# slackpkg install gst-plugins-bad

Looking for gst-plugins-bad in package list. Please wait... DONE

No packages match the pattern for install. Try:

        /usr/sbin/slackpkg reinstall|upgrade


genss 08-02-2015 09:38 AM

Quote:

Originally Posted by Hasek39 (Post 5399774)
My current situation is that I have video and haven't sound in browser. I had found this:
https://support.mozilla.org/en-US/questions/1068375

that is html5 video, not flash
http://www.adobe.com/software/flash/about/ will tell you if flash is working

as for gst plugins bad, you are better off installing gst-ffmpeg (from slackbuilds)

Hasek39 08-02-2015 10:54 AM

Quote:

Originally Posted by genss (Post 5399778)
that is html5 video, not flash
http://www.adobe.com/software/flash/about/ will tell you if flash is working

as for gst plugins bad, you are better off installing gst-ffmpeg (from slackbuilds)

This link says that I already have version 11.2.202.491 installed. But I cannot watch something with Flash at all and if I watch some HTML5 video I haven't sound in it.

Code:

# slackpkg install gst-ffmpeg

Looking for gst-ffmpeg in package list. Please wait... DONE

No packages match the pattern for install. Try:

        /usr/sbin/slackpkg reinstall|upgrade

Sorry for too newbie question but could you explain what are correct console commands to install/remove something from different sources in Slackware? If something is in Slackware's repositories I just can do slackpkg install something, right? If I downloaded something for example from http://slackware.com/~alien/slackbuilds how should I install it? If I need to remove something it will be done just by slackpkg remove something, right?

Hasek39 08-02-2015 12:48 PM

I have installed Chromium and there is no sound in it too so problem isn't in Firefox. Sound works fine when I play music or video from computer but there is no way to use something from the internet.


All times are GMT -5. The time now is 07:18 AM.