PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Probs bei der Installation der Soundkarte



ngames
01.08.02, 12:11
Hi,
ich habe so ne Noname Karte mit Opti16 Chip und wenn ich versuche sie mit Xast2 zu installieren kriege ich immer die Meldung Fehler bei der Installation konnte Modul snd-optixxx nicht laden.

Was soll ich tun ? PS: Ich habe Suse8 Pro.

Matzetronic
05.08.02, 23:00
hi,

leute, schmeisst bloss dieses yast-zeugs weg :D

was für ne soundkarte ist das ? isa, pci, onboard ?
was sagt die suse-hw-datenbank ? (zwecks kernelmodul)
schonmal auf der konsole mit "modprobe richtiges_kernelmodul" probiert ?
die module sollten usually im verzeichnis "/lib/modules/linux_kernel_version/sound_oder_misc" liegen....
kernelmeldungen siehst du mit dmesg...

matze

ngames
06.08.02, 11:55
pci karte.

Matzetronic
07.08.02, 06:37
hi,

cat /proc/pci
und
lspci
sollte dir die nötigen informationen liefern... zwecks passendem kernelmodul (könnte mad16.o sein).

falls mad16 stimmt, dann mach mal modprobe mad16. wenn kein fehler kommt, dann mach mal dmesg und schau, was der kernel sagt....
wenn der sound trtzdem nicht geht, dann mal ausgabe von beiden o.g. genannten befehlen, fehler und dmesg-ausgabe posten.

matze

ngames
07.08.02, 14:02
Woran sehe ich denn das ich mad16 brauche ? Hier mal die Ausgaben:

linux:~ # cat /proc/pci
PCI devices found:
Bus 0, device 0, function 0:
Class 0600: PCI device 8086:7190 (rev 2).
Master Capable. Latency=64.
Prefetchable 32 bit memory at 0xe4000000 [0xe7ffffff].
Bus 0, device 1, function 0:
Class 0604: PCI device 8086:7191 (rev 2).
Master Capable. Latency=64. Min Gnt=136.
Bus 0, device 4, function 0:
Class 0601: PCI device 8086:7110 (rev 2).
Bus 0, device 4, function 1:
Class 0101: PCI device 8086:7111 (rev 1).
Master Capable. Latency=32.
I/O at 0xd800 [0xd80f].
Bus 0, device 4, function 2:
Class 0c03: PCI device 8086:7112 (rev 1).
IRQ 9.
Master Capable. Latency=32.
I/O at 0xd400 [0xd41f].
Bus 0, device 4, function 3:
Class 0680: PCI device 8086:7113 (rev 2).
IRQ 9.
Bus 0, device 9, function 0:
Class 0c03: PCI device 1095:0670 (rev 6).
IRQ 9.
Master Capable. Latency=32. Min Gnt=2.Max Lat=4.
Non-prefetchable 32 bit memory at 0xd4800000 [0xd4800fff].
Bus 0, device 10, function 0:
Class 0400: PCI device 109e:036e (rev 17).
IRQ 9.
Master Capable. Latency=32. Min Gnt=16.Max Lat=40.
Prefetchable 32 bit memory at 0xd7000000 [0xd7000fff].
Bus 0, device 10, function 1:
Class 0480: PCI device 109e:0878 (rev 17).
IRQ 9.
Master Capable. Latency=32. Min Gnt=4.Max Lat=255.
Prefetchable 32 bit memory at 0xd6800000 [0xd6800fff].
Bus 1, device 0, function 0:
Class 0300: PCI device 10de:0110 (rev 178).
IRQ 9.
Master Capable. Latency=64. Min Gnt=5.Max Lat=1.
Non-prefetchable 32 bit memory at 0xd5000000 [0xd5ffffff].
Prefetchable 32 bit memory at 0xd8000000 [0xdfffffff].
linux:~ # lspci
00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 02)
00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 02)
00:04.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
00:04.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
00:04.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
00:04.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:09.0 USB Controller: CMD Technology Inc USB0670 (rev 06)
00:0a.0 Multimedia video controller: Brooktree Corporation Bt878 (rev 11)
00:0a.1 Multimedia controller: Brooktree Corporation Bt878 (rev 11)
01:00.0 VGA compatible controller: nVidia Corporation NV11 (GeForce2 MX) (rev b2)
linux:~ # modprobe mad16
/lib/modules/2.4.18-4GB/kernel/drivers/sound/mad16.o: init_module: Invalid argument
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
/lib/modules/2.4.18-4GB/kernel/drivers/sound/mad16.o: insmod /lib/modules/2.4.18-4GB/kernel/drivers/sound/mad16.o failed
/lib/modules/2.4.18-4GB/kernel/drivers/sound/mad16.o: insmod mad16 failed
linux:~ # modprobe mad16 9
/lib/modules/2.4.18-4GB/kernel/drivers/sound/mad16.o: init_module: Invalid argument
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
/lib/modules/2.4.18-4GB/kernel/drivers/sound/mad16.o: insmod /lib/modules/2.4.18-4GB/kernel/drivers/sound/mad16.o failed
/lib/modules/2.4.18-4GB/kernel/drivers/sound/mad16.o: Can't locate module 9
linux:~ # modprobe mad16 -irq 9
modprobe: invalid option -- i
modprobe 2.4.12
Load/Unload modules with dependencies

Load module(s):
modprobe [-a -n -v ] [-C config ] [ -t type ] pattern OR module1 module2 ...
List modules:
modprobe [-l ] [-C config ] [ -t type ] pattern
note: wildcard patterns should be escaped
Show configuration:
modprobe [-C config ] -c
Remove module(s) or autoclean:
modprobe [-C config ] -r [ module ...]

options:
-a, --all Load _all_ matching modules
-c, --showconfig Show current configuration
-d, --debug Print debugging information
-h, --help Print this message
-k, --autoclean Set 'autoclean' on loaded modules
-l, --list List matching modules
-n, --show Don't actually perform the action
-q, --quiet Quiet operation
-r, --remove Remove module (stacks) or do autoclean
-s, --syslog Use syslog to report
-t, --type moduletype Only look for modules of this type
-v, --verbose Print all commands
-V, --version Show version
-C, --config configfile Use instead of /etc/modules.conf
linux:~ #

Ojeoje..

Fatty
07.08.02, 20:54
Komisch: lspci sollte doch normalerweise einen Eintrag ausspucken, der Multimedia audio controller heißt?!?
Zumindest sieht das bei meinen 2 Soundkarten so aus:


...
00:0c.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 06)
...
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233 AC97 Audio Controller (rev 30)
...

Matzetronic
07.08.02, 21:11
hi,

hast du denn überhaupt ne soundkarte drin *fg* oder liegt sie noch im schrank :rolleyes:
wie Fatty schon sagte, er sollte diese bei lspci oder eben cat /proc/pci anzeigen.....
isses vielleicht doch ne isa-karte ???

ähm, und optionen setzt du so
io=0x220 irq=5 (io=220 könnte auch gehen, weiss jetzt nicht so genau)
also ohne bindestrich

modprobe modulname wert=value


matze

ngames
09.08.02, 10:20
Also, erstmal habe ich eine Drinn denn unter Windows im Gleichen Rechner läuft sie doch auch. Und es ist eine PCI karte.

Fatty
09.08.02, 13:17
Eventuell IRQ-Konflikte? Hat bei meinem alten Rechner auch öfters mal Probleme bereitet...

ngames
09.08.02, 16:31
Kann nicht. Ich hatte vorher auch schon Suse 7.2 drauf und da lieft es auch.