LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 03-01-2005, 05:26 PM   #1
daelomin
LQ Newbie
 
Registered: Mar 2005
Distribution: Ubuntu at home, Mandriva 2007 at work
Posts: 15

Rep: Reputation: 0
Cannot configure Audio in Mandrake 10.1 ...


Hi all,

I am writing here in hope that you can help me solve this ultimate newbie problem that is adding SO much to my frustration in using Linux...

I have a Pentium 4 with an Audigy 2 as well as an ASUS P4P800-E Deluxe mobo.
In the Madrake control center I have 2 cards : the Audigy (I hope) and the onboard one.

First one ‎(EMU10K2 Audigy Audio Processor) has the module : snd-emu10driverk1
Second ‎(82801EB AC'97 Audio) has the module: ‎snd-intel8x00

NO SOUND is coming out from any player (be it XMMS for Mp3 or Kaffeine for movies...)
= No audio detected

What the...?

I ran ALSACONF and my /etc/modules.conf is empty. However ALSA seems to have created this file: modprobe.conf

Here its content:

MODPROBE.CONF
# This file is autogenerated from /etc/modules.conf using generate-modprobe.conf command

alias eth0 sk98lin
remove snd-emu10k1 /sbin/modprobe --first-time -r --ignore-remove snd-emu10k1
install snd-emu10k1 /sbin/modprobe --first-time --ignore-install snd-emu10k1
alias eth2 eth1394
install scsi_hostadapter /sbin/modprobe sata_promise; /bin/true
remove snd-intel8x0 /sbin/modprobe --first-time -r --ignore-remove snd-intel8x0
install snd-intel8x0 /sbin/modprobe --first-time --ignore-install snd-intel8x0
install usb-interface /sbin/modprobe uhci-hcd; /sbin/modprobe ehci-hcd; /bin/true
alias eth1 eth1394
alias ieee1394-controller ohci1394
remove ali5455 /sbin/modprobe --first-time -r --ignore-remove ali5455
install ali5455 /sbin/modprobe --first-time --ignore-install ali5455
remove audigy /sbin/modprobe --first-time -r --ignore-remove audigy
install audigy /sbin/modprobe --first-time --ignore-install audigy
remove nvaudio /sbin/modprobe --first-time -r --ignore-remove nvaudio
install nvaudio /sbin/modprobe --first-time --ignore-install nvaudio
remove emu10k1 /sbin/modprobe --first-time -r --ignore-remove emu10k1
install emu10k1 /sbin/modprobe --first-time --ignore-install emu10k1

# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.6 ---
options snd device_mode=0666
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
# --- END: Generated by ALSACONF, do not edit. ---


Me, frustrated...

Last edited by daelomin; 03-01-2005 at 05:28 PM.
 
Old 03-01-2005, 08:53 PM   #2
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
Mandrake unfortunately mutes all the mixer volumes upon startup. (Ugh...)

Install auxmix (set up your URPMI sources) and turn them all up...

THEN check to see if you have sound.
 
Old 03-01-2005, 09:41 PM   #3
daelomin
LQ Newbie
 
Registered: Mar 2005
Distribution: Ubuntu at home, Mandriva 2007 at work
Posts: 15

Original Poster
Rep: Reputation: 0
When I do "urpmi auxmix" it doesnt find any package...

Any clue?
 
Old 03-01-2005, 11:34 PM   #4
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
urpmi aumix
 
Old 03-02-2005, 06:17 AM   #5
daelomin
LQ Newbie
 
Registered: Mar 2005
Distribution: Ubuntu at home, Mandriva 2007 at work
Posts: 15

Original Poster
Rep: Reputation: 0
It gives me an error when trying to open the mixer...

I believe the audio hardware is still NOT configured properly...

Any idea?
 
Old 03-02-2005, 06:25 AM   #6
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
From your /etc/modprobe.conf file it appears to the system that you have about four different sound cards installed.

You may want to REMOVE all sound related entries from /etc/modprobe.conf & /etc/modprobe.preload (also check the other /etc/mod* files...)

Then perform a COLD boot.

Kudzu should redetect the audio upon the next reboot. Post the results here.
 
Old 03-02-2005, 09:42 PM   #7
daelomin
LQ Newbie
 
Registered: Mar 2005
Distribution: Ubuntu at home, Mandriva 2007 at work
Posts: 15

Original Poster
Rep: Reputation: 0
I did what you suggested: modprobe.conf ended up like this:

[root@localhost etc]# cat modprobe.conf
# This file is autogenerated from /etc/modules.conf using generate-modprobe.conf command

alias eth0 sk98lin
alias eth2 eth1394
install scsi_hostadapter /sbin/modprobe sata_promise; /bin/true
install usb-interface /sbin/modprobe uhci-hcd; /sbin/modprobe ehci-hcd; /bin/true
alias eth1 eth1394
alias ieee1394-controller ohci1394

However, upon reboot, kudzu (I didnt know about it so I read up a bit) didnt seem to activate and detect modifications... modprobe.conf is still the same...

Is there a way to force Kudzu to probe for changes?

Thanks
 
Old 03-02-2005, 09:47 PM   #8
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
First what actual sound card do you have?

Try running alsaconf again, but only run it ONCE.

Don't worry if you don't hear anything, this is pretty normal as Mandrake starts up with everything muted, even when sound is configured correctly!
 
Old 03-02-2005, 10:32 PM   #9
daelomin
LQ Newbie
 
Registered: Mar 2005
Distribution: Ubuntu at home, Mandriva 2007 at work
Posts: 15

Original Poster
Rep: Reputation: 0
|

I have an audigy 2

Running the alsaconf once gives me that. No wonder however: it still isnt working.

[root@localhost etc]# cat modprobe.conf
# This file is autogenerated from /etc/modules.conf using generate-modprobe.conf command

alias eth0 sk98lin
alias eth2 eth1394
install scsi_hostadapter /sbin/modprobe sata_promise; /bin/true
install usb-interface /sbin/modprobe uhci-hcd; /sbin/modprobe ehci-hcd; /bin/true
alias eth1 eth1394
alias ieee1394-controller ohci1394
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.6 ---
options snd device_mode=0666
alias snd-card-0 snd-emu10k1
alias sound-slot-0 snd-emu10k1
# --- END: Generated by ALSACONF, do not edit. ---

I am a bit desesperate... :/
 
Old 03-03-2005, 03:15 AM   #10
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
This looks fine now...

Did you reboot?

This is all that is needed to get the sound blaster/audigy to work.

Try a COLD boot. (Power down, unplug power, hit power switch, plug everything back in and restart)...

Then once done run aumix again.

You should see the sliders available upon a reboot.

If it still doesn't work try changing the modules.conf (and modules.preload!) by adding these lines, replacing existing ones...


remove snd-emu10k1 /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-emu10k1

install snd-emu10k1 /sbin/modprobe --first-time --ignore-install snd-emu10k1 && { /sbin/modprobe snd-pcm-oss; /bin/true; }

alias sound-slot-0 snd-emu10k1
 
  


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
Configure audio device for some applications paraiso Linux - Newbie 3 10-18-2005 02:47 PM
How to configure Nforce 3 audio Suse 9.3 asus25 Linux - Hardware 0 04-19-2005 09:06 PM
how to configure audio support in Konqueror? elempoimen Linux - Software 0 11-29-2004 08:57 AM
jackd does not work, cannot configure SBLive for audio recording in SuSE 9.0 kshaffer Linux - Software 2 05-05-2004 11:27 AM
How to configure via8233 audio AC97 codec? svalovic Mandriva 3 03-05-2004 07:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

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