[Eisfair] Kernelpanik war: Re: Ältere Version von MySql 4.1.22 für CAO

Thomas Bork tom at eisfair.org
Di Mär 3 20:59:45 CET 2015


Am 03.03.2015 um 12:15 schrieb Mario Reisinger:

>> Ja.
>> Welche PCI-ID des Controllers?
> Das die Info die du brauchst?
> 00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA
> Controller [IDE mode] (rev 01)

Nö, das ist keine PCI-ID:

test3267 # grep '00:1f' /lib/modules/`uname -r`/modules.alias
test3267 # lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation 440BX/ZX/DX - 
82443BX/ZX/DX Host bridge [8086:7190] (rev 01)
00:01.0 PCI bridge [0604]: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX 
AGP bridge [8086:7191] (rev 01)
00:07.0 ISA bridge [0601]: Intel Corporation 82371AB/EB/MB PIIX4 ISA 
[8086:7110] (rev 08)
00:07.1 IDE interface [0101]: Intel Corporation 82371AB/EB/MB PIIX4 IDE 
[8086:7111] (rev 01)
...

8086:7111 ist eine PCI-ID, welche vom Modul ata_piix bedient wird:

test3267 # grep '8086' /lib/modules/`uname -r`/modules.alias | grep '7111'
alias pci:v00008086d00007111sv*sd*bc*sc*i* ata_piix
alias pci:v00008086d00007111sv000015ADsd00001976bc*sc*i* ata_piix

Wenn das damals ein Kernel 2.4.35-wt1 war, habe ich möglicherweise per 
Patch Unterstützung für Deinen Controller in einem generischen 
IDE-Treiber hinzugefügt. Das kann ich in einem 2.6.32 oder 3.2.54 nicht tun.

Und sollte es sich um 8086:27c0 handeln:

test3267 # grep '8086' /lib/modules/`uname -r`/modules.alias | grep -i 
'27c0'
alias pci:v00008086d000027C0sv*sd*bc*sc*i* ata_piix

Der wird nur noch von ata_piix unterstützt und hat damit ein 
SCSI-Interface und kein IDE-Interface. Das bedeutet:

/dev/sd* und nicht /dev/hd*

Alles was SATA ist (auch wenn der im IDE-Mode läuft), ist nun immer SCSI.

-- 
der tom
[eisfair-team]


Mehr Informationen über die Mailingliste Eisfair