Announcement

Collapse
No announcement yet.

source list generator please for gutsy

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

    source list generator please for gutsy

    Ok, I upgraded and like what I see except that none of my wifi keys work so I want to install ndiswrapper and other stuff but I don't trust my ability to edit the source list, how can I cheat then
    every day is a gift

    #2
    Re: source list generator please for gutsy

    There's a GUI frontend to ndiswrapper in the repos called "ndisgtk"; it makes installing wifi drivers as easy as "point-and-click". I had some difficulty getting my wifi key to work on my laptop with System Settings, so I installed wlassistant and haven't had a problem since. What other apps are you looking to install?
    Asus G1S-X3:
    Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )

    Comment


      #3
      Re: source list generator please for gutsy

      thanks, I would like vlc, and games like wesnod, mp3 with amorok or other, I had everything to a tee on feisty but I am not sure how I edited the source list to multiverse before, hense I would like to get the source list edited, then I can start installing the stuff again
      every day is a gift

      Comment


        #4
        Re: source list generator please for gutsy

        OK; open your '/etc/apt/sources.list' file as root
        Code:
        kdesudo kate /etc/apt/sources.list
        Then, uncomment (remove the '#' symbols from in front of) every line that begins with either 'deb' or 'deb-src'. In effect, you would remove the '#' symbols from the following:
        # deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
        # deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse
        so it looks like
        deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
        deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse
        Don't remove the comments in front of the lines describing the repo, though, because they are there for your benefit - your system won't know how to interpret them and give you all kinds of errors
        Asus G1S-X3:
        Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )

        Comment


          #5
          Re: source list generator please for gutsy

          thanks, , I have also removed the space after the #, now looks like below

          deb cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1)]/ gutsy main restricted
          # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
          # newer versions of the distribution.

          # Line commented out by installer because it failed to verify:
          deb http://ch.archive.ubuntu.com/ubuntu/ gutsy main restricted
          # Line commented out by installer because it failed to verify:
          deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy main restricted

          ## Major bug fix updates produced after the final release of the
          ## distribution.
          # Line commented out by installer because it failed to verify:
          deb http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
          # Line commented out by installer because it failed to verify:
          deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

          ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
          ## team, and may not be under a free licence. Please satisfy yourself as to
          ## your rights to use the software. Also, please note that software in
          ## universe WILL NOT receive any review or updates from the Ubuntu security
          ## team.
          # Line commented out by installer because it failed to verify:
          deb http://ch.archive.ubuntu.com/ubuntu/ gutsy universe
          # Line commented out by installer because it failed to verify:
          deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy universe
          # Line commented out by installer because it failed to verify:
          deb http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates universe
          # Line commented out by installer because it failed to verify:
          deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates universe

          ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
          ## team, and may not be under a free licence. Please satisfy yourself as to
          ## your rights to use the software. Also, please note that software in
          ## multiverse WILL NOT receive any review or updates from the Ubuntu
          ## security team.
          # Line commented out by installer because it failed to verify:
          deb http://ch.archive.ubuntu.com/ubuntu/ gutsy multiverse
          # Line commented out by installer because it failed to verify:
          deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy multiverse
          # Line commented out by installer because it failed to verify:
          deb http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
          # Line commented out by installer because it failed to verify:
          deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

          ## Uncomment the following two lines to add software from the 'backports'
          ## repository.
          ## N.B. software from this repository may not have been tested as
          ## extensively as that contained in the main release, although it includes
          ## newer versions of some applications which may provide useful features.
          ## Also, please note that software in backports WILL NOT receive any review
          ## or updates from the Ubuntu security team.
          deb http://ch.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
          deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

          ## Uncomment the following two lines to add software from Canonical's
          ## 'partner' repository. This software is not part of Ubuntu, but is
          ## offered by Canonical and the respective vendors as a service to Ubuntu
          ## users.
          deb http://archive.canonical.com/ubuntu gutsy partner
          deb-src http://archive.canonical.com/ubuntu gutsy partner

          # Line commented out by installer because it failed to verify:
          deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
          # Line commented out by installer because it failed to verify:
          deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
          # Line commented out by installer because it failed to verify:
          deb http://security.ubuntu.com/ubuntu gutsy-security universe
          # Line commented out by installer because it failed to verify:
          deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
          # Line commented out by installer because it failed to verify:
          deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
          # Line commented out by installer because it failed to verify:
          deb http://archive.ubuntu.com/ubuntu/ gutsy main universe restricted multiverse
          deb http://security.ubuntu.com/ubuntu/ gutsy-security universe main multiverse restricted
          deb http://archive.ubuntu.com/ubuntu/ gutsy-updates universe main multiverse restricted
          deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse
          every day is a gift

          Comment


            #6
            Re: source list generator please for gutsy

            it is crashing nsviewer

            also, no connection to apt-get update
            every day is a gift

            Comment


              #7
              Re: source list generator please for gutsy

              deb cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1)]/ gutsy main restricted
              # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
              # newer versions of the distribution.
              You need to comment out the first line above.
              Windows no longer obstructs my view.
              Using Kubuntu Linux since March 23, 2007.
              "It is a capital mistake to theorize before one has data." - Sherlock Holmes

              Comment


                #8
                Re: source list generator please for gutsy

                when you say "comment out" do you mean omit or just remove the symbol before the line, I have taken it to mean delete the lines so my source now reads:

                deb cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1)]/ gutsy main restricted

                # Line commented out by installer because it failed to verify:
                deb http://ch.archive.ubuntu.com/ubuntu/ gutsy main restricted
                # Line commented out by installer because it failed to verify:
                deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy main restricted

                ## Major bug fix updates produced after the final release of the
                ## distribution.
                # Line commented out by installer because it failed to verify:
                deb http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
                # Line commented out by installer because it failed to verify:
                deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

                ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
                ## team, and may not be under a free licence. Please satisfy yourself as to
                ## your rights to use the software. Also, please note that software in
                ## universe WILL NOT receive any review or updates from the Ubuntu security
                ## team.
                # Line commented out by installer because it failed to verify:
                deb http://ch.archive.ubuntu.com/ubuntu/ gutsy universe
                # Line commented out by installer because it failed to verify:
                deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy universe
                # Line commented out by installer because it failed to verify:
                deb http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates universe
                # Line commented out by installer because it failed to verify:
                deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates universe

                ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
                ## team, and may not be under a free licence. Please satisfy yourself as to
                ## your rights to use the software. Also, please note that software in
                ## multiverse WILL NOT receive any review or updates from the Ubuntu
                ## security team.
                # Line commented out by installer because it failed to verify:
                deb http://ch.archive.ubuntu.com/ubuntu/ gutsy multiverse
                # Line commented out by installer because it failed to verify:
                deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy multiverse
                # Line commented out by installer because it failed to verify:
                deb http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
                # Line commented out by installer because it failed to verify:
                deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

                ## Uncomment the following two lines to add software from the 'backports'
                ## repository.
                ## N.B. software from this repository may not have been tested as
                ## extensively as that contained in the main release, although it includes
                ## newer versions of some applications which may provide useful features.
                ## Also, please note that software in backports WILL NOT receive any review
                ## or updates from the Ubuntu security team.
                deb http://ch.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
                deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

                ## Uncomment the following two lines to add software from Canonical's
                ## 'partner' repository. This software is not part of Ubuntu, but is
                ## offered by Canonical and the respective vendors as a service to Ubuntu
                ## users.
                deb http://archive.canonical.com/ubuntu gutsy partner
                deb-src http://archive.canonical.com/ubuntu gutsy partner

                # Line commented out by installer because it failed to verify:
                deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
                # Line commented out by installer because it failed to verify:
                deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
                # Line commented out by installer because it failed to verify:
                deb http://security.ubuntu.com/ubuntu gutsy-security universe
                # Line commented out by installer because it failed to verify:
                deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
                # Line commented out by installer because it failed to verify:
                deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
                # Line commented out by installer because it failed to verify:
                deb http://archive.ubuntu.com/ubuntu/ gutsy main universe restricted multiverse
                deb http://security.ubuntu.com/ubuntu/ gutsy-security universe main multiverse restricted
                deb http://archive.ubuntu.com/ubuntu/ gutsy-updates universe main multiverse restricted
                deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse
                every day is a gift

                Comment


                  #9
                  Re: source list generator please for gutsy

                  Just place a comment ( # ) in front of "deb cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1)]/ gutsy main restricted" so it looks like
                  #deb cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1)]/ gutsy main restricted
                  Asus G1S-X3:
                  Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )

                  Comment


                    #10
                    Re: source list generator please for gutsy

                    following your advice now but could someone explain what the # is and why it is sometimes # whereas other lines its ##, is it something like echo on in batch files
                    every day is a gift

                    Comment


                      #11
                      Re: source list generator please for gutsy

                      The '#' symbol, or comment, is just a symbol that tells your computer not to read the immediate line that follows. The number of comments isn't important, your computer skips the line at the first one; however, adding multiple comments can improve the readability/clarity of the document (from the user's perspective). You'll notice the lines with two comments describe the following repo, and the lines with one comment pertain to the repo itself. Thus, when you see lines with two '##' symbols, you know right away that they are descriptions of the following repo(s). You can add 30 comments before a line, and it wouldn't make a difference to your computer.
                      Asus G1S-X3:
                      Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )

                      Comment


                        #12
                        Re: source list generator please for gutsy

                        OK this is how it reads now, thanks for the help and explanation

                        # deb cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1)]/ gutsy main restricted
                        See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
                        # newer versions of the distribution.

                        # Line commented out by installer because it failed to verify:
                        deb http://ch.archive.ubuntu.com/ubuntu/ gutsy main restricted
                        # Line commented out by installer because it failed to verify:
                        deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy main restricted

                        ## Major bug fix updates produced after the final release of the
                        ## distribution.
                        # Line commented out by installer because it failed to verify:
                        deb http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
                        # Line commented out by installer because it failed to verify:
                        deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

                        ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
                        ## team, and may not be under a free licence. Please satisfy yourself as to
                        ## your rights to use the software. Also, please note that software in
                        ## universe WILL NOT receive any review or updates from the Ubuntu security
                        ## team.
                        # Line commented out by installer because it failed to verify:
                        deb http://ch.archive.ubuntu.com/ubuntu/ gutsy universe
                        # Line commented out by installer because it failed to verify:
                        deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy universe
                        # Line commented out by installer because it failed to verify:
                        deb http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates universe
                        # Line commented out by installer because it failed to verify:
                        deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates universe

                        ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
                        ## team, and may not be under a free licence. Please satisfy yourself as to
                        ## your rights to use the software. Also, please note that software in
                        ## multiverse WILL NOT receive any review or updates from the Ubuntu
                        ## security team.
                        # Line commented out by installer because it failed to verify:
                        deb http://ch.archive.ubuntu.com/ubuntu/ gutsy multiverse
                        # Line commented out by installer because it failed to verify:
                        deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy multiverse
                        # Line commented out by installer because it failed to verify:
                        deb http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
                        # Line commented out by installer because it failed to verify:
                        deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

                        ## Uncomment the following two lines to add software from the 'backports'
                        ## repository.
                        ## N.B. software from this repository may not have been tested as
                        ## extensively as that contained in the main release, although it includes
                        ## newer versions of some applications which may provide useful features.
                        ## Also, please note that software in backports WILL NOT receive any review
                        ## or updates from the Ubuntu security team.
                        deb http://ch.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
                        deb-src http://ch.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

                        ## Uncomment the following two lines to add software from Canonical's
                        ## 'partner' repository. This software is not part of Ubuntu, but is
                        ## offered by Canonical and the respective vendors as a service to Ubuntu
                        ## users.
                        deb http://archive.canonical.com/ubuntu gutsy partner
                        deb-src http://archive.canonical.com/ubuntu gutsy partner

                        # Line commented out by installer because it failed to verify:
                        deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
                        # Line commented out by installer because it failed to verify:
                        deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
                        # Line commented out by installer because it failed to verify:
                        deb http://security.ubuntu.com/ubuntu gutsy-security universe
                        # Line commented out by installer because it failed to verify:
                        deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
                        # Line commented out by installer because it failed to verify:
                        deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
                        # Line commented out by installer because it failed to verify:
                        deb http://archive.ubuntu.com/ubuntu/ gutsy main universe restricted multiverse
                        deb http://security.ubuntu.com/ubuntu/ gutsy-security universe main multiverse restricted
                        deb http://archive.ubuntu.com/ubuntu/ gutsy-updates universe main multiverse restricted
                        deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse
                        every day is a gift

                        Comment


                          #13
                          Re: source list generator please for gutsy

                          I also commented out the see line, but I begin to think that the ports on this router may be closed so I will take this laptop to another network tomorrow, since in is just time outting me on each connection site, or reporting an error
                          every day is a gift

                          Comment


                            #14
                            Re: source list generator please for gutsy

                            Originally posted by fleamailman
                            # deb cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1)]/ gutsy main restricted
                            See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
                            # newer versions of the distribution.
                            Put a # on the See http://help line above so it looks like this:
                            # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
                            Windows no longer obstructs my view.
                            Using Kubuntu Linux since March 23, 2007.
                            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                            Comment


                              #15
                              Re: source list generator please for gutsy

                              OK, it was the closed router at home since I took the laptop to work and everything seemed sweet now, I will start another thread about the WIFI if I run into problems then, thanks and I really like kubuntu since drapper
                              every day is a gift

                              Comment

                              Working...
                              X