Dear friends,

host ws003 {
        hardware ethernet     00:C0:DF:12:AB:0E;
        fixed-address         192.168.0.13;
        filename              "/tftpboot/lts/vmlinuz.ltsp";
        option option-128     e4:45:74:68:00:00;
        option option-129     "NIC=ne IO=0x300";
    }

* The above code is working for the ne compatible cards, when i give the following 
entries for the RTL8139 type cards

  , then it is not working

    host ws005 {
        hardware ethernet     00:00:21:EA:C4:C6;
        fixed-address         192.168.0.15;
        filename              "/tftpboot/lts/vmlinuz.ltsp";
        option option-128     e4:45:74:68:00:00;
        option option-129     "NIC=8390 IO=0x300";
    }

It showing the following error in the workstation....

====================================================================================================

Running /linuxrc

Mounting /proc

linuxrc: Installing 8390 driver

Using /lib/modules/net8390.o

Running dhclient

kmod: failed to exec /sbin/modprobe -s -k eth0, errono=2

kmod: failed to exec /sbin/modprobe -s -k eth0, errono=2

kmod: failed to exec /sbin/modprobe -s -k eth0, errono=2

.

.

.

.

.

SIOCGIFFLAGS : No such device

Bind sock to Interface: No such device

exiting

ERROR! dhclient failed!

kernel panic: Attempted to kill init!

Also i tried with the following entries,

    host ws005 {
        hardware ethernet     00:00:21:EA:C4:C6;
        fixed-address         192.168.0.15;
        filename              "/tftpboot/lts/vmlinuz.ltsp";
        option option-128     e4:45:74:68:00:00;
        option option-129     "NIC=8139too IO=0x300";
    }

* But it showing different type of error...with same no such device statement..

* How can i overcome this problem...

* Thanx in advance...

Regards,

sherfudeen M

--
"Don't think alone ever, god with u forever"
M.Sherfudeen,
Venbro Systems,
Erode.






_____________________________________________________________________
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