Hello Robert,
1.
Here the requested outputs of knoppix 3.9 after:
Code:
hdparm -Cbvg /dev/hda
multcount = 16 (on)
IOSupport = 0 (default 16 bits)
Unmaskirq = 0 (off)
Using dma = 0 (off)
Keepsettings = 0 (off)
Readonly = 0 (off)
Readahead = 256(on)
Geometry = 29264/16/63, sectors = 29418912, start = 0
Drive state is: active/idle
Busstate = 1 (on)
dmesg | tail
Code:
FAT: invalid media value (0xcd)
VFS: Can’t find a valid filesystem on dev hda.
.... the rest is for other things such as CD: ISO9660 memory etc ...
2.
When I start up knoppix 3.9 with option ‘no dma’:
Knoppix fb1024x768 screen=1024x768 no dma
Then the laptop startup normally but the harddisk is not accessable
hdparm -Cbvg /dev/hda
Code:
multcount = 16 (on)
IO_support = 0 (default 16-bit)
unmaskirq = 0 (off)
using_dma = 1 (on)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 256 (on)
geometry = 29264/16/63, sectors = 29498112, start = 0
drive state is: active/idle
busstate = 1 (on)
dmesg (not interesting parts are removed)
Code:
Linux version 2.6.11 (root@Knoppix) (gcc-Version 3.3.5 (Debian 1:3.3.5-12)) #2 SMP Thu May 26 20:53:11 CEST 2005
........
........
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ALI15X3: IDE controller at PCI slot 0000:00:04.0
ACPI: PCI Interrupt 0000:00:04.0[A]: no GSI
ALI15X3: chipset revision 195
ALI15X3: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xeff0-0xeff7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xeff8-0xefff, BIOS settings: hdc:DMA, hdd:pio
Probing IDE interface ide0...
hda: TOSHIBA MK1517GAP, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: TOSHIBA DVD-ROM SD-C2502, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
Probing IDE interface ide2...
Probing IDE interface ide3...
Probing IDE interface ide4...
Probing IDE interface ide5...
hda: max request size: 128KiB
hda: 29498112 sectors (15103 MB), CHS=29264/16/63
hda: cache flushes not supported
hda:hda: task_in_intr: status=0x51 { DriveReady SeekComplete Error }
hda: task_in_intr: error=0x04 { DriveStatusError }
ide: failed opcode was: unknown
hda: task_in_intr: status=0x51 { DriveReady SeekComplete Error }
hda: task_in_intr: error=0x04 { DriveStatusError }
ide: failed opcode was: unknown
hda: task_in_intr: status=0x51 { DriveReady SeekComplete Error }
hda: task_in_intr: error=0x04 { DriveStatusError }
ide: failed opcode was: unknown
unknown partition table
hdc: ATAPI 24X DVD-ROM drive, 128kB Cache
Uniform CD-ROM driver Revision: 3.20
.......
.......
3.
Now when I do the same with knoppix 3.2 (may 2003)
The three partitions are accessable now.
failsafe debug -b 3. No debugger (normal booting knoppix 3.2)
after booting: knoppix screen=1024x768 The output of:
hdparm -Cbvg /dev/hda
Code:
multcount = 16 (on)
IO_support = 0 (default 16-bit)
unmaskirq = 0 (off)
using_dma = 1 (on)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 8 (on)
geometry = 1836/255/63, sectors = 29498112, start = 0
drive state is: active/idle
busstate = 1 (on)
and
dmesg (not interesting parts are removed)
Code:
Linux version 2.4.20-xfs (root@Knoppix) (gcc version 2.95.4 20011002 (Debian prerelease)) #1 SMP Mit Mär 26 15:37:36 CET 2003
...
ide_setup: hda=scsi
ide_setup: hdb=scsi
ide_setup: hdc=scsi
ide_setup: hdd=scsi
ide_setup: hde=scsi
ide_setup: hdf=scsi
ide_setup: hdg=scsi
ide_setup: hdh=scsi
....
....
PCI: No IRQ known for interrupt pin A of device 00:04.0. Please try using pci=biosirq.
ALI15X3: chipset revision 195
ALI15X3: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xeff0-0xeff7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xeff8-0xefff, BIOS settings: hdc:DMA, hdd:pio
hda: TOSHIBA MK1517GAP, ATA DISK drive
hdc: TOSHIBA DVD-ROM SD-C2502, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
blk: queue c032bfc4, I/O limit 4095Mb (mask 0xffffffff)
hda: 29498112 sectors (15103 MB), CHS=1836/255/63, UDMA(33)
ide-cd: passing drive hdc to ide-scsi emulation.
Partition check:
hda: hda1 hda2 < hda5 hda6 >
.....
.....
Greetings
Hans