LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-18-2006, 04:21 AM   #16
kalimero
LQ Newbie
 
Registered: Jan 2006
Location: Serbia
Distribution: Mepis,Debian Etch,Kubuntu
Posts: 16

Rep: Reputation: 1
k3b under KDE


k3b is cool user-frendly tool for copy on KDE desktop enviroment under GNU+linux.

Did you try right click > show controls on xine ? In my opinion its as easy as mplayer.Anyway I just installed MPlayer-1.0pre7-pm.3.i586.rpm with just rpm -ivh and suse 10.0 did not ask me to downgrade my gcc. gcc --version showed this :
gcc (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux).What version of SuSe and gcc and MPlayer do you have ?
 
Old 04-18-2006, 06:49 AM   #17
TruongAn
Member
 
Registered: Dec 2004
Location: Vietnam (Việt Nam)
Distribution: Gentoo (desktop), Arch linux (laptop)
Posts: 728

Rep: Reputation: 33
@Kalimero.
Mplayer will ask you to downgrade gcc if you compile it with gcc4.0+
 
Old 04-21-2006, 12:40 PM   #18
djuhl30
Member
 
Registered: Dec 2005
Location: IRAQ (BACK @ FT HOOD NOW)
Distribution: GENTOO now
Posts: 98

Rep: Reputation: 16
I use google to find a patch that disbles the gcc 4 check in the configure script. I am at work right now, and don't have it on me. But if you have a little scripting experience, you could start with a fresh MPlayer tarball, extract it and rename it to Mplayer.orig. Extract the tarball again, enter in that directory. Open the configure script in a text editor and look for the gcc 4 conditions. Delete them. Do diff -uNr Mplayer(blah) Mplayer.orig > gcc4_fix.patch.
I did this once when I thought I lost the patch, and couldn't remember the website where I got it. Seemed to work. I aint a programmer. Mplayer runs.

to apply the patch you made copy it into the source tree and type cat gcc4_fix.patch | patch -p1
do the configure script and you shouldn't get a error saying use gcc 3.
Gentoo's distiles files directory has patches to.

Dave
 
Old 04-22-2006, 04:12 PM   #19
Xenon86
LQ Newbie
 
Registered: Sep 2005
Posts: 7

Rep: Reputation: 0
Quote:
Originally Posted by ibex
On the other end my problems is not solved ( yet.
I followed the steps that JW advised. I did hear the fanfare.
My system is not entirely soundless - with some effort** I can
play Audio CDs. But I have no success playing any mp3 file from
my files. Also, the notifications sounds are interrupted and not
clear. I looked for specific information around but in vain.
Any insight deeply appreciated,
Best luck to you
ibex


** I need to "open with" e.g. Kaffeine the audio CD
and then go at the tool bar and change the "NEW" to "Audio CD".
Then works. Of course I dream to play some DVD movies too ....
this is a general problem in suse. i have searched all over the net, and i found out that the solution is simple. i am not an advanced user, but i think this is the only solution and it is written nearly nowhere. All you have to do is entering YOU(yast online update), and when it shows you the files that will be uploaded, select "Multimedia Pack 1" in the list. When the system is updated, reboot the system and all of your mp3's will work fine
 
Old 06-06-2006, 11:21 AM   #20
litlmary
Member
 
Registered: May 2005
Location: Texas, somewhere near Houston (I think)
Distribution: See my sig
Posts: 308

Rep: Reputation: 30
Also worth noting (even though this thread is a little old and ibex may be up and running by now):

There are precompiled binaries for just about every respectable media player out there, especially for Suse. Installing Mplayer from the Software Management module in Yast should be all that it takes. There should be no need to fiddle with the command line or the compiler version. If Mplayer or your codecs are not listed in yast's module, then you need to add some of the usual repositories to your installation sources, like packman, et. al. If you prefer to download the binaries manually from some place like rpm.pbone.net or rpmfind.net, you still can install them from the gui in konqueror simply by clicking on the .rpm file, which will open the "kfmclient" and give you buttons to either install the package or use the directory it is in as a yast source so that it will be listed when you open up the Software Management module. Alternatively, if you are really married to the command line, .rpm's can be installed via the text-mode version of yast using
Code:
yast -i package-name.rpm
or the yast software management module's gui using
Code:
yast2 -i package-name.rpm
either way should allow for an unattended install of the package, and wildcards can be used to install multiple packages at one time, such as
Code:
yast -i mplayer*
or
Code:
yast2 -i mplayerplugin*
or even simply
Code:
yast -i *
of course, the latter three examples assume that all of the files in the directory are .rpm files or else yast will flip out when you try to hand it a file it doesn't understand using the wildcard. If you have tarballs or other such laying around the directory from previous install efforts you will have to include the extension along with the wildcards
Code:
yast -i *.rpm
When I do these types of installs from the command line, I typically use the text-based yast method (instead of "yast2") because there is no need for the gui eye-candy to spend all day loading for an install that is going to be pretty much unattended anyway. Of course, if you have a lot of repositories listed and they are all set to refresh you will have to wait for each one to refresh every time you run the installer from the command line, thus using wildcards to install several .rpm's at once can save you a lot of time unless you go in ahead of time and turn off the refresh on your sources.

It seems to me that any of these options is a lot easier than trying to compile from source which, although relatively easy (especially for a linux veteran), gives you lots of opportunity for error due to small mistakes (like a type-o in your kernel version in the makefile) and minor compatability problems (like ibex's compiler issue). Simply installing a precompiled binary from a repository in the gui is practically impossible to mess up and installing a binary from the command line is virtually foolproof if you keep your spelling and syntax straight. Heck, if you completely fail at finding an .rpm of the package you want, I'm pretty sure yast also supports .deb binaries, too! (I may be mistaken on that last sentence, so feel free to correct me if I am)

Best of luck to ibex and anyone else who stumbles into this thread looking for similar advice...

J
 
Old 06-06-2006, 09:39 PM   #21
STuPiDiCuS
Member
 
Registered: Jun 2004
Location: Springville, Utah
Distribution: SuSE 9.1/9.2/9.3 Pro, OpenSuSE 10.0, 10.1, Currently 10.2 32&64 bit
Posts: 101
Blog Entries: 1

Rep: Reputation: 15
What should I do if I get the error that:

The kernel module snd-intel8x0 for sound support could not be loaded. this can be caused by incorrect module parameters, including invalid IO or IRQ parameters.

My sound worked perfectly in 10.0, what gives?
 
Old 06-08-2006, 12:34 PM   #22
litlmary
Member
 
Registered: May 2005
Location: Texas, somewhere near Houston (I think)
Distribution: See my sig
Posts: 308

Rep: Reputation: 30
STuPiDiCus:
This thread is kind of old and you were never involved in the original issue. You are having a whole separate problem.

It would behoove you to start a new thread with your question and a lot more specifics about your system and problem rather than hijack and old and unrelated thread. That will get you more exposure and more relevant responses. If you think that this thread is relevant or related you can link to it in the post that you start the new thread with.

You do seem to have the right forum, though.

Viel gluck!

J
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
how to make work sound card thelonius Linux - Hardware 4 09-10-2005 08:16 PM
can't make sound work! bluetwist Debian 3 07-28-2005 02:45 AM
How to make sound work? lele Arch 10 11-25-2004 06:10 AM
Need to run system-config-sound after every boot too make sound work in FC2 jrbiochem Linux - Hardware 11 08-04-2004 08:08 AM
Can ANYONE explain how to make 6 chanell NForse 2 based sound work? buboleck Linux - Hardware 0 01-30-2004 03:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:31 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