Re: init HUP and static IP
Tom Oehser <[email protected]>
| Newsgroups | gmane.linux.tomsrtbt |
|---|---|
| Message-ID | <[email protected]> |
> > ifconfig eth0 1234.1234.1234.1234 up > > route add default eth0 > > route add default gw 2345.2345.2345.2345 > > But where's best to put that. Before or after the call to dhcpcd-- in rc.custom.gz? As an 'else' to the 'if dhcpcd got an address, set it, else'. Or as a new if, before this if, that sets it. I should do this in the default... > Yet another quickie. I'm trying to get a new pcmcia card to work. It needs tulip_cb.o. > I replaced config and config.opts from add-ons and put the add-on tulip_cb.o in /lib/modules. > Then killed and restarted cardmgr. Insmod complains about unresolved symbols in tulip_cb.o. Probably you also need cb_enabler. -Tom > > Is that just because I'm using 2.0.96 (1st May) and add-on dated 28th April? > > Thanks again > > Pete > >