you could upgrade to lenny.
if you don`t want that and if you didn`t allready did the following:
comment everything you added to your sources.list
so it looks
somehow like this:
Code:
#MAIN
deb http://ftp.de.debian.org/debian etch main
deb-src http://ftp.de.debian.org/debian etch main
#MULTIMEDIA
deb http://www.debian-multimedia.org/ etch main
#SECURITY
deb http://security.debian.org/ etch/updates main
deb-src http://security.debian.org/ etch/updates main
# VOLATILE
deb http://volatile.debian.org/debian-volatile etch/volatile main
deb-src http://volatile.debian.org/debian-volatile etch/volatile main
# YOUR added repos
# http://XXX.blahxx/***
# http://example.two/***
then run the following as root, best might be all browsers are closed:
Code:
apt-get update
apt-get install debian-mutlimedia-keyring
apt-get update
apt-get install flashplayer-mozilla
i hope this might help you, good luck.