From owner-freebsd-mobile Sun Jul 22 20:51: 2 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from smtp.ufl.edu (sp28fe.nerdc.ufl.edu [128.227.128.108]) by hub.freebsd.org (Postfix) with ESMTP id 0A31437B405 for ; Sun, 22 Jul 2001 20:50:58 -0700 (PDT) (envelope-from bobj@ufl.edu) Received: from ufl.edu (neti.eng.ufl.edu [128.227.235.15]) by smtp.ufl.edu (8.11.2/8.11.3/2.2.1) with ESMTP id f6N3olv26724; Sun, 22 Jul 2001 23:50:48 -0400 Message-ID: <3B5B9F16.F4B3DF34@ufl.edu> Date: Sun, 22 Jul 2001 23:50:46 -0400 From: Bob Johnson X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: stuart@bh90210.net Cc: freebsd-mobile@freebsd.org Subject: Re: I8K + FreeBSD (4.3): newbie questions References: <9jfqm2+4gl8@eGroups.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org stuart@bh90210.net wrote: > > Listmembers: > > okay, I am sure some of these questions are in the manual, and I am > trying to find a pdf version of the handbook. > As explained in the first paragraph of the Handbook, you can find it on the FreeBSD FTP server: ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/en_US.ISO8859-1/books/handbook/ > However, I am also looking for personal experience and caveats, so > please, dont just say read the manual. > Why not? That's where the answers to almost all of your questions are. > Hardware: > > Dell Inspiron 8000 Laptop > 1600x1200 LCD, ATI M4 Card, 512MB of RAM, 32GB HD, LS120, CD-RW/DVD > 1394, Actiontec 56K modem (built in), Intel Ethernet (builtin) > > a) How do I mount a floppy disk in FreeBSD? mount_msdos /dev/fd0 /mnt would be one way to do it, although you'll want to set up an entry in /etc/fstab to simplify things. Or set up the amd daemon to make it happen automatically. The man pages will help in either case. > b) Where do kernel configuration files go? > c) How do I build a new kernel? Both of these are explained in extreme detail in the Handbook. > d) What filesystems does FreeBSD honor? Ext2? ReiserFS? Ext3? UFS is the "normal" filesystem for BSD systems. I also use it with FAT32 and NTFS (although I use NTFS read-only as a precaution). I believe it supports Ext2, but not ReiserFS and probably not Ext3. > e) I cant get "X11" to come up at all, what should /usr/X11R6/bin/X > be symbolically linked to for an ATI M4 card? > f) once I do that, any other things to check (other than using a good > XF86config file)? > g) I tried xf86setup and such, got nowhere being clueless what > choices to accept! I've had the best luck by first trying to get 640x480 working, and then using the working XF86Config as a starting point to get higher resolutions working. In general, you want to get X working correctly BEFORE you add additional accounts to your system. Any accounts you add before X is working won't have correct X configurations, and you'll have to manually fix them. XFree86 is the same on Linux and FreeBSD, so depending on what problems you are encountering, some of the many on-line tutorials may help. The Complete FreeBSD (a hardcopy book) has a very good chapter on getting X working, although some of the details are dated. > > I am very excited about getting FreeBSD working on my I8K, as I just > copied all my files from my SunOS 4.1.4 machine to Linux (for > preservational purposes), and hope to get FreeBSD up as a replacement. > > Incidently, I am curious how well (or if at all) FreeBSD performs on > a SPARC machine? At the present time, it doesn't. If you want to run BSD on a SPARC, NetBSD is probably the system you want. http://www.netbsd.org OpenBSD may also support SPARC. > > Dont laugh....But, what if I had: > > An IPC - right now with 12MB, but I plan to get (if I can find them) > 12 4MB SIMMS (32 pin!), and pump it up to 48MB. I also have a SPARC > 2, which I might use instead of the IPC (thus needing more 4MB > SIMMS). I want to run a current and mainted OS on it, and I am not so > partial to SuSE Linux, and RH has basically dropped support for RH > Sparc. Besides, I think it ought to be a law that SPARC 2s ought not > run anything but a BSD based OS!?! > > Of course I do live in California, so hopefully the ram will be > locatable. > > Does anyone know of a controller board that will convert an IDE drive > to be used with SCSI? I heard someone had one. > > Any advice will be well appreciated. Thank you all in advance. Post questions that are not specific to laptop operation to freebsd-questions. They will get more exposure there, so you will have a better chance of hitting someone who knows the answer. > > Stuart > Beverly Hills, Ca > USA - Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message