Announcement

Collapse
No announcement yet.

here's the deal, I don't upgrade, it doesn't crash but...

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

    here's the deal, I don't upgrade, it doesn't crash but...

    Ok, I have been down this path too often now to think otherwise, I would like to keep my system as 6.06 but have mp3s playing with amarok, each time I downlodd a adapt program after changing my source list, that is after upgrading to 6.10, the system then plonks and I cannot get back into it, no problem because I am not going to upgrade this time(happy with drapper) but I would still like to hear mp3s with amarok, help please.


    btw when does one think that one is not a newbie with linux?
    every day is a gift

    #2
    Re: here's the deal, I don't upgrade, it doesn't crash but...

    Originally posted by fleamailman
    when does one think that one is not a newbie with linux
    Never, I'd say

    Comment


      #3
      Re: here's the deal, I don't upgrade, it doesn't crash but...

      Did you try installing libxine-extracodecs and lame? xine uses mp3 audio very nicely. Amarok uses xine engine for playback.

      Hope this helps.

      Comment


        #4
        Re: here's the deal, I don't upgrade, it doesn't crash but...

        I recently installed fluxbuntu on one of my machines. Since it is based on dapper, I was interested in upgrading to edgy (still deciding if I want to upgrade to fiesty). I found this review of fluxbuntu, which detailed the procedure of upgrading from dapper to fiesty

        http://techbycolin.com/?p=83

        Since it worked for me, I'll outline the steps:

        1. Do "sudo nano /etc/apt/sources.list" and replace all instances of "dapper" with "edgy"
        2. Do "apt-get update"
        3. Do "apt-get dist-upgrade"

        john

        Comment


          #5
          Re: here's the deal, I don't upgrade, it doesn't crash but...

          thanks, I am happy with dapper so I will stick with it, there is probably something wrong with the way I change the source list because it installs perfectly, in that it is only after I use adapt that it won't start up again. Please tell me how to download bxine-extracodecs and lame but I do not want to upgrade to edgy if feisty is going to become standard before long, I really like things simple, thanks
          every day is a gift

          Comment


            #6
            Re: here's the deal, I don't upgrade, it doesn't crash but...

            Please post /etc/apt/sources.list

            john

            Comment


              #7
              Re: here's the deal, I don't upgrade, it doesn't crash but...

              this is what it is now

              # Line commented out by installer because it failed to verify:
              #deb http://us.archive.ubuntu.com/ubuntu/ dapper main restricted
              # Line commented out by installer because it failed to verify:
              #deb-src http://us.archive.ubuntu.com/ubuntu/ dapper 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://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
              # Line commented out by installer because it failed to verify:
              #deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted

              ## Uncomment the following two lines to add software from the 'universe'
              ## repository.
              ## 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.
              # deb http://us.archive.ubuntu.com/ubuntu/ dapper universe
              # deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe

              ## 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://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
              # deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse

              # Line commented out by installer because it failed to verify:
              #deb http://security.ubuntu.com/ubuntu dapper-security main
              # Line commented out by installer because it failed to verify:
              #deb-src http://security.ubuntu.com/ubuntu dapper-security main
              # deb http://security.ubuntu.com/ubuntu dapper-security universe
              # deb-src http://security.ubuntu.com/ubuntu dapper-security universe
              deb http://www.getautomatix.com/apt dapper main

              this is what I changed it to, but I haven't this time

              deb http://gb.archive.ubuntu.com/ubuntu/ edgy main restricted
              deb-src http://gb.archive.ubuntu.com/ubuntu/ edgy main restricted

              ## Major bug fix updates produced after the final release of the
              ## distribution.
              deb http://gb.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
              deb-src http://gb.archive.ubuntu.com/ubuntu/ edgy-updates main restricted

              ## Uncomment the following two lines to add software from the 'universe'
              ## repository.
              ## 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.
              deb http://gb.archive.ubuntu.com/ubuntu/ edgy universe
              deb-src http://gb.archive.ubuntu.com/ubuntu/ edgy universe

              ## 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://gb.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe
              deb-src http://gb.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe

              deb http://security.ubuntu.com/ubuntu edgy-security main restricted
              deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted
              deb http://security.ubuntu.com/ubuntu edgy-security universe
              deb-src http://security.ubuntu.com/ubuntu edgy-security universe
              every day is a gift

              Comment


                #8
                Re: here's the deal, I don't upgrade, it doesn't crash but...

                Use the second version. Also, after each entry where it says "universe" add "multiverse". Then save it and do

                Code:
                sudo apt-get update
                sudo apt-get install libxine-extracodecs
                Also, I can't remember where but I'm pretty sure it was one of the wikis, "universe multiverse" was added to the end of every repository option.

                john

                P.S. If you want to upgrade to feisty instead of doing a fresh install, you will first have to upgrade to edgy.

                Comment


                  #9
                  Re: here's the deal, I don't upgrade, it doesn't crash but...

                  OK, once more, is this what the source list should read to allow for the download

                  # Line commented out by installer because it failed to verify:
                  #deb http://us.archive.ubuntu.com/ubuntu/ dapper main restricted
                  # Line commented out by installer because it failed to verify:
                  #deb-src http://us.archive.ubuntu.com/ubuntu/ dapper 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://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
                  # Line commented out by installer because it failed to verify:
                  #deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-updates main restricted

                  ## Uncomment the following two lines to add software from the 'universe'
                  ## repository.
                  ## 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.
                  # deb http://us.archive.ubuntu.com/ubuntu/ dapper universe multiverse
                  # deb-src http://us.archive.ubuntu.com/ubuntu/ dapper universe 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://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
                  # deb-src http://us.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse

                  # Line commented out by installer because it failed to verify:
                  #deb http://security.ubuntu.com/ubuntu dapper-security main
                  # Line commented out by installer because it failed to verify:
                  #deb-src http://security.ubuntu.com/ubuntu dapper-security main
                  # deb http://security.ubuntu.com/ubuntu dapper-security universe multiverse
                  # deb-src http://security.ubuntu.com/ubuntu dapper-security universe maltiverse
                  deb http://www.getautomatix.com/apt dapper main
                  every day is a gift

                  Comment


                    #10
                    Re: here's the deal, I don't upgrade, it doesn't crash but...

                    Here's mine

                    Code:
                    deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] edgy main restricted 
                    deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] edgy main restricted 
                    
                    ## Major bug fix updates produced after the final release of the
                    ## distribution.
                    deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] edgy-updates main restricted 
                    deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] edgy-updates main restricted 
                    
                    ## Uncomment the following two lines to add software from the 'universe'
                    ## repository.
                    ## 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.
                    deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] edgy universe multiverse 
                    deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] edgy universe 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 [url]http://us.archive.ubuntu.com/ubuntu/[/url] edgy-backports main restricted universe multiverse 
                    deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] edgy-backports main restricted universe multiverse 
                    
                    deb [url]http://security.ubuntu.com/ubuntu/[/url] edgy-security main restricted 
                    deb-src [url]http://security.ubuntu.com/ubuntu/[/url] edgy-security main restricted 
                    deb [url]http://security.ubuntu.com/ubuntu/[/url] edgy-security universe 
                    deb-src [url]http://security.ubuntu.com/ubuntu/[/url] edgy-security universe
                    john

                    Comment


                      #11
                      Re: here's the deal, I don't upgrade, it doesn't crash but...

                      thanks john, I will borrow yours later, before that I am going to start another thread about how one gets back ones system because each time it has does arrrive at post once I use adapt with edgy so I want to know what my options are and what to do in case I am facing that situation again. thanks
                      every day is a gift

                      Comment

                      Working...
                      X