Désolé pour le bazard, je ne suis pas encore bien habitué par votre forum
Sorry for the mess, I'm still not used to your forum
OK Wifi is working

Mais le boot est toujours lent, un petit peu moins, il semble y avoir un souci graphique, pourriez-vous m'orienter s'il vous plait ?
But the boot still slow, a little less than before, there seems to be a graphic problem, could you please direct me?
mick ~ systemd-analyze critical-chain
The time when unit became active or started is printed after the "@" character.
The time the unit took to start is printed after the "+" character.
graphical.target @57.633s
└─multi-user.target @57.633s
└─smbd.service @54.099s +3.532s
└─nmbd.service @50.432s +3.653s
└─network-online.target @50.394s
└─network.target @50.391s
└─NetworkManager.service @19.186s +4.975s
└─dbus.service @19.170s
└─basic.target @19.105s
└─sockets.target @19.105s
└─uuidd.socket @19.105s
└─sysinit.target @18.882s
└─apparmor.service @16.920s +1.961s
└─local-fs.target @16.914s
└─zfs-mount.service @16.642s +270ms
└─zfs-import.target @16.638s
mick ~
J'ai suivi la procédure expliquée ici :
I followed the procedure explained here: please use google translate page, if...
https://askubuntu.com/questions/419867/qualcomm-atheros-ar9485-wireless-network-adapter-not-working-on-ubuntu-13-10Les infos du pc, mais il faudrait suivre la procédure pour comprendre correctement ce que l'on fait.
Cependant les dossiers de LL sont différents.
The info from my pc, but you would have to follow the procedure to understand correctly what you are doing.
However the LL files are different.
Code: [Select]
sudo mousepad /etc/modprobe.d/iwlwifi.conf
Que j'ai changé, comme ceci :
Which I changed, like this:
# /etc/modprobe.d/iwlwifi.conf
# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
# microcode file installed on the system. When removing iwlwifi, first
# remove the iwl?vm module and then iwlwifi.
# remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211
options iwlwifi 11n_disable=0
mick ~ lspci | grep -i net
02:00.0 Ethernet controller: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet (rev c0)
07:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
mick ~
mick ~ sudo rfkill list
0: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
mick ~
sudo /etc/modprobe.d/modprobe -r iwlwifi.conf
mick / etc 1 lspci -nnk | grep -iA2 net
02:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet [1969:1083] (rev c0)
Subsystem: Acer Incorporated [ALI] AR8151 v2.0 Gigabit Ethernet [1025:0690]
Kernel driver in use: atl1c
Kernel modules: atl1c
--
07:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
Subsystem: Lite-On Communications Inc AR9485 Wireless Network Adapter [11ad:6617]
Kernel driver in use: ath9k
Kernel modules: ath9k
mick / etc