From owner-freebsd-questions@FreeBSD.ORG Mon Aug 4 06:47:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC46B37B401 for ; Mon, 4 Aug 2003 06:47:18 -0700 (PDT) Received: from cmailm3.svr.pol.co.uk (cmailm3.svr.pol.co.uk [195.92.193.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5794243FCB for ; Mon, 4 Aug 2003 06:47:17 -0700 (PDT) (envelope-from markie@notwentytwo.freeserve.co.uk) Received: from modem-2954.elephant.dialup.pol.co.uk ([217.134.251.138] helo=ape) by cmailm3.svr.pol.co.uk with smtp (Exim 4.14) id 19jfg4-0007Yk-39; Mon, 04 Aug 2003 14:47:12 +0100 Message-ID: <000d01c35a8f$082ee4e0$e400a8c0@ape> From: "Markie" To: "Stefan Malte Schumacher" , References: <20030804122037.GA6784@drachenhorst.fantasy.net> Date: Mon, 4 Aug 2003 14:47:39 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: Re: Bash / Promise Controller X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2003 13:47:19 -0000 ----- Original Message ----- From: "Stefan Malte Schumacher" To: Sent: Monday, August 04, 2003 1:20 PM Subject: Bash / Promise Controller > > I am new to Freebsd and have some questions concerning the settings of the > bash shell under FreeBSD and the Kernel Configuration. > > 1. I have been using the bash under linux for years and I would like to > configure in such a way under freebsd that it resembles my linux-settings as > close as possible. I have already installed the bash as default shell, but I > am stilg some things. I wolike ike to have colored ls-output and in jed > nothing seems to be working. I cant acess the Menu with Alt+Key, Backspace > does not work and I cant scroll down with page up /down. I also would like > to be able to browse for example ls output with Shift-Page-Up/Down. How can > I achive this ? I have just noticed another weird phenomen : When I use jed > via ssh arrow key down scrolls down until jed itselfs vanished in the upper > part of the screen. > > > 2. > I am currently creating a custom kernel config. ( I have read the manual in > the handbook). But I still have some questions : What is with the modules ? > Are options I comment out in the kernel automatically compiled as modules ? > And does the GENERIC-File include all the possible kernel options ? I am a > bit confused because I have not found an option for my Promise 133TX2. > The Standard-Kernel recognizes it just fine. I also did not find even > limited choices for sound card support. > > Thanks in Advance Hi, I'm not sure about your first question but in answer to your second questions... modules are built for every device by default, not just devices which don't exist in your kernel config. As for your second question, no :) GENERIC is just the config file for the GENERIC kernel, you will need to look at LINT in the kernel config directory for all available options (/usr/src/sys/i386/conf/LINT), if you're using 5.x I think you have to do `make LINT` from /usr/src/sys/i386/ in order to get this file? Hope that clears things up a bit. I'm sure someone here will know the answers to your first questions :) Markie