Paul Schwartz <[EMAIL PROTECTED]> writes:
Earlier I have written about not being able to find the agpgart
module [I can't start X]
Okay. Is this still a problem?
Yes, it is. Browsing through the Contents on CD #2, I find that agpgart.o is supposed to be part of the base kernel. I can't find it in my installation.
I have been trying to enable web access to update apt, etc. I have
tried two ways: wvdial and pon... Both seem to connect to my ISP
and establish ppp, but none of the programs I run are able to
communicate with the outside.
What do 'ifconfig' and 'cat /etc/resolv.conf' and 'netstat -rn' say after you've connected?
Lucas
ifconfig gives [what's in IFCONFIG.TXT]
/etc/resolv.conf is nameserver 207.217.126.81 nameserver 207.217.120.83
and netstat -rn gives
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
63.215.28.44 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.0.2 0.0.0.0 255.255.255.255 UH 0 0 0 sl0
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 eth0
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 sl0
I think I understand that the ppp0 is what I'm trying to use to access the internet. the 192.168.2.x stuff is from my lan. I don't know where the 192.168.0 came from.
Hope this helps you help me. :-)
Paul
eth0 Link encap:Ethernet HWaddr 00:90:47:02:F2:1D inet addr:192.168.2.94 Bcast:255.255.255.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:17 errors:0 dropped:0 overruns:0 frame:0 TX packets:34 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:1748 (1.7 KiB) TX bytes:3923 (3.8 KiB) Interrupt:10 Base address:0xd000
lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:3924 Metric:1 RX packets:21 errors:0 dropped:0 overruns:0 frame:0 TX packets:21 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1327 (1.2 KiB) TX bytes:1327 (1.2 KiB) ppp0 Link encap:Point-to-Point Protocol inet addr:67.31.182.205 P-t-P:63.215.28.44 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1524 Metric:1 RX packets:24 errors:0 dropped:0 overruns:0 frame:0 TX packets:10 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:10 RX bytes:1423 (1.3 KiB) TX bytes:304 (304.0 b) sl0 Link encap:Serial Line IP inet addr:192.168.0.1 P-t-P:192.168.0.2 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 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:10 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)