PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Optischer Ausgang bei A97 OnBoard Soundkarte (MSI-865PE Neo2 MS6728)



coolskin
09.09.04, 10:02
Hiho

Ich möchte unter SuSE 9.1 Prof den OnBoard optischen Ausgang der A97 Soundkarte verwenden aber ich höre nichts :(
Die Soundkarte ist "normal" erkannt worden von SuSE und hat sich installiert (siehe Screenshot)

Das ist die genaue Bezeichnung:
C-Media 5.1 Soundchips (CMI9739A)

Hat wer veilleicht das selbe Board oder weiß wie ich es ans laufen bekomme?

thx & greetz
Coolskin

coolskin
13.09.04, 12:33
Hat wirklich keiner einen Tip? *snief*

greetz Coolskin

ViperRT-10
13.09.04, 14:19
Hoi,

lade Dir den Treiber runter: Treiber (ftp://ftp.cmedia.com.tw/Linux/Ac97/cmaudio-041.tar.gz)

und versuch damit.

In der readme steht:


Features:
1. South Bridge: Intel ICH2/ICH4/ICH5, SiS 7012/7018, VIA 8233/82686, ALI 5451, nVidia nForce, AMD 8111.
2. Full-duplex and multiple applications playback and recording.
4. 16 bits 2/4/6 channels mono/stereo playback.
5. 16 bits stereo recording.
6. Support phone jacks configuration.
7. PCM SPDIF IN/OUT (CMI9739 only, recording only support 48 KHz).
8. Support AC3 S/PDIF out ((CMI9739 only).
9. Support analog hardware copy to rear channel.
10.Support xear mode to swap front and surround speakers output.
For PCCHIPS LCD PC, you should change the following codes in cmaudio.h:


Sollte also funzen.

Viper'

coolskin
17.09.04, 00:35
Hi Viper

Sorry das ich jetz so viel poste aber ich bin nicht so firm in Linux und bekomme schon beim make diesen Fehler weil wohl der Prozessor oder so nicht bekannt ist. Kannst Du da helfen? thx

linux:/home/coolskin/Documents/cmaudio # make
cc -D__KERNEL__ -I/usr/src/linux-2.4/include -Wall -Wstrict-prototypes -O -fno-strict-aliasing -mpreferred-stack-boundary=2 -march=i686 -falign-functions=4 -DMODULE -c -o main.o main.c
In file included from /usr/include/linux/module.h:20,
from cmaudio.h:1,
from main.c:1:
/usr/include/asm/module.h:56:2: #error unknown processor family
In file included from cmaudio.h:2,
from main.c:1:
/usr/include/linux/version.h:2:2: #error "================================================== ====="
/usr/include/linux/version.h:3:2: #error "You should not include /usr/include/{linux,asm}/ header"
/usr/include/linux/version.h:4:2: #error "files directly for the compilation of kernel modules."
/usr/include/linux/version.h:5:2: #error ""
/usr/include/linux/version.h:6:2: #error "glibc now uses kernel header files from a well-defined"
/usr/include/linux/version.h:7:2: #error "working kernel version (as recommended by Linus Torvalds)"
/usr/include/linux/version.h:8:2: #error "These files are glibc internal and may not match the"
/usr/include/linux/version.h:9:2: #error "currently running kernel. They should only be"
/usr/include/linux/version.h:10:2: #error "included via other system header files - user space"
/usr/include/linux/version.h:11:2: #error "programs should not directly include <linux/*.h> or"
/usr/include/linux/version.h:12:2: #error "<asm/*.h> as well."
/usr/include/linux/version.h:13:2: #error ""
/usr/include/linux/version.h:14:2: #error "To build kernel modules please do the following:"
/usr/include/linux/version.h:15:2: #error ""
/usr/include/linux/version.h:16:2: #error " o Have the kernel sources installed"
/usr/include/linux/version.h:17:2: #error ""
/usr/include/linux/version.h:18:2: #error " o Make sure that the symbolic link"
/usr/include/linux/version.h:19:2: #error " /lib/modules/`uname -r`/build exists and points to"
/usr/include/linux/version.h:20:2: #error " the matching kernel source directory"
/usr/include/linux/version.h:21:2: #error ""
/usr/include/linux/version.h:22:2: #error " o Configure kernel sources:"
/usr/include/linux/version.h:23:2: #error " - cd /usr/src/linux"
/usr/include/linux/version.h:24:2: #error " - make mrproper"
/usr/include/linux/version.h:25:2: #error " - make cloneconfig"
/usr/include/linux/version.h:26:2: #error " - make dep"
/usr/include/linux/version.h:27:2: #error ""
/usr/include/linux/version.h:28:2: #error " o When compiling, make sure to use the following"
/usr/include/linux/version.h:29:2: #error " compiler option to use the correct include files:"
/usr/include/linux/version.h:30:2: #error ""
/usr/include/linux/version.h:31:2: #error " -I/lib/modules/`uname -r`/build/include"
/usr/include/linux/version.h:32:2: #error ""
/usr/include/linux/version.h:33:2: #error " instead of"
/usr/include/linux/version.h:34:2: #error ""
/usr/include/linux/version.h:35:2: #error " -I/usr/include/linux"
/usr/include/linux/version.h:36:2: #error ""
/usr/include/linux/version.h:37:2: #error " Please adjust the Makefile accordingly."
/usr/include/linux/version.h:38:2: #error "================================================== ====="
In file included from /usr/include/linux/mm.h:206,
from /usr/include/asm/pci.h:7,
from /usr/include/linux/pci.h:727,
from cmaudio.h:11,
from main.c:1:
/usr/include/linux/page-flags.h:119: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/linux/page-flags.h:119: error: requested alignment is not a constant
In file included from main.c:1:
cmaudio.h:19:27: linux/wrapper.h: No such file or directory
In file included from /usr/include/linux/irq.h:20,
from /usr/include/asm/hardirq.h:6,
from cmaudio.h:21,
from main.c:1:
/usr/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
In file included from /usr/include/asm/hardirq.h:6,
from cmaudio.h:21,
from main.c:1:
/usr/include/linux/irq.h:68: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/linux/irq.h:68: error: requested alignment is not a constant
/usr/include/linux/irq.h:70: error: `NR_IRQS' undeclared here (not in a function)
In file included from /usr/include/linux/irq.h:72,
from /usr/include/asm/hardirq.h:6,
from cmaudio.h:21,
from main.c:1:
/usr/include/asm/hw_irq.h:28: error: `NR_IRQ_VECTORS' undeclared here (not in a function)
/usr/include/asm/hw_irq.h:31: error: `NR_IRQS' undeclared here (not in a function)
In file included from cmaudio.h:21,
from main.c:1:
/usr/include/asm/hardirq.h:13: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/asm/hardirq.h:13: error: requested alignment is not a constant
main.c: In function `alloc_dmabuf':
main.c:450: warning: implicit declaration of function `mem_map_reserve'
main.c: In function `dealloc_dmabuf':
main.c:503: warning: implicit declaration of function `mem_map_unreserve'
main.c: In function `cmedia_probe':
main.c:1989: error: structure has no member named `driver_data'
main.c: In function `cmedia_remove':
main.c:2005: error: structure has no member named `driver_data'
main.c: In function `cmedia_init_module':
main.c:2063: warning: implicit declaration of function `pci_present'
make: *** [main.o] Error 1

Tunes of War
17.09.04, 11:01
Hiho

Ich möchte unter SuSE 9.1 Prof den OnBoard optischen Ausgang der A97 Soundkarte verwenden aber ich höre nichts :(
Die Soundkarte ist "normal" erkannt worden von SuSE und hat sich installiert (siehe Screenshot)

Das ist die genaue Bezeichnung:
C-Media 5.1 Soundchips (CMI9739A)

Hat wer veilleicht das selbe Board oder weiß wie ich es ans laufen bekomme?

thx & greetz
Coolskin


Vielleicht bringt dich ja das weiter :

Soundkarte bleibt Stumm
http://portal.suse.com/sdb/de/2004/05/thallma_91_sndsilence.html

cHeFr0cKaH
01.06.05, 17:13
Nabend zusammen!


Ähmm...ich bin neu hier und habe seit heute Debian Sarge auf meiner Kiste drauf. Ich bin ein absoluter Grünschnabel was Linux anbelangt. Ein Kumpel von mir hat mir das heute aufe Kiste draufgespielt^^. Ich nutze eine Dolby Digital Anlage mit optischen Digitalausgang und habe darüber ebenfalls keinen Sound. Ich hab nur die Onboardkarte und einen S-Bracket(da ist der optische Ausgang halt dran)
Ich hab ein MSI- KT3 Ultra 2 irgentwas Mainboard. UNd ne Onbard AC97 Karte.
Wenn ich den Kopfhöhrer in den normalen Lineout stecke, hab ich Sound. Nur halt net über das optische Kabel.

@Tunes of War: Wäre der Treiber den du coolskin empfohlen hast, auch für mein Board geeignet?

Sry das ich so viele (dumme) Fragen stelle...naja..Grünschnabel halt*g*. Naja..noch ;)


mfg
cHeFr0cKaH

bye!

Tunes of War
01.06.05, 18:01
Hi cHeFr0cKaH,

das war eine rein spezielles auf Suse 9.1 bezogene Lösung :) und wenn ich mich nicht irre war es ViperRT-10 der da einen Treiber empfohlen hat :) .

Denke nicht das Dir das bei Debian Sarge weiterhilft kann ich allergings wenig zu sagen da ich kein Debian Sarge habe ;) .

cHeFr0cKaH
01.06.05, 19:01
Nabend!


@Tunes of War: Ohh ja..richtig*g*
Mmm...damn...naja, ich werd mal en bisel weiter googlen ;). Naja...wird schon irgentwie klappen ;)

mfg
cHeFr0cKaH

bye!