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]
S
network card does not work
I 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
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