From owner-freebsd-questions Wed May 15 10:11:48 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA05337 for questions-outgoing; Wed, 15 May 1996 10:11:48 -0700 (PDT) Received: from riley-net170-164.uoregon.edu (riley-net170-164.uoregon.edu [128.223.170.164]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA05330 for ; Wed, 15 May 1996 10:11:42 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by riley-net170-164.uoregon.edu (8.6.12/8.6.12) with SMTP id KAA14738; Wed, 15 May 1996 10:14:19 -0700 Message-Id: <199605151714.KAA14738@riley-net170-164.uoregon.edu> X-Authentication-Warning: riley-net170-164.uoregon.edu: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6.4 10/10/95 To: Paul Hsu cc: questions@freebsd.org Subject: Re: Question about the IDE CDROM support in FreeBSD (fwd) In-reply-to: Your message of "Mon, 13 May 1996 13:18:34 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 15 May 1996 10:14:14 -0700 From: Doug White Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > My PC has an IDE CD-ROM. I added following statements in my config file and > rebuild a kernel. > controller wcd0 at isa? port *IO_WD2* bio irq 15 vector wdintr > > But build failed with the following messages at final stage. > > loading kernel > ioconf.o Undefined symbol *_wcddriver* referenced data segment. > > [Question 1] > What shall I do to remove this error? Did you include "options ATAPI" as well? Look in the LINT configuration file. # # Options for `wdc': # # ATAPI enables the support for ATAPI-compatible IDE devices # options ATAPI #Enable ATAPI support for IDE bus # IDE CD-ROM driver - requires wdc controller and ATAPI option device wcd0 > I tried to install lynx to read FAQ to solve above problem. But pkg_add command > failed with following message. > > pkg_add cannot find "/msdos/packages/all/lynx-2.4.2.tgz". > (I could not use my CD-ROM drive under FreeBSD. So, I copied all > directory/files from CDROM to MSDOS partition and mount it by > mount_msdos command.) The system expects the filenames to be of the proper format. MSDOS filename limitations munge the name so it can't find it properly. Copy the package over to your FreeBSD partition, rename to 'lynx-2.4.2.tgz', and run 'pkg_add lynx-2.4.2.tgz'. That should add it in. Note there is an "freebsd-faq.ascii" that can be viewed with more in /usr/share/doc/FAQ. The most current FAQ can be retrieved from the FreeBSD web site at http://www.freebsd.org. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major