View previous topic :: View next topic |
Author |
Message |
Danilo l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/The Matrix/movie_the_matrix_morpheus.gif)
Joined: 05 Feb 2004 Posts: 747 Location: Italy
|
Posted: Wed Apr 28, 2004 9:20 am Post subject: Alsa con kernel 2.4.25-lck1 [Risolto] |
|
|
Ciao,
Non posso passare ad un kernel 2.6 perche' vmware non supporta il nat con il nuovo kernel ed ho deciso di mettere su gli alsa drivers.
Seguo la guida, faccio i 2 emerge e con Code: |
/etc/init.d/alsasound restart
* WARNING: you are stopping a boot service.
* ALSA is not loaded
* Loading ALSA drivers...
* Using ALSA OSS emulation
* Loading: snd-intel8x0
modprobe: Can't locate module snd-intel8x0
* Running card-dependent scripts
* ERROR: Failed to load necessary drivers
* Restoring Mixer Levels
cat: /proc/asound/cards: No such file or directory |
Per sicurezza ho compilato tutti i moduli.
Inoltre :
Code: | grep audio /proc/pci
Multimedia audio controller: Intel Corp. 82801DB AC'97 Audio Controller (rev 1).
|
Mentre in Code: |
>vim /etc/modules.d/alsa
## ALSA portion
alias snd-card-0 snd-intel8x0
## OSS/Free portion
alias sound-slot-0 snd-card-0
# 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 /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
|
Perche' non mi trova il modulo se
Code: |
mymachine linux-2.4.25-lck1 # ll /lib/modules/2.4.25-lck1/kernel/sound/pci/
total 48
drwxr-xr-x 3 root root 4096 Apr 28 11:05 .
drwxr-xr-x 6 root root 4096 Apr 28 11:05 ..
drwxr-xr-x 2 root root 4096 Apr 28 11:05 ac97
-rw-r--r-- 1 root root 34133 Apr 28 11:05 snd-intel8x0.o
|
Grazie per le eventuali risposte.
Danilo |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Danilo l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/The Matrix/movie_the_matrix_morpheus.gif)
Joined: 05 Feb 2004 Posts: 747 Location: Italy
|
Posted: Wed Apr 28, 2004 11:54 am Post subject: |
|
|
Alsa non c'entrava nulla ma il problema era un errato link di bzImage verso il kernel giusto: in pratica puntava il vecchio kernel mentre sotto /usrs/src puntavo a quello giusto e modprobe faceva casini.
![Embarassed :oops:](images/smiles/icon_redface.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|