Announcement

Collapse
No announcement yet.

Network fail to connect

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Network fail to connect

    I have Gigabyte GA-P35-DS3P with a Gigabyte GV-NX76G256D-RH video card (Nvida 7600GS PCIE 256MB DDR2/128 bit) Intel Core 2 Duo E6600 and a WD 250 Serial hard drive. When I first put it together I installed Kubuntu 7.04 with no problems everything worked. Then I decided I needed Windows so I repartitioned the hard drive with a 60 gig partition for windows left the rest free space and installed windows XP Home edition. After getting it all set up and running the way I wanted I reinstalled Kubuntu 7.04 using a 4gig swap 20 / 20 gig /usr and 80 gig /home. Now the network will not connect and I have exhausted my (very) small know how trying to get working. It does not appear to have the right driver for the network card installed but I don't know how to check or change it. I have checked the IP stuff and it is set correctly as far as I can tell. I have another computer running Kubuntu 7.04 and I compaired the IP setting and set them the same different address of course. Any ideas for me to check?

    Thanks
    System76 Kudu Professional 17.3 Laptop 8Gig Memory Kubuntu 14.04

    #2
    Re: Network fail to connect

    O.k., let's try to sort this out:

    What happens if you try to ping and/or dig a remote server (see example below) ...?

    Code:
    USER # dig mahab.dyndns.org
    mahab.dyndns.org [...] 85.1.38.122
    [NAME] SERVER: 195.186.1.107 [...]
    USER # ping -c3 mahab.dyndns.org
    PING mahab.dyndns.org (85.1.38.122)
    3 packets transmitted, 3 received [...]
    In addition, you may want to post

    - the contents of /etc/resolv.conf
    - the system's answer to ifconfig

    (the latter mainly for the interface in question, mostly eth0 or eth1)

    Comment


      #3
      Re: Network fail to connect

      I will go and try to get the info I am not sure how I will get the results to windows so I can post it. I did not to ping anything because I was not connected but I will got and try it now. I just installed windows so I could run it in Vmware for Quicken maybe to much trouble.
      System76 Kudu Professional 17.3 Laptop 8Gig Memory Kubuntu 14.04

      Comment


        #4
        Re: Network fail to connect

        Originally posted by jwhibdon
        how I will get the results to windows
        By "buffering" (copying & pasting) the konsole output in(to) an ordinary text file

        Originally posted by jwhibdon
        I did not to ping anything because I was not connected
        Sure - but any kind of error message will (hopefully) indicate what's going wrong ...

        Comment


          #5
          Re: Network fail to connect

          Ping error just says network not connected

          This is the ifconfg


          eth0 Link encap:Ethernet HWaddr 00:1A:4D:44:CF:CA
          inet addr:169.254.8.175 Bcast:169.254.8.255 Mask:255.255.255.0
          UP BROADCAST 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:1000
          RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
          Interrupt:17 Base address:0x8000

          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)

          the resolv.conf file content
          nameserver 24.93.41.125
          nameserver 24.93.41.126
          System76 Kudu Professional 17.3 Laptop 8Gig Memory Kubuntu 14.04

          Comment


            #6
            Re: Network fail to connect

            As it worked the first time I installed it I am going to delete the partitions and reinstall from scratch maybe that will work. Thanks may be back later for help!!!
            System76 Kudu Professional 17.3 Laptop 8Gig Memory Kubuntu 14.04

            Comment


              #7
              Re: Network fail to connect

              Well that didn't work same result. Anybody got any ideas
              System76 Kudu Professional 17.3 Laptop 8Gig Memory Kubuntu 14.04

              Comment


                #8
                Re: Network fail to connect

                To rule out the obvious:

                - Does the network interface work in Windoze?
                - Are you able to "ping" your second machine?

                In addition, I'm wondering about the lack of any gateway address (?).

                Comment


                  #9
                  Re: Network fail to connect

                  Originally posted by jwhibdon
                  I just installed windows so I could run it in Vmware for Quicken maybe to much trouble.
                  Have you looked at Kmymoney? You can import your Quicken files. I like it. My bank provides statements in Quicken format, and Kmymoney uses them just fine.

                  Comment


                    #10
                    Re: Network fail to connect

                    Yes it work fine in windose and I can not ping anything from kubuntu but I can ping from windose. I have put in the gateway address several times but each time I change something I have to put it in again. I think it is the realtek 8111 chip set that is the problem but I downloaded the linux driver and installed it did't help

                    Maybe I need to buy Kubuntu supported NIC and see if that works. Only problem is trying to find a for sure kubuntu supported NIC

                    "Have you looked at Kmymoney? You can import your Quicken files."

                    I have only barely looked at kmymoney I plan to just have not done so.

                    how do you get them boxes around somebodys coments
                    System76 Kudu Professional 17.3 Laptop 8Gig Memory Kubuntu 14.04

                    Comment


                      #11
                      Re: Network fail to connect

                      In the upper right corner of each post is a box marked "Quote". If you click on that your reply box will open with the original poster's message enclosed in the quote tags. Delete the parts you don't want to quote, but be sure and leave the tags. Or you can merely cut and paste and add the tags.

                      Comment


                        #12
                        Re: Network fail to connect

                        Originally posted by jwhibdon
                        I think it is the realtek 8111 chip set that is the problem
                        Back to square one, then: let's try to restart the network, thus (hopefully) producing some interesting error messages

                        Code:
                        sudo /etc/init.d/networking restart

                        Comment


                          #13
                          Re: Network fail to connect

                          Thanks for the info Detonate


                          Back to square one, then: let's try to restart the network, thus (hopefully) producing some interesting error messages

                          Code:
                          sudo /etc/init.d/networking restart
                          Here is the result lots of errors

                          * Reconfiguring network interfaces... SIOCADDRT: Network is unreachable
                          Failed to bring up eth0.
                          eth1: ERROR while getting interface flags: No such device
                          There is already a pid file /var/run/dhclient.eth1.pid with pid 134993416
                          Internet Systems Consortium DHCP Client V3.0.4
                          Copyright 2004-2006 Internet Systems Consortium.
                          All rights reserved.
                          For info, please visit http://www.isc.org/sw/dhcp/

                          SIOCSIFADDR: No such device
                          eth1: ERROR while getting interface flags: No such device
                          eth1: ERROR while getting interface flags: No such device
                          Bind socket to interface: No such device
                          Failed to bring up eth1.
                          eth2: ERROR while getting interface flags: No such device
                          There is already a pid file /var/run/dhclient.eth2.pid with pid 134993416
                          Internet Systems Consortium DHCP Client V3.0.4
                          Copyright 2004-2006 Internet Systems Consortium.
                          All rights reserved.
                          For info, please visit http://www.isc.org/sw/dhcp/

                          SIOCSIFADDR: No such device
                          eth2: ERROR while getting interface flags: No such device
                          eth2: ERROR while getting interface flags: No such device
                          Bind socket to interface: No such device
                          Failed to bring up eth2.
                          ath0: ERROR while getting interface flags: No such device
                          There is already a pid file /var/run/dhclient.ath0.pid with pid 134993416
                          Internet Systems Consortium DHCP Client V3.0.4
                          Copyright 2004-2006 Internet Systems Consortium.
                          All rights reserved.
                          For info, please visit http://www.isc.org/sw/dhcp/

                          SIOCSIFADDR: No such device
                          ath0: ERROR while getting interface flags: No such device
                          ath0: ERROR while getting interface flags: No such device
                          Bind socket to interface: No such device
                          Failed to bring up ath0.
                          wlan0: ERROR while getting interface flags: No such device
                          There is already a pid file /var/run/dhclient.wlan0.pid with pid 134993416
                          Internet Systems Consortium DHCP Client V3.0.4
                          Copyright 2004-2006 Internet Systems Consortium.
                          All rights reserved.
                          For info, please visit http://www.isc.org/sw/dhcp/

                          SIOCSIFADDR: No such device
                          wlan0: ERROR while getting interface flags: No such device
                          wlan0: ERROR while getting interface flags: No such device
                          Bind socket to interface: No such device
                          Failed to bring up wlan0.
                          System76 Kudu Professional 17.3 Laptop 8Gig Memory Kubuntu 14.04

                          Comment


                            #14
                            Re: Network fail to connect

                            http://kerneltrap.org/node/14012 (?)

                            Comment


                              #15
                              Re: Network fail to connect

                              Thanks it works now!!!!!

                              Simple as setting wake on LAN in windose
                              System76 Kudu Professional 17.3 Laptop 8Gig Memory Kubuntu 14.04

                              Comment

                              Working...
                              X