From bda4bee8d5017781bf5499c0b0259cef91775afb Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Sat, 3 Sep 2016 19:55:38 +0200 Subject: [PATCH] [aliases] Rebooteth0 reload aussi le module wifi --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 4300e21..70ae41d 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -159,7 +159,7 @@ alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo alias tailprocmail='tail -f ~/.procmail/logs/procmail.log' # Pour réveiller la carte éthernet quand elle déconne -alias rebooteth0='rmmod atl1c; modprobe atl1c' +alias rebooteth0='rmmod atl1c; rmmod ath9k; modprobe atl1c; modprobe ath9k' # +------------+ -- 2.39.2