LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Configure sound in FC 3 (https://www.linuxquestions.org/questions/linux-newbie-8/configure-sound-in-fc-3-a-329589/)

DanielTan 06-02-2005 10:57 AM

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

kornerr 06-02-2005 12:04 PM

Have you run "alsaconf"?
And another useful info.

DanielTan 06-02-2005 10:01 PM

Kornerr, what is ALSA ? Thanks

Regards
Daniel


Quote:

Originally posted by kornerr
Have you run "alsaconf"?
And another useful info.


mkoljack 06-02-2005 11:21 PM

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

DanielTan 06-03-2005 02:43 AM

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


DanielTan 06-03-2005 08:39 AM

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


kornerr 06-03-2005 09:20 AM

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.

DanielTan 06-03-2005 10:03 AM

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.


kornerr 06-03-2005 10:44 AM

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]

DanielTan 06-03-2005 11:11 AM

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]


kornerr 06-03-2005 11:21 AM

Be as descriptive as possible of what you've done.

kornerr 06-03-2005 11:24 AM

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


mkoljack 06-03-2005 11:28 AM

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.

kornerr 06-03-2005 11:45 AM

Quote:

If you compile from source, you will always have to compile every time
can you describe it more?

mkoljack 06-03-2005 11:55 AM

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


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