1, 如果有Linux下的驱动程序,但没有makefile文件,应如何安装? 2, 如果也没有Linux下的驱动程序,能否使用windows下的驱动程序(*.dll, *.lib, *.sys, *.inf)来安装,若可以,如何装? Thank you very much!
by David_Jacob - 系统管理 - 2005-03-04 13:03:23 阅读(539) 回复(1)
使用probe-scsi-all查看,看不到硬盘,后来把硬盘插到上面一个SCSI槽,使用PROBE-SCSI-A可以看到硬盘了,但用boot cdrom -s到单用户模式,使用format察看,提示找不到设备,这是怎么回事?
hi there, i would like to debug my codes(a big program with many files wirtten in fortran and c) . at first, i use DDD, and it seems, i can load code, but can not display the souce code. so i tried with gdb directly,as follwing: $ gdb PRO GNU gdb 4.17 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it a...
.profile里面配置有: LD_LIBRARY_PATH = /usr/dt/lib: ...: export LD_LIBRARY_PATH 还是不行,怎么办,急死我了。
just want to create a enhanced concurrent testvg, has the error like this: 05416-1335 mkvg: this system does not support enhanced concurrent capable volume groups oslevel 5.3 RML 02 who can tell me why?
vi /etc/xinetd.d/telnet 打开文件后,将里面的disable=yes行前面加上#注释掉,保存退出,重新启动 xinetd服务/etc/rc.d/init.d/xinetd restart就可以了。 i have done above and restart linux, but still could not telnet in the system, (i did not use root as a telnet user) by the way , i have cancle the telnet in ntsysv, firewall level is middle what is the problems anyway ?