From owner-freebsd-questions Sat Apr 15 12:36:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from antares.milkyway.org (SOL.MILKYWAY.ORG [205.241.194.17]) by hub.freebsd.org (Postfix) with ESMTP id BAFA537B5AE for ; Sat, 15 Apr 2000 12:36:24 -0700 (PDT) (envelope-from toby@antares.milkyway.org) Received: from rigel.milkyway.org (rigel.milkyway.org [205.241.194.19]) by antares.milkyway.org (8.9.3/8.9.3) with SMTP id PAA83557; Sat, 15 Apr 2000 15:40:06 -0400 (EDT) (envelope-from toby@antares.milkyway.org) Received: by rigel.milkyway.org with Microsoft Mail id <01BFA6EF.EF015620@rigel.milkyway.org>; Sat, 15 Apr 2000 15:33:22 -0400 Message-ID: <01BFA6EF.EF015620@rigel.milkyway.org> From: Toby Swanson To: "'Dan Nelson'" Cc: "'freebsd-questions@freebsd.org'" , "'toby@milkyway.org'" Subject: RE: tape drive not working Date: Sat, 15 Apr 2000 15:33:21 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There is a /modules/cd9660.ko file. I tried the make anyway and received this message. make: don't know how to make obj. Stop A tape is in the drive. It moves the tape back and forth when a tape is inserted and during boot up. In the last episode (Apr 15), Toby Swanson said: > Running FBSD 3.3 on a Pentium 133, 32 Mb RAM, 2 IDE drives (primary > and secondary masters), CD-ROM reader (secondary slave), Adaptec > 1542C (id 7), HP T4000 tape drive (id 5), Seagate ST31200N 1 GB drive > (id 6). > > I moved my hard drives and tape drives from a 486 motherboard (MB) to > a Pentium MB. Everything else stayed the same except I moved the > CD-ROM reader from primary slave to secondary slave. All equipment > is found during boot up. Everything works as before with the 2 > exceptions below. When trying to mount a CD I get an error of; > > cd9660: vfsload(cd9660); No such file or directory Check to see if you have a /modules/cd9660.so file. If not, cd into /sys/modules/cd9660 and do "make obj && make depend && make && make install" > When I try to use the tape drive or check its status I get; > > mt: /dev/nrsa0: Device not configured That's probably because there isn't a tape in the drive. The error string is misleading. According to the errno manpage, it should really read: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message