Ok, i followed your advice, tomcat, and checked the items you mentioned. First, quick situation recap tho: FC4 recogizes my ethernet card, and I have run configure, set if for dhcp (which my ISP DEFINITELY uses...i called them) and yet i cant access the internet or run auto update proggies. I dont have a network (yet). I connect my pcs directly to the cable modem (by way of USB for my windows laptop, and ethernet for my Linux box) I write these posts from the windows lappy connected to the cable modem by way of a usb connection. Just to give some extra info about my connection, from a computer that works, I ran ipconfig /all on the win laptop...here are the results (after is the info you requested, tomcat!!):
Windows IP Configuration
Hostname. . . . . . . . . . . . . : brian
Primäres DNS-Suffix . . . . . . . :
Knotentyp . . . . . . . . . . . . : unknown
IP-Routing aktiviert. . . . . . . : no
WINS-Proxy aktiviert. . . . . . . : no
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : USB Cable Modem 351000
Physical Address. . . . . . . . . : 00-D0-59-D6-0C-11
Dhcp Enabled. . . . . . . . . . . : yes
Autokonfiguration aktiviert . . . : Ja
IP Address. . . . . . . . . . . . : 80.218.11.73
Subnet Mask . . . . . . . . . . . : 255.255.248.0
Default Gateway . . . . . . . . . : 80.218.8.1
DHCP-Server . . . . . . . . . . . : 62.2.28.73
DNS-Server. . . . . . . . . . . . : 62.2.17.61
62.2.24.158
62.2.17.60
62.2.24.162
Lease Obtained. . . . . . . . . . : Monday 3. October 2005 13:25:39
Lease Expires . . . . . . . . . . : Monday, 3. October 2005 14:25:39
And now, tomcat, to get to the items you requested for a troubleshoot.
Firstly-
/etc/resolv.conf:
this file is empty (0bytes). I suspect this may be my problem, but I have no idea how to fix it, or what to put into the file...
secondly:
/etc/modprobe.conf:
alias scsi_hostadapter ata_piix
alias snd-card-0 snd-hds-intel
options snd-card-0 index=0
options snd-hda-intel index=0
remove snd-hda-intel { /usr/sbin/alsact1 store 0 >/dev/null 2>&1 ¦¦ : ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel
alias usb-controller ehci-hcd
alias ieee1394-controller ohci1394
alias eth0 3c59x
So, i think the last line is for my ethernet card, as the model is in fact 3c59x (x being another number and some letters...) I think that this file will later come to be part of the solution for another problem i am having with my onboard sound card and a booting issue...but that is for a later post...
Is there anything that needs to be added to this file?
finally:
/etc/sysconfig/network-scripts/ifcfg-eth0:
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=dhcp
it looks like this file is complete....it is telling linux that the connection is at eth0 (correct), it needs to start up at boot (correct) and that it needs to use dhcp (also correct). Is there anything that needs adding to this file?
Any thoughts? How can I get this thing cookin'?
Thanks a lot!
Brian