关于安装linux朋友安装了mandrake 9.1. 进行X配置时,可能出了点问题:系统检测显存是8兆,结果选的是16兆。 重起后,发现图形显示不正常。登录后几乎是黑屏。奇怪的是在console (ctrl+alt+1/2/3/4/5/6) 里登录不了。 系统显示密码错误,而实际并非如此。
怎么才能进入系统,修改图形配置呢?请各位帮帮忙。[cigar (11-30 3:28, Long long ago)]
[ 传统版 |
sForum ][登录后回复]1楼
come inenter linux single user mode to edit
if u r using LILO as boot loader
Press Ctrl+x to exit lilo graphic interface and type
"linux single" follow "LILO"
if u r using GRUB as boot loader
choose the item u wanta boot and type "e" to edit. append "single" at the end of the line and then boot it
single user mode doesn't require password.[Cowboy (11-30 12:57, Long long ago)]
[ 传统版 |
sForum ][登录后回复]2楼
(引用 Cowboy:come inenter linux single user mode to edit
if u r using LILO as boot loader
Press Ctrl+x to exit lilo graphic interface and ...)To cowboy and other linux expertsLast night two fyp modify their program on the linux for many times and finally got an error of file jam. Then the linux cannot reboot any more. Fountunately, after several hours' effort, the linux can reboot.
(1):
But I found now, ethernet card is not recognized and driver modul is not loaded! (no result as follows
Ethernet controller: Realtek Semiconductor Co., Ltd.
rtl8139 11748 0 (autoclean)
)
(2): use modprobe rt18139.o
Can't locate module rt18139.o
(3):Use dmes|more, I found:
TCP: Hash tables configured (ehash 131072 bhash 65536)
Initializing RT netlink socket
Starting kswapd v 1.5
Detected PS/2 Mouse Port.
(4):Some error message during the boot:
Entering non-interactive startup
Setting network parameters [ OK ]
Bringing up interface lo [ OK ]
Bringing up interface eth0 insmod: /lib/modules/2.2.14-5.0/net/rtl8139.o: init_m
odule: Device or resource busy
insmod: /lib/modules/2.2.14-5.0/net/rtl8139.o: insmod eth0 failed
Delaying eth0 initialization.
[FAILED]
Starting portmapper: [ OK ]
[xuechlai (11-30 15:13, Long long ago)]
[ 传统版 |
sForum ][登录后回复]3楼
(引用 xuechlai:To cowboy and other linux expertsLast night two fyp modify their program on the linux for many times and finally got an error of...)to load rt8139you should use "modprobe rt8139"
not "modprobe rt8139.o"
and for redhat 6.2 you can use "linuxconf" to configure ur linux box.
you can try to configure the network again, either using "netconfig" or "setup".
good luck
[Cowboy (11-30 19:42, Long long ago)]
[ 传统版 |
sForum ][登录后回复]4楼
(引用 xuechlai:To cowboy and other linux expertsLast night two fyp modify their program on the linux for many times and finally got an error of...)network card does not workI have tried linuxconf and setup, can not work.
And
(1)insmod rt18139
init_module: Device or resource busy
(2)/cat/proc/interrupts
the result doesnot contain an IRQ for the network card
(3)cat/net/dev
only shows information about lo but no about eth0
(4) add the following(have not checked other irq values) into /etc/conf.modules, but no use
options eth0 irq=11
[xuechlai (12-1 0:01, Long long ago)]
[ 传统版 |
sForum ][登录后回复]5楼