LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-19-2009, 02:54 PM   #1
vin_akleh
LQ Newbie
 
Registered: Sep 2009
Posts: 19

Rep: Reputation: 0
Question Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller driver


were can i find an audio drive for
Quote:
Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller
(ubuntu 8) other than www.bioticaindia.com. any one can help me??
thanks in advance
 
Old 10-19-2009, 05:40 PM   #2
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
More info please. Have you run alsaconf and alsamixer? Have you attempted to load the snd-hda-intel module? Basically, what steps have to tried so far, and what have been the results of those attempts?
 
Old 10-19-2009, 09:07 PM   #3
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Card Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller driver HDA Intel

It should pretty much just work.
 
Old 10-20-2009, 04:03 PM   #4
vin_akleh
LQ Newbie
 
Registered: Sep 2009
Posts: 19

Original Poster
Rep: Reputation: 0
iv tried every thing nothing is working!! and every time i start alsamixergui this message comes up
Quote:
alsamixer: function snd_ctl_open failed for default: no such file directory
i think this message comes up because i cancels the download before it ended and every time i remove it and set it back it doesnt try to download it from the internet it just starts with the setup and the same message comes up when i run it! any solution for that
note: i am using backtrack 4 pre release witch is based on ubuntu 8.
 
Old 10-20-2009, 05:40 PM   #5
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
As J.W. asks, does it load...

You might open a terminal and use the command "lsmod" to see if the snd-hda-intel module is loading and post back. Otherwise, again, more information is required.
 
Old 10-21-2009, 03:15 AM   #6
vin_akleh
LQ Newbie
 
Registered: Sep 2009
Posts: 19

Original Poster
Rep: Reputation: 0
iv tried ismod and this is what it gave me
Quote:
snd_hda_intel 24200 0
whats next?
 
Old 10-21-2009, 03:19 AM   #7
hurry_hui
Member
 
Registered: Oct 2008
Location: Near Jakarta
Distribution: Slackware, Arch, Slax, Porteus, Tiny Core, Slitaz
Posts: 355
Blog Entries: 1

Rep: Reputation: 52
try 'lsmod | grep snd' this will list all snd modules instead.
 
Old 10-21-2009, 03:28 AM   #8
vin_akleh
LQ Newbie
 
Registered: Sep 2009
Posts: 19

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by hurry_hui View Post
try 'lsmod | grep snd' this will list all snd modules instead.
here is what it gave me
Quote:
snd_hda_codec_idt 56492 1
snd_hda_intel 24200 0
snd_hda_codec 53932 2 snd_hda_codec_idt,snd_hda_intel
snd_hwdep 6736 1 snd_hda_codec
snd_pcm_oss 37664 0
snd_mixer_oss 14156 1 snd_pcm_oss
snd_pcm 68144 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy 2416 0
snd_seq_oss 29728 0
snd_seq_midi 5952 0
snd_rawmidi 19104 1 snd_seq_midi
snd_seq_midi_event 5964 2 snd_seq_oss,snd_seq_midi
snd_seq 47536 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 19124 2 snd_pcm,snd_seq
snd_seq_device 6008 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 50276 12 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_os s,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 5856 1 snd
snd_page_alloc 7924 2 snd_hda_intel,snd_pcm
what next?
 
Old 10-21-2009, 03:36 AM   #9
hurry_hui
Member
 
Registered: Oct 2008
Location: Near Jakarta
Distribution: Slackware, Arch, Slax, Porteus, Tiny Core, Slitaz
Posts: 355
Blog Entries: 1

Rep: Reputation: 52
FYI, when you want to post output insert it within [code][/code] tags.

it seems all modules loaded properly...can you run 'alsaconf' (as root)?
 
Old 10-21-2009, 03:57 AM   #10
vin_akleh
LQ Newbie
 
Registered: Sep 2009
Posts: 19

Original Poster
Rep: Reputation: 0
here is the output:
sudo: alsaconf: command not found
 
Old 10-21-2009, 04:32 AM   #11
hurry_hui
Member
 
Registered: Oct 2008
Location: Near Jakarta
Distribution: Slackware, Arch, Slax, Porteus, Tiny Core, Slitaz
Posts: 355
Blog Entries: 1

Rep: Reputation: 52
Having searched via google...

It seems there is no 'alsaconf' in *buntu. Alsaconf is usually part of alsa-utils package.

Some people advise to get debian package for alsa-utils.

This once solved by updating the alsa-driver...

Also you might want to check this and this

HTH
 
Old 10-21-2009, 08:42 AM   #12
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
Do you have...

Do you have your repositories configured and have you downloaded the alsa-utils package?

In case this helps.

https://help.ubuntu.com/community/HdaIntelSoundHowto
 
  


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
Intel 82801G (ICH7 Family) microphone problem ursusca Linux - Laptop and Netbook 1 03-26-2012 07:23 PM
Intel Corporation 82801G (ICH7 Family) Audio device - No mic Hungry ghost Linux - Hardware 1 05-14-2009 06:47 AM
Intel Corporation 82801G (ICH7 Family) LeeroyAtWork Linux - Wireless Networking 3 03-19-2009 11:26 AM
I can't use my microphone with Intel 82801G (ICH7 Family) ruppertus Linux - Hardware 1 02-14-2008 03:24 PM
No soundcards found - gentoo - Intel Corporation 82801G (ICH7 Family) nones Linux - Laptop and Netbook 1 10-18-2006 07:21 AM

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

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