Date: Sat, 24 May 1997 11:55:32 -0500 (CDT) From: Yaning Wang <yaning@shell.dave-world.net> To: freebsd-questions@FreeBSD.ORG Subject: Still can not mount Matsushita/Panasonic CDROM Message-ID: <199705241655.LAA02856@shell.dave-world.net>
next in thread | raw e-mail | index | archive | help
FreeBSD Friends; Even with many helpful advices and many additional tries, including recompiled the kernel, I still can not mount my CDROM. ================================================================================ My machine: Packard Bell Legend 100CD, Pentium 60 Matshita CDROM/Panasonic Drive CR-563, to a soundcard (I understand, this is a none-SCSI, none-IDE interface) HD1 Western Digital 2500RTL, 2.5G (800M/1700M for FreeBSD/Win95) HD2 Seagate ST3491A, 420M (100M/320M for FreeBSD/Win95) RAM 24M ================================================================================ Each time when I tried to mount CDROM (mount /cdrom), the message: cd9660: /dev/matcd0a: Device not configured (matcd0a is the device specified in fstab file) In order for you friends to diagonize my problem, I have included the kernel configuration file and part of message log file at the end. Please help. Some additional information: 1. During the bootup and in the kernel compilation, several message like calcru: negative time: -(some number here) usec will pop out. I do not know what it means. It seems to cause no consequences. 2. /dev/matcd0a has a size 0, even after I tried # sh MAKEDEV matcd0; in /dev. If I tried # sh MAKEDEV matcd0a; it said: bad unit for disk in matcd0a. 3. When I copy file to floppy (msdos), FreeBSD always appends a ^M at the end of each line. How to get rid of it. Thank you all very much! (kernel configuration, all comments have been removed to reduce the size) =============================================================================== machine "i386" cpu "I386_CPU" cpu "I486_CPU" cpu "I586_CPU" ident WANG maxusers 4 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options MFS #Memory File System options KTRACE #kernel tracing config kernel root on wd0 controller isa0 controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller matcd0 at isa? port 0x230 bio device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector psmintr pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's pseudo-device speaker (message log) ===================================================================== May 24 01:09:54 myname /kernel: Copyright (c) 1992-1996 FreeBSD Inc. May 24 01:09:54 myname /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 May 24 01:09:54 myname /kernel: The Regents of the University of California. All rights reserved. May 24 01:09:54 myname /kernel: May 24 01:09:54 myname /kernel: FreeBSD 2.2.1-RELEASE #0: Sat May 24 01:07:35 CDT 1997 May 24 01:09:54 myname /kernel: root@myname.my.domain:/usr/src/sys/compile/WANG May 24 01:09:55 myname /kernel: CPU: Pentium (60.14-MHz 586-class CPU) May 24 01:09:55 myname /kernel: Origin = "GenuineIntel" Id = 0x517 Stepping=7 May 24 01:09:55 myname /kernel: Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8> May 24 01:09:55 myname /kernel: real memory = 25165824 (24576K bytes) May 24 01:09:55 myname /kernel: avail memory = 22761472 (22228K bytes) May 24 01:09:55 myname /kernel: Probing for devices on PCI bus 0: May 24 01:09:55 myname /kernel: chip0 <Intel 82434LX (Mercury) PCI cache memory controller> rev 3 on pci0:0 May 24 01:09:55 myname /kernel: pci0:1: CMD, device=0x0640, class=storage (ide) int a irq 14 [no driver assigned] May 24 01:09:55 myname /kernel: chip1 <Intel 82378ZB PCI-ISA bridge> rev 3 on pci0:2 May 24 01:09:55 myname /kernel: vga0 <VGA-compatible display device> rev 142 int a irq 11 on pci0:3 May 24 01:09:55 myname /kernel: Probing for devices on the ISA bus: May 24 01:09:55 myname /kernel: vt0 at 0x60-0x6f irq 1 on motherboard May 24 01:09:55 myname /kernel: vt0: generic, 80/132 col, color, 8 scr, mf2-kbd, [R3.20-b24] May 24 01:09:55 myname /kernel: sio0 at 0x3f8-0x3ff irq 4 on isa May 24 01:09:55 myname /kernel: sio0: type 16550A May 24 01:09:55 myname /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa May 24 01:09:55 myname /kernel: sio1: type 16550A May 24 01:09:56 myname /kernel: sio2: disabled, not probed. May 24 01:09:56 myname /kernel: sio3: disabled, not probed. May 24 01:09:56 myname /kernel: psm0: disabled, not probed. May 24 01:09:56 myname /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa May 24 01:09:56 myname /kernel: fdc0: NEC 72065B May 24 01:09:56 myname /kernel: fd0: 1.44MB 3.5in May 24 01:09:56 myname /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa May 24 01:09:56 myname /kernel: wdc0: unit 0 (wd0): <ST3491A-XR> May 24 01:09:56 myname /kernel: wd0: 408MB (836070 sectors), 899 cyls, 15 heads, 62 S/T, 512 B/S May 24 01:09:56 myname /kernel: wdc0: unit 1 (wd1): <WDC AC22500L> May 24 01:09:56 myname /kernel: wd1: 2441MB (4999680 sectors), 4960 cyls, 16 heads, 63 S/T, 512 B/S May 24 01:09:56 myname /kernel: matcdc0 not found at 0x230 May 24 01:09:56 myname /kernel: npx0 on motherboard May 24 01:09:56 myname /kernel: npx0: INT 16 interface May 24 01:09:59 myname lpd[100]: restarted May 24 01:10:09 myname login: ROOT LOGIN (root) ON ttyv0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705241655.LAA02856>