Announcement

Collapse
No announcement yet.

internet troubles

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

    internet troubles

    i cant seem to get my internet to work through a hard line or wireless. i tried using ubuntu first and i couldn't get it to work either.

    #2
    Re: internet troubles

    Need more information. First, determine if your devices are being recognized. Open a terminal and enter:
    Code:
    ifconfig
    Copy and paste the results here.

    Comment


      #3
      Re: internet troubles

      eth0 link encap:ethernet HWaddr 00:1b:24:2d:0f:b1
      inet6 addr: fe80::21b:24ff:fe2d:fb1/64 Scope:Link
      UP BROADCAST MULTICAST MTU:1500 Metric:1
      RX packets:12701 errors:0 dropped:0 overruns:0 frame:0
      TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
      collisions:0 txqueuelen:100
      Rx bytes:806301 (806.3 kb) TX bytes:3888 (3.8 kb)
      Interrupt20 Base address:0xa000


      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:248 errors:0 dropped:0 overruns:0 frame:0
      TX packets:248 errors:0 droppes:0 overruns:0 carrier:0
      collisions:0 txqueuelen:0
      RX bytes:18324 (18.3 KB) TX bytes:18324 (18.3 KB)

      Comment


        #4
        Re: internet troubles

        That's good. At least your system is recognizing a network interface, eht0.

        So next step is to follow my instructions here to get a wired connection up and running, then we will see what we can do about the wireless.

        http://kubuntuforums.net/forums/inde...opic=3100052.0

        Comment


          #5
          Re: internet troubles

          ok i was able to change the loopback network interface but i didnt see where the primary network interface was. do i type it in the same thing. also the little planet emblem in the panel is gone now how do i get that back

          Comment


            #6
            Re: internet troubles

            Originally posted by stinkybrent
            ok i was able to change the loopback network interface but i didnt see where the primary network interface was. do i type it in the same thing. also the little planet emblem in the panel is gone now how do i get that back
            Yes, edit the file as it says in the instructions. You don't need the little planet emblem. Don't worry about it.

            After editing your /etc/network/interfaces file should look like this.

            # This file describes the network interfaces available on your system
            # and how to activate them. For more information, see interfaces(5).

            # The loopback network interface
            auto lo
            iface lo inet loopback
            address 127.0.0.1
            netmask 255.0.0.0

            # The primary network interface

            auto eth0
            iface eth0 inet dhcp

            Comment


              #7
              Re: internet troubles

              ok i did that part . whats next

              Comment


                #8
                Re: internet troubles

                Open a terminal and issue the command:

                Code:
                sudo /etc/init.d/networking restart
                and you should be connected.

                Comment


                  #9
                  Re: internet troubles

                  nope. still not connected

                  Comment


                    #10
                    Re: internet troubles

                    When you ran the last command did you get any errors?

                    Comment


                      #11
                      Re: internet troubles

                      it said no dchp offers received
                      no working leases in persistent database -sleeping
                      grep: /etc/reslov.conf: no such file or directory

                      Comment


                        #12
                        Re: internet troubles

                        Are you hooked to a router or modem with a wired connection from your computer? What kind of router or modem?

                        Comment


                          #13
                          Re: internet troubles

                          im hooked through a modem i think the brand is ambit.

                          Comment


                            #14
                            Re: internet troubles

                            Reboot your modem, then run the networking restart command agian after the modem is fully rebooted.

                            Comment


                              #15
                              Re: internet troubles

                              samething happened. does the hard line need to be plugged in when i edited the network interface stuff?

                              Comment

                              Working...
                              X