Code: Select all
...
0001:05:0c.0 IDE interface: Broadcom K2 SATACode: Select all
...
0001:05:0c.0 IDE interface: Broadcom K2 SATAAren't there /dev/hdX devices?mounty1 wrote:but there are still no /dev/sda* devices.
Code: Select all
CONFIG_IDE=yCode: Select all
CONFIG_ATA=yThat was it ! Now fully sdaed ! Thanks also to sebaro who was very patient --- like him, I was looking at blaming udev, especially as a kernel made with make g5_defconfig suffered from the sda problem, so I never thought to look at kernel configuration.krinn wrote:disable this so udev could work properly#CONFIG_SYSFS_DEPRECATED=y
#CONFIG_SYSFS_DEPRECATED_V2=y
I thought so too, but actually it wasn't. http://forums.gentoo.org/viewtopic-t-829329.htmlSorry to waste your time but I thought the other thread had died but suddenly it revived.Mike Hunt wrote:Sounds like udev, do you have it in boot for the old way to boot and in sysinit for openrc?