LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 06-06-2005, 12:18 AM   #1
jnev
Member
 
Registered: Apr 2005
Posts: 158

Rep: Reputation: 30
several questions


1. i'm trying to get mplayer working properly on my system, but i can't for the life of me figure out how to get it to play different media formats, like wmv. it plays mpg fine, but won't play wmv or avi. also, i noticed that some people have icons on their desktops of mplayer. well i installed mplayer as source from mplayer's website, so how can i open the actual programs?

2. i changed my sarge repositories from sarge to sid, and now when i to apt-get update i get this error: "E: Some index files failed to download, they have been ignored, or old ones used instead." then when i try to install some programs via apt-get i get an error that says that some dependancies couldn't be met, so try apt-get update, which obviously doesn't work.

3. i installed k3b via apt-get, but it needs the growisofs file. where do i get it? i searched google and it didn't give me any links to dowload it. i have kubuntu installed on my system as well and it apparently has it installed as it can burn dvd's just fine...

4. this is what my sources.list looks like:

#deb file:///cdrom/ sarge main

deb http://mirrors.kernel.org/debian/ unstable main
deb-src http://mirrors.kernel.org/debian/ unstable main

deb http://security.debian.org/ unstable/updates main

how can i change it to include all of ubuntu's repositores? i tried just copying the sources.list file and it gave m a ton of erros that it doesn't have enough permission...


thanks, i may have more questions later
 
Old 06-06-2005, 01:14 AM   #2
musicman_ace
Senior Member
 
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555

Rep: Reputation: 46
1. For the different formats, you'll have to download the win32codecs if you haven't already and install them to a specific location. The manual on mplayers website should have step you through the process. Thier directions worked for me when I used to use mplayer.

The icon may be a link to either mplayer, the GUI mplayer, or an alias to mplayer with a few extra options. You should be able to create a link simply by right clicking and "create new link". There are icon themes for KDE and Gnome all over the internet. KDElook is one I've visited.

2. - 4. I don't use debian and these question seem APT related, so I'm not help here.
 
Old 06-06-2005, 08:13 AM   #3
jnev
Member
 
Registered: Apr 2005
Posts: 158

Original Poster
Rep: Reputation: 30
sorry should have mentioned that. the icons are links to mplayers gui front-end (is it called gmplayer, i've heard it referred to that sevreal times). how do i get gmplayer installed is a better questions i guess.

thanks
 
Old 06-06-2005, 09:25 AM   #4
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
WRT your apt configuration I am sure that this is not correct. This is the second time this has come up in regard to unstable in the last few weeks (mirrors.kernel.org). You will find the list of repository mirrors here . You need to edit /etc/apt/sources.list with lines similar to;

deb http://mirror.ox.ac.uk /debian/ unstable main (see the list of GB sites to see how I got this). Basically you need a mirror near you. Alternatively you can use netselect (apt-get install netselect). Full details on apt and netselect read the documentation here . I personally have a printed version available for reference.
 
Old 06-06-2005, 09:50 AM   #5
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,885
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Try adding the following to your /etc/apt/source.list you need to open the file as root the easiest way that I know of doing that is alt+F2 then typing kdesu kwrite>enter your root password then open the file

#mplayer,acroread.various packages
# deb ftp://ftp.nerim.net/debian-marillat/ stable main
#deb ftp://ftp.nerim.net/debian-marillat/ testing main
deb ftp://ftp.nerim.net/debian-marillat/ unstable main

# Unstable
deb http://non-us.debian.org/debian-non-US/ unstable/non-US main contrib non-free
deb http://http.us.debian.org/debian/ unstable main contrib non-free

# Unstable Sources
deb-src http://http.us.debian.org/debian/ unstable main contrib non-free
deb-src http://non-us.debian.org/debian-non-US/ unstable/non-US main contrib non-free

use which ever version you are running. You can run apt-setup from a console to pick a mirror that is closer to you. Kplayer is the KDE frontend to mplayer.


Get the all-codecs package from mplayer site and unpack>copy the files to /usr/lib/codecs
You can also apt-get win32-codecs.

The doc at the mplayer site give very clear directions.
 
Old 06-06-2005, 06:04 PM   #6
jnev
Member
 
Registered: Apr 2005
Posts: 158

Original Poster
Rep: Reputation: 30
you mean just add those reopsitories so that my sources.list looks like this?

#deb file:///cdrom/ sarge main

deb http://mirrors.kernel.org/debian/ unstable main
deb-src http://mirrors.kernel.org/debian/ unstable main

deb http://security.debian.org/ unstable/updates main

#mplayer,acroread.various packages
# deb ftp://ftp.nerim.net/debian-marillat/ stable main
#deb ftp://ftp.nerim.net/debian-marillat/ testing main
deb ftp://ftp.nerim.net/debian-marillat/ unstable main

# Unstable
deb http://non-us.debian.org/debian-non-US/ unstable/non-US main contrib non-free
deb http://http.us.debian.org/debian/ unstable main contrib non-free

# Unstable Sources
deb-src http://http.us.debian.org/debian/ unstable main contrib non-free
deb-src http://non-us.debian.org/debian-non-US/ unstable/non-US main contrib non-free


it still get the same errors. i tried doing apt-setup and it seemed to work, though i still get the errors...

thanks
 
Old 06-06-2005, 11:03 PM   #7
jnev
Member
 
Registered: Apr 2005
Posts: 158

Original Poster
Rep: Reputation: 30
ok i fixed the apt-get problems. this is what my sources.list looks like now:

#deb file:///cdrom/ sarge main

deb http://mirrors.kernel.org/debian/ unstable main
deb-src http://mirrors.kernel.org/debian/ unstable main

#mplayer,acroread.various packages
# deb ftp://ftp.nerim.net/debian-marillat/ stable main
#deb ftp://ftp.nerim.net/debian-marillat/ testing main
deb ftp://ftp.nerim.net/debian-marillat/ unstable main

# Unstable
deb http://http.us.debian.org/debian/ unstable main contrib non-free

# Unstable Sources
deb-src http://http.us.debian.org/debian/ unstable main contrib non-free

deb http://linux.csua.berkeley.edu/debian/ testing main
deb-src http://linux.csua.berkeley.edu/debian/ testing main

deb http://mirrors.engr.arizona.edu/debian/ testing main


it was all of the non-us repositories that were causing the errors.

i got kplayer installed and it works well, i just need to get all of the codecs working.

last question. how do i get karamba to start everytime i log into my system? in kubuntu everytime i started it karamba would be up and running immedialtey (although so would some other unwanted apps). is there a start-up manager i can download?

thanks
 
Old 06-06-2005, 11:22 PM   #8
jnev
Member
 
Registered: Apr 2005
Posts: 158

Original Poster
Rep: Reputation: 30
for mplayer, there was no folder /usr/lib/codecs. in the readme it said the folder was /usr/local/lib/codecs, but that wasn't there either. i created the folder but it still doesn't work. what's wrong?

ok i removed mplayer and started doing everything according to the readme. all was going well until i tried to do ./configure --enable-gui, which gave me that i didn't have my gtk-devel files. i searched synaptic and it came up with about 100 of them, so i have no lcue which ones i need.

anybody know?
thanks

Last edited by jnev; 06-06-2005 at 11:45 PM.
 
Old 06-07-2005, 12:45 AM   #9
jnev
Member
 
Registered: Apr 2005
Posts: 158

Original Poster
Rep: Reputation: 30
sorry for all the posts but i figured it out. i just did apt-get install player-386 and then apt-get install kplayer and now it plays everything

thanks everyone! i'll be sticking with debian for sure now.
but how's it going to work now that woody has been upgraded to sarge now (is that what happened?). will i have to change my repositories at all? also, how do i get kde 3.4?

thanks again
 
Old 06-07-2005, 12:49 AM   #10
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,885
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
I was going to suggest how you did it, couldn't remember exactly how that worked. I use kplayer ALL the time(Virgin radio rocks).

"How to install KDE 3.4"
http://pkg-kde.alioth.debian.org/docs/install.html

Woody finally gets to retire, he has earned it.
Sarge is now the stable, so make sure if you are using testing repositories, your /etc/apt/source.list says testing and not sarge. Stable should say either stable or sarge not woody. Sid is always Sid. And life is good.

Last edited by craigevil; 06-07-2005 at 12:52 AM.
 
Old 06-07-2005, 08:34 AM   #11
jnev
Member
 
Registered: Apr 2005
Posts: 158

Original Poster
Rep: Reputation: 30
thanks that worked great. now running kde 3.4. is there a start-up manager i can download?
 
Old 06-07-2005, 06:35 PM   #12
jnev
Member
 
Registered: Apr 2005
Posts: 158

Original Poster
Rep: Reputation: 30
ok, apparently wmv files don't want to play anymore. i downloaded some wmv files of the internet and one is completely black, while another has blocks throughout the screen. the wmv file i had on my comp worked but ran pretty blockily (if that's a word). they all have sound.

apt-get install win32-codec didn't work..
 
Old 06-07-2005, 11:15 PM   #13
jnev
Member
 
Registered: Apr 2005
Posts: 158

Original Poster
Rep: Reputation: 30
bump...
 
Old 06-08-2005, 09:18 PM   #14
jnev
Member
 
Registered: Apr 2005
Posts: 158

Original Poster
Rep: Reputation: 30
anybody??
 
Old 06-09-2005, 01:40 AM   #15
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
Mplayer Debian Howto .

The method I used for MPlayer here.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
basic questions on hostname and domain name + related postfix questions Moebius Linux - Newbie 7 09-04-2007 11:50 AM
Solaris - Questions! Questions! Questions! qs_tahmeed Solaris / OpenSolaris 2 07-16-2005 05:27 AM
window manager questions and/or theme questions t3gah Linux - Software 2 02-27-2005 04:16 PM
Some questions... CryptDragoon Linux From Scratch 2 02-04-2004 08:28 PM
few questions? pudhiyavan Linux - General 2 10-03-2003 07:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 04:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration