Re: ThinkPad problem continues

1999-02-24 Thread Pollywog
On 24-Feb-99 Mark Ciciretti wrote: > To find out which module it is run lsmod. Then run rmmod MOD_NAME to > remove each module one by one. When the network stops working run insmod > to install the last module that you removed. After you have found the > module, run modconf and select that modu

Re: ThinkPad problem continues

1999-02-24 Thread Mark Ciciretti
To find out which module it is run lsmod. Then run rmmod MOD_NAME to remove each module one by one. When the network stops working run insmod to install the last module that you removed. After you have found the module, run modconf and select that module under the network section. It will then

Re: ThinkPad problem continues

1999-02-24 Thread Pollywog
On 24-Feb-99 George Bonser wrote: > On Wed, 24 Feb 1999, Pollywog wrote: > >> I can do: >> >> ifconfig eth0 192.168.1.11 >> route add 192.168.1.11 dev eth0 >> >> but that only lets me ping the machine by hostname or localhost. >> I cannot ping the other machine. > > THat is the problem! It onl

Re: ThinkPad problem continues

1999-02-24 Thread Pollywog
On 24-Feb-99 George Bonser wrote: > > Well, what is the problem exactly? WHat is not working? Your network card > might not be a module, it might be in the kernel or you might have to > build the module. That is what I am thinking, that I must build it, but that is a problem since I need to inst

ThinkPad problem continues

1999-02-24 Thread Pollywog
When I got to modconf in the installation, my network card was not one of the choices. I did set up PCMCIA and the card manager is installed, but things are still not working correctly. -- Andrew