Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 29
Hello, I am new to Linux and wonder if I am alone with this problem. Currently running Debian(lenny) and cannot watch any Youtube or flash videos (including Pandora and Playlist, ...
  1. #1
    Just Joined!
    Join Date
    Sep 2008
    Location
    Fort Lauderdale, FL
    Posts
    20

    Flash player/Youtube may be the deal breaker...

    Hello, I am new to Linux and wonder if I am alone with this problem.

    Currently running Debian(lenny) and cannot watch any Youtube or flash videos (including Pandora and Playlist, they never even load fully). I get about 5 seconds into a vid and it freezes my browser, (both epiphany and iceweasel) I am still able to hear the audio (sometimes the audio is scrambled as well) but the video will be frozen along with the browser itself and I must force quit. Can this be solved? It's kinda the whole point of having internet; I need entertainment and lulz.

    Cheers.

  2. #2
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Hmmm.... Flash can be a problem on Linux. Especially on 64 bit distros -- are you running 32 or 64 bit?

    Do you know which Flash player you installed? I could never get Gnash to work, and normally use Adobe Flash player (which is a shame since I kinda detest Adobe).
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  3. #3
    Just Joined!
    Join Date
    Sep 2008
    Location
    Fort Lauderdale, FL
    Posts
    20
    I'm running 32bit system (pretty sure as this is a single cpu system). One thing, I can't figure out if either gnash or adobe is installed. Whatever it came with is what I'm using, I never installed anything. I've looked through synaptic package manager and didn't see either one.

  4. #4
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Code:
    uname -a
    That will tell you if you're running 32 or 64 bit. Look for something that says x86 (which means 32 bit) or x64_64 (which means 64 bit).

    Here's a link that might help you out with flash on Debian.
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  5. #5
    Just Joined!
    Join Date
    Sep 2008
    Location
    Fort Lauderdale, FL
    Posts
    20
    uname -a, gives me:
    Code:
    Linux debian 2.6.26-1-686 #1 SMP Wed Sep 10 16:46:13 UTC 2008 i686 GNU/Linux

    apt-get install flashplugin-nonfree, gives me
    Code:
    Package flashplugin-nonfree is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    E: Package flashplugin-nonfree has no installation candidate

  6. #6
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Weird. Do you have the non-free repositories enabled?
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  7. #7
    Just Joined!
    Join Date
    Sep 2008
    Location
    Fort Lauderdale, FL
    Posts
    20
    I added non-free to each line of /etc/apt/sources.list on the first day.
    That's the way, correct?

  8. #8
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Can you post the contents of that file?
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  9. #9
    Just Joined!
    Join Date
    Sep 2008
    Location
    Fort Lauderdale, FL
    Posts
    20
    Code:
    # 
    # deb cdrom:[Debian GNU/Linux testing _Lenny_ - Official Snapshot i386 CD Binar$
    
    deb cdrom:[Debian GNU/Linux testing _Lenny_ - Official Snapshot i386 CD Binary-$
    
    deb http://ftp.us.debian.org/debian/ lenny main contrib non-free
    deb-src http://ftp.us.debian.org/debian/ lenny main contrib non-free
    
    deb http://security.debian.org/ lenny/updates main contrib non-free
    deb-src http://security.debian.org/ lenny/updates main contrib non-free
    
    deb http://apt.wicd.net/ debian extras

  10. #10
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    It looks ok to me. Add multiverse to those lines as well and then run
    Code:
    sudo apt-get update
    sudo apt-get install flashplugin-nonfree
    Does that help?
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

Page 1 of 3 1 2 3 LastLast

Posting Permissions

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