View previous topic :: View next topic |
Author |
Message |
johtib Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 14 Jun 2004 Posts: 128
|
Posted: Fri Jun 18, 2004 6:09 am Post subject: Should I compile ALSA support as built-in or as a module? |
|
|
I can't get ALSA to work properly in my gentoo-dev-sources (2.6.5) kernel. I have a sb live! value card and I've enabled both support for emu10k1 and my via south bridge chip in the sound driver settings but no drivers found is reported at boot. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
stahlsau Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/37031845140a0dd8bc21fc.jpg)
Joined: 09 Jan 2004 Posts: 584 Location: WildWestwoods
|
Posted: Fri Jun 18, 2004 6:17 am Post subject: |
|
|
try out the alsa-guide @ gentoo.org - there´s all info you´ll need.
For me, it sounds like you didn´t emerge alsa-driver etc. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
johtib Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 14 Jun 2004 Posts: 128
|
Posted: Fri Jun 18, 2004 7:02 am Post subject: |
|
|
I've already read the guide. And on the 2.6 kernel you shouldn't have to emerge the driver (although I tried and got error message, only for 2.4). That's why I mentioned I use 2.6. The emu10k1 driver is in the kernel. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tam Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1673487111411139ee12c01.jpg)
Joined: 04 Mar 2003 Posts: 569
|
Posted: Fri Jun 18, 2004 7:10 am Post subject: |
|
|
I have a SB Live!, ALSA and kernel 2.6.5 on one machine. I use ALSA and emu10k driver build into kernel. Works nice. Maybe you forgot to enable the emu10k driver in the kernel.
You should post the relevant parts of your .config and dmesg. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
johtib Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 14 Jun 2004 Posts: 128
|
Posted: Fri Jun 18, 2004 7:47 am Post subject: |
|
|
I do that when I get home. I know where the .config is, where do I find dmesg? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
stahlsau Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/37031845140a0dd8bc21fc.jpg)
Joined: 09 Jan 2004 Posts: 584 Location: WildWestwoods
|
Posted: Fri Jun 18, 2004 8:20 am Post subject: |
|
|
just type it into bash
maybe or something...and please don´t post the whole .config, only the lines needed/related to multimedia-stuff ![Wink ;-)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
johtib Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 14 Jun 2004 Posts: 128
|
Posted: Fri Jun 18, 2004 3:48 pm Post subject: |
|
|
I took this directly from "make menuconfig" as it might be easier to read:
Code: |
Device Drivers --->
Sound --->
<*> Sound card support
Advanced Linux Sound Architecture --->
<*> Advanced Linux Sound Architecture
<*> Sequencer support
<*> OSS Mixer API
<*> OSS PCM (digital audio) API
[*] OSS Sequencer API
PCI devices --->
<*> EMU10K1 (SB Live! & Audigy) (I have a SB Live! Value)
<*> VIA 82C686A/B, 8233 South Bridgey, E-mu APS) (I have a VIA VT82C686B south bridge)
|
From "dmesg"
Code: |
Advanced Linux Sound Architecture Driver Version 1.0.4rc2 (Tue Mar 30 08:19:30 2004 UTC).
ALSA device list:
No soundcards found.
|
From boot:
Code: |
Loading ALSA drivers...
Using ALSA OSS emulation
Could not detect custom ALSA settings. Loading all detected alsa drivers.
Unable to find any ALSA drivers.Have you compiled alsa-drivers correctly?
Loading: snd-seq
FATAL: Module snd-seq not found.
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
zeek Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Star Wars/movie_star_wars_c-3p0.gif)
Joined: 16 Nov 2002 Posts: 480 Location: Bantayan Island
|
Posted: Sun Jun 20, 2004 6:07 pm Post subject: |
|
|
johtib wrote: |
From "dmesg"
Code: |
Advanced Linux Sound Architecture Driver Version 1.0.4rc2 (Tue Mar 30 08:19:30 2004 UTC).
ALSA device list:
No soundcards found.
|
|
Please post the output of `lspci -v`. It will report what hardware it finds on the PCI bus. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|