View previous topic :: View next topic |
Author |
Message |
basicasm n00b
Joined: 02 Oct 2007 Posts: 4
|
Posted: Tue Oct 23, 2007 5:29 am Post subject: linux-2.6.22-gentoo-r8 no sata devices |
|
|
I used genkernel to compile the kernel. When I boot the new kernel I get a failure stating that /dev/sdb3 doesn't exist. Sure enough ls /dev/sd* or any other variation reports that there are no sata devices at all. I have done some searching in the forums and found this problem on intel boards and asus boards. My ECS board has the nvidia chipset on it. I really don't know what else to do from here. |
|
Back to top |
|
|
Sleipnir Guru
Joined: 20 Sep 2005 Posts: 372 Location: Germany
|
Posted: Tue Oct 23, 2007 7:19 am Post subject: |
|
|
With a very high probability you missed to add your sata controller in
the kernel config. Change to /usr/src/linux, issue
Code: |
grep -i sata_nv .config
|
and you should see something like
Code: |
CONFIG_SCSI_SATA_NV=y
|
If this is not the case try make menuconfig and take a look at
the driver section. Have no possibility to test it here right now to give
you the exact menu-sequence. _________________ A)bort, R)etry, I)nfluence with large hammer. |
|
Back to top |
|
|
|