LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 10-25-2007, 01:03 AM   #1
saritha
Member
 
Registered: May 2007
Posts: 117

Rep: Reputation: 15
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
 
Old 10-25-2007, 03:35 AM   #2
ehawk
Senior Member
 
Registered: Jul 2003
Posts: 1,257

Rep: Reputation: 48
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.
 
Old 10-26-2007, 11:29 PM   #3
saritha
Member
 
Registered: May 2007
Posts: 117

Original Poster
Rep: Reputation: 15
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
 
Old 10-29-2007, 05:05 AM   #4
saritha
Member
 
Registered: May 2007
Posts: 117

Original Poster
Rep: Reputation: 15
can u tell me how to solve urgent
 
Old 10-29-2007, 03:08 PM   #5
Iltbreg
Member
 
Registered: Feb 2006
Location: Canada
Distribution: Fedora, Mandriva
Posts: 191

Rep: Reputation: 31
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
 
Old 10-30-2007, 01:08 AM   #6
saritha
Member
 
Registered: May 2007
Posts: 117

Original Poster
Rep: Reputation: 15
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
 
Old 10-30-2007, 01:27 AM   #7
asprakash
Member
 
Registered: May 2006
Location: Chennai, India
Posts: 74
Blog Entries: 3

Rep: Reputation: 18
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.
 
Old 10-30-2007, 04:01 AM   #8
saritha
Member
 
Registered: May 2007
Posts: 117

Original Poster
Rep: Reputation: 15
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

Last edited by saritha; 10-30-2007 at 04:51 AM.
 
Old 10-30-2007, 04:49 AM   #9
Iltbreg
Member
 
Registered: Feb 2006
Location: Canada
Distribution: Fedora, Mandriva
Posts: 191

Rep: Reputation: 31
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.
 
Old 10-30-2007, 04:58 AM   #10
saritha
Member
 
Registered: May 2007
Posts: 117

Original Poster
Rep: Reputation: 15
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
 
Old 10-30-2007, 11:36 AM   #11
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
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
 
Old 10-31-2007, 01:02 AM   #12
asprakash
Member
 
Registered: May 2006
Location: Chennai, India
Posts: 74
Blog Entries: 3

Rep: Reputation: 18
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.
 
  


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
my fedora6 hangs... dschowta Linux - Enterprise 0 09-09-2007 02:22 PM
fedora6 and php? letherby Linux - Server 3 07-18-2007 02:36 PM
Fedora6 and repositories a_c_g_t Fedora 2 03-14-2007 09:15 PM
Fedora6 Newbie asch LinuxQuestions.org Member Intro 3 02-08-2007 11:53 AM
fedora6 is very stupid yakoub Fedora 6 10-26-2006 01:51 AM

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

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