Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: No website or youtube video

  1. #1
    Join Date
    Jun 2007
    Location
    High Desert, So. Calif.
    Beans
    183
    Distro
    Ubuntu 14.04 Trusty Tahr

    No website or youtube video

    I have two desktop computers with Ubuntu 12.04 LTS installed. My newer computer(built 2010) works fine for youtube and website(pages) videos. My older computer(2004) works with everything but videos on youtube and websites(pages). My newer computer is dual boot with Windows 7 64 Bit and Ubuntu 12.04. My old computer just got rid of Windows XP and did a fresh install of Ubuntu 12.04 with alternate CD. No dual boot. I have tried every suggestion I could find on this forum to make videos function in YouTube and websites or pages, but I am unable to make it work. I've done a comparison of files, plug-ins and settings between the both computers and they appear to be identical. Any suggestions as to what else I can check to make my old computer function on YouTube videos and videos on webpages or websites? Any help would certainly be appreciated. Thanks
    Asus P5N-D, E8500, PC-6400 8 GB
    2ea WD 320GB HD's,9600 GeForce GSO 764MB,
    Windows 7-64Bit/Ubuntu 14.04 64 Bit

  2. #2
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,824
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: No website or youtube video

    Can you describe the hardware? I'm not sure, but the latest (last) flash seems to need some hardware features not present on every 10 year old CPU, so if you could tell us which processor is in that old computer it may help.

  3. #3
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: No website or youtube video

    Let's see the output of
    Code:
    cat /proc/cpuinfo | grep sse2
    If there is any output it means your cpu is enabled for sse2, which is essential for the latest versions of flashplayer; if there is no output youwill not be able to use flashplayer 11.2.202.346, which is the version available from the repos.

    There are workarounds for this by using an earlier flash version but let's see what that command says first.

  4. #4
    Join Date
    Jun 2007
    Location
    High Desert, So. Calif.
    Beans
    183
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: No website or youtube video

    Thanks Impavidus and ajgreeny for your responses. The CPU in my old computer is an AMD Athlon XP 2100+266 FSB Palamino, Socket A on a SOYO SYK7V Dragon Plus Mobo with 2GB PC2100 DIMM RAM. I built it in 2001 or so. ajgreeny, entering your Terminal code, (cat /proc/cpuinfo | grep sse2) gives me no data at all. That doesn't look good. I will wait for your responses. Thanks again.
    Asus P5N-D, E8500, PC-6400 8 GB
    2ea WD 320GB HD's,9600 GeForce GSO 764MB,
    Windows 7-64Bit/Ubuntu 14.04 64 Bit

  5. #5
    Join Date
    Aug 2013
    Beans
    4,941

    Re: No website or youtube video

    I don't recommend using old versions of flash they are a source of security vulnerability.

    For Youtube and some other popular flash video sites you can use Viewtube. http://userscripts.org/scripts/show/87011
    Install the greasemonkey addon for Firefox, restart Firefox, then go to the above link and click "install", you should be able to play vidoes for Youtube and supported sites in Totem/vlc/mplayer (Totem is installed by default, for the other options you need to install the vlc mozilla plugin and gecko-mediaplayer from the repo)

    I would recommend Viewtube even if you could play flash as flash is heavy on cpu and it doesn't work well for old hardware.

    There are also stand alone Youtube players:
    1) smtube
    https://launchpad.net/~rvm/+archive/smplayer
    2) minitube
    Type minitube-ubuntu in the Software centre. There is another 'minitube' in the repo, it is an old version and doesn't work.

  6. #6
    Join Date
    Apr 2014
    Beans
    23

    Re: No website or youtube video

    for youtube - there is an extention that converts to html5.

    otherwise - see this

    http://ubuntuforums.org/showthread.php?t=2215258

  7. #7
    Join Date
    Aug 2013
    Beans
    4,941

    Re: No website or youtube video

    Quote Originally Posted by Larry_Klein View Post
    for youtube - there is an extention that converts to html5.

    otherwise - see this

    http://ubuntuforums.org/showthread.php?t=2215258
    Except that html5 is not easy on cpu either. So I doubt that it would work too well in this instance (On Firefox html5 doesn't hardware accelerate, on Chrome it may but not for such an old machine.)
    Last edited by monkeybrain20122; April 6th, 2014 at 12:17 AM.

  8. #8
    Join Date
    Nov 2009
    Beans
    50
    Distro
    Ubuntu Studio

    Re: No website or youtube video

    If it is a flash swf problem have you tried the hal fix?

    Code:
    rm -rf ~/.adobe
    sudo rm -rf /etc/hal/fdi/preprobe
    sudo rm -rf /etc/hal/fdi/information
    sudo apt-get purge hal libhal1 flashplugin-installer adobe-flashplugin 
    bleachbit (remove everything flash and firefox, chromium)
    sudo apt-get install adobe-flashplugin hal libhal1
    sudo mkdir /etc/hal/fdi/preprobe
    sudo mkdir /etc/hal/fdi/information
    /usr/sbin/hald --daemon=yes --verbose=yes
    rm -rf ~/.adobe
    sudo apt-get purge flashplugin-installer adobe-flashplugin
    Then download the newest tarball for flash for linux from the adobe site and extract the usr folder to the /usr folder, and the .so file to /usr/lib/firefox/add-ons/plugins

  9. #9
    Join Date
    Aug 2013
    Beans
    4,941

    Re: No website or youtube video

    Quote Originally Posted by edcompsci View Post
    If it is a flash swf problem have you tried the hal fix?

    Code:
    rm -rf ~/.adobe
    sudo rm -rf /etc/hal/fdi/preprobe
    sudo rm -rf /etc/hal/fdi/information
    sudo apt-get purge hal libhal1 flashplugin-installer adobe-flashplugin 
    bleachbit (remove everything flash and firefox, chromium)
    sudo apt-get install adobe-flashplugin hal libhal1
    sudo mkdir /etc/hal/fdi/preprobe
    sudo mkdir /etc/hal/fdi/information
    /usr/sbin/hald --daemon=yes --verbose=yes
    rm -rf ~/.adobe
    sudo apt-get purge flashplugin-installer adobe-flashplugin
    Then download the newest tarball for flash for linux from the adobe site and extract the usr folder to the /usr folder, and the .so file to /usr/lib/firefox/add-ons/plugins
    Hal has nothing to do with OP's problem, It is used to enable Linux flash to play drm protetcted contents (usually paid streaming services like Amazon videos)but Youtube is not drm protected.

  10. #10
    Join Date
    Mar 2013
    Beans
    123

    Re: No website or youtube video

    Have you install ubuntu-restricted-extras?

    Otherwise install chrome/chromium which has flash installed with it.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •