LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 08-23-2006, 07:51 AM   #1
erpe
Member
 
Registered: Sep 2005
Distribution: OpenSuse 10.2
Posts: 114

Rep: Reputation: 15
How do I use emu10k1 instead of AC97


Here's what I did so far:

1 Disabeled AC97 in Bios
2 Configured emu10k with alsaconf

Unfortunatly after each reboot it sets AC97 as the default driver Therefor I need to rerun alsaconf every time I reboot.

How do I remove the AC97 driver? Or how do I set emu10k as the default so that don't have to run alsaconf everytime? Thanks in advance for your help!
 
Old 08-23-2006, 07:54 AM   #2
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,843

Rep: Reputation: 122Reputation: 122
when you've run alsaconf and configured it just how you like, run
Code:
aslactl store
as root and it'll save your changes.
 
Old 08-23-2006, 08:57 AM   #3
erpe
Member
 
Registered: Sep 2005
Distribution: OpenSuse 10.2
Posts: 114

Original Poster
Rep: Reputation: 15
Thanks for the suggestion. I did 'alsactl store' after alsaconf. After reboot I had the same problem

Last edited by erpe; 08-26-2006 at 11:27 AM.
 
Old 08-23-2006, 09:05 AM   #4
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 57
You have to "blacklist" the ac97 sound module. I've forgotten exactly where the blacklist file is, but I'll figure it out later today, if you can't.
 
Old 08-23-2006, 09:07 AM   #5
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,843

Rep: Reputation: 122Reputation: 122
i don't really know what the problem is then, but it seems to me that this line in your dmesg output might be part of the problem:
Code:
PCI: enabled onboard AC97/MC97 devices
are you sure you've disabled the card in the BIOS? Also, what distro are you using? Might be worth checking what's being started up when you boot. In slackware I'd check the /etc/rc.d/ directory for the modules being loaded at boottime.

Sorry I couldn't be more help.

edit: ah, and then suddenly rickh's post appeared! sounds like he might know more than I do - follow his advice!

Last edited by pwc101; 08-23-2006 at 09:09 AM.
 
Old 08-23-2006, 09:14 AM   #6
erpe
Member
 
Registered: Sep 2005
Distribution: OpenSuse 10.2
Posts: 114

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pwc101
i don't really know what the problem is then, but it seems to me that this line in your dmesg output might be part of the problem:
Code:
PCI: enabled onboard AC97/MC97 devices
are you sure you've disabled the card in the BIOS? Also, what distro are you using? Might be worth checking what's being started up when you boot. In slackware I'd check the /etc/rc.d/ directory for the modules being loaded at boottime.

Sorry I couldn't be more help.

edit: ah, and then suddenly rickh's post appeared! sounds like he might know more than I do - follow his advice!
Lol thanks. Btw I am certain I have disabeled ac97 in the bios (checked it twice)
 
Old 08-23-2006, 09:15 AM   #7
erpe
Member
 
Registered: Sep 2005
Distribution: OpenSuse 10.2
Posts: 114

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by rickh
You have to "blacklist" the ac97 sound module. I've forgotten exactly where the blacklist file is, but I'll figure it out later today, if you can't.
If you could help me with this, that would be great! I can imagine it has something to do with the /etc/modules file?!
 
Old 08-23-2006, 09:19 AM   #8
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 3,513

Rep: Reputation: 57
Have you looked into the /etc/modprobe.d/sound and checked to see if the AC97 module is listed first there? If not try using something like this for the file.

Code:
alias snd-card-0 snd-emu10k1
options snd-emu10k1 index=0
alias snd-card-1 snd-via82xx
options snd-via82xx index=1
This should tell the system to always use the emu10k1 as the first sound device and the onboard as the second.

Last edited by HappyTux; 08-23-2006 at 09:20 AM.
 
Old 08-23-2006, 09:49 AM   #9
erpe
Member
 
Registered: Sep 2005
Distribution: OpenSuse 10.2
Posts: 114

Original Poster
Rep: Reputation: 15
Here's my /etc/modprobe.d/sound:

Code:
alias snd-card-0 snd-emu10k1
options snd-emu10k1 index=0
I changed it to:

Code:
alias snd-card-0 snd-emu10k1
options snd-emu10k1 index=0
alias snd-card-1 snd-via82xx
options snd-via82xx index=1
Rebooted and it worked Thank for the help

Last edited by erpe; 08-23-2006 at 09:53 AM.
 
Old 08-23-2006, 10:16 AM   #10
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 3,513

Rep: Reputation: 57
Quote:
Originally Posted by erpe
Here's my /etc/modprobe.d/sound:

Code:
alias snd-card-0 snd-emu10k1
options snd-emu10k1 index=0
I changed it to:

Code:
alias snd-card-0 snd-emu10k1
options snd-emu10k1 index=0
alias snd-card-1 snd-via82xx
options snd-via82xx index=1
Rebooted and it worked Thank for the help
Your welcome BTW probably no need for reboot you could have used /etc/init.d/alsa reload to reload alsa with the new settings checking the results with a command like below to ensure the cards were detected in the proper order.

Code:
>$ cat /proc/asound/cards
 0 [Audigy         ]: Audigy - Audigy 1 [SB0090]
                      Audigy 1 [SB0090] (rev.3, serial:0x531102) at 0xe500, irq 16
 1 [V8237          ]: VIA8237 - VIA 8237
                      VIA 8237 with ALC658D at 0xd800, irq 17
 2 [Bt878          ]: Bt87x - Brooktree Bt878
                      Brooktree Bt878 at 0xfa024000, irq 20
 
  


Reply

Tags
asound


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
what is the difference between snd-emu10k1 and emu10k1? petkov Linux - Newbie 1 07-06-2004 04:11 PM
EMU10K1 modules kauggie Linux - Hardware 6 07-05-2004 06:34 AM
emu10k1 problems dtjohnst Slackware 17 04-14-2004 07:52 PM
just another emu10k1 problem tochkopf Linux - Hardware 2 03-25-2004 03:18 PM
emu10k1 christyc Linux - Newbie 9 02-06-2002 01:10 PM


All times are GMT -5. The time now is 10:48 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration