View previous topic :: View next topic |
Author |
Message |
GaMeS Guru


Joined: 08 Nov 2005 Posts: 374 Location: Nantes
|
Posted: Sat Nov 12, 2005 12:24 am Post subject: [ALSA]Son muté au démarrage et [CLOCK] +1 heure au démarr |
|
|
Bonsoir,
Je me permet de vous solliciter.Je suis tout nouveau dans cette communauté qu'est la Gentoo.
Donc je commence, j'ai bien ma carte détecté sous alsa pas de problème de ce côté la.
Ensuite sous alsamixer, je n'est pas eut de problème a démutté et a augmenté le son mais...lorsque je redémarrage la machine..il faut que je démutte a chaque fois...
j'ai regardé le fichier de configuration /etc/conf.d/alsasound
le voici.
Code: |
# ENABLE_OSS_EMUL:
# Do you want to enable in-kernel oss emulation?
# no - Do not load oss emul drivers
# yes - Load oss emul drivers if they're found
ENABLE_OSS_EMUL="yes"
# RESTORE_ON_START:
# Do you want to restore your mixer settings? If not, your cards will be
# muted.
# no - Do not restore state
# yes - Restore state
RESTORE_ON_START="yes"
# SAVE_ON_STOP:
# Do you want to save changes made to your mixer volumes when alsasound
# stops?
# no - Do not save state
# yes - Save state
SAVE_ON_STOP="yes"
|
Je vois qu'il restore..mais il ne le fais pas...
Pourrais-t'on éclairer ma lanterne ?
merci d'avance
GaMeS
Last edited by GaMeS on Sat Nov 12, 2005 11:38 am; edited 1 time in total |
|
Back to top |
|
 |
widan Veteran


Joined: 07 Jun 2005 Posts: 1512 Location: Paris, France
|
Posted: Sat Nov 12, 2005 12:32 am Post subject: |
|
|
Essaye:
Code: | # /etc/init.d/alsasound stop
# /etc/init.d/alsasound start |
Et regarde si il y a des erreurs. |
|
Back to top |
|
 |
GaMeS Guru


Joined: 08 Nov 2005 Posts: 374 Location: Nantes
|
Posted: Sat Nov 12, 2005 1:01 am Post subject: |
|
|
je viens de le faire a l'instant.
Code: |
antec init.d # ./alsasound stop
* Caching service dependencies ... [ ok ]
* ERROR: "alsasound" has not yet been started.
antec init.d # ./alsasound start
* Loading ALSA modules ...
* Loading: snd-card-0 ... [ ok ]
* Loading: snd-seq ... [ ok ]
* Restoring Mixer Levels ... [ ok ]
|
me dit pas que alsasound se chargeai pas au boot et que j'avais quand même le son..
j'y perd mon latin sinon _________________ $this->setLife(FALSE);
printf "I'm not a gamer !";
|
|
Back to top |
|
 |
widan Veteran


Joined: 07 Jun 2005 Posts: 1512 Location: Paris, France
|
Posted: Sat Nov 12, 2005 1:07 am Post subject: |
|
|
Si tu as les drivers en dur dans le kernel, le son marchera... mais il faut quand même avoir alsasound au démarrage, justement pour restaurer les paramètres. |
|
Back to top |
|
 |
GaMeS Guru


Joined: 08 Nov 2005 Posts: 374 Location: Nantes
|
Posted: Sat Nov 12, 2005 1:18 am Post subject: |
|
|
Merci de ce tuyau.
Je viens de l'ajouter.
Code: |
rc-update add alsasound default
|
Par contre j'ai un autre petit problème...je ne sais pas si je peus l'exposer dans ce même topic...
Quand je paramètre l'heure avec
cela fonctionne mais quand je redémarrage il reprend l'heure UTC et qui a une heure de décallage
j'ai eut beau lui dire que l'heure était local via le fichier de configuration /etc/clock
Code: | antec conf.d # cat clock
# /etc/conf.d/clock
# $Header: /var/cvsroot/gentoo-src/rc-scripts/etc/conf.d/clock,v 1.2.4.1 2005/02/19 02:13:53 vapier Exp $
# Set CLOCK to "UTC" if your system clock is set to UTC (also known as
# Greenwich Mean Time). If your clock is set to the local time, then
# set CLOCK to "local".
CLOCK="local"
# If you wish to pass any other arguments to hwclock during bootup,
# you may do so here.
CLOCK_OPTS=""
# If you want to sync the system clock to the hardware clock during
# shutdown, then say "yes" here.
CLOCK_SYSTOHC="yes"
### ALPHA SPECIFIC OPTIONS ###
# If your alpha uses the SRM console, set this to "yes".
SRM="no"
# If your alpha uses the ARC console, set this to "yes".
ARC="no"
|
mais apparement elle n'est pas contente la machine
Peus tu m'éclairer ? _________________ $this->setLife(FALSE);
printf "I'm not a gamer !";
|
|
Back to top |
|
 |
widan Veteran


Joined: 07 Jun 2005 Posts: 1512 Location: Paris, France
|
Posted: Sat Nov 12, 2005 2:03 am Post subject: |
|
|
GaMeS wrote: | Par contre j'ai un autre petit problème...je ne sais pas si je peus l'exposer dans ce même topic... |
Généralement c'est mieux de faire un topic séparé, sinon savoir quel topic ouvrir pour trouver des infos sur un sujet donné relève rapidement de la divination. Au moins rajoute quelque chose dans le titre...
GaMeS wrote: | cela fonctionne mais quand je redémarrage il reprend l'heure UTC et qui a une heure de décallage |
Est-ce que l'horloge système et l'horloge hardware sont d'accord ?
Code: | melanie ~ # date
Sat Nov 12 03:00:20 CET 2005
melanie ~ # hwclock
Sat Nov 12 03:00:21 2005 -0.061855 seconds |
|
|
Back to top |
|
 |
GaMeS Guru


Joined: 08 Nov 2005 Posts: 374 Location: Nantes
|
Posted: Sat Nov 12, 2005 11:37 am Post subject: Ils sont d'accord |
|
|
Bon apparement ils sont d'accord.
Code: |
antec init.d # date
Sat Nov 12 12:35:50 CET 2005
antec init.d # hwclock
Sat Nov 12 12:35:51 2005 -0.784924 seconds
|
_________________ $this->setLife(FALSE);
printf "I'm not a gamer !";
|
|
Back to top |
|
 |
|