Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11th February 2007, 07:24 PM
dw5437's Avatar
dw5437 Offline
Registered User
 
Join Date: May 2006
Location: Montgomery,Texas
Posts: 49
cant install codecs

I was following Stanton Findleys Fedora Core 5 install notes to install Win32 codecs. I am using FC 6. I installed codecs fron Pacman site for Suse since the link on Stantons page didnt work. What I downloaded was w32codec-all-20061022-0.pm.0.i586.rpm.
What I got was this:

[root@localhost dw5437]# chmod 755 /usr/local/lib/codecs/*
chmod: cannot access `/usr/local/lib/codecs/*': No such file or directory
[root@localhost dw5437]# mkdir /usr/lib/win32
mkdir: cannot create directory `/usr/lib/win32': File exists
[root@localhost dw5437]# mkdir /usr/local/lib/codecs
mkdir: cannot create directory `/usr/local/lib/codecs': File exists
[root@localhost dw5437]# chmod 755 /usr/local/lib/codecs/*
chmod: cannot access `/usr/local/lib/codecs/*': No such file or directory
[root@localhost dw5437]# cp /usr/local/lib/codecs/* /usr/lib/win32/
cp: cannot stat `/usr/local/lib/codecs/*': No such file or directory
[root@localhost dw5437]# cp ./all-20061022-0.pm.0/* /usr/local/lib/codecs/
cp: cannot stat `./all-20061022-0.pm.0/*': No such file or directory
[root@localhost dw5437]# cp . /w32codec-all-20061022-0.pm.0/* /usr/local/lib/codecs/
cp: omitting directory `.'
cp: cannot stat `/w32codec-all-20061022-0.pm.0/*': No such file or directory
[root@localhost dw5437]# cp . /w32codec-all-20061022/* /usr/local/lib/codecs/cp: omitting directory `.'
cp: cannot stat `/w32codec-all-20061022/*': No such file or directory
[root@localhost dw5437]#

Any help much appreciated. What am I doing wrong ? The file did install because I can find it in the file system /usr/local/lib/codecs.
__________________
Registered Linux User # 418170
If there is not enough food in the fridge, do you say
"The store must be down"?
Greg Elin, at a conference
Reply With Quote
  #2  
Old 11th February 2007, 07:35 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by dw5437
I was following Stanton Findleys Fedora Core 5 install notes to install Win32 codecs. I am using FC 6. I installed codecs fron Pacman site for Suse since the link on Stantons page didnt work. What I downloaded was w32codec-all-20061022-0.pm.0.i586.rpm.
What I got was this:

[root@localhost dw5437]# chmod 755 /usr/local/lib/codecs/*
chmod: cannot access `/usr/local/lib/codecs/*': No such file or directory
[root@localhost dw5437]# mkdir /usr/lib/win32
mkdir: cannot create directory `/usr/lib/win32': File exists
[root@localhost dw5437]# mkdir /usr/local/lib/codecs
mkdir: cannot create directory `/usr/local/lib/codecs': File exists
[root@localhost dw5437]# chmod 755 /usr/local/lib/codecs/*
chmod: cannot access `/usr/local/lib/codecs/*': No such file or directory
[root@localhost dw5437]# cp /usr/local/lib/codecs/* /usr/lib/win32/
cp: cannot stat `/usr/local/lib/codecs/*': No such file or directory
[root@localhost dw5437]# cp ./all-20061022-0.pm.0/* /usr/local/lib/codecs/
cp: cannot stat `./all-20061022-0.pm.0/*': No such file or directory
[root@localhost dw5437]# cp . /w32codec-all-20061022-0.pm.0/* /usr/local/lib/codecs/
cp: omitting directory `.'
cp: cannot stat `/w32codec-all-20061022-0.pm.0/*': No such file or directory
[root@localhost dw5437]# cp . /w32codec-all-20061022/* /usr/local/lib/codecs/cp: omitting directory `.'
cp: cannot stat `/w32codec-all-20061022/*': No such file or directory
[root@localhost dw5437]#

Any help much appreciated. What am I doing wrong ? The file did install because I can find it in the file system /usr/local/lib/codecs.
remove that suse crap and use this

http://www1.mplayerhq.hu/MPlayer/rel...061022.tar.bz2
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #3  
Old 11th February 2007, 07:37 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Hello:
Get rid of the suse rpm ?
rpm -e
and download the codecs from here: ftp://ftp1.mplayerhq.hu/MPlayer/rele...061022.tar.bz2
and follow Stanton Findleys instructions to isntall them
and you should be good to go.

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #4  
Old 11th February 2007, 07:44 PM
dw5437's Avatar
dw5437 Offline
Registered User
 
Join Date: May 2006
Location: Montgomery,Texas
Posts: 49
Quote:
Originally Posted by Seve
Hello:
Get rid of the suse rpm ?
rpm -e
and download the codecs from here: ftp://ftp1.mplayerhq.hu/MPlayer/rele...061022.tar.bz2
and follow Stanton Findleys instructions to isntall them
and you should be good to go.

Seve
Ok thanks downloaded codecs but get following error with rpm -e

rpm -e w32codec-all-20061022-0.pm.0
error: package w32codec-all-20061022-0.pm.0 is not installed
__________________
Registered Linux User # 418170
If there is not enough food in the fridge, do you say
"The store must be down"?
Greg Elin, at a conference
Reply With Quote
  #5  
Old 11th February 2007, 07:46 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
su -
rpm -e w32codec-all-20061022-0.pm.0.i586.rpm
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #6  
Old 11th February 2007, 07:46 PM
sdowney717 Offline
Registered User
 
Join Date: Jan 2007
Posts: 315
http://rpm.greysector.net/mplayer/do...-optional.html
Ok, download the esentials and the extras.
EXTRACT the rpms, dont install them
Copy them into the usr/lib/codecs folder

It is so easy, even I did it this way. The rpm wont 'install' because the codecs are illegal.
But you simply extract them and manually place them in the directory that mplayer wants to find them. mplayer will search thru several dirs looking for codecs. you can see it looking from messages returned in a terminal window wheh you run mplayer from a terminal window.

mplayer nameofvideofile

you will end up with about 128 codec files in the directory. ALSO, pay attention to mplayer messages and you will see if it is missing some codecs like for real player. You can get one of these from dll dump
http://www.dlldump.com/

I found the missing dll here and now can play realplayer video.

Last edited by sdowney717; 11th February 2007 at 07:50 PM. Reason: more info
Reply With Quote
  #7  
Old 11th February 2007, 07:49 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by sdowney717
http://rpm.greysector.net/mplayer/do...-optional.html
Ok, download the esentials and the extras.
EXTRACT the rpms, dont install them
Copy them into the usr/lib/codecs folder

It is so easy, even I did it this way. The rpm wont 'install' because the codecs are illegal.
But you simply extract them and manually place them in the directory that mplayer wants to find them. mplayer will search thru several dirs looking for codecs. you can see it looking from messages returned in a terminal window wheh you run mplayer from a terminal window.

mplayer nameofvideofile

why would he want to bother with this when he already has a link to a tar.bz2 file?
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #8  
Old 11th February 2007, 07:50 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Hello Leigh:
Sorry about posting over you ..... @%%! lag.
dw5437
If you are having trouble removing the rpm try

logged in as root
rpm -aq | grep w32codec
and whatever the output is, copy and paste it following
rpm -e
and it will be removed.

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #9  
Old 11th February 2007, 08:02 PM
dw5437's Avatar
dw5437 Offline
Registered User
 
Join Date: May 2006
Location: Montgomery,Texas
Posts: 49
Quote:
Originally Posted by Seve
Hello Leigh:
Sorry about posting over you ..... @%%! lag.
dw5437
If you are having trouble removing the rpm try

logged in as root
rpm -aq | grep w32codec
and whatever the output is, copy and paste it following
rpm -e
and it will be removed.

Seve
ok, thanks, that worked. I will try the rest and post results.
__________________
Registered Linux User # 418170
If there is not enough food in the fridge, do you say
"The store must be down"?
Greg Elin, at a conference
Reply With Quote
  #10  
Old 11th February 2007, 08:26 PM
dw5437's Avatar
dw5437 Offline
Registered User
 
Join Date: May 2006
Location: Montgomery,Texas
Posts: 49
Ok, went to the Linspire compatibility site which is where I test codecs and can only play mp4 movies. no wmv/realtime/avi/quicktime etc. went to Apple trailer site and cant play any of them. I followed Stantons instructions to the letter. Maybe I had better start over ?
__________________
Registered Linux User # 418170
If there is not enough food in the fridge, do you say
"The store must be down"?
Greg Elin, at a conference
Reply With Quote
  #11  
Old 11th February 2007, 08:30 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Quote:
Originally Posted by dw5437
Ok, went to the Linspire compatibility site which is where I test codecs and can only play mp4 movies. no wmv/realtime/avi/quicktime etc. went to Apple trailer site and cant play any of them. I followed Stantons instructions to the letter. Maybe I had better start over ?
Hello:
The codecs are only part of the solution.
Have you installed the mplayer plugin and gstreamer plugins etc.

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #12  
Old 11th February 2007, 08:35 PM
dw5437's Avatar
dw5437 Offline
Registered User
 
Join Date: May 2006
Location: Montgomery,Texas
Posts: 49
Quote:
Originally Posted by Seve
Hello:
The codecs are only part of the solution.
Have you installed the mplayer plugin and gstreamer plugins etc.

Seve
Installed gstreamer plugins but get the following with mplayer

[root@localhost dw5437]# yum install mplayerplugin
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: mplayerplugin
Nothing to do
__________________
Registered Linux User # 418170
If there is not enough food in the fridge, do you say
"The store must be down"?
Greg Elin, at a conference
Reply With Quote
  #13  
Old 11th February 2007, 08:33 PM
dw5437's Avatar
dw5437 Offline
Registered User
 
Join Date: May 2006
Location: Montgomery,Texas
Posts: 49
Actually their is one difference with my Firefox and Stantons instructions. When I download anything it goes to the desktop, which shouldnt make any difference, but when I tell Firefox to download to my home folder I see the downloaded folder in home directory, but when I do ls command the file is not listed. When I try to install the file anyway I get a file not found error. It shouldnt matter where the file is downloaded to anyway, but thought I would mention it.
__________________
Registered Linux User # 418170
If there is not enough food in the fridge, do you say
"The store must be down"?
Greg Elin, at a conference
Reply With Quote
  #14  
Old 11th February 2007, 07:52 PM
sdowney717 Offline
Registered User
 
Join Date: Jan 2007
Posts: 315
sometimes you cant help anybody even though you know it works fine for you.
Reply With Quote
  #15  
Old 11th February 2007, 08:01 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Quote:
Originally Posted by sdowney717
sometimes you cant help anybody even though you know it works fine for you.
Hello:
You're being too hard on yourself.
You actually provided another way to accomplish the same thing, which is very good.
I'm sure it will help others.

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
Reply

Tags
codecs, install

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Codecs failed to install BenTrein Using Fedora 1 11th October 2008 04:56 PM
Trying to install codecs LockDeltz Using Fedora 3 8th June 2008 11:24 PM
is it ok to install ALL the mp3 codecs? marko Using Fedora 3 11th November 2007 08:27 AM
How can I install codecs?? Vansolrick Using Fedora 8 10th April 2007 04:24 AM
cant install codecs dw5437 Installation and Live Media 2 4th October 2006 04:58 PM


Current GMT-time: 13:42 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat