Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: 0ldfart on December 19, 2009, 01:26:39 AM
-
I have a fresh copy of TCL.
I installed Seamonkey, and ran it. then closed seamonkey and installed getflash10
I then restarted the computer, but when I go to youtube / metacafe, it says flash is not installed.
I then installed ROX to check my tce directory. I can see getflash10.tcz.dep and getflash10.tcz
Not sure where things are going wrong. The only other thing I have installed is alsa.
The wiki says to install browser, run it at least once, then getflash10 should install flash player, but it doesnt seem to have.
Can anyone point me in the right direction to get it working?
[edit] am I supposed to do something to install javascript in order to make Flash player work? - checked wiki again but there doesnt seem to be a mention of this in the install procedure.
-
Is alsa started, e.g. by running alsaconf? And did you run getflash; that is, right click on the desktop and run it from the applications menu? You need to do both (besides having already opened the browser) to generate the Flash 10 that actually executes.
It took me a few tries to get Flash (no pun intended) going.
-
Is alsa started, e.g. by running alsaconf? And did you run getflash; that is, right click on the desktop and run it from the applications menu? You need to do both (besides having already opened the browser) to generate the Flash 10 that actually executes.
It took me a few tries to get Flash (no pun intended) going.
Ok. The problem was that I didnt run getflash. The wiki is not clear in this respect - it needs to distinguish between the app installer and the right-click context menu run-thing
so then I ran alsaconf and WOOHOO! I now have working Flash :)
The only problem is that when I close the browser (Seamonkey) the audio from the video that was running continues to play.
Any ideas?
Jim
-
I hit the same problem using Opera, hope this helps:
http://forum.tinycorelinux.net/index.php?topic=3179.15
-
Thanks, Thane
I will give it a go. Just one question,
sudo kill [insert PID #]
How do I get PID?
-
How do I get PID?
$ ps aux | grep "what I'm looking for"
eg: $ ps aux | grep cups
5231 root /usr/local/sbin/cupsd
PID=5231
-
Ok. The problem was that I didnt run getflash. The wiki is not clear in this respect - it needs to distinguish between the app installer and the right-click context menu run-thing
The extension's .info should be the first place to look for information.
sudo kill [insert PID #]
How do I get PID?
It can be easier to use `pidof <name>` for pid's or just `killall <name>` directly
-
I think I will make the getflash script install the resulting flash10.tcz upon completion as it would cut down one step from the current "install getflash -> run getflash -> tce-load flash.10.tcz."
-
How often does one need to update flash? Wouldn't it be simpler to put flash with dependency list in the repo and dispense with getFlash10? Because that getFlash10 continues to uselessly occupy a spot on the menu and you can't get rid of it because then flash10's dependencies are not satisfied.
-
flash10.tcz is a created extension resulting from the getflash extension and does not have a dep file. Deleting getflash10.tcz* from the tce directory once it is used will not cause unsatisfied dependencies as nothing depends on getflash10. We can't distribute Flash, so a download script is necessary.
-
I think I will make the getflash script install the resulting flash10.tcz upon completion as it would cut down one step from the current "install getflash -> run getflash -> tce-load flash.10.tcz."
sounds like a great idea :)
-
flash10.tcz is a created extension resulting from the getflash extension and does not have a dep file. Deleting getflash10.tcz* from the tce directory once it is used will not cause unsatisfied dependencies as nothing depends on getflash10. We can't distribute Flash, so a download script is necessary.
Well. Previously flash10 didn't work (in Opera) until I mounted getFlash10... but now it does (in chromium). Must have been finger trouble before. :)
*goes away, strips away the getflash10 steps in scripts *
-
OK I have been experimenting carefully and found:
Booting from my USB stick into Xvesa, flash in chromium seems to depends on openssl and curl. I have neither of these 2 loaded in advance and flash definitely does not work until I load these 2 libs.
Booting from the HDD into Xorg, openssl is pre-loaded but not curl. However flash does work but on checking, curl has been loaded when loading chromium. I can't explain why curl is not loaded in the Xvesa case and is loaded in the Xorg case. I can only guess there is a dependency somewhere that causes curl to load in the one case but not the other.
Bottom line: flash10 does need openssl and curl to work. So perhaps these dependencies need to be added to the browsers that use flash10?