Hi All;

I think I am understanding this now. Since I am using bootware ROM and not
etherboot the option 128 /129 stuff does not get parsed by the boot ROM as
kernel parameters. So How do I get around this?


Danny Tauro
(416) 791-7100 Ext 236


                                                                                       
                                                    
                      [EMAIL PROTECTED]                                                
                                                
                      Sent by:                             To:       [EMAIL PROTECTED] 
                                   
                      [EMAIL PROTECTED]        cc:                                     
                                        
                      ceforge.net                          Subject:  [Ltsp-discuss] 
Help My nic has fallen and can't get up                
                                                                                       
                                                    
                                                                                       
                                                    
                      10/15/2004 10:38 AM                                              
                                                    
                                                                                       
                                                    
                                                                                       
                                                    




Hi All;

I am pulling my hair out and I really can't afford to. I am getting the
"could not detect the network card ... option-129" error message. This is
after the boot, dhcp and the kernel copies down and the Linux load begins.

My hardware is a 386 sx 16 megs of ram and a ISA 8013ewc network card with
a lanworks boot ROM. In the boot ROM setup I configured:

bootp/arp.
irq 10
io base 300
ram base cc00 (IS THERE A KEYWORD FOR THIS???)


So I setup in dhcpd.conf the option 128/129 stuff in dhcpd.conf. The under
the nic name 'smc-ultra' and as well 'wd'.

Here is my dhcpd.conf file (ws001 is a machine from this century and loads
btw):
######################################################################
ddns-update-style            none;

default-lease-time           21600;
max-lease-time               21600;

option subnet-mask           255.255.255.0;
option broadcast-address     192.168.0.255;
option routers               192.168.0.1;
option domain-name-servers   192.168.0.1;
option domain-name           "ltsp";          # <--Fix this domain name

option root-path             "192.168.0.1:/opt/ltsp/i386";

option option-128 code 128 = string;
option option-129 code 129 = text;

subnet 192.168.0.0 netmask 255.255.255.0 {
#            range 192.168.0.10 192.168.0.100;
             use-host-decl-names      on;
             option log-servers       192.168.0.1;


##
## If you want to use static IP address for your workstations, then
un-comment
## the following section and modify to suit your network.
## Then, duplicate this section for each workstation that needs a static
## IP address.
##
    host ws001 {
        hardware ethernet    00:80:c8:7a:ce:06;
        fixed-address        192.168.0.101;
             filename               "/lts/vmlinuz-2.4.22-ltsp-2";
    }



 host ws002 {
#          hardware ethernet    00:00:c0:cc:73:5b;
               hardware ethernet    00:00:c0:4d:3f:c0;
          fixed-address         192.168.0.102;
          filename             "/lts/vmlinuz-2.4.22-ltsp-2_lanw";
          option option-128     e4:45:74:68:00:00;
          option option-129     "NIC=smc-ultra IO=0x300 IRQ=10";
}
######################################################################

Danny Tauro
(416) 791-7100 Ext 236




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_____________________________________________________________________
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.freenode.net







-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_____________________________________________________________________
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.freenode.net

Reply via email to