|

楼主 |
发表于 2009-6-23 17:33:19
|
显示全部楼层
Post by struq;2000562
如果不是sata硬盘应该不需要sata驱动的,可能是别的地方的问题,用lsmod可以看加载了哪些驱动
配置内核时如果选编译到内核就不会生成相应模块了
而且如果必要驱动都在内核里就不需要initrd了
那就请你再帮忙看一下这个lsmod有没有加载使用sata的驱动或是什么解决了问题,还有一点很有趣的,这个2.6.30内核几天前编译后显示的是2.6.30-4,而昨天编译后显示的是2.6.30-9,难道这个内核像一些win下的病毒一样有自行更新能力。
# lsmod
Module Size Used by
ip6t_LOG 5036 7
xt_tcpudp 2732 2
xt_pkttype 1564 3
ipt_LOG 4988 8
xt_limit 2200 15
binfmt_misc 6980 1
snd_pcm_oss 38128 0
snd_mixer_oss 14068 1 snd_pcm_oss
snd_seq 47976 0
snd_seq_device 6812 1 snd_seq
af_packet 14988 0
ip6t_REJECT 3340 3
nf_conntrack_ipv6 11312 4
ip6table_raw 1940 1
xt_NOTRACK 1548 4
ipt_REJECT 2692 3
xt_state 1980 8
iptable_raw 1952 1
iptable_filter 2464 1
ip6table_mangle 2392 0
nf_conntrack_netbios_ns 2296 0
nf_conntrack_ipv4 7508 4
nf_conntrack 55476 5 nf_conntrack_ipv6,xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
nf_defrag_ipv4 1872 1 nf_conntrack_ipv4
ip_tables 9896 2 iptable_raw,iptable_filter
ip6table_filter 2380 1
ip6_tables 11032 4 ip6t_LOG,ip6table_raw,ip6table_mangle,ip6table_filter
x_tables 14200 11 ip6t_LOG,xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,ip6t_REJECT,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
ipv6 212224 27 ip6t_REJECT,nf_conntrack_ipv6,ip6table_mangle
nls_iso8859_1 3872 2
nls_cp437 5524 2
vfat 9248 2
fat 42768 1 vfat
fuse 46792 5
sg 25392 0
sd_mod 28992 2
crc_t10dif 1816 1 sd_mod
loop 13488 0
dm_mod 49504 0
snd_intel8x0 27400 3
snd_ac97_codec 94272 1 snd_intel8x0
ac97_bus 1668 1 snd_ac97_codec
snd_pcm 66612 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
ppdev 6420 0
rtc_cmos 9408 0
snd_timer 18632 2 snd_seq,snd_pcm
ns558 4396 0
parport_pc 33232 0
rtc_core 15712 1 rtc_cmos
sis900 18000 0
snd 54780 14 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
gameport 10216 2 ns558
sis_agp 6840 1
pcspkr 2288 0
usb_storage 48676 1
soundcore 6144 1 snd
parport 30932 2 ppdev,parport_pc
rtc_lib 2820 1 rtc_core
button 5548 0
i2c_sis96x 3892 0
mii 4900 1 sis900
floppy 47460 0
ide_cd_mod 24664 0
snd_page_alloc 8336 2 snd_intel8x0,snd_pcm
agpgart 31052 1 sis_agp
i2c_core 21012 1 i2c_sis96x
cdrom 30168 1 ide_cd_mod
ehci_hcd 30452 0
ohci_hcd 20108 0
usbcore 127656 4 usb_storage,ehci_hcd,ohci_hcd
edd 7424 0
ext3 108392 1
mbcache 6820 1 ext3
jbd 44680 1 ext3
fan 4276 0
ide_pci_generic 3840 0
thermal 14144 0
processor 28816 0
thermal_sys 13700 3 fan,thermal,processor
hwmon 2364 1 thermal_sys |
|