Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] detecting SATA HD
Date: Mon, 14 Nov 2005 04:59:25
Message-Id: 20051114045511.GA16667@waltdnes.org
In Reply to: [gentoo-user] detecting SATA HD by maxim wexler
1 On Sun, Nov 13, 2005 at 12:01:09PM -0800, maxim wexler wrote
2 > Hello everybody,
3 >
4 > As a followup to my "ghosting" post, the SATA drive is
5 > now in place. BIOS detects it as third master. A boot
6 > CD finds it and assigns /dev/sda to it.
7 >
8 > But gentoo can't find it.
9
10 I had a similar problem when I got my current machine last summer.
11 here's how to solve it...
12
13 1) boot from the Gentoo CD
14
15 2) execute "lsmod". This lists all the modules that the kernel has
16 loaded. One of them is running the drive. If you get desparate, build
17 each module into your kernel, one at a time, until you find what works.
18
19 3) execute "lspci -v". The listing *FOR THE DRIVE* (as well as the
20 controller) may show what module it wants. Compile that into the
21 kernel.
22
23 --
24 Walter Dnes <waltdnes@××××××××.org> In linux /sbin/init is Job #1
25 My musings on technology and security at http://tech_sec.blog.ca
26 --
27 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] detecting SATA HD maxim wexler <blissfix@×××××.com>