LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-02-2015, 04:50 AM   #1
Hasek39
Member
 
Registered: Jul 2015
Location: Pittsburgh, PA, US
Distribution: Slackware
Posts: 120

Rep: Reputation: Disabled
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.
 
Old 08-02-2015, 05:11 AM   #2
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
Why are you using LILO? GRUB2 is the standart - perhaphs not in Slackware?
Where is the flashplugin installed? (directory).
 
Old 08-02-2015, 05:28 AM   #3
Hasek39
Member
 
Registered: Jul 2015
Location: Pittsburgh, PA, US
Distribution: Slackware
Posts: 120

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Keruskerfuerst View Post
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?).
 
Old 08-02-2015, 05:39 AM   #4
slacker1337
Member
 
Registered: Jun 2012
Location: Connecticut, USA
Distribution: Slackware
Posts: 148

Rep: Reputation: 40
Quote:
Originally Posted by Hasek39 View Post
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.
 
Old 08-02-2015, 05:41 AM   #5
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,064

Rep: Reputation: Disabled
@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.
 
Old 08-02-2015, 05:42 AM   #6
slacker1337
Member
 
Registered: Jun 2012
Location: Connecticut, USA
Distribution: Slackware
Posts: 148

Rep: Reputation: 40
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.
 
Old 08-02-2015, 05:56 AM   #7
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Quote:
Originally Posted by Keruskerfuerst View Post
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.

Last edited by Drakeo; 08-02-2015 at 06:02 AM.
 
Old 08-02-2015, 06:40 AM   #8
Hasek39
Member
 
Registered: Jul 2015
Location: Pittsburgh, PA, US
Distribution: Slackware
Posts: 120

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Drakeo View Post
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?
 
Old 08-02-2015, 06:42 AM   #9
Hasek39
Member
 
Registered: Jul 2015
Location: Pittsburgh, PA, US
Distribution: Slackware
Posts: 120

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by slacker1337 View Post
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.
 
Old 08-02-2015, 07:32 AM   #10
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
I think your installation process of flash is wrong.
 
Old 08-02-2015, 07:46 AM   #11
genss
Member
 
Registered: Nov 2013
Posts: 744

Rep: Reputation: Disabled
just having libflashplayer.so in /usr/lib64/mozilla/plugins/ should make it work

go to aboutlugins 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
 
Old 08-02-2015, 09:12 AM   #12
Hasek39
Member
 
Registered: Jul 2015
Location: Pittsburgh, PA, US
Distribution: Slackware
Posts: 120

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by genss View Post
just having libflashplayer.so in /usr/lib64/mozilla/plugins/ should make it work

go to aboutlugins 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

Last edited by Hasek39; 08-02-2015 at 09:13 AM.
 
Old 08-02-2015, 09:38 AM   #13
genss
Member
 
Registered: Nov 2013
Posts: 744

Rep: Reputation: Disabled
Quote:
Originally Posted by Hasek39 View Post
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)
 
Old 08-02-2015, 10:54 AM   #14
Hasek39
Member
 
Registered: Jul 2015
Location: Pittsburgh, PA, US
Distribution: Slackware
Posts: 120

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by genss View Post
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?
 
Old 08-02-2015, 12:48 PM   #15
Hasek39
Member
 
Registered: Jul 2015
Location: Pittsburgh, PA, US
Distribution: Slackware
Posts: 120

Original Poster
Rep: Reputation: Disabled
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.
 
  


Reply

Tags
firefox, flashplayer, lilo, slackware, slackware 14.1



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Flash player, Flash-plugin for Firefox 10.0.2 in SlackWare 13.37 TroN-0074 Slackware 5 03-31-2016 03:55 AM
[SOLVED] Flash player problems with Firefox (and Chromium) Steve W Linux - Software 5 11-18-2014 02:22 AM
firefox/flash player javb Linux - Newbie 27 10-16-2007 11:56 PM
FLASH PLAYER 7 and FIREFOX kkiedrowski Linux - Software 4 03-22-2006 02:36 PM
flash player problems in firefox PeaceTank Linux - Software 3 12-18-2004 11:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration