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 28th April 2005, 02:41 PM
pandorazbox Offline
Registered User
 
Join Date: Apr 2005
Posts: 16
XMMS install problems

I'm a noob to Linux, and am having problems already.

First, I am having problems with my AC'97 audio not playing anything every time I reboot my box. I have to redetect the audio card every time I load into Fedora. Is there any way for me to have this auto-detect when I load Fedora? It become a huge annoyance after the 4th reboot.

Secondly, I'm trying to install XMMS, and it is causing problems. I change directories into the XMMS folder I've downloaded to, and start the ./configure, and it says I don't have GLIB installed. However, when I try to install GLIB, it says I have GLIB already installed and the GLIB I have is newer than the one I've downloaded to install. Is this a dependency issue? I don't know how to correct this problem at all. I'm an application engineer for iFIX and Visual Basic. In those, I would just set a command line in the program to reference to the .dll it is missing. Is this similar to what is needed? ...AH! just need help...haha.

Thirdly, what program can I use to create C++ programs? In Windows, I just use either Borland or Visual Studio 6. Are there Foundation Classes similar to MFC for Linux? I'm assuming they would be Linux Foundation Classes, but is there anything like this for C++? Any help would be appreciated. Thanks!
Reply With Quote
  #2  
Old 28th April 2005, 03:26 PM
Druid's Avatar
Druid Offline
Registered User
 
Join Date: Apr 2005
Location: linuxscriber.com
Age: 24
Posts: 136
I am going to tell you about XMMS that, the best way is to download and install it via yum. Just open the terminal and become root. (Type: "su") . Then, type :

yum install XMMS
yum install xmms-mp3

For more information check this out http://www.fedoranews.com/contributo.../#Installation

PS: I want to use C++ but I do not know which is the best interpreter on Linux ? help the newbies....
__________________
Preoptimization is the root of all evils
-------------------------------------------------------------------
My Blog :D
Reply With Quote
  #3  
Old 28th April 2005, 04:17 PM
tejas's Avatar
tejas Offline
Registered User
 
Join Date: Feb 2005
Location: Bangalore
Age: 25
Posts: 1,574
g++ is the best

Type your program in any text editor, and save as *.cpp

the command is
Code:
g++ whatever.cpp
The output file is something called a.out

Run your program by

Code:
./a.out
.

Be warned:
a) conio.h has been removed. Do a clearscrean by system("clear") [in iostream.h]
b) You may get a warning about deprecated header files. Ignore them if you want to run windows programs, or make them vanish by using
Code:
g++ -Wno-deprecated whatever.cpp
-Tejas Dinkar
__________________
I Was Counted! Registered Linux User #384707

BASH && Beer && Bass! Now THAT makes sense!!
Reply With Quote
  #4  
Old 28th April 2005, 04:32 PM
spike32 Offline
Registered User
 
Join Date: Apr 2005
Posts: 8
SOUND:
I think you have a isa card, you need to manually set it up in /etc/modprobe.conf
What is the module that you need, or what do you do manually each time you reboot

COMPILEING XMMS:
you need glib-devel, double check it might need glib2, then you will need glib2-devel
Reply With Quote
  #5  
Old 28th April 2005, 04:45 PM
tejas's Avatar
tejas Offline
Registered User
 
Join Date: Feb 2005
Location: Bangalore
Age: 25
Posts: 1,574
Don't compile xmms. So many newbies die in the attempt.

For a start, just download xmms from
www.pbone.net

RPMS are what us semi-lazy people do to get programs. It is the equivalent of a windows install file for redhat. You cannot customise an RPM by editing the source code, but XMMS is pretty good as it is

And don't download the .src.rpm, because that is just the source code again
__________________
I Was Counted! Registered Linux User #384707

BASH && Beer && Bass! Now THAT makes sense!!
Reply With Quote
  #6  
Old 28th April 2005, 04:48 PM
pandorazbox Offline
Registered User
 
Join Date: Apr 2005
Posts: 16
XMMS needs glib 1.2.10, and i supposedly have a higher version than this. My soundcard is an onboard card. Intel AC'97 to be precise. It is running on an i865 chipset. When I reboot, I have to toggle my way through the menu system on the GUI to SOUND, then click DETECT SOUNDCARD. I have to press the TEST button before I can use my audio. Plus, when I load the CD Player that comes with KDE and GNOME, it doesn't like playing audio cd's that I insert. I have to reference my drive to /dev/hdc, and it keeps looking for /dev/cdrom. When I finally get it right, the volume is EXTREMELY low. I have to turn my speaker volume to max and turn the volume on the volume slider bar to max to hear a FAINT sound.

As far as XMMS, do you have to be in the directory where XMMS was downloaded to in order to use yum install XMMS?
Reply With Quote
  #7  
Old 28th April 2005, 04:50 PM
pandorazbox Offline
Registered User
 
Join Date: Apr 2005
Posts: 16
thanks for the link, tejas. I'd still like to know how to install things with yum and ./configure. I'd like to learn as much as I can with Linux. I'm an application developer for Visual Basic, and would like to get back into C++ to develop for Linux. So learning as much as I can for Linux now would be beneficial for me in the future.
Reply With Quote
  #8  
Old 28th April 2005, 04:52 PM
tejas's Avatar
tejas Offline
Registered User
 
Join Date: Feb 2005
Location: Bangalore
Age: 25
Posts: 1,574
Look in KMix or the equivalent for GNOME.

Chances are, the input volume for CD is exteremely low.

Get the RPM and install XMMS. You won't need any dependencies.

Yum is the equivalent of telling you butler, go by me bag of chips.
a) It will get all the cash needed for a taxi to the store
b) Look at all the stores till he finds your chips
c) And come back and give you the chips.

It doesn't matter where you run it from. It will not use the XMMS you downloaded. Yum basically downloads the latest RPM with all dependencies, and installs in the correct order. You may need to set up your /etc/yum.conf, so that is why I sugggest you fint the correct RPM at pbone.net
__________________
I Was Counted! Registered Linux User #384707

BASH && Beer && Bass! Now THAT makes sense!!
Reply With Quote
  #9  
Old 28th April 2005, 04:59 PM
pandorazbox Offline
Registered User
 
Join Date: Apr 2005
Posts: 16
can i use yum to install fedora updates? i'm having an awful time running my DSL connection and getting the updates via up2date. internet hangs for forever, runs for 3 secs, then hangs again. i want to get the updates, but it just hangs too much. know how i can get this with yum? people were telling me that i can use yum...
Reply With Quote
  #10  
Old 28th April 2005, 05:04 PM
tejas's Avatar
tejas Offline
Registered User
 
Join Date: Feb 2005
Location: Bangalore
Age: 25
Posts: 1,574
First you'll need to update your yum.conf

After this just run yum update whatever, and it will update for you.

Did you get c++ working the way you want?
__________________
I Was Counted! Registered Linux User #384707

BASH && Beer && Bass! Now THAT makes sense!!
Reply With Quote
  #11  
Old 28th April 2005, 05:29 PM
pandorazbox Offline
Registered User
 
Join Date: Apr 2005
Posts: 16
Currently, I'm at work, working with Visual Basic coding. My home PC is a Linux box, so I won't be able to get anything working until I get home. That's a few hours from now. I just wanted to get some answers before I got home and had to wait for replies to posts. What is the best C++ compiler for Linux? Is it the g++ that you mentioned above? Also, does WINE compile Visual Basic coding? I do have WINE installed, and somewhere, I read that it depended on what was going on.
Reply With Quote
  #12  
Old 28th April 2005, 05:35 PM
tejas's Avatar
tejas Offline
Registered User
 
Join Date: Feb 2005
Location: Bangalore
Age: 25
Posts: 1,574
Forget WINE. I haven't got anything except notepad and Solitare working with it [though others have had better success]

g++ is for compiling c++ programs. It is the free one that comes with fedora, and is enough for all of my simple programs.

In case you havent learnt, the 'man' command brings up a manual on that program. You may also want to look at 'info' an 'apropos' [appropriate]

run:
man g++
info g++
apropos g++

to learn anything you may need. And you will learn that g++ is an extention to gcc, the compiler of c programs. Repeat the man, info and apropos commands with gcc instead of g++
__________________
I Was Counted! Registered Linux User #384707

BASH && Beer && Bass! Now THAT makes sense!!
Reply With Quote
  #13  
Old 28th April 2005, 05:42 PM
pandorazbox Offline
Registered User
 
Join Date: Apr 2005
Posts: 16
While I'm at it, any suggestions on fixing my internet issue? Not sure if it was explained, so I'll restate it.... I try to load a webpage, and it hangs for a few seconds, goes, then hangs half way through loading the page, then goes again, then hangs, then finally loaded. This is with any web page or dloading. Mostly, the dloading isn't bad (goes the speed the DSL should go), but web pages are horrible. I've had faster connections with a 56k modem...
Reply With Quote
  #14  
Old 28th April 2005, 05:58 PM
tejas's Avatar
tejas Offline
Registered User
 
Join Date: Feb 2005
Location: Bangalore
Age: 25
Posts: 1,574
Maybe you are using a bad browser?

Do you have the latest firefox from www.mozilla.com/firefox

Easiest to download on a linux machine, or you will have to search the site for linux install. It is not an RPM, instead it is just an executable install file.

Oh, and bad news. As far as i've heard, no one has done anything using Visual Basic on Linux.
__________________
I Was Counted! Registered Linux User #384707

BASH && Beer && Bass! Now THAT makes sense!!
Reply With Quote
  #15  
Old 28th April 2005, 06:10 PM
pandorazbox Offline
Registered User
 
Join Date: Apr 2005
Posts: 16
crap. i'll have to keep my windows xp partition then. and i'm using 1.0.3, i believe. this is the same version i have on my windows part.

I'm assuming you run Fedora. you don't have internet problems like I'm having, do you?
Reply With Quote
Reply

Tags
install, problems, xmms

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
xmms mp4/wma problems pauledwards03 Using Fedora 3 1st May 2007 03:34 AM
XMMS playback problems serg33 Using Fedora 3 23rd May 2006 03:17 AM
Mp3's on xmms: xmms-mp3 decoder install error. driftwood Using Fedora 4 22nd February 2006 01:47 AM
big xmms problems sannaya Using Fedora 4 14th October 2005 07:00 PM


Current GMT-time: 23:20 (Wednesday, 19-06-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