Announcement

Collapse
No announcement yet.

Attempted upgrade to 9.04

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

    #16
    Re: Attempted upgrade to 9.04

    I am using wired but apparent the system doesn't see my card and I can't access admin mode in network settings.

    Comment


      #17
      Re: Attempted upgrade to 9.04

      open a kosole and type

      Code:
      lspci
      and hit enter

      and post the output so we can see what your card is.

      VINNY

      EDIT: ok just the line refering to your network card.......forgot you'll half to copy by hand
      i7 4core HT 8MB L3 2.9GHz
      16GB RAM
      Nvidia GTX 860M 4GB RAM 1152 cuda cores

      Comment


        #18
        Re: Attempted upgrade to 9.04

        It is highly unlikely that you have an ethernet card that was supported in an earlier release and is not supported now. It is very likely that the software for configuring your network is messing up. You should follow the advice given here.
        http://kubuntuforums.net/forums/inde...opic=3100052.0

        Comment


          #19
          Re: Attempted upgrade to 9.04

          ok here goes Vinny- my card isRealtek RTL-8110SC/8169SC.
          Mando_hacker following you link none of the software was installed so--none was removed. ifconfig showed only values for lo(?) no values for ethernet card.

          Comment


            #20
            Re: Attempted upgrade to 9.04

            The kernel module (driver) for you network card is r8169. Run
            Code:
            lsmod | grep r8169
            to see if it is loaded into the kernel. If it is all you need is to configure the network. To do that you would want to follow the rest of the directions in the link I sent you to edit /etc/network/interfaces and then run
            Code:
            sudo ifup eth0
            . At that point you should have networking again.

            The fact that none of the network-manager software was installed makes me almost certain that your system has not completely upgraded. Once you get networking you should run
            Code:
            sudo aptitude update
            and if that gives no errors run
            Code:
            sudo aptitude -f install
            . If that gives no errors you should run
            Code:
            sudo aptitude -f full-upgrade
            . If that completes without error your system is up to date and in good shape.

            Comment


              #21
              Re: Attempted upgrade to 9.04

              ok the results of the "lsmod | grep r8169"" command are as follows:

              r8169 46596 0
              mii 14464 1 r8169

              Does this mean it is loaded or not?

              Comment


                #22
                Re: Attempted upgrade to 9.04

                Yes that means it is loaded. lsmod lists the modules that are loaded into the kernel. and yours is in that list.

                Comment


                  #23
                  Re: Attempted upgrade to 9.04

                  HuRAY It is finally working!!!!!!!!!!!!! Thanks all of you so very very much for your time and patience. I'm going to print all this out and try to learn just what happened in each step. Again thank you one and all.

                  Comment

                  Working...
                  X