Page 1 sur 1

[Son] Crash d'OSS4 au lancement.

Publié : mar. 03 janv. 2012, 11:48
par Aeronth
Bonjour,

J'ai un problème de son sur mon zenbook ux21.
J'ai suivi le guide du wiki pour installer OSS4, mais lors du lancement du daemon (/etc/rc.d/oss start, ou au démarrage quand oss était dans ma liste du rc.conf) j'ai un crash bien dans les règles de l'art. Voici l'output que j'ai pu récupérer du /var/log/everything.log : http://pastebin.com/6KNuZVdd

Si je réessaie de le lancer ensuite, il m'indique que OSS est déjà lancé :

Code : Tout sélectionner

[root@aristillus aeronth]# /etc/rc.d/oss start
:: Starting Open Sound System                                                                                                                                   [BUSY] OSS is already loaded.
Pourtant le son ne fonctionne pas :

Code : Tout sélectionner

[root@aristillus aeronth]# osstest
Sound subsystem and version: OSS 4.2 (b 2005/201111292012) (0x00040100)
Platform: Linux/i686 3.1.6-1-ARCH #1 SMP PREEMPT Thu Dec 22 08:52:33 UTC 2011


NOTICE! You don't have any audio devices available.
        It looks like your audio hardware was not recognized
        by OSS.
	       
        If you have installed OSS just a moment ago then it may be necessary to.
        to rebot the system before trying to use the device(s).
Et lorsque j'essaie de l'arrêter :

Code : Tout sélectionner

[root@aristillus aeronth]# /etc/rc.d/oss stop
:: Stopping Open Sound System                                                                                                                                   [BUSY] No mixers in the system
Et il reste bloqué. Quand OSS plante ainsi, je ne peux même pas éteindre ma machine sans le bouton power.

Infos diverses :

Code : Tout sélectionner

[root@aristillus aeronth]# lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)

Code : Tout sélectionner

[root@aristillus aeronth]# hwinfo --sound
12: PCI 1b.0: 0403 Audio device                                 
  [Created at pci.319]
  Unique ID: u1Nb.mmHrRkSZbJA
  SysFS ID: /devices/pci0000:00/0000:00:1b.0
  SysFS BusID: 0000:00:1b.0
  Hardware Class: sound
  Model: "Intel Audio device"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0x1c20 
  SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
  SubDevice: pci 0x1417 
  Revision: 0x05
  Driver: "oss_hdaudio"
  Memory Range: 0xdfe00000-0xdfe03fff (rw,non-prefetchable)
  IRQ: 22 (no events)
  Module Alias: "pci:v00008086d00001C20sv00001043sd00001417bc04sc03i00"
  Config Status: cfg=new, avail=yes, need=no, active=unknown

Code : Tout sélectionner

[root@aristillus aeronth]# ossdetect -v
Detected Intel High Definition Audio (CPT)
USB support available in the system, adding USB driver
Detected Generic USB audio/MIDI device (BETA)

Code : Tout sélectionner

[root@aristillus aeronth]# lsmod | grep -i snd

Code : Tout sélectionner

[root@aristillus aeronth]# cat /etc/modprobe.d/alsa_blacklist.conf 
blacklist soundcore
J'ai pensé qu'il fallait peut-être aller voir directement du côté de chez OSS, mais peut-être ai-je oublié une solution simple ?

Merci d'avance !

Re: [Son] Crash d'OSS4 au lancement.

Publié : mar. 03 janv. 2012, 15:34
par FoolEcho

Code : Tout sélectionner

Jan  3 11:18:14 localhost kernel: [   63.684422] oss_hdaudio 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Jan  3 11:18:14 localhost kernel: [   63.684461] osscore: oss_register_device: name==NULL
Jan  3 11:18:14 localhost kernel: [   63.688563] BUG: unable to handle kernel NULL pointer dereference at   (null)
Jan  3 11:18:14 localhost kernel: [   63.688601] IP: [<f96151dd>] oss_strncpy+0xd/0x50 [osscore]
Jan  3 11:18:14 localhost kernel: [   63.688633] *pde = 00000000
Jan  3 11:18:14 localhost kernel: [   63.688650] Oops: 0000 [#1] PREEMPT SMP 
Ça ressemble à un bug, en effet. :(