PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Probleme bei Interrupt-Zuordnung



PeHeller@gmx.net
17.01.04, 18:34
Hallo,

ich habe eine 4-fach RS232 PCI-Schnittstellenkarte eingebaut. Diese macht mir ständig Ärger
da das System beim booten manchmal bei der Erkennung / Interruptvergabe der Karte, stehenbleibt.

Mein System: Onboard = Grafik
Sound
Netzwerk
Zusatz = PCI Grafikkarte für 2. Bildschirm
PCI 4-fach RS232 Karte

Ich habe schon alle möglichen Kombinationen probiert (Steckplätze gewechselt)
kein Erfolg.
Leider kann ich in meinem BIOS auch nicht die Interrupts den PCI-Plätzen fest zuordnen.
Hier mal ein paar Ausgaben

lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8375 [KM266] Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP]
00:09.0 VGA compatible controller: 3Dfx Interactive, Inc. Voodoo Banshee (rev 03)
00:0b.0 Serial controller: Timedia Technology Co Ltd PCI2S550 (Dual 16550 UART) (rev 01)
00:10.0 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586/B/686A/B PIPC Bus Master IDE (rev 06)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233 AC97 Audio Controller (rev 50)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
01:00.0 VGA compatible controller: S3 Inc. [ProSavageDDR K4M266]
plp:/home/works #
--------------------------------------------------------------------------------------------------------------------------------------

less /proc/interrupts
CPU0
0: 201149 XT-PIC timer
1: 2896 XT-PIC keyboard
2: 0 XT-PIC cascade
5: 223 XT-PIC ehci-hcd, serial (meine Karte)
8: 2 XT-PIC rtc
10: 1458 XT-PIC usb-uhci, usb-uhci, VIA8233
11: 2115 XT-PIC eth0, usb-uhci
12: 49960 XT-PIC PS/2 Mouse
14: 52371 XT-PIC ide0
15: 20927 XT-PIC ide1
NMI: 0
LOC: 0
ERR: 0
MIS: 0
--------------------------------------------------------------------------------------------------------------------------------------

cat /proc/pci
PCI devices found:
Bus 0, device 0, function 0:
Host bridge: PCI device 1106:3116 (VIA Technologies, Inc.) (rev 0).
Master Capable. Latency=8.
Prefetchable 32 bit memory at 0xe0000000 [0xe3ffffff].
Bus 0, device 1, function 0:
PCI bridge: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP] (rev 0).
Master Capable. No bursts. Min Gnt=4.
Bus 0, device 9, function 0:
VGA compatible controller: 3Dfx Interactive, Inc. Voodoo Banshee (rev 3).
IRQ 10.
Non-prefetchable 32 bit memory at 0xde000000 [0xdfffffff].
Prefetchable 32 bit memory at 0xd8000000 [0xd9ffffff].
I/O at 0xec00 [0xecff].
Bus 0, device 11, function 0:
Serial controller: Timedia Technology Co Ltd PCI2S550 (Dual 16550 UART) (rev
1).
IRQ 5.
I/O at 0xe800 [0xe81f].
I/O at 0xe400 [0xe40f].
Bus 0, device 16, function 2:
USB Controller: VIA Technologies, Inc. USB (#3) (rev 128).
IRQ 10.
Master Capable. Latency=32.
I/O at 0xe000 [0xe01f].
Bus 0, device 16, function 1:
USB Controller: VIA Technologies, Inc. USB (#2) (rev 128).
IRQ 10.
Master Capable. Latency=32.
I/O at 0xdc00 [0xdc1f].
Bus 0, device 16, function 0:
USB Controller: VIA Technologies, Inc. USB (rev 128).
IRQ 11.
Master Capable. Latency=32.
I/O at 0xd800 [0xd81f].
Bus 0, device 16, function 3:
USB Controller: VIA Technologies, Inc. USB 2.0 (rev 130).
IRQ 5.
Master Capable. Latency=32.
Non-prefetchable 32 bit memory at 0xddfeff00 [0xddfeffff].
Bus 0, device 17, function 0:
ISA bridge: VIA Technologies, Inc. VT8233A ISA Bridge (rev 0).
Bus 0, device 17, function 1:
IDE interface: VIA Technologies, Inc. VT82C586B PIPC Bus Master IDE (rev 6).
IRQ 14.
Master Capable. Latency=32.
I/O at 0xfc00 [0xfc0f].
Bus 0, device 17, function 5:
Multimedia audio controller: VIA Technologies, Inc. VT8233 AC97 Audio Contro ller (rev 80).
IRQ 10.
I/O at 0xd400 [0xd4ff].

Danke
worst_case