|
- zypper ar http://www2.ati.com/suse/11.2/ ATI
复制代码
终于等出来了
现在应该有效了,刚刚少了个斜杠。
ps:呜呼,我的ATI X1300装不上,正在编译内核
Intel Centrino Duo T2300 1.67GHZ*2的cpu 在Processor type and features -> Processor falimy应该选择"Core 2/newer Xeon"么
查到的资料是- Intel Core Solo/Duo, Pentium Dual-Core T20xx/T21xx
- vendor_id : GenuineIntel
- cpu family : 6
- model : 14, 22
- model name : Genuine Intel(R) CPU TXXXX @ XXXGHz
- model name : Intel(R) Celeron(R) CPU 220 @ 1.20GHz
- model name : Intel(R) Celeron(R) CPU 4X0 @ XXXGHz
- model name : Intel(R) Celeron(R) M CPU 4X0 @ XXXGHz
复制代码- Core 2 Duo/Quad, Xeon 51xx/53xx/54xx, Pentium Dual-Core T23xx+/Exxxx, Celeron Dual-Core
- vendor_id : GenuineIntel
- cpu family : 6
- model : 15
- model name : Intel(R) Core(TM)2 CPU XXXX @ XXXGHz
复制代码 而我的CPU "cat /proc/cpuinfo"结果是- :~> cat /proc/cpuinfo
- processor : 0
- vendor_id : GenuineIntel
- cpu family : 6
- model : 14
- model name : Genuine Intel(R) CPU T2300 @ 1.66GHz
- stepping : 8
- cpu MHz : 1000.000
- cache size : 2048 KB
- physical id : 0
- siblings : 2
- core id : 0
- cpu cores : 2
- apicid : 0
- initial apicid : 0
- 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 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon bts pni monitor vmx est tm2 xtpr pdcm
- bogomips : 3324.78
- clflush size : 64
- power management:
- processor : 1
- vendor_id : GenuineIntel
- cpu family : 6
- model : 14
- model name : Genuine Intel(R) CPU T2300 @ 1.66GHz
- stepping : 8
- cpu MHz : 1000.000
- cache size : 2048 KB
- physical id : 0
- siblings : 2
- core id : 1
- cpu cores : 2
- apicid : 1
- initial apicid : 1
- 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 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc arch_perfmon bts pni monitor vmx est tm2 xtpr pdcm
- bogomips : 3324.87
- clflush size : 64
- power management:
复制代码
这个是看cpu family和model来选择Processor falimy的么,默认安装选择的是Pentium-Pro (M686),笔记本老是报下面错误:- Message from syslogd@linux-aden at Nov 25 12:33:48 ...
- kernel:[ 1152.469008] Uhhuh. NMI received for unknown reason a1 on CPU 0.
- Message from syslogd@linux-aden at Nov 25 12:33:48 ...
- kernel:[ 1152.469008] You have some hardware problem, likely on the PCI bus.
- Message from syslogd@linux-aden at Nov 25 12:33:48 ...
- kernel:[ 1152.469008] Dazed and confused, but trying to continue
复制代码
准备选择"Core 2/newer Xeon",!??
环境变量- CHOST="i686-pc-linux-gnu"
- CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
- CXXFLAGS="${CFLAGS}"
复制代码 |
|