LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-30-2008, 12:35 PM   #1
sukmannava
LQ Newbie
 
Registered: May 2008
Posts: 10

Rep: Reputation: 1
Linux Kernel : 2.6.9-42.0.0.0.1.ELhugemem : No Sound


hello

I have installed Linux Kernel 2.6.9-42.0.0.0.1.ELhugemem -

A) The sound card is detected as intel as follows " 00:1b.0 Audio device: Intel Corporation: Unknown device 293e (rev 02)"

B) When I contacted Dell Support they mentionied that sound card is from RealTek ALC880 series.

C) I have downloaded driver from "http://tinyurl.com/ggy4rb" site, and installed as per the instructions -

D) But sound does not come.. if I do lsmod command I am getting "soundcore" as the module which is loaded in kernel.

E) alsamixer command does not work and gives error as "00:1b.0 Audio device: Intel Corporation: Unknown device 293e (rev 02)"

F) aplay command also throws some errors .

I am not able to find out any solution, can someone please help me ?

Regards
sukmannava
 
Old 05-30-2008, 01:06 PM   #2
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Rep: Reputation: 53
What distro are you using? The 2.6.9 kernel is quite old. I believe that chipset uses the snd-hda-intel module which is built into the kernel in the newest kernels. When you run lsmod, look for to see if that module is loaded. If it is, run:

Quote:
alsaconf
and follow the prompts.

Bob
 
Old 05-30-2008, 01:07 PM   #3
mrrangerman
Member
 
Registered: Oct 2007
Location: MI
Distribution: Debian Slackware
Posts: 528

Rep: Reputation: 59
Open a terminal window su to root and run alsaconf follow the directions.
 
Old 05-30-2008, 01:31 PM   #4
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
293e is ICH9 ( http://pci-ids.ucw.cz/iii/?i=8086 )

As already said your kernel is way too old for this.
 
Old 05-30-2008, 01:58 PM   #5
sukmannava
LQ Newbie
 
Registered: May 2008
Posts: 10

Original Poster
Rep: Reputation: 1
I cannoot see "snd-hda-intel" module in the output of "lsmod"

But, I could see a file "snd-hda-intel.ko" in directory
/lib/modules/2.6.9-42.0.0.0.1.ELhugemem/kernel/sound/pci/hda


What shall I do now ?
 
Old 05-30-2008, 02:12 PM   #6
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Rep: Reputation: 53
Well, you can try, as root:

Quote:
modprobe snd-hda-intel
and then run alsaconf. But, as Emerson pointed out, it may not work as your kernel is well out of date.

Bob
 
Old 05-30-2008, 02:21 PM   #7
sukmannava
LQ Newbie
 
Registered: May 2008
Posts: 10

Original Poster
Rep: Reputation: 1
I am getting following error once I run modprobe

[root@localhost hda]# /sbin/modprobe snd-hda-intel WARNING: Error inserting snd_page_alloc (/lib/modules/2.6.9-42.0.0.0.1.ELhugemem/kernel/sound/acore/snd-page-alloc.ko): Invalid module format
WARNING: Error inserting snd (/lib/modules/2.6.9-42.0.0.0.1.ELhugemem/kernel/sound/acore/snd.ko): Invalid module format
WARNING: Error inserting snd_timer (/lib/modules/2.6.9-42.0.0.0.1.ELhugemem/kernel/sound/acore/snd-timer.ko): Invalid module format
WARNING: Error inserting snd_page_alloc (/lib/modules/2.6.9-42.0.0.0.1.ELhugemem/kernel/sound/acore/snd-page-alloc.ko): Invalid module format
WARNING: Error inserting snd (/lib/modules/2.6.9-42.0.0.0.1.ELhugemem/kernel/sound/acore/snd.ko): Invalid module format
WARNING: Error inserting snd_timer (/lib/modules/2.6.9-42.0.0.0.1.ELhugemem/kernel/sound/acore/snd-timer.ko): Invalid module format
FATAL: Error inserting snd_pcm (/lib/modules/2.6.9-42.0.0.0.1.ELhugemem/kernel/sound/acore/snd-pcm.ko): Invalid module format
WARNING: Error running install command for snd_pcm
WARNING: Error inserting snd_hda_codec (/lib/modules/2.6.9-42.0.0.0.1.ELhugemem/kernel/sound/pci/hda/snd-hda-codec.ko): Invalid module format
FATAL: Error inserting snd_hda_intel (/lib/modules/2.6.9-42.0.0.0.1.ELhugemem/kernel/sound/pci/hda/snd-hda-intel.ko): Invalid module format
 
Old 05-30-2008, 02:23 PM   #8
sukmannava
LQ Newbie
 
Registered: May 2008
Posts: 10

Original Poster
Rep: Reputation: 1
The uname-a command output is as follows : I have not changed the hostname , and hence its still "localhost.localdomain"

Linux localhost.localdomain 2.6.9-42.0.0.0.1.ELhugemem #1 SMP Sun Oct 15 14:06:18 PDT 2006 i686 i686 i386 GNU/Linux
 
Old 05-30-2008, 02:42 PM   #9
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Rep: Reputation: 53
Someone may correct me on this (I am not an expert on this one), but I believe these errors mean that the snd-hda-inel modules were compiled for a different kernel version.

Have you considered installing a more recent distro with a more up-to-date kernel? It is very likely that your sound issues would be solved with a newer distro.

Bob
 
  


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
RH4.0 ELhugemem Vs ELsmp Jees Lazar Programming 3 08-02-2007 10:12 AM
Issues with VM in RedHat Enterprise 2.4.21-37.0.1.ELhugemem apnakon Linux - Kernel 0 10-23-2006 02:42 AM
Disabling HIGHMEM in kernel 2.6.9-34.0.1.ELhugemem rolando1981 Linux - Enterprise 1 09-26-2006 12:29 PM
Red Hat + Elhugemem jwholey Linux - Enterprise 1 06-17-2006 07:49 AM
Sound Problem in Linux (RHEL 4, 2.6 kernel) ankurcse Linux - Newbie 3 04-22-2006 03:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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