LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-02-2005, 10:57 AM   #1
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Rep: Reputation: 30
Angry Configure sound in FC 3


I just installed FC 3 and it can detect my sound card and testing using the soundcard detection passed. But when i want to configue the volume control, it says "Sory no mixer elements/or devices found. What does it means ? My sound card is AC'97 Audio controller on a notebook. Wen putting music CD , cd player reported error. Pls advise how to fix it. Thanks

Regards
Daniel
 
Old 06-02-2005, 12:04 PM   #2
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
Have you run "alsaconf"?
And another useful info.
 
Old 06-02-2005, 10:01 PM   #3
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Original Poster
Rep: Reputation: 30
Kornerr, what is ALSA ? Thanks

Regards
Daniel


Quote:
Originally posted by kornerr
Have you run "alsaconf"?
And another useful info.
 
Old 06-02-2005, 11:21 PM   #4
mkoljack
Member
 
Registered: Jan 2005
Location: Chicago
Distribution: Fedora Core 4, Suse 9.3
Posts: 186

Rep: Reputation: 30
ALSA

ALSA is Advanced Linux Sound Architecture.

http://www.alsa-project.org/

ALSA is the core of running sound on Fedora Core 3. As kornerr suggests, running "alsaconf" is the sound card configuration tool. He (kornerr) means:

1. Open a terminal as root user, enter passwd.
2. Type "alsaconf" without the quote marks.
3. The ALSA soundcard configuration tool will appear, folow the instructions.

kornerr is most helpful. I suggest you follow his advice if you have further questions or issues with sound.

Good Luck!

Mark
 
Old 06-03-2005, 02:43 AM   #5
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Original Poster
Rep: Reputation: 30
Re: ALSA

thanks guys. Is it because i'm not configure ALSA tools so no sound? Let me try it out first and let u know the result.

Regards
Daniel


Quote:
Originally posted by mkoljack
ALSA is Advanced Linux Sound Architecture.

http://www.alsa-project.org/

ALSA is the core of running sound on Fedora Core 3. As kornerr suggests, running "alsaconf" is the sound card configuration tool. He (kornerr) means:

1. Open a terminal as root user, enter passwd.
2. Type "alsaconf" without the quote marks.
3. The ALSA soundcard configuration tool will appear, folow the instructions.

kornerr is most helpful. I suggest you follow his advice if you have further questions or issues with sound.

Good Luck!

Mark
 
Old 06-03-2005, 08:39 AM   #6
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Original Poster
Rep: Reputation: 30
Re: Re: ALSA

Hi, i login as root and into the terminal. There is no alsaconf ? i'm using FC3.

Regards
Daniel


Quote:
Originally posted by DanielTan
thanks guys. Is it because i'm not configure ALSA tools so no sound? Let me try it out first and let u know the result.

Regards
Daniel
 
Old 06-03-2005, 09:20 AM   #7
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
Well... let's see what commands you have which begin from "alsa" word.
All commands usually are meant to be run by "root" user, so I omit repeating it.
In console type
Code:
alsa
and press <Tab> (once or twice)
Here's my output of such manipulations:
Code:
alsa<Tab>
alsaconf   alsactl    alsalisp   alsamixer
This means I have all what's necessary for sound.
If you get nothing... you have no ALSA installed. I can only wonder how it can be this way.

Last edited by kornerr; 06-03-2005 at 09:24 AM.
 
Old 06-03-2005, 10:03 AM   #8
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Original Poster
Rep: Reputation: 30
Hi, i have these files only , no alsaconf. How to install it ? Thanks
alsactl alsalisp alsamixer


Regards
Daniel

Quote:
Originally posted by kornerr
Well... let's see what commands you have which begin from "alsa" word.
All commands usually are meant to be run by "root" user, so I omit repeating it.
In console type
Code:
alsa
and press <Tab> (once or twice)
Here's my output of such manipulations:
Code:
alsa<Tab>
alsaconf   alsactl    alsalisp   alsamixer
This means I have all what's necessary for sound.
If you get nothing... you have no ALSA installed. I can only wonder how it can be this way.
 
Old 06-03-2005, 10:44 AM   #9
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
Either here ,
or do the following:
1) mount your FC CD/DVD;
2)
Code:
find /mount/point/for/your/drive -name *alsa*
;
You should find a package like "alsa-utils".
Install it, reboot, and try "alsaconf" again.

[Check all CDs/DVDs for ALSA]

Last edited by kornerr; 06-03-2005 at 11:07 AM.
 
Old 06-03-2005, 11:11 AM   #10
DanielTan
Member
 
Registered: Sep 2004
Location: Malaysia
Distribution: FC6, Solaris
Posts: 340

Original Poster
Rep: Reputation: 30
Kornerr, i have downloaded it and use the archive manager to run and extract it. After i reboot , still not have there ?

Regards
Daniel


Quote:
Originally posted by kornerr
Either here ,
or do the following:
1) mount your FC CD/DVD;
2)
Code:
find /mount/point/for/your/drive -name *alsa*
;
You should find a package like "alsa-utils".
Install it, reboot, and try "alsaconf" again.

[Check all CDs/DVDs for ALSA]
 
Old 06-03-2005, 11:21 AM   #11
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
Be as descriptive as possible of what you've done.
 
Old 06-03-2005, 11:24 AM   #12
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
And if you've downloaded an archive from alsa, it is alsa-utils sources. You should compile them in case to use them:
go to the source dir and
Code:
./configure
make
make install
 
Old 06-03-2005, 11:28 AM   #13
mkoljack
Member
 
Registered: Jan 2005
Location: Chicago
Distribution: Fedora Core 4, Suse 9.3
Posts: 186

Rep: Reputation: 30
alsa-utils

#1) Ensure you did a system update using up2date or yum. This will ensure your installation is completely updated including the latest kernel, then as root do:

yum install alsa-utils

or

#2) Locate the alsa-utils pkg on the install disks located in the RPM folder of each disk and double click, then use the system install choice in the window that appears.

Why not use the rpm tools available, then as updates become available, your system tools will take care of it. If you compile from source, you will always have to compile every time.

Last edited by mkoljack; 06-03-2005 at 11:31 AM.
 
Old 06-03-2005, 11:45 AM   #14
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
Quote:
If you compile from source, you will always have to compile every time
can you describe it more?
 
Old 06-03-2005, 11:55 AM   #15
mkoljack
Member
 
Registered: Jan 2005
Location: Chicago
Distribution: Fedora Core 4, Suse 9.3
Posts: 186

Rep: Reputation: 30
Hi kornerr--

All alsa rpm pkgs (including alsa-utils) for fedora core 3 in the system install disks. Since FC3 is an rpm based distribution, why not just install the rpm package which was designed for the system. This precludes having to compile from source code.

Additionally, when the yum repos are configured well, the user simply does "yum update" and if there is an upgrade in alsa rpm pkgs, yum simply updates the FC3 alsa pkgs automatically.

Thus, it is not necessary to comile alsa-utils, which I think is confusing, especially for new users who may not have all the development pkgs installed to compile source. Further, each time a new alsa-utils pkg is released, the user has to compile and install each time.

Regards,

Mark

Last edited by mkoljack; 06-03-2005 at 11:56 AM.
 
  


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
how to configure sound in slackware 10.1 kizersouzay Slackware 7 09-06-2005 08:02 AM
help configure my sound Squall__99 Mandriva 1 05-26-2005 08:19 PM
how does someone configure sound? fatblueduck Linux - Software 15 10-23-2004 06:05 PM
how do I configure sound in 9.1? walterbyrd Slackware - Installation 2 04-11-2004 07:05 PM
How to configure sound in an old Compaq Mega Man X Slackware 8 08-26-2003 08:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:12 PM.

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