LinuxQuestions.org
Review your favorite Linux distribution.
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-06-2009, 07:03 AM   #1
amit_kalipur
Member
 
Registered: Dec 2008
Location: Delhi 91
Distribution: RHEL 5
Posts: 74
Blog Entries: 2

Rep: Reputation: 15
sound card is not functioning in RHEL5.


Dear Everyone,
Sound card of my laptop Dell Inpiron 1525 is not working with RHEL5 while with windows xp sp2 it is functioning.
Pleas find the attachment for output of lspci,lsmod.

Last edited by amit_kalipur; 02-25-2009 at 06:11 AM.
 
Old 02-06-2009, 08:04 AM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
The output of lsmod looks correct. That means that the modules necessary for your sound card are loaded.
Did you remember to unmute the sound?
Run alsamixer from command line to unmute the various channels and increase the volume.
 
Old 02-07-2009, 04:47 AM   #3
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 bathory View Post
The output of lsmod looks correct. That means that the modules necessary for your sound card are loaded.
Did you remember to unmute the sound?
Run alsamixer from command line to unmute the various channels and increase the volume.
Thank you very much for your precious suggestion.
How this command is used?Please tell me step by step.Or simply can i run this command as:- #alsamixer Enter.
 
Old 02-07-2009, 11:02 AM   #4
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Before trying anything else follow the instructions here (C.4.8)
If you want to use alsamixer, then you should run it as root from the command line. Once you see the various channels, you use "M" to unmute them and the up=arrow to increase the volume. Exit the program (use Esc) and test. If it works, then run:
Code:
alsactl store
to save the configuration.
 
Old 02-09-2009, 02:54 AM   #5
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 bathory View Post
Before trying anything else follow the instructions here (C.4.8)
If you want to use alsamixer, then you should run it as root from the command line. Once you see the various channels, you use "M" to unmute them and the up=arrow to increase the volume. Exit the program (use Esc) and test. If it works, then run:
Code:
alsactl store
to save the configuration.
Thank you very much sir.I will try it.

Dear Sir,there is big problem with my laptop Dell Inspiron 1525.Problem is that the virtual consoles of CLI is not opening.I am using RHEL5.The DVD of RHEL5 is provided by institute that comes with linux books. I am using kernel version 2.6.18.I downloaded kernel 'linux-2.6.28.tar.bz2 and want to upgrade my kernel with this linux-2.6.28.Someone says that upgrading kernel may solve your problem.Please tell me HOW TO COMPILE CORNEL.I hope u can solve my problem.
Thanks and best regards
Amit kumar singh
 
Old 02-09-2009, 06:19 AM   #6
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
The fact that the virtual consoles are not working is most likely due to a misconfiguration of your keyboard in xorg.conf. Could you post the relevant part here?

I don't think that compiling a newer kernel will solve your problem. If you insist to do so, you can find useful posts either here at LQ or by googling.

Regards
 
Old 02-09-2009, 07:19 AM   #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 bathory View Post
Before trying anything else follow the instructions here (C.4.8)
If you want to use alsamixer, then you should run it as root from the command line. Once you see the various channels, you use "M" to unmute them and the up=arrow to increase the volume. Exit the program (use Esc) and test. If it works, then run:
Code:
alsactl store
to save the configuration.
Thank you sir,I followed all above instructions as well as Main menu=>system setting=>sound detection but I couldn't here sound.

when I run alsamixer command as root and press 'M' headphone is off ,pressing up arrow increases numerical value of sound but i couldn't here sound.
 
Old 02-09-2009, 08:01 AM   #8
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 bathory View Post
Before trying anything else follow the instructions here (C.4.8)
If you want to use alsamixer, then you should run it as root from the command line. Once you see the various channels, you use "M" to unmute them and the up=arrow to increase the volume. Exit the program (use Esc) and test. If it works, then run:
Code:
alsactl store
to save the configuration.
Thank you sir, I followed all above instruction as well as Main Menu=>system setting=>sound detection but I couldn't here sound.

I am attaching the screenshot of alsamixer command.Pressing M switch of the headphone and pressing up arrow increases the numerical only value of sound but it doesn't make sound.

Last edited by amit_kalipur; 02-25-2009 at 06:11 AM.
 
Old 02-09-2009, 08:41 AM   #9
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Can you hear sound from the speakers? Are these the only devices you see in alsamixer?
From the attached screenshot it seems that your headphones are still muted (see the MM at the bottom).
Press "M" until it unmutes (become green OO).

Cheers

Last edited by bathory; 02-09-2009 at 10:50 AM.
 
Old 02-10-2009, 04:31 AM   #10
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 bathory View Post
The fact that the virtual consoles are not working is most likely due to a misconfiguration of your keyboard in xorg.conf. Could you post the relevant part here?

I don't think that compiling a newer kernel will solve your problem. If you insist to do so, you can find useful posts either here at LQ or by googling.

Regards

Dear sir,
I am not geting what relevent part means,whether it is output of any command or hardware details.Please tell me in detail.

Sir, I want to compile the kernel 2.6.18 to linux-2.6.28.Could you tell me step by step how can i do this.
 
Old 02-10-2009, 05:33 AM   #11
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Before starting compiling a new kernel, you might get the latest alsa drivers, libraries and utilities and see if it can solve your problem.
If you insist compiling a new kernel use google to find a good tutorial.
Just keep in mind that redhat does not support custom kernels
 
Old 02-10-2009, 06:16 AM   #12
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 bathory View Post
Before starting compiling a new kernel, you might get the latest alsa drivers, libraries and utilities and see if it can solve your problem.
If you insist compiling a new kernel use google to find a good tutorial.
Just keep in mind that redhat does not support custom kernels
Thank u sir .One thing more,I want to install VLC media player.Please tell me from where I can download it and how can i install it.which will be convenient RPM fiel or tar file.
 
Old 02-10-2009, 06:25 AM   #13
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
It's always better use RPMs to install software. You can get vlc from here. If you are running a 64bit RHEL then use this instead.

Regards
 
  


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
SD/MMC Onboard Card Not Functioning Talendel Linux - Hardware 4 06-13-2008 01:15 AM
LiveCD Sound Server Not Functioning AutoC Fedora 0 04-04-2008 11:09 PM
Wireless card will not obtain an ip address. Card has functioning driver and firmware tuffstuff Linux - Newbie 2 06-28-2007 07:00 PM
Creative PCI sound card not functioning cheque_some Linux - Hardware 15 07-18-2005 07:02 PM
SOUND CARD Found but not Functioning acmilan Linux - Hardware 2 04-14-2004 04:31 AM

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

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