[lug] question about dhcpd & dhcpcd
arnie
asherman1 at uswest.net
Sat Nov 6 11:04:32 MST 1999
I have managed to get rid of the IRQ conflict I was having between the soundcard
and the ethernet card by loading the sb module w/ 'insmod sb io=0x220 irq=9
dma=1' The problem I had was that I didn't realize the insmod needed the io and
dma parameters, in addition to the IRQ. I still have no idea why this was
causing windows to hang on reboot, but that problem seems to have gone away w/
this solution.
I can then issue the 3 commands below, and the ethernet card seems to be
configured as expected. My question now is how do I make these configurations
take effect at boot time so I don't need to do this by hand every time?
thanks,
--
arnie sherman
frenomulax at bigfoot.com
"Paradise is exactly like where you are right now, only much, much better."
- Laurie Anderson
geo-lincs wrote:
>
> Set up Cisco 675 exactly as described in manual (ppp mode, not bridge mode).
> Make sure Linux recognizes your ethernet card and what it will be called
> (mine's eth1)
> The following root incantations got it up and running:
>
> # ifconfig eth1 10.0.0.2 netmask 255.255.255.0 up
> # route add -net 10.0.0.0 netmask 255.255.255.0 eth1
> # route add default gw 10.0.0.1 eth1
>
More information about the LUG
mailing list