From owner-freebsd-questions Sun Sep 15 21:06:08 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA08546 for questions-outgoing; Sun, 15 Sep 1996 21:06:08 -0700 (PDT) Received: from atlantis.nconnect.net (root@atlantis.nconnect.net [206.54.227.6]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA08540 for ; Sun, 15 Sep 1996 21:06:04 -0700 (PDT) Received: from arabian.astrolab (dial207.nconnect.net [206.54.227.207]) by atlantis.nconnect.net (8.7.3/8.7.3) with SMTP id WAA09116; Sun, 15 Sep 1996 22:59:30 -0500 (CDT) Message-ID: X-Mailer: XFMail 0.4 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <1.5.4.32.19950916021440.0066bd64@pop3.concentric.net> Date: Sun, 15 Sep 1996 22:28:04 -0500 (CDT) Organization: Computer Specialists / Astrolab Development From: Randy DuCharme To: David Meyer Subject: RE: Com ports, ethernet, and all those hardware goodies Cc: questions@freebsd.org Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On 16-Sep-95 David Meyer wrote: >>1) In FreeBSD 2.1.5, the /dev/ directory doesn't seem to have all the >devices I need. It doesn't have any of the SIOx (com ports) and I can't find >my Ethernet Card. I know that when it boots up it mentions the Ethernet Card >but I can't seem to find it.> You can make devices you don't have. Change to the /dev directory, and do a ./MAKEDEV xxx ( where xxx is the device name). See the handbook ( /usr/share/doc/handbook/handbook/html or www.freebsd.org/handbook/handbook.html ) or the excellent book "Installing and Running FreeBSD" about making devices, and building a custom kernel. >2) Can I use all of my four com ports?? Is that supported? Works for me! You need a kernel with support for all hardware and NO DEVICE CONFLICTS. >3) How do I setup my printers on both my LPT ports??> Same as above. See the handbook, or other fine book on Unix administration for details on setting up your /etc/printcap and simple filters. >4) How do I get FreeBSD unix to shutdown correctly? shutdown -h now will halt the machine shutdown -r +5 will reboot in 5 minutes. see the man pages (man shutdown) for all the details >5) I downloaded Apache-1.1.1.tgz from a non unix computer and brought the >file over to the UNIX computer. I did the TAR -XZF apache-1.1.1.tgz and it >uncompressed it now how do I set it up?? Through /stand/sysinstall?? What >settings do I use? I use "pkg_add" or "pkg_manage" for packages. Ports need to be built with "make install". >6) With a DOS Emulator for Unix will I be able to play video games like >Duke3d or Doom? >If I can and I want to do a network game will that work?? Don't know about this one... never tried. Would never want to. You may want to check out the Linux port of Doom and set that up. >A response would be appreciated, Thank You > Skynet1@Cris.com