Announcement

Collapse
No announcement yet.

internet problem

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

    internet problem

    First up - Hello to everybody
    I'm new to Kubuntu and encountered a problem.

    Yesterday I had to change my ethernet adapter because the other one broke. So I changed it, put all the settings in KNetwork Manager (IP, gate, dns...) and it just doesnt' want to start. So I don't have internet in Kubuntu. I tried to do the same in Windows - entered all my settings and it's all well. But I need the internet in Kubuntu not in Windows so... Any help would be appriciated

    #2
    Re: internet problem

    Have you checked the log? Try to connect again and use: dmesg | tail, or check /etc/var/log and post it please.

    Comment


      #3
      Re: internet problem

      scratch@scratch-desktop:~$ dmesg | tail
      [ 42.617602] agpgart: Putting AGP V3 device at 0000:00:00.0 into 4x mode
      [ 42.617837] agpgart: Putting AGP V3 device at 0000:01:00.0 into 4x mode
      [ 42.716268] Bluetooth: RFCOMM socket layer initialized
      [ 42.716294] Bluetooth: RFCOMM TTY layer initialized
      [ 42.716298] Bluetooth: RFCOMM ver 1.8
      [ 42.919442] [drm] Setting GART location based on new memory map
      [ 42.919458] [drm] Loading R200 Microcode
      [ 42.919503] [drm] writeback test succeeded in 1 usecs
      [ 43.427030] usb 4-2:1.0: resuming
      [ 43.427410] usb 4-2:1.0: resuming
      scratch@scratch-desktop:~$

      The tray icon shows that I'm connected. The adapter is "active", all my settings are good and yet when I try to open a web page I can't

      Is there a way to "format" all my network settings and logs... and do them again in fresh?

      Comment


        #4
        Re: internet problem

        The log does not tell us that something is going wrong with the hardware.
        You aren't using DHCP? Is a static IP address?

        Try the following:

        Go to the Kde menu then click on "System Settings", and then "Network Settings".
        Once there click the "Domain Name System" tab and click in the bottom right button "Administrator Mode..."
        Put the following DNS ip addresses on the top and click apply:
        208.67.222.222
        208.67.220.220

        Wait until network is reloaded and try to open a page, and post the result of this again.



        Comment


          #5
          Re: internet problem

          i have a static ip address. i also have 2 dns addresses. Tried the ones you gave but no result

          Comment


            #6
            Re: internet problem

            Have you checked if it recognized? Try lspci. You should your card somewhere between the messages
            Have you checked if your ethernet connection is actually up? Try sudo ifconfig. Assuming you connect through eth0 you should see some output regarding eth0

            Comment

            Working...
            X