On Saturday 23 February 2002 10:49 am, you wrote: > My kernel now boots. I did not have ext3 compiled into the kernel I had > it as a module. <slap forehead> (Jeff from archives) > > I can load the network module insmod xircom_cb and it appears to load > however there is no eth0. It was defined to tulip (2.2 kernel) > originally however I cannot figure how this is done, any hints. It > would be nice if it came up and down with the card insert and eject. I > also want to put in a wireless card.
Have a look at /etc/modules.conf -the format I believe is: alias eth0 xircom_cb Have you tried bringing up eth0 manually? e.g. ifconfig eth0 192.168.0.1 up? I've just recently set up wireless at home (using d-link DWL650 cards - and a DWL500 pci to pcmcia converter in the gateway, only took three weeks and a LOT of obscenities to get it up -thanks MacLUG and the wireless guys! Contact me off-list regarding wireless If you like........ Regards, Mehmet -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
