View previous topic :: View next topic |
Author |
Message |
Keruskerfuerst Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/723045419532d6679860c2.jpg)
Joined: 01 Feb 2006 Posts: 2289 Location: near Augsburg, Germany
|
Posted: Wed May 24, 2006 12:07 pm Post subject: Sound directly compiled into the kernel [solved] |
|
|
I have compiled the sound directly into the kernel - not as modules.
During boot, the sound chip is recongnized correctly. Nvidia AC97 onboard sound.
But the sound is not working together with VLC.
Also the sound setup with ALSA fails.
Has anyone a solution for that? (aside from: compiling the sound support as module)
Last edited by Keruskerfuerst on Wed May 24, 2006 3:10 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Naib Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/10548223558c42f2887453.jpg)
Joined: 21 May 2004 Posts: 6069 Location: Removed by Neddy
|
Posted: Wed May 24, 2006 12:09 pm Post subject: |
|
|
anything suspcious from dmesg? _________________ #define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0; |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Keruskerfuerst Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/723045419532d6679860c2.jpg)
Joined: 01 Feb 2006 Posts: 2289 Location: near Augsburg, Germany
|
Posted: Wed May 24, 2006 12:32 pm Post subject: |
|
|
Fault:
I have compiled the ALSA Virtual Midi support into the kernel.
Alsa could not set the mixer levels for that device.
Now I have working sound.
Thank you anyway!
Just add for working sound:
rc-update add alsasound boot.
You don´t have to execute alsaconf.
Just use the mixer setup delivered by the desktop (e.g. kmixer). |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|