From owner-freebsd-bugs Tue Nov 10 15:17:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03183 for freebsd-bugs-outgoing; Tue, 10 Nov 1998 15:17:36 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from shemp.stooges.stac.state.tx.us (shemp.stooges.stac.state.tx.us [141.198.236.77]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03176 for ; Tue, 10 Nov 1998 15:17:33 -0800 (PST) (envelope-from stu@shemp.stooges.stac.state.tx.us) Received: from localhost (stu@localhost) by shemp.stooges.stac.state.tx.us (8.7.5/8.7.3) with SMTP id RAA03203; Tue, 10 Nov 1998 17:19:02 -0600 (CST) Date: Tue, 10 Nov 1998 17:19:00 -0600 (CST) From: stuart nichols To: junichi@jp.FreeBSD.org cc: bugs@FreeBSD.ORG Subject: wfd driver does not function for me. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am running 3.0-RELEASE and cannot get the LS-120 driver to work for me. I cannot put a BSD filesystem on the drive, even tho I am following the manpages. This is a dual-boot machine, and the drive does seem to work OK with Win98, but I can't get it to do much of anything for me under FreeBSD. The LS-120 drive is configured as the master on the second IDE controller. Here is a script, with comments, of what I am trying to do: Script started on Tue Nov 10 13:48:12 1998 takakazu# Here are the appropriate boot lines from /var/log/messages: takakazu# tail -32 /var/log/messages | head -15 Nov 10 13:45:56 takakazu /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Nov 10 13:45:56 takakazu /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa Nov 10 13:45:56 takakazu /kernel: wdc0: unit 0 (wd0): Nov 10 13:45:56 takakazu /kernel: wd0: 4134MB (8467200 sectors), 8960 cyls, 15 heads, 63 S/T, 512 B/S Nov 10 13:45:56 takakazu /kernel: wdc0: unit 1 (atapi): , removable, intr, dma, iordis Nov 10 13:45:56 takakazu /kernel: wcd0: 0/6187Kb/sec, 128Kb cache, audio play, 255 volume levels, ejectable tray Nov 10 13:45:56 takakazu /kernel: wcd0: 120mm data disc loaded, unlocked Nov 10 13:45:56 takakazu /kernel: wdc1 at 0x170-0x177 irq 15 on isa Nov 10 13:45:56 takakazu /kernel: wdc1: unit 0 (atapi): , removable, iordy Nov 10 13:45:56 takakazu /kernel: wfd0: 120MB floppy disk loaded Nov 10 13:45:56 takakazu /kernel: wfd0: 963 cyls, 8 heads, 32 S/T, 512 B/S Nov 10 13:45:56 takakazu /kernel: wt0 not found at 0x300 Nov 10 13:45:56 takakazu /kernel: mcd0 not found at 0x300 Nov 10 13:45:56 takakazu /kernel: matcdc0 not found at 0x230 takakazu# The state of the filesystems, to show that we haven't maxed-out anything: takakazu# df -k Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd0s2a 79359 17460 55551 24% / /dev/wd0s2d 229566 1 211200 0% /export /dev/wd0s2f 127023 13 116849 0% /home /dev/wd0s2g 349343 240089 81307 75% /usr /dev/wd0s2h 190543 1 175299 0% /usr/local /dev/wd0s2e 127023 833 116029 1% /var /dev/wd0s1 2958160 559104 2399056 19% /win98 procfs 4 4 0 100% /proc takakazu# Now let's try the commands from the man pages: takakazu# dd if=/dev/zero of=/dev/wfd0 count=16 dd: /dev/wfd0: Input/output error takakazu# takakazu# disklabel -rw wfd0 fd120m disklabel: /dev/rwfd0c: Input/output error takakazu# This next command is incorrect in the man page. It says "rfd0a" there, but that doesn't make sense. I used rwfd0a instead. takakazu# takakazu# newfs /dev/rwfd0a newfs: /dev/rwfd0a: Input/output error takakazu# takakazu# exit takakazu# exit Script done on Tue Nov 10 13:58:06 1998 ****** I'll try things out for you and/or supply more info for you as needed. stu stu@stooges.stac.state.tx.us To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message