View previous topic :: View next topic |
Author |
Message |
Brösel n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Jun 2005 Posts: 3
|
Posted: Tue Jun 07, 2005 3:37 pm Post subject: ALSA SB16 (ISA) PROBLEM |
|
|
hello
i'm trying to install alsa to my system but there is a problem i don't know how to solve:
icompiled alsa support into my kernel with following options:
Code: | <*> Advanced Linux Sound Architecture
<*> Sequencer support
< > Sequencer dummy client
<*> OSS Mixer API
<*> OSS PCM (digital audio) API
[*] OSS Sequencer API
[ ] Verbose printk
[ ] Debug
Generic devices --->
ISA devices --->
<*> Sound Blaster 16 (PnP)
PCI devices --->
USB devices --->
Generic, PCI, USB -->none |
then i emerged alsa-utils
then:
Code: | rc-update add alsasound default |
then:
Code: | /etc/init.d/alsasound start |
and got this error:
Code: | * Loading ALSA modules...
* Could not detect custom ALSA settings. Loading all detected alsa drivers.
* Unable to find any ALSA drivers. Have you compiled alsa-drivers correctly?
* ERROR: Failed to load necessary drivers [ ok ]
* Restoring Mixer Levels...
* No mixer config in /etc/asound.state, you have to unmute your card! [ ok ] |
when i do dmsg i get:
Code: | Advanced Linux Sound Architecture Driver Version 1.0.8 (Thu Jan 13 09:39:32 2005 UTC).
ALSA device list:
No soundcards found. |
what should i do to get alsa running?
thanks for your help
florian |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Minos Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/7127211443f2efb2808fa0.png)
Joined: 09 May 2003 Posts: 177
|
Posted: Tue Jun 07, 2005 3:43 pm Post subject: |
|
|
Did you compile isapnp into the kernel? Even then, many cards won't detect correctly. I would recommend building "Sound Blaster 16 (PnP)" as a module so you can pass IRQ and IO port addresses as parameters. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Brösel n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Jun 2005 Posts: 3
|
Posted: Tue Jun 07, 2005 3:49 pm Post subject: |
|
|
where kan i find this option?
the isa option i activated was:
Code: | Bus options (PCI, PCMCIA, EISA, MCA, ISA) --->
[*] ISA support |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Brösel n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Jun 2005 Posts: 3
|
Posted: Tue Jun 07, 2005 3:53 pm Post subject: |
|
|
is it better to compile all tha alsa stuff as a module or should i keep the rest build into the kernel? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Minos Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/7127211443f2efb2808fa0.png)
Joined: 09 May 2003 Posts: 177
|
Posted: Tue Jun 07, 2005 8:23 pm Post subject: |
|
|
Code: | Device Drivers --->
Plug and Play support --->
[*] ISA Plug and Play support
|
As for modularizing the other ALSA components, it's really a matter of personal preference. I tend to prefer modules, as it makes changing many kernel options possible without having to reboot for it to take effect. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|