1
coffeecat 2015-09-13 11:05:29 +08:00
如果有挂载其他硬盘,改编译选项 /dev/sda 为 /dev/sdb 看看,或者单独挂载 cf 卡
另外查查 ata_piix 的 dependent ,全部编译进去就行 |
3
coffeecat 2015-09-13 13:36:42 +08:00
@debiansid
# # Kernel modules # # # Block Devices # # CONFIG_PACKAGE_kmod-aoe is not set CONFIG_PACKAGE_kmod-ata-core=y CONFIG_PACKAGE_kmod-ata-ahci=y # CONFIG_PACKAGE_kmod-ata-artop is not set # CONFIG_PACKAGE_kmod-ata-marvell-sata is not set # CONFIG_PACKAGE_kmod-ata-nvidia-sata is not set # CONFIG_PACKAGE_kmod-ata-pdc202xx-old is not set # CONFIG_PACKAGE_kmod-ata-piix is not set # CONFIG_PACKAGE_kmod-ata-sil is not set # CONFIG_PACKAGE_kmod-ata-sil24 is not set # CONFIG_PACKAGE_kmod-ata-via-sata is not set # CONFIG_PACKAGE_kmod-block2mtd is not set # CONFIG_PACKAGE_kmod-dm is not set # CONFIG_PACKAGE_kmod-ide-core is not set # CONFIG_PACKAGE_kmod-libsas is not set CONFIG_PACKAGE_kmod-loop=y # CONFIG_PACKAGE_kmod-md-mod is not set # CONFIG_PACKAGE_kmod-mvsas is not set # CONFIG_PACKAGE_kmod-nbd is not set # CONFIG_PACKAGE_kmod-pata-cs5535 is not set # CONFIG_PACKAGE_kmod-pata-cs5536 is not set # CONFIG_PACKAGE_kmod-scsi-cdrom is not set CONFIG_PACKAGE_kmod-scsi-core=y CONFIG_PACKAGE_kmod-scsi-generic=y |
5
debiansid OP root@openwrt-x86:/# df -h
Filesystem Size Used Available Use% Mounted on rootfs 46.5M 32.4M 13.1M 71% / /dev/root 46.5M 32.4M 13.1M 71% / tmpfs 998.7M 2.3M 996.4M 0% /tmp tmpfs 512.0K 0 512.0K 0% /dev 先用 trunk 先顶住,看看怎么解决这个问题吧 |
6
debiansid OP 问题应该是自己编译的内核没有 sata 驱动,且不能作为模块编译,今天再试试
|