View previous topic :: View next topic |
Author |
Message |
Karlo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/141689329640c16aa1d0ed8.jpg)
Joined: 02 Jun 2004 Posts: 3
|
Posted: Sat Jun 05, 2004 6:47 am Post subject: Sound in 2.4.25 but not in 2.6.6 [solved] |
|
|
Hi everyone
I have this problem, I can't get my sound to work on kernel 2.6.6 yet it works in 2.4.25.
I have a intel8x0
Everything seems normal in alsamixer and in the systray sound mixer
At startup I get the following output:
* Could not detect custom ALSA settings. Loading all detected alsa drivers
* Loading: snd_intel8x0
* Loading: snd-seq
FATAL: Module snd_seq not found
I read a post where the problem were module-init-tools pre5
I have module-init-tools 3.0 wich according to emerge is the last release
I'm newbie with gentoo, I hope someone can explain me what's going on.
thanks
Solution: For some reason kernel 2.6 didn't load snd-intel8x0 at boot time..... I had to edit /etc/modules.autoload.d/kernel-2.6 adding
Thanks
Last edited by Karlo on Sun Jun 06, 2004 5:27 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dsd Developer
![Developer Developer](/images/ranks/rank-dev.gif)
Joined: 30 Mar 2003 Posts: 2162 Location: nr London
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Karlo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/141689329640c16aa1d0ed8.jpg)
Joined: 02 Jun 2004 Posts: 3
|
Posted: Sat Jun 05, 2004 12:58 pm Post subject: |
|
|
Yes, I did it when I set up sound for Kernel 2.4.25. ¿Do I need to make any change in order to make sound work in 2.6.6??
here is the file:
Code: | # Alsa 0.9.X kernel modules' configuration file.
# $Header: /home/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.conf-rc,v 1.1 2003/08/05 21:07:55 johnm Exp $
# ALSA portion
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-card-0
##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-interwave
## alias snd-card-1 snd-ens1371
## OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##
# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
## OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss
#alias /dev/mixer snd-mixer-oss
#alias /dev/dsp snd-pcm-oss
#alias /dev/midi snd-seq-oss
# Set this to the correct number of cards.
options snd cards_limit=1 |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|