Thanks, 2Gnu. You were correct that I have no default gateway. I have been wrestling here at the library trying to find one, but cannot complete the route command satisfactorily.
Here again is a sample of my configurations, including one with eth0.
/home/z/ipw3945-1.2.2# ifconfig
eth0 Link encap:Ethernet HWaddr 00:1A:A0:FB:FC:A8
inet addr:192.168.2.111 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::21a:a0ff:fefb:fca8/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:270 (270.0 b)
Interrupt:18
eth1 Link encap:Ethernet HWaddr 00:1B:77:68:50:97
inet6 addr: fe80::21b:77ff:fe68:5097/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5 errors:0 dropped:21 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1112 (1.0 KiB) TX bytes:490 (490.0 b)
Interrupt:18 Base address:0x8000 Memory:fe8ff000-fe8fffff
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
/home/z/ipw3945-1.2.2# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 IEEE 802.11g ESSID:"SCCL" Nickname:"juba5"
Mode:Managed Frequency:2.412 GHz Access Point: 00:1A:E3

1:E7:11
Bit Rate:54 Mb/s Tx-Power:15 dBm
Retry limit:15 RTS thr

ff Fragment thr

ff
Encryption key

ff
Power Management

ff
Link Quality=89/100 Signal level=-43 dBm Noise level=-44 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:26 Missed beacon:0
When I bring up the computer with the ethernet jack connected, the routing table has a default gateway address in it, in addition to the loopback address, and the browser finds pages. When I bring it up without ethernet and then load ipw3945, eth1 is there as you see, but there is no default gateway, even if I have started routed, which is supposed to do these things automatically, according to "Running Linux (1999 ed.)". Also there is no "inet addr" for eth1, as seen above. I tried the route command with two IP address guesses: the one eth0 had been given, and one the girl at the library gave me. In both cases, the reply from "route" was "SIOCADDRT: No such process".
"Running Linux" says the network administrator is supposed to supply this gateway address. The girl told me, though, that only a few Mac users ever had any trouble. Do you have any suggestions on this point?