From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=DATE_IN_PAST_24_48,DMARC_NONE, INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from hawk.mail.pas.earthlink.net ([207.217.120.22]) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15e7El-0006vF-00 for gentoo-dev@cvs.gentoo.org; Mon, 03 Sep 2001 21:50:55 -0600 Received: from earthlink.net (1Cust243.tnt9.beaverton.or.da.uu.net [63.11.33.243]) by hawk.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id UAA25348 for ; Mon, 3 Sep 2001 20:50:45 -0700 (PDT) Message-ID: <3B944F9E.80503@earthlink.net> From: scott worley User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801 X-Accept-Language: en-us MIME-Version: 1.0 To: gentoo-dev@cvs.gentoo.org Subject: Re: [gentoo-dev] RC6 Boot ISO reports + aic7xxx problem solved! References: <3B93D529.55E89599@gentoo.org> <20010903151708.A20781@cvs.gentoo.org> <3B941B26.5050307@earthlink.net> <20010903183127.D20781@cvs.gentoo.org> <3B943D2C.2050609@earthlink.net> <20010903205224.G20781@cvs.gentoo.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Mon Sep 3 21:51:02 2001 X-Original-Date: Mon, 03 Sep 2001 20:50:54 -0700 X-Archives-Salt: 51b398c9-faa4-49c7-a887-dade6d8818a2 X-Archives-Hash: ab0ad9c9ec38be4bfa3d4e3bdd5d1e23 Daniel Robbins wrote: >On Mon, Sep 03, 2001 at 07:32:12PM -0700, scott worley wrote: > >>>There's no /dev/discs/ directory? >>> >>Daniel, >> >>After loading scsi_mod and aic7xxx, I checked dmesg and all scsi devices >>were found. >> >>There is no entry for /dev/discs and all the >>/dev/scsi/host0/bus0/targetX/lun0's are empty. >> >>I put a modules.conf and modules.devfs into the rescue /etc dir and >>restarted devfsd. Didn't work. Of course, I was guessing. >> > >I really don't think that this is a problem with devfs; more likely it is >a problem with the aic7xxx module, whose responsibility it is to actually >register the devices with devfs. Try: > >cat /proc/scsi/aic7xxx/0 and make sure that the driver sees all your targets. > >cat /proc/scsi/scsi and make sure that your targets show up here too. > >Best Regards, > Daniel, My stupidity! Must load sd_mod.o to get scsi disk support. Everything works when I insmod in this order: scsi_mod, the scsi core sd_mod, scsi HD support sr_mod, scsi CD support aic7xxx, adapter driver Must remember to check modules.dep for dependencies when manually loading a whole subsystem! scott