Salut à tous

J'ai un petit problème. Je possède un mini-PC de chez ACME Systems (ce modèle). Il possède une carte MicroSD sur laquelle est installé DebARM (version ARM de Debian), et je m'y connecte soit par un port de Debug (avec HyperTerminal) soit par le réseau (avec PuTTy). le truc c'est qu'il m'est impossible d'utiliser, par exemple, apt-get, en effet j'obtiens cette erreur sur un apt-get install vim :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
debarm:/# apt-get install vim                       
NET: 
Reading package lists... Donea7 000a401c                  
Building dependency treent Emulator V0.97 (doubl
Reading state information... Done 
MMC System Spec version: 0     
The following packages were automatically installed and are no longer required:ble entries: 1024 (order 0, 4096 bytes)                  
Supports partial read
  fam libmpfr1ldbl libdb4.5 portmap 4.0 (2009/01/31) Phillip Lougher  
Suggested packages:
  ctags vim-doc vim-scripts
The following NEW packages will be installed:
  vim vim-runtime
0 upgraded, 2 newly installed, 0 to remove and 22 not upgraded.
Need to get 7018 kB of archives.
After this operation, 27.6 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  vim-runtime vim
Install these packages without verification [y/N]? y
Err http://ftp.it.debian.org/debian/ squeeze/main vim-runtime all 2:7.2.445+hg~c
b94c42c0e1a-1
  Could not resolve 'ftp.it.debian.org'
Err http://ftp.it.debian.org/debian/ squeeze/main vim armel 2:7.2.445+hg~cb94c42
c0e1a-1
  Could not resolve 'ftp.it.debian.org'
Failed to fetch http://ftp.it.debian.org/debian/pool/main/v/vim/vim-runtime_7.2.
445+hg~cb94c42c0e1a-1_all.deb  Could not resolve 'ftp.it.debian.org'
Failed to fetch http://ftp.it.debian.org/debian/pool/main/v/vim/vim_7.2.445+hg~c
b94c42c0e1a-1_armel.deb  Could not resolve 'ftp.it.debian.org'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
A première vue il s'agit d'un problème d econnexion, le truc c'est que je peux pinger
1. Mon routeur
2. Mon ordinateur
3. L'IP de Google.com (récupérée dans le ping de Windows)
4. Mais je ne peux pas pinger directement google.com

Des idées ?

Merci d'avance