LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 02-18-2009, 07:17 AM   #1
amit_kalipur
Member
 
Registered: Dec 2008
Location: Delhi 91
Distribution: RHEL 5
Posts: 74
Blog Entries: 2

Rep: Reputation: 15
sound problem with my laptop Dell inspiron 1525


Dear Everyone,
In windows, there is no problem with sound but in RHEL5,sound is not coming.Sound card driver is installed and icon of sound is seen.When i want to here sample sound in linux, I couldn't here.When i click System=>Administration=>Soundcard Detection=>sound test, It doesn't generate any sound.plz help me.
Please find the attachment for output of lspci and lsmod.

[root@localhost ~]# alsamixer

alsamixer: function snd_mixer_load failed: Invalid argument
[root@localhost ~]# alsamixer

alsamixer: function snd_mixer_load failed: Invalid argument
[root@localhost ~]# alsamixer

alsamixer: function snd_mixer_load failed: Invalid argument
[root@localhost ~]# alsamixer

alsamixer: function snd_mixer_load failed: Invalid argument
[root@localhost ~]# alsamixer

alsamixer: function snd_mixer_load failed: Invalid argument
[root@localhost ~]# alsacard
0[root@localhost ~]# alsactl
alsactl: Specify command...
[root@localhost ~]# alsactl store
alsactl: get_control:149: Cannot read control info '2,0,0,Capture Volume,0': Invalid argument
[root@localhost ~]# alsaunmute
Alsa Unmute utility, Version 0.2, Copyright 2005 Red Hat, Inc.
This software may be freely redistributed under the terms of the GNU
public license.

Usage: alsaunmute card_number [-v] [-s volume]

card_number - number of unmuted card
[-v] - verbose mode
[-s volume] - set this volume level instead of the default (75%)
the volume is number from 0 to 100

Last edited by amit_kalipur; 02-25-2009 at 06:11 AM.
 
Old 02-18-2009, 07:47 AM   #2
Iltbreg
Member
 
Registered: Feb 2006
Location: Canada
Distribution: Fedora, Mandriva
Posts: 191

Rep: Reputation: 31
First thing to do is make sure that your sound is not simply muted. Look for that first; I think running the alsaconf command will allow you to check your sound too on RHEL5.

If you realize that it's not muted, could you post the content of /etc/modprobe.conf
The output for cat /proc/asound/card0/codec#* | grep Codec would also help.
 
Old 02-19-2009, 04:38 AM   #3
amit_kalipur
Member
 
Registered: Dec 2008
Location: Delhi 91
Distribution: RHEL 5
Posts: 74

Original Poster
Blog Entries: 2

Rep: Reputation: 15
sound problem in rhel5 in Dell inspiron1525

Quote:
Originally Posted by Iltbreg View Post
First thing to do is make sure that your sound is not simply muted. Look for that first; I think running the alsaconf command will allow you to check your sound too on RHEL5.

If you realize that it's not muted, could you post the content of /etc/modprobe.conf
The output for cat /proc/asound/card0/codec#* | grep Codec would also help.
Thank you for your precious help.


I am sure that sound is simply unmuted and the command 'alsaconf',when i enter, it shows "bash: alsaconf: command not found".
Here is the content of /etc/modprobe.conf:-

[root@localhost ~]# alsaconf
bash: alsaconf: command not found
[root@localhost ~]# cat /etc/modprobe.conf
alias scsi_hostadapter ata_piix
alias eth1 sk98lin
options snd cards_limit=8
alias snd-card-0 snd-hda-intel
options snd-hda-intel index=0
[root@localhost ~]#

[root@localhost ~]# cat /proc/asound/card0/codec#* | grep Codec
Codec: Generic 14f1 ID 2c06
Codec: Generic 1095 ID 1392
Codec: SigmaTel STAC9228
[root@localhost ~]#

Pls help me.
Thanks.
 
Old 02-19-2009, 04:45 AM   #4
amit_kalipur
Member
 
Registered: Dec 2008
Location: Delhi 91
Distribution: RHEL 5
Posts: 74

Original Poster
Blog Entries: 2

Rep: Reputation: 15
Quote:
Originally Posted by Iltbreg View Post
First thing to do is make sure that your sound is not simply muted. Look for that first; I think running the alsaconf command will allow you to check your sound too on RHEL5.

If you realize that it's not muted, could you post the content of /etc/modprobe.conf
The output for cat /proc/asound/card0/codec#* | grep Codec would also help.
Thanks you for ur help.

I am sure that sound is unmuted.Following is the output of above command.


[root@localhost ~]# alsaconf
bash: alsaconf: command not found
[root@localhost ~]# cat /etc/modprobe.conf
alias scsi_hostadapter ata_piix
alias eth1 sk98lin
options snd cards_limit=8
alias snd-card-0 snd-hda-intel
options snd-hda-intel index=0
[root@localhost ~]# cat /proc/asound/card0/codec#* | grep Codec
Codec: Generic 14f1 ID 2c06
Codec: Generic 1095 ID 1392
Codec: SigmaTel STAC9228
[root@localhost ~]#
Thanks.
 
Old 02-19-2009, 03:17 PM   #5
Iltbreg
Member
 
Registered: Feb 2006
Location: Canada
Distribution: Fedora, Mandriva
Posts: 191

Rep: Reputation: 31
Ok, thank you for your info. It is probable that your problem is that although RHEL5 does recognize your sound card, it doesn't recognize it properly. So what you will have to do here is edit modprobe.conf, in order to specify a model for your card.

First thing that you must do is make a backup copy of your modprobe.conf file. It's always good to take our precautions.

Then open modprobe.conf with gedit (or whatever editor that you like) and you will add what I wrote in red below:

Code:
alias scsi_hostadapter ata_piix
alias eth1 sk98lin
options snd cards_limit=8
alias snd-card-0 snd-hda-intel
options snd-card-0 index=0
options snd-hda-intel index=0 model=dell
then save it, restart your laptop and test your sound. If it still doesn't work, edit modprobe.conf with another model name. Here are some suggestions:
ref
3stack
5stack
laptop
dell-3stack
dell-d21
dell-d22
dell-d23
dell-m21
(or -m22, -m23, -m24, -m25, -m26, -m27)
fujitsu

Try that first. If after all these you still have no sound, let me know and I will suggest you more model names that you can try.
 
Old 02-20-2009, 05:13 AM   #6
amit_kalipur
Member
 
Registered: Dec 2008
Location: Delhi 91
Distribution: RHEL 5
Posts: 74

Original Poster
Blog Entries: 2

Rep: Reputation: 15
Quote:
Originally Posted by Iltbreg View Post
Ok, thank you for your info. It is probable that your problem is that although RHEL5 does recognize your sound card, it doesn't recognize it properly. So what you will have to do here is edit modprobe.conf, in order to specify a model for your card.

First thing that you must do is make a backup copy of your modprobe.conf file. It's always good to take our precautions.

Then open modprobe.conf with gedit (or whatever editor that you like) and you will add what I wrote in red below:

Code:
alias scsi_hostadapter ata_piix
alias eth1 sk98lin
options snd cards_limit=8
alias snd-card-0 snd-hda-intel
options snd-card-0 index=0
options snd-hda-intel index=0 model=dell
then save it, restart your laptop and test your sound. If it still doesn't work, edit modprobe.conf with another model name. Here are some suggestions:
ref
3stack
5stack
laptop
dell-3stack
dell-d21
dell-d22
dell-d23
dell-m21
(or -m22, -m23, -m24, -m25, -m26, -m27)
fujitsu

Try that first. If after all these you still have no sound,let me know and I will suggest you more model names that you can try.
Thank you very much for ur kind suggestions.Let me try then I will tell u.
 
Old 02-21-2009, 11:48 PM   #7
amit_kalipur
Member
 
Registered: Dec 2008
Location: Delhi 91
Distribution: RHEL 5
Posts: 74

Original Poster
Blog Entries: 2

Rep: Reputation: 15
Quote:
Originally Posted by amit_kalipur View Post
Thank you very much for ur kind suggestions.Let me try then I will tell u.
Dear Sir, I have tried all,but i don't get result.
[root@localhost ~]# cat /etc/modprobe.conf
alias scsi_hostadapter ata_piix
alias eth1 sk98lin
options snd cards_limit=8
alias snd-card-0 snd-hda-intel
options snd-card-0 index=0
options snd-hda-intel index=0 model=fujitsu
[root@localhost ~]#
 
Old 02-22-2009, 02:24 PM   #8
Iltbreg
Member
 
Registered: Feb 2006
Location: Canada
Distribution: Fedora, Mandriva
Posts: 191

Rep: Reputation: 31
Quote:
Originally Posted by amit_kalipur View Post
Dear Sir, I have tried all,but i don't get result.
Ok, well there are some more model names that you can try. Go to that link below and scroll down to the line 739 which treats the module snd-hda-intel. You will find a series of model names associated to different codecs.

http://www.mjmwired.net/kernel/Docum...figuration.txt

Try them all. Chances are one of them will do. Start with those associated with the STAC**** codecs since they are the ones closer to yours. If none of them work, try the other names, even those like thinkpad, toshiba and acer. And in case it still doesn't work, remove that line
Code:
options snd-card-0 index=0
I made you add previously and try all the model names again.
 
Old 02-24-2009, 03:44 AM   #9
amit_kalipur
Member
 
Registered: Dec 2008
Location: Delhi 91
Distribution: RHEL 5
Posts: 74

Original Poster
Blog Entries: 2

Rep: Reputation: 15
Quote:
Originally Posted by Iltbreg View Post
Ok, well there are some more model names that you can try. Go to that link below and scroll down to the line 739 which treats the module snd-hda-intel. You will find a series of model names associated to different codecs.

http://www.mjmwired.net/kernel/Docum...figuration.txt

Try them all. Chances are one of them will do. Start with those associated with the STAC**** codecs since they are the ones closer to yours. If none of them work, try the other names, even those like thinkpad, toshiba and acer. And in case it still doesn't work, remove that line
Code:
options snd-card-0 index=0
I made you add previously and try all the model names again.

Thank you very much for ur kind help.

Dear Sir,
I tried all the modules one by one u mentioned and rebooted my laptop but it didn't work.I tired by rebooting system repetedly but i couldn't here sound.

I also tried following modules which generate errors,but i heard sound when system reboot.Before trying following modules It never made sound when system reboot.I am attaching here as screenshot.
742 Module for Intel HD Audio (ICH6, ICH6M, ESB2, ICH7, ICH8),
743 ATI SB450, SB600, RS600,
744 VIA VT8251/VT8237A,
745 SIS966, ULI M5461Attachment 193

Attachment 194

[root@localhost ~]# cat /etc/modprobe.conf
alias scsi_hostadapter ata_piix
alias eth1 sk98lin
options snd cards_limit=8
alias snd-card-0 snd-hda-intel
options snd-hda-intel index=0 model=ATI SB450
[root@localhost ~]#

Last edited by amit_kalipur; 02-25-2009 at 06:11 AM.
 
Old 02-24-2009, 10:21 AM   #10
Iltbreg
Member
 
Registered: Feb 2006
Location: Canada
Distribution: Fedora, Mandriva
Posts: 191

Rep: Reputation: 31
Ok, I just want to make sure that I understand here. You are saying that now you get sound but these messages appear?

If that is the case, I think you can solve that by running a command like gst-register (as simple user or as root, I'm not sure here). You can check in /usr/bin/ to see what the right command is.
 
Old 02-25-2009, 05:16 AM   #11
amit_kalipur
Member
 
Registered: Dec 2008
Location: Delhi 91
Distribution: RHEL 5
Posts: 74

Original Poster
Blog Entries: 2

Rep: Reputation: 15
Quote:
Originally Posted by Iltbreg View Post
Ok, I just want to make sure that I understand here. You are saying that now you get sound but these messages appear?

If that is the case, I think you can solve that by running a command like gst-register (as simple user or as root, I'm not sure here). You can check in /usr/bin/ to see what the right command is.
Thank you verry much for ur kind response.In /usr/bin/ dir,there is no match like gst-register.I am attaching here screenshot of output of alsamicxer command.
When i used these following modules,It made a beep sound but it generated errors as i described above.when i replaced following modules,It didn't make a beep sound.
ATI SB450, SB600, RS600,
VIA VT8251/VT8237A,
SIS966, ULI M5461

Last edited by amit_kalipur; 02-25-2009 at 06:11 AM.
 
Old 02-26-2009, 09:39 AM   #12
Iltbreg
Member
 
Registered: Feb 2006
Location: Canada
Distribution: Fedora, Mandriva
Posts: 191

Rep: Reputation: 31
Quote:
Originally Posted by amit_kalipur View Post
When i used these following modules,It made a beep sound but it generated errors as i described above.when i replaced following modules,It didn't make a beep sound.
It doesn't seem to me like your sound is working, not even with these module names. It looks like editing modprobe.conf didn't do the trick. I thought it would, sorry.

However, there is still a possible solution and it is for you to first, restore modprobe.conf to its original state, and to update ALSA to a more recent version. Unfortunately, that is something that I never really attempted myself so I wouldn't be able to tell you how to proceed; sorry again.

Hopefully, somebody else can give you more information.
 
Old 02-27-2009, 04:29 AM   #13
amit_kalipur
Member
 
Registered: Dec 2008
Location: Delhi 91
Distribution: RHEL 5
Posts: 74

Original Poster
Blog Entries: 2

Rep: Reputation: 15
Quote:
Originally Posted by Iltbreg View Post
It doesn't seem to me like your sound is working, not even with these module names. It looks like editing modprobe.conf didn't do the trick. I thought it would, sorry.

However, there is still a possible solution and it is for you to first, restore modprobe.conf to its original state, and to update ALSA to a more recent version. Unfortunately, that is something that I never really attempted myself so I wouldn't be able to tell you how to proceed; sorry again.

Hopefully, somebody else can give you more information.
athank u for help.
Dear Sir,I downloaded "alsa-driver-linuxant-1.0.19.2-1.src.rpm" and "alsa-driver-linuxant-1.0.19.2-1.noarch.rpm".May I install it?
 
Old 02-27-2009, 10:02 AM   #14
Iltbreg
Member
 
Registered: Feb 2006
Location: Canada
Distribution: Fedora, Mandriva
Posts: 191

Rep: Reputation: 31
No, don't.

You must know what you are doing before attempting something like that. Please go to this link below that gives some useful explanation and links for packages. It's for Fedora and RHEL-4 but it must be good for RHEL-5 too. If you want to check the proposed ALSA packages, just make sure that you replace "el4" in the addresses with "el5". There's also a link to the alsa-project web page and their bug tracker which would be a good idea to visit as well; chances are there are cases similar to yours. If you need to ask more questions there is at the end of the page an e-mail address that you can write to, or don't hesitate to come and ask them here.

http://people.redhat.com/stransky/alsa/index.html

Good luck.

Last edited by Iltbreg; 02-27-2009 at 10:13 AM.
 
Old 02-28-2009, 02:40 AM   #15
amit_kalipur
Member
 
Registered: Dec 2008
Location: Delhi 91
Distribution: RHEL 5
Posts: 74

Original Poster
Blog Entries: 2

Rep: Reputation: 15
Quote:
Originally Posted by Iltbreg View Post
No, don't.

You must know what you are doing before attempting something like that. Please go to this link below that gives some useful explanation and links for packages. It's for Fedora and RHEL-4 but it must be good for RHEL-5 too. If you want to check the proposed ALSA packages, just make sure that you replace "el4" in the addresses with "el5". There's also a link to the alsa-project web page and their bug tracker which would be a good idea to visit as well; chances are there are cases similar to yours. If you need to ask more questions there is at the end of the page an e-mail address that you can write to, or don't hesitate to come and ask them here.

http://people.redhat.com/stransky/alsa/index.html

Good luck.
Thank you very much for help.

After much net surfing,I succeeded in downloading "alsa-driver-1[1].0.19.tar.bz2".Sir Please tell me how to install it on my laptop.In my laptop existing driver is "Advanced Linux Sound Architecture Driver Version 1.0.12rc1 (Thu Jun 22 13:55:50 2006 UTC)".Will it be best for my laptop Dell inspiron 1525 core to due T5800.I also went through the readme file but there is no instruction for installing it.
Thanks.
 
  


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
no sound Dell inspiron 1525 fedora 10 pete83 Linux - Laptop and Netbook 2 02-20-2009 07:24 AM
How to install RedHat Linux 8.0 on Dell inspiron 1525 Laptop shailesh.joshi81 Linux - Newbie 8 11-18-2008 10:50 AM
Dell Inspiron 1525 laptop - dualboot jose_tk Linux - Laptop and Netbook 7 07-24-2008 09:12 PM
Dell Inspiron 1525 watcher69b Linux - Laptop and Netbook 1 04-12-2008 07:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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