Jump to content

Audio: Linux* (Mandriva*) Driver [solved]


Guest gaaslight
 Share

Recommended Posts

Guest gaaslight

I downloaded the ALSA Open Source Audio Driver Package Version 1.0.9b for the Intel audio controllers [AUDIO_1.3.1_MN2006.TAR.GZ] from Intel for my Desktop Board D101GGC, but it will only work with the 2.6.12-12mdk kernel. Is there a way I can make it work for my Mandriva Linux Free x86-64 installation?

Edited by gaaslight
Link to comment
Share on other sites

Are you sure you need to use this one? Can't you use alsa from the urpmi repositories?

 

What's the output of this command:

 

rpm -qa | grep alsa

 

so that we can see what you've currently got installed.

Link to comment
Share on other sites

What kind of Intel soundcard? If it's Intel HD audio (standard on most modern laptops), with firmware by "someone" (Realtek, Azalia, etc) then the absolute minumum you should compile to get it working is alsa 1.0.10 RC2.

 

Mandriva had the "guts" to include a prebeta xorg in 2006 to catchup with Intel laptop chipsets, but they still included alsa "stable" 1.0.9, which is pretty inexplicable: What's the use of having a modern laptop running a so-so GUI (on prebeta code) and having no sound? :P

 

EDIT: just saw that your board uses Realtek ALC861 audio codec, and so you DO need alsa 1.0.10 RC2 or newer.

Edited by scarecrow
Link to comment
Share on other sites

You must unpacking file

cd /katalog_alsa_driver

./configure --help

./configure --with-cards=name --with-oss=yes --with-sequencer=yes

make

make install ###as root

 

alsaconf

 

Good Luck ....Lex

Link to comment
Share on other sites

Guest gaaslight
Are you sure you need to use this one? Can't you use alsa from the urpmi repositories?

 

What's the output of this command:

 

rpm -qa | grep alsa

 

so that we can see what you've currently got installed.

alsa-utils-1.0.9-4mdk

lib64alsa2-devel-1.0.9-1mdk

gstreamer-alsa-0.8.11-4mdk

libalsa-data-1.0.9-1mdk

libalsa2-1.0.9-1mdk

lib64alsa2-1.0.9-1mdk

Link to comment
Share on other sites

This is what I've got installed:

 

[ian@europa ~]$ rpm -qa | grep alsa
alsa-utils-1.0.9-4mdk
libalsa2-1.0.9-1mdk
libalsa-data-1.0.9-1mdk
alsaconf-1.0.9-4mdk
libalsa2-devel-1.0.9-1mdk

 

you have 64 bit on your system, so assume you're running 64 bit system, so that'll explain why some versions aren't quite the same as mine. However, you seem to be missing "alsaconf". Try:

 

urpmi alsaconf

 

and then when it's installed, run alsaconf to configure your card:

 

alsaconf

 

and you'll probably need to choose intel8x0 for the soundcard - it should automatically detect that anyway, just continue through, and then when done, reboot, and see if you've got sound. If not, run kmix or similar, and unmute all the channels because alsaconf tends to mute everything. And then see how you go.

Link to comment
Share on other sites

Guest gaaslight
What kind of Intel soundcard? If it's Intel HD audio (standard on most modern laptops), with firmware by "someone" (Realtek, Azalia, etc) then the absolute minumum you should compile to get it working is alsa 1.0.10 RC2.

 

Mandriva had the "guts" to include a prebeta xorg in 2006 to catchup with Intel laptop chipsets, but they still included alsa "stable" 1.0.9, which is pretty inexplicable: What's the use of having a modern laptop running a so-so GUI (on prebeta code) and having no sound? :P

 

EDIT: just saw that your board uses Realtek ALC861 audio codec, and so you DO need alsa 1.0.10 RC2 or newer.

thank you. so where do I find alsa 1.0.10 RC2 or newer?

Link to comment
Share on other sites

thank you. so where do I find alsa 1.0.10 RC2 or newer?

http://www.alsa-project.org/ is a good place to get what you like, of course.

If installing from non-RPM isn't your cup of tea, then you can try either getting the src.rpm alsa packages from Cooker and building your own RPM's ( using the command "rpm --rebuild alsa*.src.rpm" ), or using the ready binaries from the Thac repository (they are from alsa 1.0.11 code).

Edited by scarecrow
Link to comment
Share on other sites

Guest gaaslight

tomorrow i am buying a new sound card. my onboard audio has never really performed fully with any os. in mandiva the front panel input/outputs don't work. windows didn't allow spdif to function nor did suse. thanks for your support. i love mandriva!

Link to comment
Share on other sites

Can I help You?

If You have driver snd-hda-intel

check

 

modinfo snd-hda-intel ###sa root

 

OK, add line to /etc/modprobe.conf

 

options snd-hda-intel model="z71v"

find Your model evenutuallu write "asus"

---------------------------------------------------

exaple configuration manually

 

alias char-major-116 snd

alias snd-card-0 snd-hda-intel

options snd-card-0 model=z71v

options snd-hda-intel model=z71v

options snd cards_limit=1

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

 

........Lex

Link to comment
Share on other sites

Lexicon, please STOP. You're spreading FUD.

snd-hda-intel has no less than nine different model configs supported, so telling someone putting in options "z71v" is pretty irresponsible.

Add to that the fact it will definitely NOT work with his current ALSA 1.0.9x binaries...

Link to comment
Share on other sites

Wait OK?

You maybe use option

What do Ypu think about

options snd-hda-intel position_fix=1 model=asus

....Lex

Edited by Lexicon
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...