Results 1 to 10 of 19
Hello,
I have just installed Fedora 10.
After the installation I was able browse the Internet. However, I did a update: yum update and downloaded 287 updates.
However, when I ...
- 02-08-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 10
cannot connect to internet after update
Hello,
I have just installed Fedora 10.
After the installation I was able browse the Internet. However, I did a update: yum update and downloaded 287 updates.
However, when I rebooted I could no longer connect to the Internet.
I went to network manager and looked at the details of my connection. Everything ok there. IP address, DNS, etc. However, I cannot connect. I have windows xp running on the same system. I can still connect, so there is nothing wrong with my Internet connection.
I am using Fedora 10 2.6.27.12-170
There is one thing I have noticed when I shutdown is I see this:
"Network manager Int PIC disabled" However, this is only displayed for a few seconds before the computer swiches off.
I looked at the other post. And got this information from what was posted. This is the first time I am using Fedora Linux. So not sure if they is anything suspious that should be fixed.
Many thanks.
route -n
192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
cat ifcfg-eth0
# Intel Corporation 82573L Gigabit Ethernet Controller
DEVICE=eth0
HWADDR=00:16:36:8c:d7:cf
ONBOOT=no
lspci -vv
02:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
Subsystem: Intel Corporation PRO/Wireless 3945BG Network Connection
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 16
Region 0: Memory at d8000000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: iwl3945
Kernel modules: iwl3945
05:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller
Subsystem: Hewlett-Packard Company Device 30bb
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 18
Region 0: Memory at da000000 (32-bit, non-prefetchable) [size=128K]
Region 2: I/O ports at 4000 [size=32]
Capabilities: <access denied>
Kernel driver in use: e1000e
Kernel modules: e1000e
Any help would be most gratefull
- 02-08-2009 #2
Hello and welcome to Linuxforums.
Start the system back up and open a terminal window, login as root.
(enter)Code:su -
(password)
(enter)
Type this command
Try setting the eth0 device to activate on boot, then reboot and see what happens.Code:system-config-network &
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 02-08-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 10
Hello,
I entered the command and edited eth0 so that it will activate when boot.
However, after I restarted I still couldn't connect to the Internet.
When I hover my mouse over the network manager in the task bar. I get the follow message "Wired network connection 'system eth0' active.
So i think the network manager seems to be ok.
Could it be a security setting that doesn't allow me to connect?
Many thanks,
- 02-08-2009 #4
Is the device set to use DHCP?
You might be able to go back to the previous kernel and wait a few days to see if maybe this is just a bug or maybe some package that you need didn't get released in time for the updates, which sometimes happens.
Can you post the output of
Code:/sbin/ifconfig eth0
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 02-08-2009 #5Just Joined!
- Join Date
- Feb 2009
- Posts
- 10
Hello,
This is the results:
eth0
Link encap:Ethernet HWaddr 00:16:36:8C
7:CF
inet addr:192.168.1.2 Bcast:192.168.1.255
Mask:255.255.255.0
inet6 addr: fe80::216:36ff:fe8c:d7cf/64
Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
txpackets:19 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100
RX bytes:1180 (1.1 KiB)
TXbytes:3883 (3.7 KiB)
Memory:da000000-da020000
I have pinged the gateway: 192.168.1.1. And that is ok, as I always get a reply back.
I have tried rebooting in the previous kernal 2.6.25.5.117.fc10.i686
I still could not connect to the Internet.
If this is a bug, it would be difficult to get an update, when I can't download as I can't get connected.
Many thanks for your help,
- 02-08-2009 #6
Hmm, this makes not much sense to me, it appears that you have an IP and everything.
What's in /etc/resolv.conf
Code:cat /etc/resolv.conf
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 02-08-2009 #7
I've not used Fedora since Fedora 8, but I seem to remember SELinux giving me a heck of a time. Is this disabled? Run, as root,
and check there.Code:system-config-services &
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 02-08-2009 #8I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 02-08-2009 #9
Howdy, Mike!
Yeah, anytime I did a Fedora install/upgrade I usually dump SELinux before anything else!
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 02-09-2009 #10Just Joined!
- Join Date
- Feb 2009
- Posts
- 10
Hello,
I opened up SELinux. However, I can see all the services that are running. I am not sure which ones I should disable or enable.
I was thinking about removing SELinux. However,
yum remove selinux
needs to connect to the internet to remove this.
Is there a way to actually stop selinux or to disable it?
Thanks for anymore suggestions,


Reply With Quote
