LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 05-27-2002, 05:25 AM   #1
vinay_r99
LQ Newbie
 
Registered: May 2002
Location: Bangalore
Distribution: Linux
Posts: 20

Rep: Reputation: 0
can anybody tell me where to download drivers for Intel 845 sound card..


Hi,

I have a system with intel845 sound card ... & i have loaded linux 7.2 .... where in as it doesn't ditect the intel845 sound card...
when i run sndconfig it doesn't ditetc tooo...

So can anybody tell me how to go about it ... & where to download the drivers / configure...

Awaiting for the valuable response.....

Thanx & Rgds,
Vinay R
 
Old 05-27-2002, 03:45 PM   #2
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
First off, you posted to the wrong forum as this is where everyone usually posts general chatter and complaints about MS.

Secondly, The Intel 845 was a chipset for motherboards with a built in audio codec, I think ac97_codec, which makes sense as to why sndconfig got confused, onboard gear makes these little auto-configure utilities bug out often. My guess is:

modprobe ac97_codec
modprobe emu10k1

However, I might have guessed the sound chip wrong, so you might want to post back with the output of "lspci"

Luck,

Finegan
 
Old 05-27-2002, 11:14 PM   #3
vinay_r99
LQ Newbie
 
Registered: May 2002
Location: Bangalore
Distribution: Linux
Posts: 20

Original Poster
Rep: Reputation: 0
Oh oh i was in a hurry so didnt see which forum.... anyways...
U were right the Intel 845 is the chipset of the motherboards... when i do the modprobe ac97_codec still it doesn't work ...
can u plz tell me why & where can we find the drive & how to configure....

Thanx a lot for the info ... i hope u will give me the answer... awaiting for ur reply....

Vinay R
 
Old 05-28-2002, 01:27 AM   #4
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
That was just a rash guess. What is the output of "lspci"?

Cheers,

Finegan
 
Old 05-28-2002, 01:51 AM   #5
verigoth
Member
 
Registered: May 2002
Posts: 179

Rep: Reputation: Disabled
www.alsa-project.org - the driver you want is snd-intel8x0

verigoth
 
Old 05-28-2002, 06:36 AM   #6
vinay_r99
LQ Newbie
 
Registered: May 2002
Location: Bangalore
Distribution: Linux
Posts: 20

Original Poster
Rep: Reputation: 0
Hi,

The driver is getting installed ... but no sound ... am using amplified speaker but still not working .... can somebody tell me why ???? it not working ...... & what modules needs to be loaded to get it work ...... thanx a lot guys for the info.....
Awaiting for ur response tooo... need it Urgenlty.....

Vinay R
 
Old 05-28-2002, 06:02 PM   #7
verigoth
Member
 
Registered: May 2002
Posts: 179

Rep: Reputation: Disabled
if you didn't see the warning right after the alsa make-install (or if you installed a binary package), alsa mutes all channels by default. run a mixer application

verigoth
 
Old 05-28-2002, 11:40 PM   #8
vinay_r99
LQ Newbie
 
Registered: May 2002
Location: Bangalore
Distribution: Linux
Posts: 20

Original Poster
Rep: Reputation: 0
Hi,

Its working fine now.... but with only insmod i have loaded all the modules.... & i have loaded the mixer application too... but when i reboot the system every thing goes of ... again i have to do a insmod steps manually... it there a way where we can say auto boot of all the modules... something like a script ... how do we do write a script to auto boot of all the modules..... can u plz help me out ....

Vinay R
 
Old 05-29-2002, 10:41 AM   #9
Stephanie_new
Member
 
Registered: May 2002
Location: Hell, A.K.A. Arizona
Distribution: MD 8x / WIN2K / QNX
Posts: 156

Rep: Reputation: 30
Out of curiosity, are you running Mandrake Linux 7.2?

If so, then login as root and run Mandrake Control Center. Go to your services tab, and see if it is in that listing and it is set to start up at boot.
 
Old 05-29-2002, 11:07 PM   #10
vinay_r99
LQ Newbie
 
Registered: May 2002
Location: Bangalore
Distribution: Linux
Posts: 20

Original Poster
Rep: Reputation: 0
No am not running Mandrake Linux..... I am running Redhat 7.2 version.... now tell me hw to set to start up boot.... as it is working manually (insmod commands) .... is there a way to do ir right .....

Vinay R
 
Old 05-30-2002, 01:16 PM   #11
verigoth
Member
 
Registered: May 2002
Posts: 179

Rep: Reputation: Disabled
edit /etc/modules.conf...add the following:

alias char-major-116 snd
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias snd-card-0 card-intel8x0

hopefully RedHat has kernel module autoloader, so all you will have to do is try to play a sound and it should work

verigoth

Last edited by verigoth; 05-30-2002 at 01:17 PM.
 
Old 01-15-2003, 12:41 AM   #12
potlamurali
LQ Newbie
 
Registered: Jan 2003
Location: Hyderabad/India
Distribution: Red Hat
Posts: 10

Rep: Reputation: 0
Hi,

I have written a small document for enabling sound n Red Hat 8.0 on Intel 845 chipset sound cards

You can access that page

http://linuxpro.softprosys.com/techdocs/Sound/alsa.

Please contact me if you have any problems
 
Old 01-15-2003, 12:42 AM   #13
potlamurali
LQ Newbie
 
Registered: Jan 2003
Location: Hyderabad/India
Distribution: Red Hat
Posts: 10

Rep: Reputation: 0
I'm sorry

The URL is

http://linuxpro.softprosys.com/techdocs/Sound/
 
Old 02-05-2003, 01:07 AM   #14
lenin
LQ Newbie
 
Registered: Feb 2003
Posts: 2

Rep: Reputation: 0
i have tried the urls u specified....but still not working....while installing the packages got installed with some no key warning...

pls reply
 
  


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
driver for VGA card built in mother board intel 845 srvg Barq Linux - Hardware 1 12-22-2004 03:41 PM
intel 845 gl graphics and cmi9738 onboard sound problem lvgandhi Linux - Newbie 16 08-07-2003 03:29 AM
Problem in x configuration with Intel 845 Graphics card and LG 500G monitor sandeepd Linux - Hardware 1 08-05-2003 05:26 AM
sound card problem in 845 chipset lenin Linux - Networking 1 07-27-2003 03:51 AM
Intel 845 sound card not detected :( alienwiz Linux - Hardware 0 08-07-2002 10:01 AM

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

All times are GMT -5. The time now is 04:22 PM.

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