[RESOLVIDO] Conexão do Ubuntu 9.04 com problema intermitente.

Iniciado por Jukaa, 27 de Abril de 2009, 14:01

tópico anterior - próximo tópico

Jukaa

Olá, atualizei o Ubuntu para a versão 9.04 e ele esta com um problema estranho na internet. A conexão é de 500 k. Ele conecta perfeitamente usando o Firefox 3.0. O you tube ta uma beleza, radio online, tudo que é de internet via navegador. Fiz o teste de velocidade em uma página fora da operadora, me indicou 512 k para São Paulo. Quando uso o Synaptic ou o Terminal para fazer desde um mero update até baixar programas, ele fica tremendamente lento. A conexão tenta começar de forma normal 22 Kb/s e derrepente cai para 660 b/s até tenta subir mas cai geralmente e fica até sem conexão por um bom período. As vezes volta, as vezes não. O problema é intermitente. Isso é ruim pq ocorre também no Gerenciador de Atualizações. Em Canais de Software esta como Servidor Principal. Alguém pode ajudar?

tricolorpoa

provavavelmente teu problema está no source.list que deve estar buscando mirrors fora do brasil.

edita ele com o vim, gedit ou teu editor de texto favorito
$ sudo gedit /etc/apt/sources.list

Tu vai reparar que quase todos os links possuem um endereço http, por exemplo http://us.ubuntu.com
troca tudo onde aparece "us" para "br". Depois de editar, salve o arquivo e atualize a lista de mirrors.
$ sudo apt-get update

Depois disso provavelmente o download de pacotes ficara mais rápido.

Jukaa

Opa! Obrigado pela ajuda... mas como pode ver está tudo como archive.. posso alterar de arquive pra br? E finalmente o que está em negrito causará algum problema? Obrigado mais uma vez! ;D

deb http://archive.ubuntu.com/ubuntu/ jaunty main restricted
deb-src http://archive.ubuntu.com/ubuntu/ jaunty restricted main multiverse universe #Added by software-properties

deb http://archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-updates restricted main multiverse universe #Added by software-properties

deb http://archive.ubuntu.com/ubuntu/ jaunty universe
deb http://archive.ubuntu.com/ubuntu/ jaunty-updates universe

deb http://archive.ubuntu.com/ubuntu/ jaunty multiverse
deb http://archive.ubuntu.com/ubuntu/ jaunty-updates multiverse

deb http://archive.ubuntu.com/ubuntu/ jaunty-backports main universe multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-backports main universe multiverse restricted #Added by software-properties

deb http://archive.ubuntu.com/ubuntu/ jaunty-security main restricted
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-security restricted main multiverse universe #Added by software-properties
deb http://archive.ubuntu.com/ubuntu/ jaunty-security universe
deb http://archive.ubuntu.com/ubuntu/ jaunty-security multiverse

# deb http://wine.budgetdedicated.com/apt jaunty main #WineHQ - Ubuntu 8.10 "Intrepid Ibex" desabilitado na atualização para jaunty
deb http://archive.ubuntu.com/ubuntu/ jaunty-proposed main multiverse universe restricted
deb-src http://archive.ubuntu.com/ubuntu/ jaunty-proposed main multiverse universe restricted #Added by software-properties
# deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu jaunty main # desabilitado na atualização para jaunty

tricolorpoa

Primeiramente faça um backup do seu sources.list atual
$ sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak

Depois adicione o br. antes de archive. Segue um exemplo de uma linha do meu sources.list:
deb http://br.archive.ubuntu.com/ubuntu/ jaunty main restricted

Depois atualize a lista de pacotes e simule a instalação de um pacote
$ sudo apt-get update

Deve dar tudo certo.
Caso apareçam erros no apt-get update retome o backup do sources.list e atualize novamente a lista de pacotes com o apt-get update.

Vou deixar aqui meu sources.list para referência:
# deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ intrepid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://br.archive.ubuntu.com/ubuntu/ jaunty main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ jaunty main restricted

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

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://br.archive.ubuntu.com/ubuntu/ jaunty universe
deb-src http://br.archive.ubuntu.com/ubuntu/ jaunty universe
deb http://br.archive.ubuntu.com/ubuntu/ jaunty-updates universe
deb-src http://br.archive.ubuntu.com/ubuntu/ jaunty-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.
deb http://br.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb http://br.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ jaunty-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://br.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ intrepid-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 intrepid partner
deb-src http://archive.canonical.com/ubuntu intrepid partner

deb http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb-src http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb http://security.ubuntu.com/ubuntu jaunty-security universe
deb-src http://security.ubuntu.com/ubuntu jaunty-security universe
deb http://security.ubuntu.com/ubuntu jaunty-security multiverse
deb-src http://security.ubuntu.com/ubuntu jaunty-security multiverse
# deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu jaunty main # desabilitado na atualização para jaunty

Jukaa

Muuiito obrigado! Funcionou perfeitamente! Inclusive vai de 55 a 65kb/s! Uma dúvida que ainda resta é em relação ao amsn que muitas vezes a conexão não iniciava pra receber ou enviar fotos (e creio que deva ser um problema a parte).
Alias tenho várias coisas que preciso melhorar no amsn, como visualização de fotos em miniaturas, colocar um visual melhor dentre outras coisas, mas isso é pra eu fuçar em outros fóruns... No mais, muito obrigado mais uma vez! :)

Abraços!