plamo 4.21で再挑戦。xfplamoconfigで、vesaにしたら動いた。前回もやった気がするんだがなあ。なんだろ?
pkgtoolで、xfceをinstall。起動、桶。
で、fedoraでも同じだったんだけど、telnetがやたら遅い。調べてみると、ethernet driver e1000の相性?らしい。同じ様な事で悩んでいる人はいるみたいね。kernelを2.6.20.2にすれば直るかな?どうせ、HT認識してないしね。
ぐお。compileしたけど、2.6.20.2では上がって来ない。root=を指定しろ云われる。SATAを認識していない?なんでや〜。
なんとなく原因がわかった。plamoのconfigを持ってきたんだけど、SCSI_SATA系のラベルが変更されているらしい。make menuconfigした時に、以下のエラーがでている。
.config:184:warning: trying to assign nonexistent symbol REGPARM
.config:448:warning: trying to assign nonexistent symbol IP_NF_MATCH_DSCP
.config:453:warning: trying to assign nonexistent symbol IP_NF_MATCH_HASHLIMIT
.config:475:warning: trying to assign nonexistent symbol IP_NF_TARGET_DSCP
.config:506:warning: trying to assign nonexistent symbol NET_DIVERT
.config:830:warning: trying to assign nonexistent symbol SCSI_SATA
.config:831:warning: trying to assign nonexistent symbol SCSI_SATA_AHCI
.config:832:warning: trying to assign nonexistent symbol SCSI_SATA_SVW
.config:833:warning: trying to assign nonexistent symbol SCSI_ATA_PIIX
.config:834:warning: trying to assign nonexistent symbol SCSI_SATA_MV
.config:835:warning: trying to assign nonexistent symbol SCSI_SATA_NV
.config:836:warning: trying to assign nonexistent symbol SCSI_PDC_ADMA
.config:837:warning: trying to assign nonexistent symbol SCSI_SATA_QSTOR
.config:838:warning: trying to assign nonexistent symbol SCSI_SATA_PROMISE
.config:839:warning: trying to assign nonexistent symbol SCSI_SATA_SX4
.config:840:warning: trying to assign nonexistent symbol SCSI_SATA_SIL
.config:841:warning: trying to assign nonexistent symbol SCSI_SATA_SIL24
.config:842:warning: trying to assign nonexistent symbol SCSI_SATA_SIS
.config:843:warning: trying to assign nonexistent symbol SCSI_SATA_ULI
.config:844:warning: trying to assign nonexistent symbol SCSI_SATA_VIA
.config:845:warning: trying to assign nonexistent symbol SCSI_SATA_VITESSE
.config:846:warning: trying to assign nonexistent symbol SCSI_SATA_INTEL_COMBINED
.config:881:warning: trying to assign nonexistent symbol SCSI_QLA2XXX_EMBEDDED_FIRMWARE
.config:918:warning: trying to assign nonexistent symbol MD_RAID5
.config:920:warning: trying to assign nonexistent symbol MD_RAID6
.config:1168:warning: trying to assign nonexistent symbol IPW_QOS
.config:1409:warning: trying to assign nonexistent symbol FTAPE
.config:1529:warning: trying to assign nonexistent symbol W1_MASTER_DS9490
.config:1530:warning: trying to assign nonexistent symbol W1_MASTER_DS9490_BRIDGE
.config:1595:warning: symbol value ‘m’ invalid for VIDEO_V4L2
.config:1631:warning: trying to assign nonexistent symbol VIDEO_SAA7134_DVB_ALL_FRONTENDS
.config:1640:warning: trying to assign nonexistent symbol VIDEO_CX88_DVB_ALL_FRONTENDS
.config:1821:warning: trying to assign nonexistent symbol FB_FIRMWARE_EDID
.config:1824:warning: trying to assign nonexistent symbol UNICON
.config:1825:warning: trying to assign nonexistent symbol UNICON_GB
.config:1826:warning: trying to assign nonexistent symbol UNICON_GBK
.config:1827:warning: trying to assign nonexistent symbol UNICON_BIG5
.config:1828:warning: trying to assign nonexistent symbol UNICON_EUCJP
.config:1829:warning: trying to assign nonexistent symbol UNICON_JIS
.config:1830:warning: trying to assign nonexistent symbol UNICON_SJIS
.config:1831:warning: trying to assign nonexistent symbol UNICON_KSCM
.config:1925:warning: trying to assign nonexistent symbol SND_AC97_BUS
.config:2101:warning: trying to assign nonexistent symbol USB_HIDINPUT
.config:2172:warning: trying to assign nonexistent symbol USB_SERIAL_ANYDATA
.config:2360:warning: trying to assign nonexistent symbol XFS_EXPORT
.config:2534:warning: trying to assign nonexistent symbol UNWIND_INFO
.config:2536:warning: trying to assign nonexistent symbol STACK_BACKTRACE_COLS
.config:2550:warning: trying to assign nonexistent symbol SECURITY_SECLVL
qemuのSSL、この辺りが関係してるのかなあ。IP_NFなんとかとか怪しげ。2.6系ではダメとか思えないので、defaultのkernelで試してみるか。
ふう、moduleぢゃダメなのね。そりゃそうだ、起動時に必要なんだから。SATA系を全てkernelに組み込んで起動しまいた。
で、telnetが遅いのはナオラン。しょうがないので、/etc/rc.d/rc.modulesに、/sbin/modprobe e1000 “RxIntDelay=64” としてなんとか。
t60は、Core Duoらしいので、こんなんなりまいた。
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Genuine Intel(R) CPU T2400 @ 1.83GHz
stepping : 8
cpu MHz : 1828.754
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor vmx est tm2 xtpr
bogomips : 3660.64
clflush size : 64
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Genuine Intel(R) CPU T2400 @ 1.83GHz
stepping : 8
cpu MHz : 1828.754
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor vmx est tm2 xtpr
bogomips : 3657.52
clflush size : 64
3月 14 2007
ThinkPad T60
plamo 4.21で再挑戦。xfplamoconfigで、vesaにしたら動いた。前回もやった気がするんだがなあ。なんだろ?
pkgtoolで、xfceをinstall。起動、桶。
で、fedoraでも同じだったんだけど、telnetがやたら遅い。調べてみると、ethernet driver e1000の相性?らしい。同じ様な事で悩んでいる人はいるみたいね。kernelを2.6.20.2にすれば直るかな?どうせ、HT認識してないしね。
ぐお。compileしたけど、2.6.20.2では上がって来ない。root=を指定しろ云われる。SATAを認識していない?なんでや〜。
なんとなく原因がわかった。plamoのconfigを持ってきたんだけど、SCSI_SATA系のラベルが変更されているらしい。make menuconfigした時に、以下のエラーがでている。
.config:184:warning: trying to assign nonexistent symbol REGPARM
.config:448:warning: trying to assign nonexistent symbol IP_NF_MATCH_DSCP
.config:453:warning: trying to assign nonexistent symbol IP_NF_MATCH_HASHLIMIT
.config:475:warning: trying to assign nonexistent symbol IP_NF_TARGET_DSCP
.config:506:warning: trying to assign nonexistent symbol NET_DIVERT
.config:830:warning: trying to assign nonexistent symbol SCSI_SATA
.config:831:warning: trying to assign nonexistent symbol SCSI_SATA_AHCI
.config:832:warning: trying to assign nonexistent symbol SCSI_SATA_SVW
.config:833:warning: trying to assign nonexistent symbol SCSI_ATA_PIIX
.config:834:warning: trying to assign nonexistent symbol SCSI_SATA_MV
.config:835:warning: trying to assign nonexistent symbol SCSI_SATA_NV
.config:836:warning: trying to assign nonexistent symbol SCSI_PDC_ADMA
.config:837:warning: trying to assign nonexistent symbol SCSI_SATA_QSTOR
.config:838:warning: trying to assign nonexistent symbol SCSI_SATA_PROMISE
.config:839:warning: trying to assign nonexistent symbol SCSI_SATA_SX4
.config:840:warning: trying to assign nonexistent symbol SCSI_SATA_SIL
.config:841:warning: trying to assign nonexistent symbol SCSI_SATA_SIL24
.config:842:warning: trying to assign nonexistent symbol SCSI_SATA_SIS
.config:843:warning: trying to assign nonexistent symbol SCSI_SATA_ULI
.config:844:warning: trying to assign nonexistent symbol SCSI_SATA_VIA
.config:845:warning: trying to assign nonexistent symbol SCSI_SATA_VITESSE
.config:846:warning: trying to assign nonexistent symbol SCSI_SATA_INTEL_COMBINED
.config:881:warning: trying to assign nonexistent symbol SCSI_QLA2XXX_EMBEDDED_FIRMWARE
.config:918:warning: trying to assign nonexistent symbol MD_RAID5
.config:920:warning: trying to assign nonexistent symbol MD_RAID6
.config:1168:warning: trying to assign nonexistent symbol IPW_QOS
.config:1409:warning: trying to assign nonexistent symbol FTAPE
.config:1529:warning: trying to assign nonexistent symbol W1_MASTER_DS9490
.config:1530:warning: trying to assign nonexistent symbol W1_MASTER_DS9490_BRIDGE
.config:1595:warning: symbol value ‘m’ invalid for VIDEO_V4L2
.config:1631:warning: trying to assign nonexistent symbol VIDEO_SAA7134_DVB_ALL_FRONTENDS
.config:1640:warning: trying to assign nonexistent symbol VIDEO_CX88_DVB_ALL_FRONTENDS
.config:1821:warning: trying to assign nonexistent symbol FB_FIRMWARE_EDID
.config:1824:warning: trying to assign nonexistent symbol UNICON
.config:1825:warning: trying to assign nonexistent symbol UNICON_GB
.config:1826:warning: trying to assign nonexistent symbol UNICON_GBK
.config:1827:warning: trying to assign nonexistent symbol UNICON_BIG5
.config:1828:warning: trying to assign nonexistent symbol UNICON_EUCJP
.config:1829:warning: trying to assign nonexistent symbol UNICON_JIS
.config:1830:warning: trying to assign nonexistent symbol UNICON_SJIS
.config:1831:warning: trying to assign nonexistent symbol UNICON_KSCM
.config:1925:warning: trying to assign nonexistent symbol SND_AC97_BUS
.config:2101:warning: trying to assign nonexistent symbol USB_HIDINPUT
.config:2172:warning: trying to assign nonexistent symbol USB_SERIAL_ANYDATA
.config:2360:warning: trying to assign nonexistent symbol XFS_EXPORT
.config:2534:warning: trying to assign nonexistent symbol UNWIND_INFO
.config:2536:warning: trying to assign nonexistent symbol STACK_BACKTRACE_COLS
.config:2550:warning: trying to assign nonexistent symbol SECURITY_SECLVL
qemuのSSL、この辺りが関係してるのかなあ。IP_NFなんとかとか怪しげ。2.6系ではダメとか思えないので、defaultのkernelで試してみるか。
ふう、moduleぢゃダメなのね。そりゃそうだ、起動時に必要なんだから。SATA系を全てkernelに組み込んで起動しまいた。
で、telnetが遅いのはナオラン。しょうがないので、/etc/rc.d/rc.modulesに、/sbin/modprobe e1000 “RxIntDelay=64” としてなんとか。
t60は、Core Duoらしいので、こんなんなりまいた。
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Genuine Intel(R) CPU T2400 @ 1.83GHz
stepping : 8
cpu MHz : 1828.754
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor vmx est tm2 xtpr
bogomips : 3660.64
clflush size : 64
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 14
model name : Genuine Intel(R) CPU T2400 @ 1.83GHz
stepping : 8
cpu MHz : 1828.754
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc pni monitor vmx est tm2 xtpr
bogomips : 3657.52
clflush size : 64
By admin • computer(linux) •