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, ...
- 09-30-2008 #1Just 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.
- 09-30-2008 #2
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
- 09-30-2008 #3Just 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.
- 09-30-2008 #4That 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).Code:
uname -a
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
- 09-30-2008 #5Just 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
- 09-30-2008 #6
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
- 09-30-2008 #7Just 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?
- 09-30-2008 #8
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
- 09-30-2008 #9Just 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
- 09-30-2008 #10
It looks ok to me. Add multiverse to those lines as well and then run
Does that help?Code:sudo apt-get update sudo apt-get install flashplugin-nonfree
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


Reply With Quote
