Here is my dmesg output: Linux version 2.2.2 ([EMAIL PROTECTED]) (gcc version 2.7.2.3) #50 Sun Feb 28 19:42:41 PST 1999 Detected 266618583 Hz processor. Console: colour VGA+ 80x25 Calibrating delay loop... 266.24 BogoMIPS Memory: 387708k/393216k available (968k kernel code, 408k reserved, 4072k data, 60k init) VFS: Diskquotas version dquot_6.4.0 initialized CPU: Intel Pentium II (Klamath) stepping 04 Checking 386/387 coupling... OK, FPU using exception 16 error reporting. Checking 'hlt' instruction... OK. POSIX conformance testing by UNIFIX mtrr: v1.26 (19981001) Richard Gooch ([EMAIL PROTECTED]) PCI: PCI BIOS revision 2.10 entry at 0xfd9cc PCI: Using configuration type 1 PCI: Probing PCI hardware Linux NET4.0 for Linux 2.2 Based upon Swansea University Computer Society NET3.039 NET4: Unix domain sockets 1.0 for Linux NET4.0. NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP Starting kswapd v 1.5 parport0: PC-style at 0x378 [SPP,ECP,ECPEPP,ECPPS2] parport0: Printer, Hewlett-Packard HP LaserJet 6L Detected PS/2 Mouse Port. Serial driver version 4.27 with no serial options enabled ttyS00 at 0x03f8 (irq = 4) is a 16550A ttyS01 at 0x02f8 (irq = 3) is a 16550A pty: 256 Unix98 ptys configured lp0: using parport0 (polling). apm: BIOS version 1.2 Flags 0x03 (Driver version 1.9) PIIX4: IDE controller on PCI bus 00 dev 39 PIIX4: not 100% native mode: will probe irqs later ide0: BM-DMA at 0xfc90-0xfc97, BIOS settings: hda:DMA, hdb:pio ide1: BM-DMA at 0xfc98-0xfc9f, BIOS settings: hdc:DMA, hdd:DMA hda: Maxtor 86480D6, ATA DISK drive hdc: NEC CD-ROM DRIVE:28B, ATAPI CDROM drive hdd: no response (status = 0xd0), resetting drive hdd: HP CD-Writer+ 7200, ATAPI CDROM drive ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 ide1 at 0x170-0x177,0x376 on irq 15 hda: Maxtor 86480D6, 6149MB w/256kB Cache, CHS=784/255/63, UDMA Floppy drive(s): fd0 is 1.44M FDC 0 is a National Semiconductor PC87306 scsi0 : SCSI host adapter emulation for IDE ATAPI devices scsi : 1 host. Vendor: NEC Model: CD-ROM DRIVE:28B Rev: 3.05 Type: CD-ROM ANSI SCSI revision: 02 Vendor: HP Model: CD-Writer+ 7200 Rev: 3.01 Type: CD-ROM ANSI SCSI revision: 02 scsi : detected total. PPP: version 2.3.3 (demand dialling) TCP compression code copyright 1989 Regents of the University of California PPP line discipline registered. tulip.c:v0.89H 5/23/98 [EMAIL PROTECTED] eth0: Lite-On 82c168 PNIC at 0xf800, 00 a0 cc 3b f6 96, IRQ 9. eth0: MII transceiver found at MDIO address 1, config 1000 status 782d. eth0: Advertising 01e1 on PHY 1, previously advertising 01e1. Partition check: hda: hda1 hda2 hda3 hda4 VFS: Mounted root (ext2 filesystem) readonly. Freeing unused kernel memory: 60k freed Adding Swap: 130748k swap-space (priority -1) SoftOSS driver Copyright (C) by Hannu Savolainen 1993-1997 TIOCSER?WILD ioctl obsolete, ignored. TIOCSER?WILD ioctl obsolete, ignored. eth0: Changing PNIC configuration to half-duplex, CSR6 812e0000. registered device ppp0 PPP BSD Compression module registered PPP Deflate Compression module registered VFS: Disk change detected on device ide1(22,0) ide-scsi: hdc: unsupported command in request queue (0) end_request: I/O error, dev 16:00 (hdc), sector 64 isofs_read_super: bread failed, dev=16:00, iso_blknum=16, block=32
I hope this helps... NatePuri Certified Law Student & Debian GNU/Linux Monk McGeorge School of Law [EMAIL PROTECTED] http://ompages.com On Mon, 1 Mar 1999, Paul Nathan Puri wrote: > Is this showing up in the same thread? I'm using reply in PINE. > > As to my compile, I unselected ide-cdrom. There is only scsi emulation > and generic scsi compiled in as to cdroms. My kernel version is 2.2.2. > > What option is ide-scsi? Is it scsi emulation? > > Here is what kern.log showed when I booted: > > Mar 1 02:23:03 office kernel: Kernel logging (proc) stopped. > Mar 1 02:23:03 office kernel: Kernel log daemon terminating. > > I don't know what dmsg is. > > NatePuri > Certified Law Student > & Debian GNU/Linux Monk > McGeorge School of Law > [EMAIL PROTECTED] > http://ompages.com > > On Mon, 1 Mar 1999, Alexander Stavitsky wrote: > > > On Sun, Feb 28, 1999 at 10:45:29PM -0800, Paul Nathan Puri wrote: > > > > > When I mount /dev/hdd I get: > > > office:~# mount -t iso9660 /dev/hdd /cdrom > > > ide-scsi: hdd: unsupported command in request queue (0) > > > end_request: I/O error, dev 16:40 (hdd), sector 64 > > > isofs_read_super: bread failed, dev=16:40, iso_blknum=16, block=32 > > > mount: wrong fs type, bad option, bad superblock on /dev/hdd, > > > or too many mounted file systems > > > > [snip] > > > > What is your kernel version? > > How did you compile it -- if you have selected both ide-cd and ide-scsi, > > ide-cd is used. I do not think it's a good idea to compile both in. > > If you really need it - compile both as modules and load/unload them > > when you want to switch between ide-scsi emulation to plain ide-cd. > > > > Please show the part of dmesg output or kern.log showing the detection > > of the cd drives. > > > > This is strange: > > > office:~# mount -t iso9660 /dev/hdd /cdrom > > > ide-scsi: hdd: unsupported command in request queue (0) > > > > On my computer with ide-scsi compiled in the result is: > > > > eagle:/$ sudo mount /dev/hdc /mnt > > /dev/hdc: Input/output error > > mount: you must specify the filesystem type > > > > > > Also please use the reply feature to keep your messages in the same thread. > > > > > > -- > > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > > > > > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > >