Author Topic: Cable box and MythTV interface.  (Read 7600 times)

Zaerc

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 2256
  • Department of Redundancy Department.
    • View Profile
Re: Cable box and MythTV interface.
« Reply #15 on: February 05, 2008, 07:24:23 pm »
Again, I'm completely new to linux so I'm sure this is my ignorance but isn't the install process a Linux thing?  I understand the app is from Adobe but the process to install seems to be a condition of the OS.  Are you saying that this is not typical and that Adobe was just lazy in their packaging?

I'm seriously not antagonizing, just trying to make sure I'm informed.

Thanks

I know it's confusing but first of all linux is not an operating system, but the kernel on which several operating systems such as slackware, debian, *buntu, suse, fedora and so on are based.  These operating systems implement a variety of ways to manage software packages.  As most of the software they use is open source they maintain their own set of software packages, often with a few minor changes to make the software fit inside the system properly. 

The adobe software you are refering to is not open source so it is hard for the makers of these operating systems to do that.  And aparently adobe could only be bothered to make installable software packages for rpm based systems (such as redhat/fedora and suse etc.), and not for instance .deb packages (for debian/*buntu etc.) like you probably would have needed.  Therefore the rest of us get some crappy installer script that doesn't even work most of the time, while in the end it's little more then unpacking an archive and moving one or two files to the right place if you do it manually.

Compared to the literally tens of thousands of software packages that are freely available I do not consider this mess from adobe to be representative at all.  Under kubuntu (for instance) you can install most of the software you will ever need by simply selecting it from a list, no need to even download the "install files" yourself manually.  Unfortunately the tools to do this conveniently (in a graphical environment) are removed under lmce, in order to to prevent updates (that could break the system) from sneaking in through the side door.

Just FYI, bkm789 recently told me how to manually install the flash player under kubuntu-amd64:
Code: [Select]
sudo apt-get install nspluginwrapper
wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
tar xvf install_flash_player_9_linux.tar.gz
sudo cp install_flash_player_9_linux/libflashplayer.so /usr/lib/firefox/plugins/
sudo nspluginwrapper -i /usr/lib/firefox/plugins/libflashplayer.so
rm -rf install_flash_player_9_linux
The steps involving "nspluginwrapper" are probably not needed under i386 at all.

And I see that rrambo even found a much nicer way to do it through the adept_installer (which is normally removed under lmce).
"Change is inevitable. Progress is optional."
-- Anonymous


Venom986

  • Veteran
  • ***
  • Posts: 74
    • View Profile
Re: Cable box and MythTV interface.
« Reply #16 on: February 05, 2008, 07:26:32 pm »
Grepico,

I will assume by the description of your problem in installing the flashplayer that you are using a 64-bit distro.  Adobe has yet to create a 64-bit version of flashplayer for linux.  Full stop.  The ubuntu forums have many posts with guides on how to alternatively isntall 32-bit firefox so that you can get the 32-bit flashplayer for linux working in your browser.

Again, this is Adobe's fault for not supplying a 64-bit linux version of flashplayer.  It affects ALL versions of linux.  In fact, even in 64-vista the auto-installer doesn't work, but there IS a manual installer that works in that case.

ok..  wait a minute...  I have a 64-bit MD....  instead of trying to go through the hassle of installing individual packages (because I couldn't get flash installed by itself), I just went in through add/remove programs (adept_installer) and installed the Ubuntu/Kubuntu Restricted extras and now flash is working...

Either a) you have 32-bit firefox installed or b) a 64-bit flashplayer has been added to the repositories in Ubuntu 7.10? (i'm still runing 7.04)

rrambo

  • Guru
  • ****
  • Posts: 221
    • View Profile
Re: Cable box and MythTV interface.
« Reply #17 on: February 05, 2008, 08:01:04 pm »
Grepico,

I will assume by the description of your problem in installing the flashplayer that you are using a 64-bit distro.  Adobe has yet to create a 64-bit version of flashplayer for linux.  Full stop.  The ubuntu forums have many posts with guides on how to alternatively isntall 32-bit firefox so that you can get the 32-bit flashplayer for linux working in your browser.

Again, this is Adobe's fault for not supplying a 64-bit linux version of flashplayer.  It affects ALL versions of linux.  In fact, even in 64-vista the auto-installer doesn't work, but there IS a manual installer that works in that case.


ok..  wait a minute...  I have a 64-bit MD....  instead of trying to go through the hassle of installing individual packages (because I couldn't get flash installed by itself), I just went in through add/remove programs (adept_installer) and installed the Ubuntu/Kubuntu Restricted extras and now flash is working...

Either a) you have 32-bit firefox installed or b) a 64-bit flashplayer has been added to the repositories in Ubuntu 7.10? (i'm still runing 7.04)

If it's a 32-bit install of firefox, then that would be a function of the lmce install as I haven't made any changes other than installing the restricted extras..  I will say that this did not work in 7.04 on my 64-bit MD.

Venom986

  • Veteran
  • ***
  • Posts: 74
    • View Profile
Re: Cable box and MythTV interface.
« Reply #18 on: February 05, 2008, 08:12:41 pm »
probalby just something new then that I haven't encountered as my ubuntu systems are still on feisty fawn.