Date: Wed, 15 May 1996 10:14:14 -0700 From: Doug White <dwhite@riley-net170-164.uoregon.edu> To: Paul Hsu <support@cdrom.com> Cc: questions@freebsd.org Subject: Re: Question about the IDE CDROM support in FreeBSD (fwd) Message-ID: <199605151714.KAA14738@riley-net170-164.uoregon.edu> In-Reply-To: Your message of "Mon, 13 May 1996 13:18:34 PDT." <Pine.BSI.3.93.960513131821.1770A-100000@mother.cdrom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605151714.KAA14738>