En fait j'ai 3 ports USB, deux qui fonctionnent et un qui ne marchait pas. Maintenant ca fonctionne !!! Je ne sais pas trop pourquoi.
J'ai également réussi à faire marcher la Webcam sur le W5F.
Pour ce faire, j'ai suivi la procédure décrite ici :
configurer votre webcam
Je précise que j'ai utilisé le driver Gspca
Merci tout de même pour votre aide.
Sinon pour le touchpad, il fonctionne (simple clic) avec la configuration suivante dans le fichier /etc/X11/xorg.conf :
# Xorg configuration created by pyxf86config
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "SHMConfig" "on"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "synaptics" "CorePointer"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection