LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   sound in fedora6 (https://www.linuxquestions.org/questions/linux-hardware-18/sound-in-fedora6-594406/)

saritha 10-25-2007 01:03 AM

sound in fedora6
 
sound is not getting in fedora 6,wht may be the problem i dont konw much abt this sound drivers,when i connected speakers to my system i coulnt able to hear sound ,where is the problem how can proceed,where can i make changes to get sound,

can any one help me

ehawk 10-25-2007 03:35 AM

try typing "alsamixer" at a command prompt. You should see a graphical adjustment window where you can turn up the volume levels. Hope this helps. If not, write back again.

saritha 10-26-2007 11:29 PM

thanks for ur reply,when had given alsamixer at command prompt i am getting this error


[root@localhost ~]# alsamixer

alsamixer: function snd_ctl_open failed for default: No such device


even i had given like this also

[root@localhost bin]# alsamixer

alsamixer: function snd_ctl_open failed for default: No such device
[root@localhost bin]# ./alsamixer

alsamixer: function snd_ctl_open failed for default: No such device


how can i solve this problem can u help me

saritha 10-29-2007 05:05 AM

can u tell me how to solve urgent

Iltbreg 10-29-2007 03:08 PM

Hi,

In order to help you, more information is needed.

1) What is your kernel version? (uname -a)

2) Could you post the output for lspci?

3) The output for cat /etc/modprobe.conf would be useful too.

Thanks

saritha 10-30-2007 01:08 AM

thanks for ur reply

[saritha@localhost ~]$ uname -a
Linux localhost.localdomain 2.6.19.2 #1 SMP Fri May 25 17:05:46 IST 2007 i686 i686 i386 GNU/Linux


[saritha@localhost ~]$ cat /etc/modprobe.conf
alias eth0 e100
alias eth1 sky2
alias scsi_hostadapter ata_piix
alias scsi_hostadapter1 ahci

[saritha@localhost ~]$ lspci
bash: lspci: command not found

[root@localhost]# locate lspci
/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/target/sbin/lspci
/sbin/lspci
/usr/share/man/man8/lspci.8.gz


can u help me wht can i do next

asprakash 10-30-2007 01:27 AM

Oops... lspci command need super user permission.
First switch over into super user mode. try this.
#su -
password: [type your super user password here]
#lspci | grep audio
Then post the result, what u r getting.
The simple solution for your sound card problem is, go to http://www.alsa-project.org/download the latest driver and then install.
Installation steps:
* First unzip the driver file. then go to the directory and then try,
#./configure
#make
#make install
#alsamixer
Hope, now you ill get the sound. If you will get any problem in alsa driver configuration, post it here.

saritha 10-30-2007 04:01 AM

even i am in root same problem

[root@localhost saritha]# lspci
bash: lspci: command not found

i had downloaded alsa driver alsa-driver-1.0.15.tar.bz2

after make install

it is giving warning


WARNING!!! The mixer channels for the ALSA driver are muted by default!!!
**************************************************************************
You would use some ALSA or OSS mixer to set the appropriate volume.

[root@localhost saritha]# alsamixer

alsamixer: function snd_ctl_open failed for default: No such device


this is the mesg i got

after this what can i do can u help me how to get the sound

Iltbreg 10-30-2007 04:49 AM

Did you try to run alsamixer?

By the way, for commands like lspci, notice that there is a difference between to be root and to get root permission.

To be root you need to type "su -" and then you can use the lspci.

If you only type "su", you only get root permission and in order to use lspci, you need to type /sbin/lspci.

saritha 10-30-2007 04:58 AM

even i am in root

i am getting this error


[root@localhost sbin]# lspci
bash: lspci: command not found

what can i do

after installing alsa driver

i had run alsmixer

[root@localhost ~]# alsamixer

alsamixer: function snd_ctl_open failed for default: No such device

where is the problem can u suggest me

lazlow 10-30-2007 11:36 AM

I am going to guess that something in your install is borked. As support for FC6 will be dropped shortly (one month after the release of Fedora 8), I would suggest upgrading. Is it worth all the effort for something that will not have any support in two months?

Good Luck
Lazlow

asprakash 10-31-2007 01:02 AM

Seems, some problems in your OS.
Better u may reinstall or upgrade ur OS.
If you are trying with Laptop or any other latest hardware config pc, then try to install Ubuntu gutsy 7.10 and install d latest ALSA-Driver.
The driver problem is not related with OS.But why I m saying is, the updated version may b solve your problem. Coz Ubuntu Gutsy 7.10 released by last week only.


All times are GMT -5. The time now is 08:22 PM.