View previous topic :: View next topic |
Author |
Message |
ice_cool n00b


Joined: 13 Aug 2002 Posts: 42
|
Posted: Thu Aug 15, 2002 6:03 pm Post subject: Alsa problem |
|
|
I did everything by the book but i get
Code: | -e ERROR: alsactl not found!ia8233 |
at boot!?!?!
my /etc/modules.d/alsa
Code: |
# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore
## ALSA portion
alias snd-card-0 snd-via8233
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
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
|
|
|
Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 18838
|
Posted: Thu Aug 15, 2002 6:47 pm Post subject: Re: Alsa problem |
|
|
ice_cool wrote: | I did everything by the book but i get
Code: | -e ERROR: alsactl not found!ia8233 |
at boot!?!?! | That looks like '-e ERROR: alsactl not found!' is overwriting another message. Notice the 'ia8233' afterwards. Can you browse through the results of 'dmesg' and see what the other message is? _________________ Magna Carta (1215) | Spectral evidence no longer permissible (c. 1792) | Cancel culture, deplatforming (c. 2016) |
|
Back to top |
|
 |
ice_cool n00b


Joined: 13 Aug 2002 Posts: 42
|
Posted: Thu Aug 15, 2002 7:12 pm Post subject: |
|
|
dmesg does not show anything relevant.
the error message shows like this
Code: |
* Cleaning /tmp directory
* Initializing ALSA
* -e ERROR: alsactl not found!ia8233
* Setting user font
|
|
|
Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 18838
|
Posted: Thu Aug 15, 2002 7:29 pm Post subject: |
|
|
Have you done 'emerge alsa-utils'? _________________ Magna Carta (1215) | Spectral evidence no longer permissible (c. 1792) | Cancel culture, deplatforming (c. 2016) |
|
Back to top |
|
 |
ice_cool n00b


Joined: 13 Aug 2002 Posts: 42
|
Posted: Thu Aug 15, 2002 7:45 pm Post subject: |
|
|
Not jet!
.......
.......
.......
OK,
now sound works.
But i can't install alsamixergui:
checking whether ln -s works... yes
checking for numericsort in -lfltk... no
configure: error: missing fltk
!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 2, Exitcode 1
!!! ./configure failed
but that is not a big deal
Know i get
Code: |
/usr/sbin/alsactl: set_control:794 warning: name mismatch (Mic Select/3D Control - Center) for control #29
/usr/sbin/alsactl: set_control:794 warning: name mismatch (Mic Select/3D Control - Center) for control #30
/usr/sbin/alsactl: set_control:794 warning: name mismatch (Mic Select/3D Control - Center) for control #31
/usr/sbin/alsactl: set_control:881 bad control.31.value type
|
at boot |
|
Back to top |
|
 |
|