LinuxQuestions.org
Review your favorite Linux distribution.
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-12-2005, 03:58 PM   #1
Tinku
Member
 
Registered: Jul 2004
Location: INDIA
Distribution: SusE, Gentoo,Debian,FreeBSD
Posts: 197

Rep: Reputation: 30
Audio driver for intel chipset 915


i have installed suse on my pc which has got intel 915 chipset.. but there is a problem with the audio drivers. cany any one help me..?
 
Old 05-13-2005, 12:08 AM   #2
vervet
LQ Newbie
 
Registered: Mar 2004
Posts: 12

Rep: Reputation: 0
Talking

Go to ALSA.org and get 0.8 I think it is. I have the same chipset on my laptop and it will work once you follow the install steps.
I got these from some where ....

==================================================================
You need to download 4 packages : alsa-driver, alsa-lib, alsa-oss and alsa-utils - get verson 1.08 from http://www.alsa-project.org/ - (see top right of page for links)


extract all of files

bunzip2 alsa-driver-1.0.8.tar.bz2
tar -xf alsa-driver-1.0.8.tar
bunzip2 alsa-lib-1.0.8.tar.bz2
tar -xf alsa-lib-1.0.8.tar
bunzip2 alsa-oss-1.0.8.tar.bz2
tar -xf alsa-oss-1.0.8.tar
bunzip2 alsa-utils-1.0.8.tar.bz2
tar -xf alsa-utils-1.0.8.tar


Now complete the following. Now this will differ from what is listed on the alsa website for intel sound cards, you will not be specifying a card type. You will need to be root for this. So 'su' into root.

cd alsa-driver-1.0.8
./configure;make;make install

cd ../alsa-lib-1.0.8
./configure;make;make install

cd ../alsa-oss-1.0.8
./configure;make;make install

cd ../alsa-utils-1.0.8
./configure;make;make install

now just to be sure that everything is set right you will want to run snddevices

cd ../alsa-driver-1.0.8
./snddevices

after this reboot the machine.

After the machine has come back up. From the shell run 'alsamixer' and change your volume settings. Or just go to the sound icon on the panel and adjust them there.

And make sure your speakers are actually plugged in. I forgot to make sure and thought this whole process didn't work.



The above worked for me but I still can't adjust the volume and had to use software volume adjustment in XMMS - these cards / chip sets are still so new - you might have to get an older more compatible know to work one!
Hope this helps and thanks to whom ever I copied these instruction from too!


Richard
 
Old 05-13-2005, 12:42 AM   #3
simple
Member
 
Registered: Apr 2005
Location: Florida
Distribution: Ubuntu 5.04
Posts: 89

Rep: Reputation: 15
Quote:
checking for kernel version... The file /lib/modules/2.6.11/source/include/linux/version.h does not exist.
Please, install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /lib/modules/2.6.11/source).
make all-deps
make[1]: Entering directory `/home/simple/alsa-driver-1.0.8'
make[1]: Nothing to be done for `all-deps'.
make[1]: Leaving directory `/home/simple/alsa-driver-1.0.8'

Please, run the configure script as first...

rm -f /snd*.*o /persist.o /isapnp.o
make[1]: Entering directory `/home/simple/alsa-driver-1.0.8/acore'
Makefile:6: /home/simple/alsa-driver-1.0.8/Makefile.conf: No such file or directory
make[1]: *** No rule to make target `/home/simple/alsa-driver-1.0.8/Makefile.conf'. Stop.
make[1]: Leaving directory `/home/simple/alsa-driver-1.0.8/acore'
make: *** [install-modules] Error 1
awesome, i'm hoping this will work once i get thsi working, what do i do? i'm newb galore.
 
Old 05-13-2005, 12:51 AM   #4
vervet
LQ Newbie
 
Registered: Mar 2004
Posts: 12

Rep: Reputation: 0
What version of Linux do you have? - you'll need a newish version link Fefora Core 3 and once you've installed it update all the packages (use yum) If you wait a few weeks fedore core 4 is gonna come out but you could get a test vesion now from fedora.redhat.com - you will want vesion 4test3 - just came out on Monday. Searching on this forum I see people have got it working out the box with mandrake 10.2 I think - less hassle than downloading Fedora and pissing around with dependency problems.
 
Old 05-13-2005, 12:52 AM   #5
simple
Member
 
Registered: Apr 2005
Location: Florida
Distribution: Ubuntu 5.04
Posts: 89

Rep: Reputation: 15
Quote:
Originally posted by vervet
What version of Linux do you have? - you'll need a newish version link Fefora Core 3 and once you've installed it update all the packages (use yum) If you wait a few weeks fedore core 4 is gonna come out but you could get a test vesion now from fedora.redhat.com - you will want vesion 4test3 - just came out on Monday. Searching on this forum I see people have got it working out the box with mandrake 10.2 I think - less hassle than downloading Fedora and pissing around with dependency problems.
knoppix 3.8 installed to the hdd
 
Old 05-13-2005, 01:15 AM   #6
vervet
LQ Newbie
 
Registered: Mar 2004
Posts: 12

Rep: Reputation: 0
I don't know what version of ALSA that has, and alsa has to play nicely with other parts of linux too or you get errore when you compile the code( like you did) Do a search on the forums as I see some other post on the 915 chipset - I'd install mandrake cos I think thats what one person installed and it worked out the box - I think 10.2 is not free though.
 
Old 05-13-2005, 01:50 AM   #7
simple
Member
 
Registered: Apr 2005
Location: Florida
Distribution: Ubuntu 5.04
Posts: 89

Rep: Reputation: 15
it has alsa 1.0.8...
 
  


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
is the intel 915 chipset supported? zewsk Linux - Newbie 30 11-28-2007 10:07 AM
audio driver for intel 915 chipset jphani Linux - Hardware 2 06-24-2005 05:57 PM
audio driver for intel 915 chipset jphani Linux - Hardware 1 05-14-2005 04:27 PM
Linux audio driver for Intel 915 Family Chipset sambitnayak Linux - Hardware 2 05-09-2005 09:08 PM
Linux audio driver for Intel 915 Family Chipset sambitnayak Linux - Software 2 05-09-2005 09:07 PM

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

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