Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Just 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

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Hello and welcome to Linuxforums.
    Start the system back up and open a terminal window, login as root.
    Code:
    su -
    (enter)
    (password)
    (enter)
    Type this command
    Code:
    system-config-network &
    Try setting the eth0 device to activate on boot, then reboot and see what happens.
    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.

  3. #3
    Just 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,

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    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.

  5. #5
    Just Joined!
    Join Date
    Feb 2009
    Posts
    10
    Hello,

    This is the results:
    eth0
    Link encap:Ethernet HWaddr 00:16:36:8C7: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,

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    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.

  7. #7
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    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,
    Code:
    system-config-services &
    and check there.
    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.

  8. #8
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Quote Originally Posted by jayd512 View Post
    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,
    Code:
    system-config-services &
    and check there.
    Hola Jay!
    I suddenly remember selinux gave me fits on FC9, which is why I always rip it out by it's guts!
    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.

  9. #9
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    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.

  10. #10
    Just 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,

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...