View previous topic :: View next topic |
Author |
Message |
eross n00b
Joined: 28 Feb 2004 Posts: 71 Location: .ar
|
Posted: Sun Aug 15, 2004 10:55 am Post subject: A7N8X Audio + Alsa |
|
|
hello, excuse my ignorance but i've tried everything and i'm unable to set alsa for my audio card, i have a a7n8x-vm/400 mobo with "Realtek ALC650 6-channel CODEC".
I've tried looking around this on the forum and google but I dont see anything usefull.
Any tips on how to fix this? |
|
Back to top |
|
|
potatoface Guru
Joined: 18 Feb 2004 Posts: 542 Location: ::7F00:1
|
Posted: Sun Aug 15, 2004 11:04 am Post subject: |
|
|
hi,
i have a asus a7n8x-e deluxe mainboard and the same onboard audio card.
i think you must use the intel8x0 driver in your kernel config! _________________ The generation of random numbers is too important to be left to chance.
Adopt an unanswered post. |
|
Back to top |
|
|
eross n00b
Joined: 28 Feb 2004 Posts: 71 Location: .ar
|
Posted: Sun Aug 15, 2004 11:12 am Post subject: |
|
|
i'll try |
|
Back to top |
|
|
eross n00b
Joined: 28 Feb 2004 Posts: 71 Location: .ar
|
Posted: Sun Aug 15, 2004 11:25 am Post subject: |
|
|
I changed /etc/modules.d/alsa to snd-intel8x0
Code: |
# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore
##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
## ALSA portion
alias snd-card-0 snd-intel8x0
## alias snd-card-1 snd-ens1371
## OSS/Free portion
## alias sound-slot-0 snd-card-0
|
then modules-update, but it doesnt seem to work:
Code: |
root@gentoo / # /etc/init.d/alsasound start
* Loading ALSA drivers...
* Using ALSA OSS emulation
* Loading: snd-intel8x0
FATAL: Module snd_intel8x0 not found.
* Running card-dependent scripts
* ERROR: Failed to load necessary drivers
* Restoring Mixer Levels
* No mixer config in /etc/asound.state, you have to unmute your card! [ ok ]
|
I'm using kernel 2.6.7 with sound support,
any ideas? |
|
Back to top |
|
|
potatoface Guru
Joined: 18 Feb 2004 Posts: 542 Location: ::7F00:1
|
Posted: Sun Aug 15, 2004 11:29 am Post subject: |
|
|
hi,
do you compile the driver as a module or directly into your kernel.
if you compiled it directly he can't find the module snd_intel8x0! _________________ The generation of random numbers is too important to be left to chance.
Adopt an unanswered post. |
|
Back to top |
|
|
eross n00b
Joined: 28 Feb 2004 Posts: 71 Location: .ar
|
Posted: Sun Aug 15, 2004 11:30 am Post subject: |
|
|
i compiled audio support built-in (no alsa, only "audio support" option marked) |
|
Back to top |
|
|
eross n00b
Joined: 28 Feb 2004 Posts: 71 Location: .ar
|
Posted: Sun Aug 15, 2004 11:32 am Post subject: |
|
|
oh which means i should have made it as a M? |
|
Back to top |
|
|
eross n00b
Joined: 28 Feb 2004 Posts: 71 Location: .ar
|
Posted: Sun Aug 15, 2004 11:36 am Post subject: |
|
|
better, question, how do i exactly need to set that part of kernel to get this to work? |
|
Back to top |
|
|
Anarcho Advocate
Joined: 06 Jun 2004 Posts: 2970 Location: Germany
|
Posted: Sun Aug 15, 2004 12:08 pm Post subject: |
|
|
In the kernel enable ALSA and then
PCI-Soundcards -> I8x0 ... nforce audio
I compiled both fixed in the kernel and can even use the optical digi-out.
But still have can't use Teamspeak and Game-Sound at once.
Has anybody get this working?
I want to have sound in UT2004 and Teamspeak! |
|
Back to top |
|
|
potatoface Guru
Joined: 18 Feb 2004 Posts: 542 Location: ::7F00:1
|
Posted: Sun Aug 15, 2004 12:18 pm Post subject: |
|
|
I compiled both fixed in the kernel, too.
it doesn't work, but that's another problem i think _________________ The generation of random numbers is too important to be left to chance.
Adopt an unanswered post. |
|
Back to top |
|
|
eross n00b
Joined: 28 Feb 2004 Posts: 71 Location: .ar
|
Posted: Mon Aug 16, 2004 3:21 am Post subject: |
|
|
i built intel 8x0 support as module in kernel and now its working.
thx folks |
|
Back to top |
|
|
Plastic l33t
Joined: 24 Mar 2004 Posts: 649
|
Posted: Mon Aug 16, 2004 3:26 am Post subject: |
|
|
Your original problem was pretty stupid (no offense). You had an underscore that should have been a dash. |
|
Back to top |
|
|
|