Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Oss] Impossible à démarrer[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
amroth
Tux's lil' helper
Tux's lil' helper


Joined: 22 Apr 2008
Posts: 123

PostPosted: Tue Sep 30, 2008 6:27 pm    Post subject: [Oss] Impossible à démarrer[résolu] Reply with quote

Bonjour,
Quand j'ai compilé mon noyau, j'ai décoché alsa et oss (device....sound...) et j'ai installé le paquet ossv4, mais une erreur se produit :
Code:
 /etc/init.d/oss start

* Starting OSS ...
Failed to disable conflicting sound drivers
Reboot and try running soundon again

Also check that you have not compiled sound support statically
into the kernel.
/dev/mixer: No such file or directory
 * Failed to start OSS   


Y'a t'il des modules a sélectionner??? Il y a l'air d'y avoir quelque chose qui manque...
Merci pour votre aide!


Last edited by amroth on Wed Oct 01, 2008 7:39 pm; edited 1 time in total
Back to top
View user's profile Send private message
Ezka
Guru
Guru


Joined: 17 Feb 2005
Posts: 352
Location: par là, mais vraiment ...

PostPosted: Tue Sep 30, 2008 10:04 pm    Post subject: Reply with quote

Une idée, mais tu l'as peut-être fait (ou c'est inutile) c'est de loader les modules oss.
En root pour les trouver :
Code:
modprobe -l | grep oss


Charge les modules, et lance le service.
_________________
Ez.
Back to top
View user's profile Send private message
geekounet
Bodhisattva
Bodhisattva


Joined: 11 Oct 2004
Posts: 3772
Location: Wellington, Aotearoa

PostPosted: Tue Sep 30, 2008 10:30 pm    Post subject: Reply with quote

T'as bien laissé soundcore.ko en module dans le kernel au moins ? (juste Sound Support de coché et rien en dessous)
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3624
Location: Belgium

PostPosted: Tue Sep 30, 2008 11:48 pm    Post subject: Reply with quote

geekounet wrote:
T'as bien laissé soundcore.ko en module dans le kernel au moins ? (juste Sound Support de coché et rien en dessous)

Ah bon ?
Moi j'ai décoché absolument tout ce qui concernait le son dans le kernel et pourtant ossv4 fonctionne parfaitement !
Magic touch ? :?

D'ailleurs, si on s'en réfère au wiki :
Quote:
Make sure you have disabled the sound suport from the kernel before starting oss. With the new kernel just run ossdetect and soundon as root
Back to top
View user's profile Send private message
billiob
Guru
Guru


Joined: 30 Dec 2004
Posts: 425
Location: Paris, France

PostPosted: Wed Oct 01, 2008 10:26 am    Post subject: Re: [Oss] Impossible à démarrer Reply with quote

amroth wrote:
Code:
Failed to disable conflicting sound drivers

Tu dois peut-être encore avoir les modules alsa installés (i.e. dans /lib/modules/2.6.**) et chargés automatiquement? Et peut-être pas la possibilité d'enlever les modules (CONFIG_MODULE_UNLOAD=y)
Regarde ce que te donne un lsmod.

Dans mon .config, j'ai :
Code:
# Sound
#
CONFIG_SOUND=m

#
# Advanced Linux Sound Architecture
#
# CONFIG_SND is not set

#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set

mais le module de son n'est pas chargé, donc je pourrais avoir "CONFIG_SOUND is not set".

Si tu veux avoir plus de messages dans dmesg, dans /usr/lib/oss/conf/osscore.conf, tu mets
Code:
detect_trace=1

_________________
billiob
Back to top
View user's profile Send private message
amroth
Tux's lil' helper
Tux's lil' helper


Joined: 22 Apr 2008
Posts: 123

PostPosted: Wed Oct 01, 2008 5:15 pm    Post subject: Reply with quote

Bonjour à tous,
Merci pour vos réponses!
C'est en effet "soundcore.ko" je pense car en décochant tout et en recompilant, ca fonctionne parfaitement!

Edit : par contre, lorsque je lance "kmix" j'ai un "Mixer cannot be found"
Back to top
View user's profile Send private message
billiob
Guru
Guru


Joined: 30 Dec 2004
Posts: 425
Location: Paris, France

PostPosted: Wed Oct 01, 2008 6:00 pm    Post subject: Reply with quote

Normal, kmix fonctionne (je pense) sur les mixers alsa.
Tu peux utiliser ossmix ou ossxmix.
_________________
billiob
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3624
Location: Belgium

PostPosted: Wed Oct 01, 2008 7:23 pm    Post subject: Reply with quote

billiob wrote:
Normal, kmix fonctionne (je pense) sur les mixers alsa.

Presque ! ;)
kmix ==> aRts
kamix ==> alsa
Back to top
View user's profile Send private message
amroth
Tux's lil' helper
Tux's lil' helper


Joined: 22 Apr 2008
Posts: 123

PostPosted: Wed Oct 01, 2008 7:30 pm    Post subject: Reply with quote

Ah ok! Normal que ca marche pas....!
Merci!
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Wed Oct 01, 2008 7:36 pm    Post subject: Reply with quote

ghoti wrote:
billiob wrote:
Normal, kmix fonctionne (je pense) sur les mixers alsa.

Presque ! ;)
kmix ==> aRts
kamix ==> alsa

Heu, non non, kmix marche très bien avec alsa.
Il marche aussi avec oss, mais ancienne API (v3), donc plutôt très mal avec ossv4 et sa nouvelle gestion des mixers. Par contre, j'ai vu trainer sur kdeapps un patch pour gérer un peu mieux ossv4...
Non, en fait c pas sur kdeapps, c'est sur le forum de 4front : http://www.4front-tech.com/forum/viewtopic.php?p=9692
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
amroth
Tux's lil' helper
Tux's lil' helper


Joined: 22 Apr 2008
Posts: 123

PostPosted: Wed Oct 01, 2008 7:48 pm    Post subject: Reply with quote

Ok pour l'info, mais finallement je ne vais pas installer kmix, ossxmix m'a l'air très bien :D !
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