... tellement lent que je repasse sous Win pour envoyer des images par exemple. Pourtant je suis en Wifi dhcp et tout est configuré comme il le devrait:
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
#
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#
#Static IP example
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="dhcp"
wlan0="dhcp"
wlan_wlan0="wlan0 essid Brice_Isa key ------------------- channel auto"
INTERFACES=(eth0 wlan0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)
WIRELESS_INTERFACE="wlan0"
WIRED_INTERFACE="eth0"
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(hal syslog-ng !network !net-profiles !net-auto-wired net-auto-wireless alsa netfs crond)
[brice@TuxBox:~]$
[brice@TuxBox:~]$ cat /etc/hosts
#
# /etc/hosts: static lookup table for host names
#
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 localhost.localdomain TuxBox
127.0.0.1 localhost.localdomain localhost
# End of file
[brice@TuxBox:~]$
# End of file
[brice@TuxBox:~]$ cat /etc/resolv.conf
# Generated by dhcpcd from wlan0
# /etc/resolv.conf.head can replace this line
domain Belkin
nameserver 192.168.2.1
# /etc/resolv.conf.tail can replace this line
[brice@TuxBox:~]$
Vous en pensez quoi ?
salutations,
Brice
Dernière modification par bricem13 le mar. 24 mai 2011, 19:22, modifié 1 fois.
Que l'on a peu d'information ?
Il faudrait savoir ce qui se passe en download. C'est lent pour quel taille de fichier ? Quel est la vitesse ?
Quel est la carte wifi (lspci) ? Quel est le driver utilisé ?
Dernière modification par benjarobin le lun. 23 mai 2011, 22:07, modifié 1 fois.