i've wrote this before, but i didn't give the message
my client using NE2100 nic and i put "NIC=lance io=0x300"
in my 'option-129' in /etc/dchcpd.conf, but the errors
come, i've try both ltsp_kernel-3.0.1 and 3.0.3
#========= using ltsp_kernel-3.0.1
running /linuxrc
mounting /proc
linuxrc: installing lance driver
modprobe lance
/sbin/insmod
/lib/modules/2.4.9-ltsp-6/kernel/drivers/net/lance.0
using /lib/modules/2.4.9-ltsp-6/kernel/drivers/net/lance.0
symbol version prefix ''
lance.c : module autoprobing not allowed. Append "io=0xNNN"
value(s).
/lib/modules/2.4.9-ltsp-6/kernel/drivers/net/lance.0:
insmod /lib/modules/2.4.9-ltsp-6/kernel/drivers/net/lance.0
failed
/lib/modules/2.4.9-ltsp-6/kernel/drivers/net/lance.0:
insmod lance failed
ERROR! Faileed to install the NIC driver module!
this could be caused by the wrong module for your particular network interface card.
Double check the 'option-129' entry in
your /etc/dhcpd.conf file.
Kernel Panic: Attempted to kill init!
#========= using ltsp_kernel-3.0.3
runnin /linuxrc
mounting /proc
linuxrc: installing lance driver
insmod /lib/modules/net/lance.o
using /lib/modules/net/lance.o
lance.c : module autoprobing not allowed. Append "io=0xNNN"
value(s).
insmod: init_module lance: operation not permitted.
ERROR! Faileed to install the NIC driver module!
this could be caused by the wrong module for your particular network interface card.
Double check the 'option-129' entry in
your /etc/dhcpd.conf file.
Kernel Panic: Attempted to kill init!

in my /etc/dhcpd.conf, i wrote:
#========= /etc/dhcpd.conf
default-lease-time 21600;
max-lease-time 21600;
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.1.255;
option routers 10.1.1.254;
option domain-name-servers 10.1.1.254;
option domain-name "yourdomain.com";
option root-path "10.1.1.254:/opt/ltsp/i386";
shared-network WORKSTATIONS {
subnet 10.1.1.0 netmask 255.255.255.0 {
}
}
group {
use-host-decl-names on;
option log-servers 10.1.1.254;
host ws001 {
hardware ethernet 00:00:f4:b0:4a:da;
fixed-address 10.1.1.241;
filename
"/tftpboot/lts/vmlinuz-2.4.9-ltsp-5";
option option-128 e4:45:74:68:00:00; #This is
NOT a MAC address
option option-129 "NIC=lance IO=0x300";
}
host ws002 {
hardware ethernet 00:D0:09:30:6A:1C;
fixed-address 10.1.1.242;
filename "/tftpboot/lts/vmlinuz.ltsp";
}
}
======================================================================
=========================================================================
Ikuti polling TELKOM Memo 166 di www.plasa.com dan menangkan hadiah masing-masing Rp 250.000 tunai.
=========================================================================


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.openprojects.net

Reply via email to