Solaris 2.6 x86安装的一些问题( 二 )


它 。;

#ps;-ef;|grep;vol;
#;/etc/init.d/volmgt;stop;

插入刚才制作好的patch盘,;
#;mount;-F;pcfs;/dev/diskette;/mnt;

注意必须mount到/mnt目录!!!;

然后执行:;

#;/mnt/DU/sol_26/i86pc/Tools/install.sh;-i;

你将看到如下的信息:;

Install;patch;v-common?;[y];n;
Install;patch;v-matrox;?;[y];(这个是我们要的,所以选择"y");
Installing;driver;object;v-matrox;
Installing;patch;105195-02;


checking;installed;packages;and;patches...;
verifying;sufficient;filesystem;capacity;(dry;run;method)...;
Installing;patch;packages...;

Patch;number;105195-02;has;been;successfully;installed.;
See;/var/sadm/patch/105195-02/log;for;details;

Patch;packages;installed:;
SUNWxwpls;
#;
这时可以:;

#;umount;/mnt;

再次启动Volumn;Manager;

#;/etc/init.d/volmgt;start;

然后使用下列命令,再次配置你的显示卡:;

#;kdmconfig;

经过测试,一些正常,显卡配置完成!;



5.补充信息:;
1).;下边是一个docs.sun.com;上的原始文档,适合在已经安装好的Soalris上更;
新驱动程序:;

/*-------------------------*/;
Adding;New;or;Updated;Drivers;to;an;Existing;Solaris;System;

----------------------------------------------------------------------;
----------;
Note;-
Before;adding;new;or;updated;drivers,;the;newly;supported;hardware;dev;
ices;should;be;installed
and;configured;according;to;the;instructions;in;the;corresponding;Devi;
ce;Reference;Page,;if;any.
See;Device;Reference;Manual;for;Solaris;2.6;(Intel;Platform;Edition).;



----------------------------------------------------------------------;
----------;

When;the;Solaris;2.6;Intel;Platform;Edition;software;is;already;instal;
led,;the;simplest;way;to
add;new;or;updated;drivers;is;to;install;the;Driver;Update;diskettes;a;
s;patches;on;your;system.

Follow;these;steps:;

Become;root.;

Type;ps;-ef;|;grep;vold;to;see;if;the;Volume;Management;software;is;ru;
nning;on;the;machine;you;are;updating.;

For;more;information;about;managing;diskettes;and;drives,;see;System;A;
dministration;Guide.;

If;Volume;Management;is;running,;temporarily;stop;it:;

#;/etc/init.d/volmgt;stop;


Insert;Solaris;2.6;Driver;Update;3;Diskette;1;into;the;diskette;drive.;


Mount;Solaris;2.6;Driver;Update;3;Diskette;1;at;the;/mnt;mount;point:;


#;mount;-F;pcfs;/dev/diskette;/mnt;


----------------------------------------------------------------------;
----------;
Note;-
You;must;mount;Solaris;2.6;Driver;Update;3;Diskette;1;at;this;point;in;
the;file;structure;to;update;your;system;successfully.;


----------------------------------------------------------------------;
----------;

Execute;the;install;script;on;the;diskette;by;typing:;

#;/mnt/DU/sol_26/i86pc/Tools/install.sh;-i;


The;install.sh;script;searches;for;all;new;or;updated;drivers;on;the;d;
iskette.;When;a;new;or;
updated;driver;is;found,;the;following;prompt;is;displayed:;

Install;patch;driver-name?;[y];


If;the;driver;is;the;one;you;want;to;install,;at;the;prompt,;type;y;fo;
r;yes;or;press;Enter.
If;the;driver;is;not;the;one;you;want;to;install,;type;n;for;no.;

If;you;specify;yes,;the;install.sh;script;installs;the;driver;you;indi;
cated.;

When;you"re;done;and;the;install.sh;script;exits,;unmount;the;diskette;
by;typing
the;following;command;at;the;system;prompt:;

#;umount;/mnt;


Remove;Solaris;2.6;Driver;Update;3;Diskette;1;from;the;diskette;drive.;


Repeat;Step;4;through;Step;9;for;each;subsequent;Driver;Update;3;diske;
tte;in;the;set;until;
the;driver;you;want;is;loaded;onto;your;machine.;

Halt;your;machine.;

Turn;your;machine;off.;

If;you;haven"t;already,;add;the;new;hardware.;

推荐阅读