EIDE-Emulation

Locked
Message
Author
User avatar
pawel
Posts: 117
Joined: 22. Jul 1999 20:29
Location: Hannover
Contact:

EIDE-Emulation

#1 Post by pawel »

Vor ein paar Wochen habe ich ein Feedback vom einem User bekommen.
Leider kann ich nicht weiter helfen. Vieleicht findet jemand die
Lösung des Problems.

Betr. EIDE-Brenner unter Linux.
Der User hat der Kernel nach meinen Artikel kompieliert.
Die /usr/src/linux/.config habe ich mindestens 3 mal geprüfft.
Alles stimmt mit dem Anleitung.

Wenn der User das Prog. xcdroast und probiert auf die
EIDE-Geräte zuzugreifen verabschiedet sich das xcdroast mit
folgenden Meldungen:

ide-scsi: hdc: unsupported command in request queue (0)
end_request: I/O error dev 16:00 (hdc), sctor 0
ide-scsi: hdd: unsupported command in request queue (0)
end_request: I/O error dev 16:40 (hdc), sctor 0

Bitte wer kann noch weiteres Tips geben.

Pawel

Hier noch Auszug aus:

##### lilo.conf #####
#restricted
append="vga=0x0301 hdc=ide-scsi hdd=ide-scsi"
boot=/dev/fd0
#compact


##### boot.msg #####

Inspecting /boot/System.map-2.2.13
Loaded 8436 symbols from /boot/System.map-2.2.13.
Symbols match kernel version 2.2.13.
No module symbols loaded.
klogd 1.3-3, log source = ksyslog started.
<4>Linux version 2.2.13 (root@Bareis) (gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)) #1 Mon Nov 8 20:35:50 GMT 1999
<4>ide_setup: hdc=ide-scsi
<4>ide_setup: hdd=ide-scsi
<4>Console: colour VGA+ 80x25
<4>Calibrating delay loop... 734.00 BogoMIPS
<4>Memory: 62804k/65536k available (1236k kernel code, 412k reserved, 1024k data, 60k init, 0k bigmem)
<4>DENTRY hash table entries: 8192 (order: 4, 65536 bytes)
<4>Buffer-cache hash table entries: 65536 (order: 6, 262144 bytes)
<4>Page-cache hash table entries: 16384 (order: 4, 65536 bytes)
<5>VFS: Diskquotas version dquot_6.4.0 initialized
<6>Enabling new style K6 write allocation for 64 Mb
<4>CPU: AMD AMD-K6(tm) 3D processor stepping 0c
<6>Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
<6>Checking 'hlt' instruction... OK.
<4>POSIX conformance testing by UNIFIX
<4>mtrr: v1.35a (19990819) Richard Gooch (rgooch@atnf.csiro.au)
<4>PCI: PCI BIOS revision 2.10 entry at 0xfb710
<4>PCI: Using configuration type 1
<4>PCI: Probing PCI hardware
<6>Linux NET4.0 for Linux 2.2
<6>Based upon Swansea University Computer Society NET3.039
<6>NET4: Unix domain sockets 1.0 for Linux NET4.0.
<6>NET4: Linux TCP/IP 1.0 for NET4.0
<6>IP Protocols: ICMP, UDP, TCP, IGMP
<4>Initializing RT netlink socket
<4>Starting kswapd v 1.5
<6>Detected PS/2 Mouse Port.
<4>pty: 256 Unix98 ptys configured
<6>Real Time Clock Driver v1.09
<4>RAM disk driver initialized: 16 RAM disks of 64000K size
<6>loop: registered device at major 7
<6>Uniform Multi-Platform E-IDE driver Revision: 6.20
<4>PIIX4: IDE controller on PCI bus 00 dev 39
<4>PIIX4: not 100% native mode: will probe irqs later
<4> ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:pio, hdb:pio
<4> ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:pio, hdd:pio
<4>hda: IBM-DTTA-350840, ATA DISK drive
<4>hdc: CD-532E-B, ATAPI CDROM drive
<4>hdd: PHILIPS CDD3610 CD-R/RW, ATAPI CDROM drive
<4>ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
<4>ide1 at 0x170-0x177,0x376 on irq 15
<6>hda: IBM-DTTA-350840, 8063MB w/467kB Cache, CHS=1027/255/63
<6>Floppy drive(s): fd0 is 1.44M
<6>FDC 0 is a post-1991 82077
<6>LVM version 0.8i by Heinz Mauelshagen (02/10/1999)
<4>lvm -- Driver successfully initialized
<4>md driver 0.36.6 MAX_MD_DEV=4, MAX_REAL=8
<4>linear personality registered
<4>raid0 personality registered
<4>raid1 personality registered
<4>raid5 personality registered
<4>scsi : 0 hosts.
<4>scsi : detected total.
<4>Partition check:
<4> hda: hda1 hda2 < hda5 hda6 hda7 >
<4>VFS: Mounted root (ext2 filesystem) readonly.
<4>Freeing unused kernel memory: 60k freed
<6>Adding Swap: 136512k swap-space (priority -1)
Kernel logging (ksyslog) stopped.
Kernel log daemon terminating.

##### messages #####
Feb 8 21:27:41 linux kernel: scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Feb 8 21:27:41 linux kernel: scsi : 1 host.
................
Feb 8 21:27:41 linux kernel: scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Feb 8 21:27:41 linux kernel: scsi : 1 host.
Feb 8 21:27:41 linux kernel: Vendor: TEAC Model: CD-532E-B Rev: 1.0A
Feb 8 21:27:41 linux kernel: Type: CD-ROM ANSI SCSI revision: 02
Feb 8 21:27:41 linux kernel
.................
Feb 8 21:27:41 linux kernel: Vendor: PHILIPS Model: CDD3610 CD-R/RW Rev: 3.09Feb 8 21:27:41 linux kernel: Type: CD-ROM ANSI SCSI revision: 02
Feb 8 21:27:41 linux kernel: Detected scsi CD-ROM sr9 at scsi0, channel 0, id 1, lun 1

Locked