Page 1 sur 1
[son] carte X-Fi titanium non reconnue
Publié : sam. 13 juin 2009, 01:00
par jerhum
Bonjour
je possède une creative X-Fi titanium en pci express. Une carte avec un driver linux
j'ai installé ctxfi sur aur, et rajouter le modèle dans le rc.conf.
mais après un redémarrage rien de reconnu au niveau de alsa.
lspci
Code : Tout sélectionner
03:00.0 Audio device: Creative Labs [X-Fi Titanium series] EMU20k2 (rev 03)
Ya t'il une autre manipulation a faire pour pouvoir utiliser le périphérique non reconnu dans le mixer de kde?
Re: X-Fi titanium
Publié : sam. 13 juin 2009, 09:17
par FredBezies
A ce que j'ai pu lire, apparemment seul OSS reconnait cette carte, selon ce fil du forum anglophone :
http://bbs.archlinux.org/viewtopic.php?id=55247
Et de rajouter le daemon oss à ta ligne DAEMONS. Et / ou insérer ctxfi avant les daemons sonores (alsa et / ou OSS) ?
Enfin, si on en croit le PKGBUILD, il te faudra attendre le noyau 2.6.31 (septembre ?) pour le support natif de ce matériel audio
J'essaye d'aider en aveugle, n'ayant eu que des circuits compatibles AC'97 depuis des années sur mes machines respectives.

Re: X-Fi titanium
Publié : sam. 13 juin 2009, 14:28
par jerhum
Merci pour ta réponse mais j'ai encore quelques soucis ^^
donc je compile ctxfi et quand je lance un modprobe j'ai une erreur qui me renvoie au dmesg
Code : Tout sélectionner
ctxfi: Unknown symbol snd_ctl_add
ctxfi: Unknown symbol snd_pcm_new
ctxfi: Unknown symbol snd_card_register
ctxfi: Unknown symbol snd_card_free
ctxfi: Unknown symbol snd_pcm_lib_preallocate_pages_for_all
ctxfi: Unknown symbol snd_pcm_hw_constraint_minmax
ctxfi: Unknown symbol snd_ctl_new1
ctxfi: Unknown symbol snd_card_new
ctxfi: Unknown symbol snd_pcm_lib_malloc_pages
ctxfi: Unknown symbol snd_pcm_lib_ioctl
ctxfi: Unknown symbol snd_pcm_lib_free_pages
ctxfi: Unknown symbol snd_ctl_notify
ctxfi: Unknown symbol snd_pcm_set_ops
ctxfi: Unknown symbol snd_device_new
ctxfi: Unknown symbol snd_pcm_hw_constraint_integer
ctxfi: Unknown symbol snd_pcm_period_elapsed
et la carte dans lspci
Code : Tout sélectionner
03:00.0 0403: 1102:000b (rev 03)
Subsystem: 1102:0042
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at e5200000 (64-bit, non-prefetchable) [size=64K]
Memory at e5000000 (64-bit, non-prefetchable) [size=2M]
Memory at e4000000 (64-bit, non-prefetchable) [size=16M]
Capabilities: [40] Power Management version 3
Capabilities: [48] MSI: Mask- 64bit+ Count=1/1 Enable-
Capabilities: [58] Express Endpoint, MSI 00
Capabilities: [100] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
Capabilities: [300] Advanced Error Reporting
Kernel driver in use: oss_sbxfi
donc du coup oss veut pas initialiser la carte.
Dois je attendre septembre ?