Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[ALSA] alsa 1.0.3 avec noyau 2.6.4rc1 (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
yaz
n00b
n00b


Joined: 25 Feb 2003
Posts: 38

PostPosted: Fri Mar 05, 2004 1:25 pm    Post subject: [ALSA] alsa 1.0.3 avec noyau 2.6.4rc1 (résolu) Reply with quote

J'essaie d'installer alsa-driver sur un noyau 2.6.4rc1

Code:
ALSA_CARDS='intel8x0' emerge media-sound/alsa-driver/alsa-driver-1.0.3.ebuild


Cela me revoie le message d'erreur suivant :

Quote:
open_wr : /usr/src/linux-2.6.4rc1/include/linux/version.h.tmp


Lorsque je regarde dans ce repertoire le fichier version.h.tmp n'existe pas.

J'ai du oublier quelque chose dans la procedure d'install mais je ne vois pas koi.


Last edited by yaz on Mon Mar 08, 2004 8:09 am; edited 1 time in total
Back to top
View user's profile Send private message
yoyo
Bodhisattva
Bodhisattva


Joined: 04 Mar 2003
Posts: 4273
Location: Lyon - France

PostPosted: Fri Mar 05, 2004 2:11 pm    Post subject: Re: [ALSA] alsa 1.0.3 avec noyau 2.6.4rc1 Reply with quote

yaz wrote:
J'ai du oublier quelque chose dans la procedure d'install mais je ne vois pas koi.

En effet ... Les modules ALSA sont inclus dans les sources du 2.6 !!! :D

Il est donc inutile d'emerger alsa-driver; un simple "make menuconfig" (sélection du module pour intel8x0) puis "make modules modules_install" suffit ...
_________________
La connaissance s'accroît quand on la partage.
JCB
Back to top
View user's profile Send private message
yaz
n00b
n00b


Joined: 25 Feb 2003
Posts: 38

PostPosted: Fri Mar 05, 2004 2:21 pm    Post subject: ALSA Reply with quote

C'est ce que j'ai fait au depart mais quand j'utile cette methode j'ai un message au lancement de KDE

CPU overload puis des message me disant que /dev/dsp est occupé.
Back to top
View user's profile Send private message
yoyo
Bodhisattva
Bodhisattva


Joined: 04 Mar 2003
Posts: 4273
Location: Lyon - France

PostPosted: Fri Mar 05, 2004 2:28 pm    Post subject: Reply with quote

Tu as essayé en lançant autre chose que KDE ?? (pour voir si le pb viens de KDE ou de ton module son)

Si tu ne sais pas vers quel autre WM te tourner, je peux t'en indiquer un ... :roll:
_________________
La connaissance s'accroît quand on la partage.
JCB
Back to top
View user's profile Send private message
yaz
n00b
n00b


Joined: 25 Feb 2003
Posts: 38

PostPosted: Fri Mar 05, 2004 3:01 pm    Post subject: alsa Reply with quote

j'ai essayé avec aplay mais je n'ai rien qui sort. :(

Au démarrage tout semble bien de passer.
Back to top
View user's profile Send private message
Gaug
Guru
Guru


Joined: 30 Oct 2003
Posts: 378
Location: Longueuil,Québec,Canada

PostPosted: Fri Mar 05, 2004 3:35 pm    Post subject: Reply with quote

vérifie tes volumes avec alsamixer ou kmix pour voir s'il ne sont pas à
"MUTE" et n'utilise pas arts avec KDE 3.2 sa fait des CPU overload
moi j'ai été obliger de démarer sur KDE 3.1.5 éffacer mon fichier .kde 3.2
dans mon répertoire utilisateur pour enlever tout conflit avec arts.
"MAUDIT ARTS".plein de problême avec :lol:
Back to top
View user's profile Send private message
yaz
n00b
n00b


Joined: 25 Feb 2003
Posts: 38

PostPosted: Fri Mar 05, 2004 3:45 pm    Post subject: alsa Reply with quote

J'ai essayer de supprimer (deplacer) mon .kde3.2 mais ca ne change rien.
Quand j'install alsa-driver 0.9.6 tout fonctionne même si j'ai un message d'erreur au démarrage.
Back to top
View user's profile Send private message
stephim
n00b
n00b


Joined: 20 Dec 2003
Posts: 37
Location: LYON

PostPosted: Fri Mar 05, 2004 4:30 pm    Post subject: Reply with quote

J'ai aussi le même souci avec alsa et noyau 2.6.3
Je possède une carte son via82xx.. j'ai bien compilé le noyau la carte son en module

Code:
CONFIG_SND_VIA82XX=m


J'ai desinstallér alsa-driver car le noyau possède deja les souurces alsa..
Mais quand je fais un /etc/init.d/alsasound start j'ai un message d'erreur
Code:
tuxserveur linux # /etc/init.d/alsasound restart
 * WARNING:  you are stopping a boot service.
 * Unloading ALSA...
ALSA lib seq_hw.c:446:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
can't open sequencer
 * Storing ALSA Mixer Levels
/usr/sbin/alsactl: save_state:1061: No soundcards found...
 * Unloading modules                                                                                  [ ok ] * ALSA Detected...
 * Restoring Mixer Levels
/usr/sbin/alsactl: set_controls:986: snd_ctl_open error: No such file or directory
/usr/sbin/alsactl: set_controls:986: snd_ctl_open error: No such file or directory                    [ ok ]


Il me dit qu'il ne trouve pas la carte son.... Comprend pas
Dois-je compilé le noyau avec la carte son en dur ?

Aider moi !!!!!!!!!!!!
Back to top
View user's profile Send private message
Gaug
Guru
Guru


Joined: 30 Oct 2003
Posts: 378
Location: Longueuil,Québec,Canada

PostPosted: Fri Mar 05, 2004 4:33 pm    Post subject: Reply with quote

Moi j'ai compiler Alsa dans le noyau en dure peut être que s'a fait une
différence :?:
Back to top
View user's profile Send private message
stephim
n00b
n00b


Joined: 20 Dec 2003
Posts: 37
Location: LYON

PostPosted: Fri Mar 05, 2004 4:46 pm    Post subject: Reply with quote

Grrrrr.. meme la carte son en dur ca marche pas alors que ca marche trés bien avec le noyau 2.4.x

J'arrive pas a comprendre pkoi
Back to top
View user's profile Send private message
CryoGen
Veteran
Veteran


Joined: 11 Feb 2004
Posts: 1426
Location: Bamako - Mali - Afrique

PostPosted: Fri Mar 05, 2004 5:08 pm    Post subject: Reply with quote

Tout ce qui est "son" est compiler en module (sauf 2 truc lol) chez moi et ca marche

CONFIG_SND=m
CONFIG_SND_SEQUENCER=m

CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y

CONFIG_SND_VIA82XX=m

desolé de te donner ca à l'arrache lol j'arrive plus à me servir de grep :oops:
_________________
- CryoGen` on #gentoofr@irc.freenode.net
- ~amd64 / KDE4
- I'm the bone of my sword...
Back to top
View user's profile Send private message
Gaug
Guru
Guru


Joined: 30 Oct 2003
Posts: 378
Location: Longueuil,Québec,Canada

PostPosted: Fri Mar 05, 2004 5:44 pm    Post subject: Reply with quote

Moi tout est en dure et sa marche très bien

#
# Sound
#
CONFIG_SOUND=y

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=y
CONFIG_SND_SEQUENCER=y
CONFIG_SND_SEQ_DUMMY=y
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=y
CONFIG_SND_VERBOSE_PRINTK=y
CONFIG_SND_DEBUG=y
# CONFIG_SND_DEBUG_MEMORY is not set
# CONFIG_SND_DEBUG_DETECT is not set

CONFIG_SND_EMU10K1=y

CONFIG_SND_INTEL8X0=y
Back to top
View user's profile Send private message
yaz
n00b
n00b


Joined: 25 Feb 2003
Posts: 38

PostPosted: Mon Mar 08, 2004 8:09 am    Post subject: ALSA Reply with quote

J'ai trouvé d'où venait mon problème et je crois que je vais me faire taper dessus. C'est pas grave et je comprendrais. :)
En fait le monsieur il avait oublier de compiler "arts" avec le flag "alsa".
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum