G
Gelöschtes Mitglied 16444
Guest
Hi
ich habe hier ein Atomboard (DG945GCLF), an das ich über einen IDE Adapter eine CF Karte angeschlossen habe. Auf der Karte ist ein Debian installiert.
Der Eintrag in der menu.lst sieht so aus
Das Problem ist jetzt, dass ich beim booten von der Karte immer wild Timeouts um die Ohren geschmissen bekomme:
Was ich nicht so ganz verstehe, denn ich habe DMA durch den Bootparamater doch explizit ausgeschaltet, oder nicht?
Ich habe hier noch was gefunden, allerdings wird dort der Kernel neu kompiliert, was für mich keine Option ist, da ich das System auf genau diesem Stand brauche.
ich habe hier ein Atomboard (DG945GCLF), an das ich über einen IDE Adapter eine CF Karte angeschlossen habe. Auf der Karte ist ein Debian installiert.
Der Eintrag in der menu.lst sieht so aus
Code:
title Debian GNU/Linux, kernel 2.6.26-bpo.1-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-bpo.1-686 /dev/hda=flash ide=nodma root=/dev/hda1 ro
initrd /boot/initrd.img-2.6.26-bpo.1-686
savedefault
boot
Das Problem ist jetzt, dass ich beim booten von der Karte immer wild Timeouts um die Ohren geschmissen bekomme:
Code:
hda: max request size: 128KiB
Jun 8 21:50:09 (none) kernel: [ 4.075451] hda: 8027712 sectors (4110 MB) w/1KiB Cache, CHS=7964/16/63
Jun 8 21:50:09 (none) kernel: [ 4.075451] hda:<4>hda: dma_timer_expiry: dma status == 0x21
Jun 8 21:50:09 (none) kernel: [ 40.885737] hda: DMA timeout error
Jun 8 21:50:09 (none) kernel: [ 40.885786] hda: dma timeout error: status=0x58 { DriveReady SeekComplete DataRequest }
Jun 8 21:50:09 (none) kernel: [ 40.885935] ide: failed opcode was: unknown
Jun 8 21:50:09 (none) kernel: [ 40.886209] hda: DMA disabled
Jun 8 21:50:09 (none) kernel: [ 40.933734] ide0: reset: success
Was ich nicht so ganz verstehe, denn ich habe DMA durch den Bootparamater doch explizit ausgeschaltet, oder nicht?
Ich habe hier noch was gefunden, allerdings wird dort der Kernel neu kompiliert, was für mich keine Option ist, da ich das System auf genau diesem Stand brauche.
Code:
root@(none):~# lspci
00:00.0 Host bridge: Intel Corporation 945G/GZ/P/PL Express Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 945G/GZ Express Integrated Graphics Controller (rev 02)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 01)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller IDE (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller (rev 02)