#126 Le 25/03/2020, à 09:11
- xubu1957
Re : RTL8821CE / Plus de wifi
@Nico
Salut !
Tu sais comment faire afficher le wificheck anglophone ?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#127 Le 25/03/2020, à 09:35
- NicoApi73
Re : RTL8821CE / Plus de wifi
J'ai regardé tout le fil et j'ai un doute sur ce qui est installé avec dkms. Peux tu passer les commandes suivantes stp :
cd ~/rtl8821ce
sudo dkms remove rtl8821ce/v5.5.2_34066.20190614 --all
sudo modprobe -r 8821ce
make clean
source dkms.conf
sudo mkdir /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
sudo cp -r * /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
sudo dkms add $PACKAGE_NAME/$PACKAGE_VERSION
sudo dkms autoinstall $PACKAGE_NAME/$PACKAGE_VERSION
dkms status
Et donne tous les retours STP
Hors ligne
#128 Le 25/03/2020, à 09:35
- NicoApi73
Re : RTL8821CE / Plus de wifi
@xubu : Salut ! (j'espère que tu vas bien et que tu prends soin de toi) Quel est le lien?
Hors ligne
#129 Le 25/03/2020, à 09:43
- billgastrik
Re : RTL8821CE / Plus de wifi
pro@pro:~/rtl8821ce$ cd ~/rtl8821ce
pro@pro:~/rtl8821ce$ sudo dkms remove rtl8821ce/v5.5.2_34066.20190614 --all
[sudo] Mot de passe de pro :
-------- Uninstall Beginning --------
Module: rtl8821ce
Version: v5.5.2_34066.20190614
Kernel: 5.3.0-42-generic (x86_64)
-------------------------------------
Status: Before uninstall, this module version was ACTIVE on this kernel.
8821ce.ko:
- Uninstallation
- Deleting from: /lib/modules/5.3.0-42-generic/
rmdir: impossible de supprimer '': Aucun fichier ou dossier de ce type
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
depmod...
DKMS: uninstall completed.
------------------------------
Deleting module version: v5.5.2_34066.20190614
completely from the DKMS tree.
------------------------------
Done.
pro@pro:~/rtl8821ce$ sudo modprobe -r 8821ce
pro@pro:~/rtl8821ce$ make clean
#make -C /lib/modules/5.3.0-42-generic/build M=/home/pro/rtl8821ce clean
cd hal ; rm -fr */*/*/*.mod.c */*/*/*.mod */*/*/*.o */*/*/.*.cmd */*/*/*.ko
cd hal ; rm -fr */*/*.mod.c */*/*.mod */*/*.o */*/.*.cmd */*/*.ko
cd hal ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd core ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep/linux ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd platform ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
rm -fr Module.symvers ; rm -fr Module.markers ; rm -fr modules.order
rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~
rm -fr .tmp_versions
pro@pro:~/rtl8821ce$ source dkms.conf
pro@pro:~/rtl8821ce$ sudo mkdir /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
pro@pro:~/rtl8821ce$ sudo cp -r * /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
pro@pro:~/rtl8821ce$ sudo dkms add $PACKAGE_NAME/$PACKAGE_VERSION
Creating symlink /var/lib/dkms/rtl8821ce/#MODULE_VERSION#/source ->
/usr/src/rtl8821ce-#MODULE_VERSION#
DKMS: add completed.
pro@pro:~/rtl8821ce$ sudo dkms autoinstall $PACKAGE_NAME/$PACKAGE_VERSION
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
'make' -j8 KVER=5.3.0-42-generic...(bad exit status: 2)
ERROR (dkms apport): binary package for rtl8821ce: #MODULE_VERSION# not found
Error! Bad return status for module build on kernel: 5.3.0-42-generic (x86_64)
Consult /var/lib/dkms/rtl8821ce/#MODULE_VERSION#/build/make.log for more information.
pro@pro:~/rtl8821ce$ dkms status
rtl8821ce, #MODULE_VERSION#: added
pro@pro:~/rtl8821ce$
Hors ligne
#130 Le 25/03/2020, à 09:49
- xubu1957
Re : RTL8821CE / Plus de wifi
@Nico
J'avais donné :
Bonjour,
Copie ces 3 lignes (qui ne font qu'une commande) :
wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && \ chmod +x wireless-info && \ ./wireless-info
Ouvre un terminal (avec ctrl-alt-t) et colle la commande, appuis sur Entrée et tape ton mot de passe.
Quand c'est fini, donne le contenu du fichier dont le chemin t'est donné par une ligne comme :
Results saved in "/home/moi/wireless-info.txt".
(mets-le entre balises code (explications ici))
Pour la ligne du fichier :
dialog_info "${TERMOUT+\n}Results saved in \"$OUTPUTDIR/$FILEBASE.txt\".${TERMOUT+\n}"
Comment remonter les infos ?
Pour le wificheck de cracolinux, j'arrive à l'obtenir :
Si tu as exécuté ce script, alors il faut que tu donnes ici le retour de
cat ~/wificheck.log
_ _ _
La santé pour vous tous !
Dernière modification par xubu1957 (Le 25/03/2020, à 09:50)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#131 Le 25/03/2020, à 10:10
- billgastrik
Re : RTL8821CE / Plus de wifi
pro@pro:~/rtl8821ce$ cat ~/wificheck.log
cat: /home/pro/wificheck.log: Aucun fichier ou dossier de ce type
pro@pro:~/rtl8821ce$ wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && \
> chmod +x wireless-info && \
> ./wireless-info
--2020-03-25 10:08:44-- https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info
Résolution de github.com (github.com)… 140.82.118.4
Connexion à github.com (github.com)|140.82.118.4|:443… connecté.
requête HTTP transmise, en attente de la réponse… 302 Found
Emplacement : https://raw.githubusercontent.com/UbuntuForums/wireless-info/master/wireless-info [suivant]
--2020-03-25 10:08:44-- https://raw.githubusercontent.com/UbuntuForums/wireless-info/master/wireless-info
Résolution de raw.githubusercontent.com (raw.githubusercontent.com)… 151.101.120.133
Connexion à raw.githubusercontent.com (raw.githubusercontent.com)|151.101.120.133|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 17452 (17K) [text/plain]
Enregistre : «wireless-info»
wireless-info 100%[=====================================================================================================================>] 17,04K --.-KB/s ds 0,02s
En-tête de dernière modification manquant — horodatage arrêté.
2020-03-25 10:08:44 (684 KB/s) - «wireless-info» enregistré [17452/17452]
[sudo] password for pro:
Results saved in "/home/pro/rtl8821ce/wireless-info.txt".
Results also archived in "/home/pro/rtl8821ce/wireless-info.tar.gz", as they exceed the 19.5 kB size limit for ".txt" attachments on the Ubuntu Forums.
pro@pro:~/rtl8821ce$ cat ~/wificheck.log
cat: /home/pro/wificheck.log: Aucun fichier ou dossier de ce type
pro@pro:~/rtl8821ce$
Hors ligne
#132 Le 25/03/2020, à 10:12
- xubu1957
Re : RTL8821CE / Plus de wifi
Results saved in "/home/pro/rtl8821ce/wireless-info.txt".
Résultats sauvegardés dans : /home/pro/rtl8821ce/wireless-info.txt
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#133 Le 25/03/2020, à 10:20
- billgastrik
Re : RTL8821CE / Plus de wifi
xubut1957, je me sens tout couillon parce que je ne sais pas comment t'apporter la réponse. Visiblement, il ne suffit pas d'extraire le texte de /home/pro/rtl8821ce/wireless-info.txt avec nano ou gedit...
Hors ligne
#134 Le 25/03/2020, à 10:23
- xubu1957
Re : RTL8821CE / Plus de wifi
Tu dois avoir un fichier rtl8821ce/wireless-info dans ton home.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#135 Le 25/03/2020, à 13:38
- billgastrik
Re : RTL8821CE / Plus de wifi
Oui, j'en ai un, mais du coup je ne sais pas quoi en faire...
Hors ligne
#136 Le 25/03/2020, à 13:53
- NicoApi73
Re : RTL8821CE / Plus de wifi
cat ~/rtl8821ce/wireless-info
Hors ligne
#137 Le 25/03/2020, à 13:55
- billgastrik
Re : RTL8821CE / Plus de wifi
Je vous prie de m'excuser, je comprends pas pourquoi je n'y suis pas arrivé avant...
pro@pro:~/rtl8821ce$ cat ~/rtl8821ce/wireless-info
#!/bin/bash
#
# Copyright (c) 2012
#
# Authors: Wild Man, Krytarik
# Helpers: chili555
#
# This script gathers the infos necessary for troubleshooting a wireless
# connection and saves them in a text file, wrapping it in an archive if it
# exceeds the 19.5 kB size limit for ".txt" attachments on the Ubuntu Forums.
#
##############################################################################
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
SCRIPTDATE="2018-10-22 05:34 +0200"
FILEBASE="wireless-info"
OUTPUTDIR="$PWD"
OUTPUTDIRFB="/tmp"
MODMATCHES="(air|ar5|at7|ath[^3]?|b43|bcma|brcm|carl|ipw|iwl|ndis|r(818|8192[eu]|871|92su)|8(188|189|192|723|812)[acde][esu]|rt[23567]|rtl|ssb|wl|(cfg|mac)80211)"
LSMODMATCHES="(wmi|(dell|ideapad)[-_]laptop)"
IFACEMATCHES="(wlan[0-9]|eth[0-9])"
DMESGMATCHES="(firmware|[nN]etwork|sdio|SDIO)"
NMPROFMATCHES="\(\[connection\]\|id=\|type=\|permissions=\|autoconnect=\|\[802-11-wireless\]\|\[wifi\]\|ssid=\|bssid=\|mac-address\(-blacklist\)\?=\|mtu=\|\[802-1x\]\|[[:graph:]]*ca-certs\?=\|\[ipv[46]\]\|method=\)"
DMESGEXCL="apparmor|(cfg|mac)80211"
MODINFOEXCL="alias"
MODPROBEXCL="(alsa-base|blacklist-(firewire|framebuffer|modem|oss|watchdog)|fglrx|nvidia|fbdev|bumblebee)"
PMUTILSEXCL="/etc/pm/(power.d/(95hdparm-apm|intel-audio-powersave|sata_alpm)|sleep.d/(10_grub-common|10_unattended-upgrades.*|novatel_3g.*))"
NETMGRNAMES=("NetworkManager" "Wicd" "ConnMan")
NETMGRPATHS=("/usr/sbin/NetworkManager" "/usr/sbin/wicd" "/usr/sbin/connmand")
DEC2BI=({0..1}{0..1}{0..1}{0..1}{0..1}{0..1}{0..1}{0..1})
DEC2HEX=($(printf "%02x " {0..255}))
export LANG="en_US.UTF-8"
export LANGUAGE="en_US:en"
export LC_ALL="en_US.UTF-8"
if [ -t 0 ]; then
DIALOGAPP="terminal"
DIALOGBREAK=" "
TERMOUT="yes"
elif [ -x /usr/bin/zenity ]; then
DIALOGAPP="zenity"
DIALOGBREAK="\n"
elif [ -x /usr/bin/kdialog ]; then
DIALOGAPP="kdialog"
DIALOGBREAK="\n"
else
exit 1
fi
if [ -t 0 ]; then
SUDO="sudo"
elif [ -x /usr/bin/pkexec ]; then
SUDO="pkexec"
elif [ -x /usr/bin/gksudo ]; then
SUDO="gksudo"
GKSUDO="yes"
elif [ -x /usr/bin/kdesudo ]; then
SUDO="kdesudo"
KDESUDO="yes"
KDESUDOCMT=" needs administrative privileges. Please enter your password."
fi
dialog_info () {
case $DIALOGAPP in
terminal)
printf "%b\n" "$1"
;;
zenity)
zenity --info --text="$1"
;;
kdialog)
kdialog --msgbox "$1"
;;
esac
}
dialog_error () {
case $DIALOGAPP in
terminal)
printf "%b\n" "$1" >&2
;;
zenity)
zenity --error --text="$1"
;;
kdialog)
kdialog --error "$1"
;;
esac
}
dialog_question () {
case $DIALOGAPP in
terminal)
local INPUT
read -r -p "$1 [Y/n]: " INPUT
echo "${INPUT,,}"
;;
zenity)
zenity --question --text="$1" || echo "no"
;;
kdialog)
kdialog --yesno "$1" || echo "no"
;;
esac
}
ip6-mac () {
for MAC in "$@"; do
OCT1BI=${DEC2BI[0x${MAC:0:2}]}
OCT1BI7=$((${OCT1BI:6:1} - 1))
OCT1BIM="${OCT1BI:0:6}${OCT1BI7#-}${OCT1BI:7}"
IP6S+=${IP6S:+$'\n'}"${DEC2HEX[2#$OCT1BIM]}${MAC:3:2}:${MAC:6:2}ff:fe${MAC:9:2}:${MAC:12:2}${MAC:15:2}"
done
sed 's/\(^\|:\)0\+\([[:alnum:]]\)/\1\2/g;s/^\([0:]\+\)/\\(::\\|\1\\)/' <<< "$IP6S"
}
exec 3>&1 4>&2
exec 1> "$OUTPUTDIR/$FILEBASE.txt" || {
dialog_error "${TERMOUT+\n}Cannot write output file in \"$OUTPUTDIR\",${DIALOGBREAK}trying in \"$OUTPUTDIRFB\" instead.${TERMOUT+\n}"
OUTPUTDIR="$OUTPUTDIRFB"
exec 1> "$OUTPUTDIR/$FILEBASE.txt" || {
dialog_error "${TERMOUT+\n}Cannot write output file in \"$OUTPUTDIR\" either, aborting.${TERMOUT+\n}"
exit 1
}
}
exec 2>&1
printf "\n########## wireless info START ##########\n\n"
REPORTDATE=$(date +"%d %b %Y %H:%M %Z %z")
SCRIPTDATE=$(date -u -d "$SCRIPTDATE" +"%d %b %Y %H:%M %Z %z")
LASTBOOTDT=$(last -FRn 1 reboot | sed -n 's/.*system boot[ ]\+\(.\+\) - .*/\1/p')
LASTBOOTDT=$(date -d "$LASTBOOTDT" +"%d %b %Y %H:%M %Z %z")
printf "Report from: %s\n\n" "$REPORTDATE"
printf "Booted last: %s\n\n" "$LASTBOOTDT"
printf "Script from: %s\n" "$SCRIPTDATE"
printf "\n##### release ###########################\n\n"
lsb_release -idrc
printf "\n##### kernel ############################\n\n"
uname -srvmpio
echo
sed 's/root=[^ ]*//;s/[ ]\+/, /g;s/^BOOT_IMAGE=[^ ]*/Parameters:/' /proc/cmdline
printf "\n##### desktop ###########################\n\n"
if [ -n "$DESKTOP_SESSION" ]; then
DESKTOP="$DESKTOP_SESSION"
else
DESKTOP=$(sed -n 's/^Session=\(.\+\)$/\1/p' "$HOME/.dmrc")
DESKDMRC=" (from ~/.dmrc)"
fi
if [ -n "$DESKTOP" ]; then
if [ -f "/usr/share/xsessions/$DESKTOP.desktop" ]; then
DESKTOP=$(sed -n 's/^Name=\(.\+\)$/\1/p' "/usr/share/xsessions/$DESKTOP.desktop")
fi
echo "${DESKTOP/ Session/}${DESKDMRC}"
else
printf "\nCould not be determined.\n"
fi
printf "\n##### lspci #############################\n\n"
lspci -nnk | grep -iA 2 '^[^[:space:]].*net' | sed '/^--$/d; /^[^[:space:]]/ i\\'
printf "\n##### lsusb #############################\n\n"
lsusb
printf "\n##### PCMCIA card info ##################\n\n"
if [ -x /sbin/pccardctl ]; then
pccardctl info
else
echo "'pccardctl' is not installed (package \"pcmciautils\")."
fi
printf "\n##### rfkill ############################\n\n"
rfkill list all
printf "\n##### secure boot #######################\n\n"
if [ -x /usr/bin/mokutil ]; then
mokutil --sb-state
else
echo "'mokutil' is not installed (package \"mokutil\")."
fi
printf "\n##### lsmod #############################\n\n"
LSMOD=$(lsmod | egrep "(^|[[:punct:] ])($MODMATCHES|$LSMODMATCHES)[^[:punct:] ]*([[:punct:] ]|$)")
echo "$LSMOD"
printf "\n##### interfaces ########################\n\n"
for IFACESFILE in $(find /etc/network/interfaces{,.d} -type f 2> /dev/null | sort); do
IFACESFLCNT=$(sed '/^#/d;s/^wpa-psk [[:graph:]]\+/wpa-psk <WPA key removed>/' $IFACESFILE)
if [ -n "$IFACESFLCNT" ]; then
printf "[%s]\n%s\n\n" "$IFACESFILE" "$IFACESFLCNT"
fi
done
printf "\n##### ifconfig ##########################\n\n"
if [ -x /bin/ip ]; then
IFCONFIG=$(ip address show)
elif [ -x /sbin/ifconfig ]; then
IFCONFIG=$(ifconfig -a)
else
echo "'ip' is not installed (package \"iproute2\")."
fi
echo "$IFCONFIG"
IFCONFIG=$(sed -n '1h; 1!H; ${g;s/\n /\\ /g;p}' <<< "$IFCONFIG")
IFACESETH=($(sed -n 's#^[0-9]\+: \([^ :]\+\):.* link/ether.*#\1#p; s/^\([^ :]\+\):\?.* \(Link encap:Ethernet\|ether\).*/\1/p' <<< "$IFCONFIG"))
if (( ${#IFACESETH[@]} > 0 )); then
IFETHMATCHES=${IFACESETH[@]}
IFACEMATCHES="($IFACEMATCHES|(${IFETHMATCHES// /|}))"
fi
printf "\n##### iwconfig ##########################\n\n"
iwconfig
printf "\n##### route #############################\n\n"
if [ -x /bin/ip ]; then
ip route show
elif [ -x /sbin/route ]; then
route -n
else
echo "'ip' is not installed (package \"iproute2\")."
fi
printf "\n##### resolv.conf #######################\n\n"
stat -c "[%a %U %N]" /etc/resolv.conf
grep -v '^#' /etc/resolv.conf
printf "\n##### network managers ##################\n\n"
printf "Installed:\n\n"
for NETMGRNR in "${!NETMGRPATHS[@]}"; do
if [ -f "${NETMGRPATHS[$NETMGRNR]}" ]; then
NETMGRINST+=("${NETMGRNAMES[$NETMGRNR]}")
fi
done
printf "\t%s\n" "${NETMGRINST[@]:-None found.}"
NETMGRMATCHES=${NETMGRPATHS[@]/#*\//|}
NETMGRMATCHES=${NETMGRMATCHES// |/|}
NETMGRMATCHES="(${NETMGRMATCHES#|})"
printf "\nRunning:\n\n"
ps -ef | egrep "( |/)$NETMGRMATCHES($| )" || printf "\tNone found.\n"
printf "\n##### NetworkManager info ###############\n\n"
if [ -x /usr/bin/nm-tool ]; then
nm-tool
elif [ -x /usr/bin/nmcli ]; then
nmcli -f all device show | sed '/^GENERAL.DEVICE:[ ]\+lo$/,/^$/d; /^AP\[[0-9]\+\]\./d'
echo
nmcli -f SSID,BSSID,MODE,CHAN,FREQ,RATE,SIGNAL,BARS,SECURITY,ACTIVE,IN-USE device wifi list
else
echo "NetworkManager is not installed (package \"network-manager\")."
fi
printf "\n##### NetworkManager.state ##############\n\n"
cat -s /var/lib/NetworkManager/NetworkManager.state
printf "\n##### NetworkManager config #############\n\n"
for NMCONFFILE in $(find /{etc,usr/lib}/NetworkManager/{NetworkManager.conf,conf.d} -name "*.conf" 2> /dev/null | sort); do
NMCONFCNT=$(egrep -v '^(#|$)' $NMCONFFILE)
if [ -n "$NMCONFCNT" ]; then
printf "[[%s]]\n%s\n\n" "$NMCONFFILE" "$NMCONFCNT"
fi
done
printf "\n##### NetworkManager profiles ###########\n\n"
if [ -d /etc/NetworkManager/system-connections ]; then
if [ -n "$SUDO" ]; then
trap "" 2 3
NMPROFILES=$(find /etc/NetworkManager/system-connections -maxdepth 1 -type f -exec $SUDO${GKSUDO+ -D grep --}${KDESUDO+ -d --comment "<b>grep</b>$KDESUDOCMT" --} grep -vH '^$' {} +) && SUDOSUCCESS="yes" || SUDOSUCCESS="no"
trap 2 3
if [ "$SUDOSUCCESS" = "yes" ]; then
ORIGIFS="$IFS"
IFS=$'\n'
for NMWLPRFFILE in $(sed -n 's/^\(.\+\):type=\(802-11-wireless\|wifi\).*$/\1/p' <<< "$NMPROFILES"); do
NMWLPRFFLPERMS=$(stat -c "%a %U" "$NMWLPRFFILE")
NMWLPROFILE=($(sed -n "s;^$NMWLPRFFILE:\($NMPROFMATCHES.*\)$;\1 |;p" <<< "$NMPROFILES"))
NMWLPROFSOUT+="[[$NMWLPRFFILE]] ($NMWLPRFFLPERMS)"$'\n'"${NMWLPROFILE[@]}"$'\n\n'
done
IFS="$ORIGIFS"
sed 's# | \[#\n\[#g;s#\] |#\]#g;s/ |$//' <<< "$NMWLPROFSOUT" | sed '/^\[[^]]*\]$/d'
else
printf "\nAcquisition of admin privileges failed.\n"
fi
else
echo "No way to acquire admin privileges found."
fi
else
echo "No NetworkManager profiles found."
fi
printf "\n##### Netplan config ####################\n\n"
for NPLANFILE in $(find /{lib,etc,run}/netplan -name "*.yaml" 2> /dev/null | sort); do
NPLANFLCNT=$(egrep -v '^(#|$)' $NPLANFILE)
if [ -n "$NPLANFLCNT" ]; then
printf "[%s]\n%s\n\n" "$NPLANFILE" "$NPLANFLCNT"
fi
done
printf "\n##### iw reg get ########################\n\n"
if [ -x /sbin/iw ]; then
if IWREGGET=$(iw reg get 2>&1) && [ -f /etc/timezone ]; then
REGION=$(cat /etc/timezone)
printf "Region: %s (based on set time zone)\n\n" "$REGION"
fi
echo "$IWREGGET"
else
echo "'iw' is not installed (package \"iw\")."
fi
printf "\n##### iwlist channels ###################\n\n"
if [ -x /sbin/iwlist ]; then
iwlist chan
else
echo "'iwlist' is not installed (package \"wireless-tools\")."
fi
printf "\n##### iwlist scan #######################\n\n"
if [ -x /sbin/iwlist ]; then
if [ -n "$SUDO" ]; then
trap "" 2 3
IWLISTSCAN=$($SUDO${KDESUDO+ -d} iwlist scan) && SUDOSUCCESS="yes" || SUDOSUCCESS="no"
trap 2 3
if [ "$SUDOSUCCESS" = "yes" ]; then
if [[ $IWLISTSCAN = *Frequency:* ]]; then
printf "Channel occupancy:\n\n"
grep '^[ ]*Frequency:' <<< "$IWLISTSCAN" | sort | uniq -c | sed 's/^[ ]\+\([ ][0-9]\+\)[ ]\+/ \1 APs on /'
echo
fi
grep -v '^[ ]*IE: Unknown:' <<< "$IWLISTSCAN"
else
printf "\nAcquisition of admin privileges failed.\n"
fi
else
echo "No way to acquire admin privileges found."
fi
else
echo "'iwlist' is not installed (package \"wireless-tools\")."
fi
printf "\n##### module infos ######################\n\n"
MODULES=$(egrep -o "^$MODMATCHES[^ ]*" <<< "$LSMOD")
for MODULE in $MODULES; do
MODINFO=$(modinfo $MODULE | egrep -v "^$MODINFOEXCL:")
printf "[%s]\n%s\n\n" "$MODULE" "$MODINFO"
done
printf "\n##### module parameters #################\n\n"
for MODULE in $MODULES; do
if [ -d /sys/module/$MODULE/parameters ]; then
MODPARAMS=$(grep -H '^[[:graph:]]' /sys/module/$MODULE/parameters/* | sed 's#^.*/##;s/:/: /')
printf "[%s]\n%s\n\n" "$MODULE" "$MODPARAMS"
fi
done
printf "\n##### /etc/modules ######################\n\n"
grep -v '^#' /etc/modules
printf "\n##### modprobe options ##################\n\n"
for MODPROBEFILE in $(find /etc/modprobe.{conf,d} -name "*.conf" -regextype posix-egrep -not -regex ".*$MODPROBEXCL.*" 2> /dev/null | sort); do
MODPROBEOPTS=$(egrep -v '^(#|$)' $MODPROBEFILE)
if [ -n "$MODPROBEOPTS" ]; then
printf "[%s]\n%s\n\n" "$MODPROBEFILE" "$MODPROBEOPTS"
fi
done
printf "\n##### rc.local ##########################\n\n"
grep -v '^#' /etc/rc.local
printf "\n##### pm-utils ##########################\n\n"
for PMUTILSFILE in $(find /etc/pm/*.d \( -type f -o -type l \) -regextype posix-egrep -not -regex "$PMUTILSEXCL" | sort); do
PMUTFLCONT=$(egrep -v '^(#|$)' $PMUTILSFILE)
if [ -n "$PMUTFLCONT" ]; then
PMUTFLPERMS=$(stat -c "%a %U" $PMUTILSFILE)
printf "[%s] (%s)\n%s\n\n" "$PMUTILSFILE" "$PMUTFLPERMS" "$PMUTFLCONT"
fi
done
printf "\n##### udev rules ########################\n\n"
for UDEVRLFILE in $(find /etc/udev/rules.d -name "*net*.rules" | sort); do
UDEVRULES=$(grep -B1 '^[^#]' $UDEVRLFILE | egrep -v '^(--)?$')
if [ -n "$UDEVRULES" ]; then
printf "[%s]\n%s\n\n" "$UDEVRLFILE" "$UDEVRULES"
fi
done
printf "\n##### dmesg #############################\n\n"
dmesg | tail -n 100 | egrep "[[:punct:] ]($MODMATCHES|$IFACEMATCHES|$DMESGMATCHES)[^[:punct:] ]*[[:punct:] ]" | egrep -v "$DMESGEXCL" | uniq -cf 2 | sed 's/^[ ]\+1[ ]\+//;s/^[ ]\+\([0-9]\+\)[ ]\+\(.\+\)$/\2 (repeated \1 times)/'
printf "\n########## wireless info END ############\n\n"
exec 2>&4 4>&-
exec 1>&3 3>&-
##### MAC address masking #####
RESULTS=$(cat -s "$OUTPUTDIR/$FILEBASE.txt")$'\n'
ORIGIFS="$IFS"
IFS=$'\n'
IFACESIDS=($(sed -n "/\([[:alnum:]]\{2\}:\)\{5\}[[:alnum:]]\{2\}/ {/\(00:\)\{5\}00/! {s/^[0-9]\+: \([^ :]\+\):.*/'\1'/p; s/^\([^ :]\+\):\? .*/'\1'/p}}" <<< "$IFCONFIG"))
IFACESMACS=($(sed -n '/\(00:\)\{5\}00/! s#.*\(HWaddr\|link/[^ ]\+\|ether\) \(\([[:alnum:]]\{2\}:\)\{5\}[[:alnum:]]\{2\}\).*#\2#p' <<< "$IFCONFIG"))
IFACESIP6S=($(ip6-mac "${IFACESMACS[@]}"))
WLAPSIWLIDS=($(sed -n "/^[ ]*Cell [0-9]\+/,/^[ ]*ESSID:/ {/^[ ]*Cell [0-9]\+/h; /^[ ]*ESSID:/ {H;g;s/^[ ]*Cell 0\?\([0-9]\+\).*ESSID:\"\(.*\)\"$/'\2' [AC\1]/p}}" <<< "$IWLISTSCAN"))
WLAPSIWLMACS=($(sed -n 's/^[ ]*Cell [0-9]\+.*Address: \([^ ]\+\)/\1/p' <<< "$IWLISTSCAN"))
WLAPSIWLIP6S=($(ip6-mac "${WLAPSIWLMACS[@]}"))
WLAPSNMRAW=$(sed -n '/^##### NetworkManager info #####/,/^##### / {/^[ ]*Wireless Access Points/,/^$/ {/Wireless Access Points/d;s/^[ ]\+\*\?//;s/:[ ]\+/\t/;p}; /^SSID[ ]\+BSSID[ ]\+/,/^$/ {/^SSID[ ]\{2,\}BSSID[ ]\{2,\}/d;s/[ ]\{2,\}/\t/;p}}' <<< "$RESULTS")
WLAPSNMIDS=($(awk -F '\t' '{print "'\''" $1 "'\''"}' <<< "$WLAPSNMRAW"))
WLAPSNMMACS=($(grep -o '\([[:alnum:]]\{2\}:\)\{5\}[[:alnum:]]\{2\}' <<< "$WLAPSNMRAW"))
WLAPSNMIP6S=($(ip6-mac "${WLAPSNMMACS[@]}"))
IFS="$ORIGIFS"
for IFACENR in "${!IFACESMACS[@]}"; do
MACMASKSED+="s;${IFACESMACS[$IFACENR]};<MAC ${IFACESIDS[$IFACENR]} [IF$(($IFACENR + 1))]>;I;"
MACMASKSED+=" /${IFACESIP6S[$IFACENR]}/ s;${IFACESIP6S[$IFACENR]/#\\(::/\(};<IP6 ${IFACESIDS[$IFACENR]} [IF$(($IFACENR + 1))]>;I;"
IFACEMACC=${IFACESMACS[$IFACENR]//:/}
if [[ ${IFACESIDS[$IFACENR],,} =~ ${IFACEMACC,,} ]]; then
MACMASKSED+="s;\(${IFACESIDS[$IFACENR]:1:3}\)$IFACEMACC;\1<IF from MAC [IF$(($IFACENR + 1))]>;Ig;"
fi
done
for WLAPIWLNR in "${!WLAPSIWLMACS[@]}"; do
MACMASKSED+="s;${WLAPSIWLMACS[$WLAPIWLNR]};<MAC ${WLAPSIWLIDS[$WLAPIWLNR]}>;I;"
MACMASKSED+=" /${WLAPSIWLIP6S[$WLAPIWLNR]}/ s;${WLAPSIWLIP6S[$WLAPIWLNR]/#\\(::/\(};<IP6 ${WLAPSIWLIDS[$WLAPIWLNR]}>;I;"
done
for WLAPNMNR in "${!WLAPSNMMACS[@]}"; do
MACMASKSED+="s;${WLAPSNMMACS[$WLAPNMNR]};<MAC ${WLAPSNMIDS[$WLAPNMNR]} [AN$(($WLAPNMNR + 1))]>;I;"
MACMASKSED+=" /${WLAPSNMIP6S[$WLAPNMNR]}/ s;${WLAPSNMIP6S[$WLAPNMNR]/#\\(::/\(};<IP6 ${WLAPSNMIDS[$WLAPNMNR]} [AN$(($WLAPNMNR + 1))]>;I;"
done
sed "$MACMASKSED /\([[:alnum:]]\{2\}:\)\{6,\}/! s/\([[:alnum:]]\{2\}:\)\{5\}[[:alnum:]]\{2\}/<MAC address>/g" <<< "$RESULTS" > "$OUTPUTDIR/$FILEBASE.txt"
##### The End #####
dialog_info "${TERMOUT+\n}Results saved in \"$OUTPUTDIR/$FILEBASE.txt\".${TERMOUT+\n}"
if (( $(stat -c %s "$OUTPUTDIR/$FILEBASE.txt") > 19968 )); then
tar -czf "$OUTPUTDIR/$FILEBASE.tar.gz" -C "$OUTPUTDIR" "$FILEBASE.txt" && \
dialog_info "Results also archived in \"$OUTPUTDIR/$FILEBASE.tar.gz\",${DIALOGBREAK}as they exceed the 19.5 kB size limit for \".txt\" attachments${DIALOGBREAK}on the Ubuntu Forums.${TERMOUT+\n}" || \
dialog_error "Results exceed the 19.5 kB size limit for \".txt\" attachments${DIALOGBREAK}on the Ubuntu Forums, but archive could not be created.${TERMOUT+\n}"
fi
if [ -x /usr/bin/pastebinit ] && ping -nc 3 -w 6 -i 0.2 paste.ubuntu.com > /dev/null 2>&1; then
PASTEBIN=$(dialog_question "Do you also want to post them${DIALOGBREAK}to your default 'pastebinit' provider?")
if [[ ! $PASTEBIN =~ ^no?$ ]]; then
PASTERESULT=$(pastebinit -i "$OUTPUTDIR/$FILEBASE.txt" -f text 2>&1) && PASTESUCCESS="yes"
if [ "$PASTESUCCESS" = "yes" ]; then
dialog_info "${TERMOUT+\n}Pastebin successful:\n\n${PASTERESULT}${TERMOUT+\n}"
else
if [ -n "$PASTERESULT" ]; then
dialog_error "${TERMOUT+\n}Pastebin failed, error message is:\n\n${PASTERESULT}${TERMOUT+\n}"
else
dialog_error "${TERMOUT+\n}Pastebin failed, no error message given.${TERMOUT+\n}"
fi
fi
else
echo
fi
fi
pro@pro:~/rtl8821ce$
Hors ligne
#138 Le 25/03/2020, à 13:57
- kamaris
Re : RTL8821CE / Plus de wifi
@xubu1957 (en provenance de ./viewtopic.php?pid=22243827#p22243827) : pour faire afficher le wificheck du forum anglophone, d'après le contenu du script https://github.com/UbuntuForums/wireles … eless-info, il faut faire
cat wireless-info.txt
dans le répertoire où le script a été exécuté.
Hors ligne
#139 Le 25/03/2020, à 14:02
- xubu1957
Re : RTL8821CE / Plus de wifi
@kamaris
Merci pour ton aide.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#140 Le 25/03/2020, à 14:08
- kamaris
Re : RTL8821CE / Plus de wifi
Donc apparemment, pour billgastrik, ça devrait être
cat ~/rtl8821ce/wireless-info.txt
Commande à copier-coller entièrement, en donnant le retour complet.
NB : Attention : wireless-info et wireless-info.txt sont deux fichiers différents : le premier est le script, le second sa sortie.
Je pense que billgastrik a fait cette erreur dans le retour qu'il a donné en #122.
Dernière modification par kamaris (Le 25/03/2020, à 14:18)
Hors ligne
#141 Le 25/03/2020, à 14:53
- billgastrik
Re : RTL8821CE / Plus de wifi
Kamarys : Merci pour ta réponse ! En effet, j'avais fait cat avec le fichier .txt.
pro@pro:~/rtl8821ce$ cat ~/rtl8821ce/wireless-info.txt
########## wireless info START ##########
Report from: 25 Mar 2020 10:08 CET +0100
Booted last: 25 Mar 2020 00:00 CET +0100
Script from: 22 Oct 2018 03:34 UTC +0000
##### release ###########################
Distributor ID: Ubuntu
Description: Ubuntu 18.04.4 LTS
Release: 18.04
Codename: bionic
##### kernel ############################
Linux 5.3.0-42-generic #34~18.04.1-Ubuntu SMP Fri Feb 28 13:42:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Parameters: ro, quiet, splash, vt.handoff=1
##### desktop ###########################
Ubuntu
##### lspci #############################
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
Subsystem: Hewlett-Packard Company RTL8821CE 802.11ac PCIe Wireless Network Adapter [103c:831a]
Kernel modules: 8821ce, rtl8821ce
##### lsusb #############################
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0bda:b00a Realtek Semiconductor Corp.
Bus 001 Device 003: ID 04f2:b627 Chicony Electronics Co., Ltd
Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 001 Device 005: ID 0bda:8152 Realtek Semiconductor Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
##### PCMCIA card info ##################
##### rfkill ############################
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
##### secure boot #######################
SecureBoot disabled
Platform is in Setup Mode
##### lsmod #############################
hp_wmi 16384 0
intel_wmi_thunderbolt 20480 0
wmi_bmof 16384 0
sparse_keymap 16384 2 hp_wmi,intel_vbtn
wmi 32768 3 hp_wmi,intel_wmi_thunderbolt,wmi_bmof
##### interfaces ########################
[/etc/network/interfaces]
auto lo
iface lo inet loopback
##### ifconfig ##########################
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback <MAC address> brd <MAC address>
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
5: enx<IF from MAC [IF1]>: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether <MAC 'enx<IF from MAC [IF1]>' [IF1]> brd <MAC address>
inet 192.168.0.32/24 brd 192.168.0.255 scope global dynamic noprefixroute enx<IF from MAC [IF1]>
valid_lft 34032sec preferred_lft 34032sec
inet6 2a01:e0a:f7:2b90:5986:6aaa:9f90:5e54/64 scope global temporary dynamic
valid_lft 86097sec preferred_lft 77204sec
inet6 2a01:e0a:f7:2b90:ffa5:d53b:8cc2:a02/64 scope global dynamic mngtmpaddr noprefixroute
valid_lft 86097sec preferred_lft 86097sec
inet6 fe80::14ae:28a0:6065:b20c/64 scope link noprefixroute
valid_lft forever preferred_lft forever
##### iwconfig ##########################
lo no wireless extensions.
enx<IF from MAC [IF1]> no wireless extensions.
##### route #############################
default via 192.168.0.254 dev enx<IF from MAC [IF1]> proto dhcp metric 100
192.168.0.0/24 dev enx<IF from MAC [IF1]> proto kernel scope link src 192.168.0.32 metric 100
##### resolv.conf #######################
[777 root '/etc/resolv.conf' -> '../run/systemd/resolve/stub-resolv.conf']
nameserver 127.0.0.53
options edns0
##### network managers ##################
Installed:
NetworkManager
Running:
root 932 1 0 06:33 ? 00:00:02 /usr/sbin/NetworkManager --no-daemon
##### NetworkManager info ###############
GENERAL.DEVICE: enx<IF from MAC [IF1]>
GENERAL.TYPE: ethernet
GENERAL.NM-TYPE: NMDeviceEthernet
GENERAL.VENDOR: Realtek
GENERAL.PRODUCT: USB 10/100 LAN
GENERAL.DRIVER: r8152
GENERAL.DRIVER-VERSION: v1.09.10
GENERAL.FIRMWARE-VERSION: --
GENERAL.HWADDR: <MAC 'enx<IF from MAC [IF1]>' [IF1]>
GENERAL.MTU: 1500
GENERAL.STATE: 100 (connected)
GENERAL.REASON: 0 (No reason given)
GENERAL.UDI: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/net/enx<IF from MAC [IF1]>
GENERAL.IP-IFACE: enx<IF from MAC [IF1]>
GENERAL.IS-SOFTWARE: no
GENERAL.NM-MANAGED: yes
GENERAL.AUTOCONNECT: yes
GENERAL.FIRMWARE-MISSING: no
GENERAL.NM-PLUGIN-MISSING: no
GENERAL.PHYS-PORT-ID: --
GENERAL.CONNECTION: taf
GENERAL.CON-UUID: 17f0684a-75c6-41ae-b851-e6c5da6f8119
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/4
GENERAL.METERED: no (guessed)
CAPABILITIES.CARRIER-DETECT: yes
CAPABILITIES.SPEED: 100 Mb/s
CAPABILITIES.IS-SOFTWARE: no
CAPABILITIES.SRIOV: no
WIRED-PROPERTIES.CARRIER: on
IP4.ADDRESS[1]: 192.168.0.32/24
IP4.GATEWAY: 192.168.0.254
IP4.ROUTE[1]: dst = 0.0.0.0/0, nh = 192.168.0.254, mt = 100
IP4.ROUTE[2]: dst = 192.168.0.0/24, nh = 0.0.0.0, mt = 100
IP4.DNS[1]: 192.168.0.254
IP4.DNS[2]: 192.168.1.17
DHCP4.OPTION[1]: requested_domain_search = 1
DHCP4.OPTION[2]: requested_broadcast_address = 1
DHCP4.OPTION[3]: requested_domain_name = 1
DHCP4.OPTION[4]: requested_rfc3442_classless_static_routes = 1
DHCP4.OPTION[5]: requested_time_offset = 1
DHCP4.OPTION[6]: requested_netbios_scope = 1
DHCP4.OPTION[7]: requested_wpad = 1
DHCP4.OPTION[8]: next_server = 0.0.0.0
DHCP4.OPTION[9]: broadcast_address = 192.168.0.255
DHCP4.OPTION[10]: dhcp_message_type = 5
DHCP4.OPTION[11]: requested_interface_mtu = 1
DHCP4.OPTION[12]: dhcp_lease_time = 43200
DHCP4.OPTION[13]: ip_address = 192.168.0.32
DHCP4.OPTION[14]: requested_subnet_mask = 1
DHCP4.OPTION[15]: requested_domain_name_servers = 1
DHCP4.OPTION[16]: requested_static_routes = 1
DHCP4.OPTION[17]: subnet_mask = 255.255.255.0
DHCP4.OPTION[18]: expiry = 1585161356
DHCP4.OPTION[19]: domain_name_servers = 192.168.0.254
DHCP4.OPTION[20]: requested_ntp_servers = 1
DHCP4.OPTION[21]: requested_netbios_name_servers = 1
DHCP4.OPTION[22]: requested_ms_classless_static_routes = 1
DHCP4.OPTION[23]: requested_routers = 1
DHCP4.OPTION[24]: routers = 192.168.0.254
DHCP4.OPTION[25]: network_number = 192.168.0.0
DHCP4.OPTION[26]: requested_host_name = 1
DHCP4.OPTION[27]: dhcp_server_identifier = 192.168.0.254
IP6.ADDRESS[1]: 2a01:e0a:f7:2b90:5986:6aaa:9f90:5e54/64
IP6.ADDRESS[2]: 2a01:e0a:f7:2b90:ffa5:d53b:8cc2:a02/64
IP6.ADDRESS[3]: fe80::14ae:28a0:6065:b20c/64
IP6.GATEWAY: fe80::f6ca:e5ff:fe40:6d78
IP6.ROUTE[1]: dst = 2a01:e0a:f7:2b90::/64, nh = ::, mt = 100
IP6.ROUTE[2]: dst = ::/0, nh = fe80::f6ca:e5ff:fe40:6d78, mt = 100
IP6.ROUTE[3]: dst = ff00::/8, nh = ::, mt = 256, table=255
IP6.ROUTE[4]: dst = fe80::/64, nh = ::, mt = 256
IP6.ROUTE[5]: dst = fe80::/64, nh = ::, mt = 100
IP6.DNS[1]: fd0f:ee:b0::1
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{11}
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 17f0684a-75c6-41ae-b851-e6c5da6f8119 | taf
GENERAL.DEVICE: <MAC address>
GENERAL.TYPE: bt
GENERAL.NM-TYPE: NMDeviceBt
GENERAL.VENDOR: --
GENERAL.PRODUCT: --
GENERAL.DRIVER: bluez
GENERAL.DRIVER-VERSION: --
GENERAL.FIRMWARE-VERSION: --
GENERAL.HWADDR: <MAC address>
GENERAL.MTU: 1500
GENERAL.STATE: 30 (disconnected)
GENERAL.REASON: 0 (No reason given)
GENERAL.UDI: /org/bluez/hci0/dev_CC_21_19_F1_C9_EE
GENERAL.IP-IFACE: --
GENERAL.IS-SOFTWARE: no
GENERAL.NM-MANAGED: yes
GENERAL.AUTOCONNECT: yes
GENERAL.FIRMWARE-MISSING: no
GENERAL.NM-PLUGIN-MISSING: no
GENERAL.PHYS-PORT-ID: --
GENERAL.CONNECTION: --
GENERAL.CON-UUID: --
GENERAL.CON-PATH: --
GENERAL.METERED: unknown
CAPABILITIES.CARRIER-DETECT: no
CAPABILITIES.SPEED: unknown
CAPABILITIES.IS-SOFTWARE: no
CAPABILITIES.SRIOV: no
BLUETOOTH.CAPABILITIES: NAP
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{26}
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 9d8cfa68-5a3d-49fc-9d9b-8ebfd77589c6 | Réseau ALEXIS ROM
GENERAL.DEVICE: <MAC address>
GENERAL.TYPE: bt
GENERAL.NM-TYPE: NMDeviceBt
GENERAL.VENDOR: --
GENERAL.PRODUCT: --
GENERAL.DRIVER: bluez
GENERAL.DRIVER-VERSION: --
GENERAL.FIRMWARE-VERSION: --
GENERAL.HWADDR: <MAC address>
GENERAL.MTU: 0
GENERAL.STATE: 30 (disconnected)
GENERAL.REASON: 0 (No reason given)
GENERAL.UDI: /org/bluez/hci0/dev_D0_B1_28_BC_89_D6
GENERAL.IP-IFACE: --
GENERAL.IS-SOFTWARE: no
GENERAL.NM-MANAGED: yes
GENERAL.AUTOCONNECT: yes
GENERAL.FIRMWARE-MISSING: no
GENERAL.NM-PLUGIN-MISSING: no
GENERAL.PHYS-PORT-ID: --
GENERAL.CONNECTION: --
GENERAL.CON-UUID: --
GENERAL.CON-PATH: --
GENERAL.METERED: unknown
CAPABILITIES.CARRIER-DETECT: no
CAPABILITIES.SPEED: unknown
CAPABILITIES.IS-SOFTWARE: no
CAPABILITIES.SRIOV: no
BLUETOOTH.CAPABILITIES: NAP
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{27}
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 0bf5658e-5ba7-4a92-a8a5-e661be661312 | Réseau Galaxy J3(2017)
##### NetworkManager.state ##############
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
##### NetworkManager config #############
[[/etc/NetworkManager/conf.d/default-wifi-powersave-on.conf]]
[connection]
wifi.powersave = 3
[[/etc/NetworkManager/NetworkManager.conf]]
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false
[device]
wifi.scan-rand-mac-address=no
[[/usr/lib/NetworkManager/conf.d/10-dns-resolved.conf]]
[main]
dns=systemd-resolved
[[/usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf]]
[keyfile]
unmanaged-devices=*,except:type:wifi,except:type:wwan
[[/usr/lib/NetworkManager/conf.d/20-connectivity-ubuntu.conf]]
[connectivity]
uri=http://connectivity-check.ubuntu.com/
[[/usr/lib/NetworkManager/conf.d/no-mac-addr-change.conf]]
[device-mac-addr-change-wifi]
match-device=driver:rtl8723bs,driver:rtl8189es,driver:r8188eu,driver:8188eu,driver:eagle_sdio,driver:wl
wifi.scan-rand-mac-address=no
wifi.cloned-mac-address=preserve
ethernet.cloned-mac-address=preserve
##### NetworkManager profiles ###########
[[/etc/NetworkManager/system-connections/_SNCF gare-gratuit]] (600 root)
[connection] id=_SNCF gare-gratuit | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=_SNCF gare-gratuit
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/WIFI_KFC]] (600 root)
[connection] id=WIFI_KFC | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=WIFI_KFC
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/Freebox-406D78]] (600 root)
[connection] id=Freebox-406D78 | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=Freebox-406D78
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/Livebox-7738]] (600 root)
[connection] id=Livebox-7738 | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=Livebox-7738
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/Wifi_CAM]] (600 root)
[connection] id=Wifi_CAM | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=Wifi_CAM
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/Livebox-9214]] (600 root)
[connection] id=Livebox-9214 | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=Livebox-9214
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/PlayRenfe]] (600 root)
[connection] id=PlayRenfe | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=PlayRenfe
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/lapizzadenico]] (600 root)
[connection] id=lapizzadenico | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=lapizzadenico
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/WiFi-Terminus]] (600 root)
[connection] id=WiFi-Terminus | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=WiFi-Terminus
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/AndroidAP24D3]] (600 root)
[connection] id=AndroidAP24D3 | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=AndroidAP24D3
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/Wifi Ibis Budget Marmande]] (600 root)
[connection] id=Wifi Ibis Budget Marmande | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=Wifi Ibis Budget Marmande
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/ACCORHOTELS-GUESTS]] (600 root)
[connection] id=ACCORHOTELS-GUESTS | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=ACCORHOTELS-GUESTS
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/FB-Visiteurs]] (600 root)
[connection] id=FB-Visiteurs | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=FB-Visiteurs
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/Multiburo_Tempo]] (600 root)
[connection] id=Multiburo_Tempo | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=Multiburo_Tempo
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/BW-GALICE]] (600 root)
[connection] id=BW-GALICE | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=BW-GALICE
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/freebox_NAFAAZ]] (600 root)
[connection] id=freebox_NAFAAZ | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=freebox_NAFAAZ
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/ZTE_H108N]] (600 root)
[connection] id=ZTE_H108N | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=ZTE_H108N
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/AndroidAP24d3]] (600 root)
[connection] id=AndroidAP24d3 | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=AndroidAP24d3
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/freebox_QFNBYO]] (600 root)
[connection] id=freebox_QFNBYO | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=freebox_QFNBYO
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/_SNCF_WIFI_INOUI]] (600 root)
[connection] id=_SNCF_WIFI_INOUI | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=_SNCF_WIFI_INOUI
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/Hotel de France WIFI]] (600 root)
[connection] id=Hotel de France WIFI | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=Hotel de France WIFI
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/Hotspot]] (600 root)
[connection] id=Hotspot | type=wifi | autoconnect=false | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=pro
[ipv4] method=shared
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/CentredelMonWifi]] (600 root)
[connection] id=CentredelMonWifi | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=CentredelMonWifi
[ipv4] method=auto
[ipv6] method=auto
[[/etc/NetworkManager/system-connections/a]] (600 root)
[connection] id=a | type=wifi | permissions=
[wifi] mac-address=<MAC address> | mac-address-blacklist= | ssid=a
[ipv4] method=auto
[ipv6] method=auto
##### Netplan config ####################
[/etc/netplan/01-network-manager-all.yaml]
network:
version: 2
renderer: NetworkManager
##### iw reg get ########################
Region: Europe/Paris (based on set time zone)
global
country 00: DFS-UNSET
(2402 - 2472 @ 40), (6, 20), (N/A)
(2457 - 2482 @ 20), (6, 20), (N/A), AUTO-BW, PASSIVE-SCAN
(2474 - 2494 @ 20), (6, 20), (N/A), NO-OFDM, PASSIVE-SCAN
(5170 - 5250 @ 80), (6, 20), (N/A), AUTO-BW, PASSIVE-SCAN
(5250 - 5330 @ 80), (6, 20), (0 ms), DFS, AUTO-BW, PASSIVE-SCAN
(5490 - 5730 @ 160), (6, 20), (0 ms), DFS, PASSIVE-SCAN
(5735 - 5835 @ 80), (6, 20), (N/A), PASSIVE-SCAN
(57240 - 63720 @ 2160), (N/A, 0), (N/A)
##### iwlist channels ###################
lo no frequency information.
enx<IF from MAC [IF1]> no frequency information.
##### iwlist scan #######################
lo Interface doesn't support scanning.
enx<IF from MAC [IF1]> Interface doesn't support scanning.
##### module infos ######################
##### module parameters #################
##### /etc/modules ######################
##### modprobe options ##################
[/etc/modprobe.d/amd64-microcode-blacklist.conf]
blacklist microcode
[/etc/modprobe.d/blacklist-ath_pci.conf]
blacklist ath_pci
[/etc/modprobe.d/blacklist.conf]
blacklist evbug
blacklist usbmouse
blacklist usbkbd
blacklist eepro100
blacklist de4x5
blacklist eth1394
blacklist snd_intel8x0m
blacklist snd_aw2
blacklist i2c_i801
blacklist prism54
blacklist bcm43xx
blacklist garmin_gps
blacklist asus_acpi
blacklist snd_pcsp
blacklist pcspkr
blacklist amd76x_edac
[/etc/modprobe.d/blacklist-rare-network.conf]
alias net-pf-3 off
alias net-pf-6 off
alias net-pf-9 off
alias net-pf-11 off
alias net-pf-12 off
alias net-pf-19 off
alias net-pf-21 off
alias net-pf-36 off
[/etc/modprobe.d/intel-microcode-blacklist.conf]
blacklist microcode
[/etc/modprobe.d/iwlwifi.conf]
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211
[/etc/modprobe.d/rtl8723be.conf]
options rtl8723be fwlps=0
[/etc/modprobe.d/rtl8821ae.conf]
options rtl8821ae fwlps=0
##### rc.local ##########################
grep: /etc/rc.local: No such file or directory
##### pm-utils ##########################
##### udev rules ########################
##### dmesg #############################
[ 6720.543259] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[ 8290.298885] WARNING: CPU: 1 PID: 10873 at /home/pro/rtl8821ce/hal/hal_com.c:11447 rtw_lps_state_chk+0x45/0x4e [8821ce]
[ 8290.299022] rtl8821c_sethwreg+0x134/0xd6b [8821ce]
########## wireless info END ############
pro@pro:~/rtl8821ce$
Hors ligne
#142 Le 25/03/2020, à 14:55
- xubu1957
Re : RTL8821CE / Plus de wifi
##### iwconfig ##########################
lo no wireless extensions.
C'est pas top !
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#143 Le 26/03/2020, à 10:31
- billgastrik
Re : RTL8821CE / Plus de wifi
Comme tu dis... c'est assez embêtant en ces temps de télétravail...
Hors ligne
#144 Le 26/03/2020, à 11:54
- xubu1957
Re : RTL8821CE / Plus de wifi
Bonjour,
Montre :
modinfo 8821ce
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#145 Le 26/03/2020, à 12:31
- NicoApi73
Re : RTL8821CE / Plus de wifi
Bonjour,
Donne également pour voir ce qui est chargé :
lsmod | sort
sudo lshw -class network
Hors ligne
#146 Le 26/03/2020, à 13:58
- billgastrik
Re : RTL8821CE / Plus de wifi
pro@pro:~/rtl8821ce$ modinfo 8821ce
filename: /lib/modules/5.3.0-42-generic/kernel/drivers/net/wireless/8821ce.ko
version: v5.5.2_34066.20190614_COEX20180712-3232
author: Realtek Semiconductor Corp.
description: Realtek Wireless Lan Driver
license: GPL
srcversion: C541F8151CF7DC9F68A3ABA
alias: pci:v000010ECd0000C82Bsv*sd*bc*sc*i*
alias: pci:v000010ECd0000C82Asv*sd*bc*sc*i*
alias: pci:v000010ECd0000C821sv*sd*bc*sc*i*
depends: cfg80211
retpoline: Y
name: 8821ce
vermagic: 5.3.0-42-generic SMP mod_unload
parm: rtw_wireless_mode:int
parm: rtw_ips_mode:The default IPS mode (int)
parm: rtw_lps_level:The default LPS level (int)
parm: rtw_lps_chk_by_tp:int
parm: rtw_max_bss_cnt:int
parm: rtw_usb_rxagg_mode:int
parm: rtw_dynamic_agg_enable:int
parm: rtw_tx_bw_mode:The max tx bw for 2.4G and 5G. format is the same as rtw_bw_mode (uint)
parm: rtw_rx_ampdu_sz_limit_1ss:RX AMPDU size limit for 1SS link of each BW, 0xFF: no limitation (array of uint)
parm: rtw_rx_ampdu_sz_limit_2ss:RX AMPDU size limit for 2SS link of each BW, 0xFF: no limitation (array of uint)
parm: rtw_rx_ampdu_sz_limit_3ss:RX AMPDU size limit for 3SS link of each BW, 0xFF: no limitation (array of uint)
parm: rtw_rx_ampdu_sz_limit_4ss:RX AMPDU size limit for 4SS link of each BW, 0xFF: no limitation (array of uint)
parm: rtw_vht_enable:int
parm: rtw_vht_rx_mcs_map:VHT RX MCS map (uint)
parm: rtw_rf_config:int
parm: rtw_country_code:The default country code (in alpha2) (charp)
parm: rtw_channel_plan:The default chplan ID when rtw_alpha2 is not specified or valid (int)
parm: rtw_excl_chs:exclusive channel array (array of uint)
parm: rtw_btcoex_enable:BT co-existence on/off, 0:off, 1:on, 2:by efuse (int)
parm: rtw_ant_num:Antenna number setting, 0:by efuse (int)
parm: rtw_qos_opt_enable:int
parm: ifname:The default name to allocate for first interface (charp)
parm: if2name:The default name to allocate for second interface (charp)
parm: rtw_pwrtrim_enable:int
parm: rtw_initmac:charp
parm: rtw_special_rf_path:int
parm: rtw_chip_version:int
parm: rtw_rfintfs:int
parm: rtw_lbkmode:int
parm: rtw_network_mode:int
parm: rtw_channel:int
parm: rtw_mp_mode:int
parm: rtw_wmm_enable:int
parm: rtw_uapsd_max_sp:int
parm: rtw_uapsd_ac_enable:int
parm: rtw_wmm_smart_ps:int
parm: rtw_vrtl_carrier_sense:int
parm: rtw_vcs_type:int
parm: rtw_busy_thresh:int
parm: rtw_ht_enable:int
parm: rtw_bw_mode:int
parm: rtw_ampdu_enable:int
parm: rtw_rx_stbc:int
parm: rtw_rx_ampdu_amsdu:int
parm: rtw_tx_ampdu_amsdu:int
parm: rtw_lowrate_two_xmit:int
parm: rtw_power_mgnt:int
parm: rtw_smart_ps:int
parm: rtw_low_power:int
parm: rtw_wifi_spec:int
parm: rtw_full_ch_in_p2p_handshake:int
parm: rtw_antdiv_cfg:int
parm: rtw_antdiv_type:int
parm: rtw_drv_ant_band_switch:int
parm: rtw_single_ant_path:int
parm: rtw_switch_usb_mode:int
parm: rtw_enusbss:int
parm: rtw_hwpdn_mode:int
parm: rtw_hwpwrp_detect:int
parm: rtw_hw_wps_pbc:int
parm: rtw_check_hw_status:int
parm: rtw_pci_aspm_enable:int
parm: rtw_max_roaming_times:The max roaming times to try (uint)
parm: rtw_mc2u_disable:int
parm: rtw_notch_filter:0:Disable, 1:Enable, 2:Enable only for P2P (uint)
parm: rtw_hiq_filter:0:allow all, 1:allow special, 2:deny all (uint)
parm: rtw_adaptivity_en:0:disable, 1:enable (uint)
parm: rtw_adaptivity_mode:0:normal, 1:carrier sense (uint)
parm: rtw_adaptivity_th_l2h_ini:th_l2h_ini for Adaptivity (int)
parm: rtw_adaptivity_th_edcca_hl_diff:th_edcca_hl_diff for Adaptivity (int)
parm: rtw_amplifier_type_2g:BIT3:2G ext-PA, BIT4:2G ext-LNA (uint)
parm: rtw_amplifier_type_5g:BIT6:5G ext-PA, BIT7:5G ext-LNA (uint)
parm: rtw_RFE_type:default init value:64 (uint)
parm: rtw_powertracking_type:default init value:64 (uint)
parm: rtw_GLNA_type:default init value:0 (uint)
parm: rtw_TxBBSwing_2G:default init value:0xFF (uint)
parm: rtw_TxBBSwing_5G:default init value:0xFF (uint)
parm: rtw_OffEfuseMask:default open Efuse Mask value:0 (uint)
parm: rtw_FileMaskEfuse:default drv Mask Efuse value:0 (uint)
parm: rtw_rxgain_offset_2g:default RF Gain 2G Offset value:0 (uint)
parm: rtw_rxgain_offset_5gl:default RF Gain 5GL Offset value:0 (uint)
parm: rtw_rxgain_offset_5gh:uint
parm: rtw_rxgain_offset_5gm:default RF Gain 5GM Offset value:0 (uint)
parm: rtw_pll_ref_clk_sel:force pll_ref_clk_sel, 0xF:use autoload value (uint)
parm: rtw_tx_pwr_by_rate:0:Disable, 1:Enable, 2: Depend on efuse (int)
parm: rtw_tx_pwr_lmt_enable:0:Disable, 1:Enable, 2: Depend on efuse (int)
parm: rtw_target_tx_pwr_2g_a:2.4G target tx power (unit:dBm) of RF path A for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm: rtw_target_tx_pwr_2g_b:2.4G target tx power (unit:dBm) of RF path B for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm: rtw_target_tx_pwr_2g_c:2.4G target tx power (unit:dBm) of RF path C for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm: rtw_target_tx_pwr_2g_d:2.4G target tx power (unit:dBm) of RF path D for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm: rtw_target_tx_pwr_5g_a:5G target tx power (unit:dBm) of RF path A for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm: rtw_target_tx_pwr_5g_b:5G target tx power (unit:dBm) of RF path B for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm: rtw_target_tx_pwr_5g_c:5G target tx power (unit:dBm) of RF path C for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm: rtw_target_tx_pwr_5g_d:5G target tx power (unit:dBm) of RF path D for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm: rtw_tsf_update_pause_factor:num of bcn intervals to stay TSF update pause status (int)
parm: rtw_tsf_update_restore_factor:num of bcn intervals to stay TSF update restore status (int)
parm: rtw_phy_file_path:The path of phy parameter (charp)
parm: rtw_load_phy_file:PHY File Bit Map (int)
parm: rtw_decrypt_phy_file:Enable Decrypt PHY File (int)
parm: rtw_en_napi:int
parm: rtw_en_gro:int
parm: rtw_iqk_fw_offload:int
parm: rtw_ch_switch_offload:int
pro@pro:~/rtl8821ce$ lsmod | sort
8250_dw 20480 0
ac97_bus 16384 1 snd_soc_core
acpi_pad 184320 0
acpi_thermal_rel 16384 1 int3400_thermal
aesni_intel 372736 5
aes_x86_64 20480 1 aesni_intel
af_alg 24576 1 algif_skcipher
ahci 40960 0
algif_skcipher 16384 0
auth_rpcgss 94208 1 rpcsec_gss_krb5
autofs4 45056 2
binfmt_misc 24576 1
bluetooth 573440 45 btrtl,btintel,btbcm,bnep,btusb,rfcomm
bnep 24576 2
btbcm 16384 1 btusb
btintel 24576 1 btusb
btrtl 20480 1 btusb
btusb 57344 0
cdc_ether 20480 0
cfg80211 704512 0
cmac 16384 1
coretemp 20480 0
cqhci 28672 1 sdhci_pci
crc32_pclmul 16384 0
crct10dif_pclmul 16384 1
cros_ec_core 20480 1 cros_ec_ishtp
cros_ec_ishtp 20480 0
cryptd 24576 3 crypto_simd,ghash_clmulni_intel
crypto_simd 16384 1 aesni_intel
dm_crypt 45056 1
drm 491520 8 drm_kms_helper,i915
drm_kms_helper 180224 1 i915
dw_dmac 16384 0
dw_dmac_core 28672 1 dw_dmac
ecc 32768 1 ecdh_generic
ecdh_generic 16384 2 bluetooth
fb_sys_fops 16384 1 drm_kms_helper
fscache 368640 2 nfsv4,nfs
ghash_clmulni_intel 16384 0
glue_helper 16384 1 aesni_intel
grace 16384 1 lockd
hid 126976 8 i2c_hid,usbhid,hid_multitouch,hid_sensor_hub,intel_ishtp_hid,hid_generic,hid_logitech_dj,hid_logitech_hidpp
hid_generic 16384 0
hid_logitech_dj 24576 0
hid_logitech_hidpp 40960 0
hid_multitouch 28672 0
hid_sensor_accel_3d 20480 1
hid_sensor_custom 24576 0
hid_sensor_gyro_3d 20480 0
hid_sensor_hub 24576 8 hid_sensor_gyro_3d,hid_sensor_trigger,hid_sensor_iio_common,hid_sensor_incl_3d,hid_sensor_accel_3d,hid_sensor_magn_3d,hid_sensor_rotation,hid_sensor_custom
hid_sensor_iio_common 20480 6 hid_sensor_gyro_3d,hid_sensor_trigger,hid_sensor_incl_3d,hid_sensor_accel_3d,hid_sensor_magn_3d,hid_sensor_rotation
hid_sensor_incl_3d 20480 0
hid_sensor_magn_3d 20480 1
hid_sensor_rotation 20480 0
hid_sensor_trigger 20480 10 hid_sensor_gyro_3d,hid_sensor_incl_3d,hid_sensor_accel_3d,hid_sensor_magn_3d,hid_sensor_rotation
hp_accel 28672 0
hp_wireless 16384 0
hp_wmi 16384 0
i2c_algo_bit 16384 1 i915
i2c_hid 28672 0
i915 1937408 23
idma64 20480 0
industrialio 73728 10 industrialio_triggered_buffer,hid_sensor_gyro_3d,hid_sensor_trigger,hid_sensor_incl_3d,kfifo_buf,hid_sensor_accel_3d,hid_sensor_magn_3d,hid_sensor_rotation
industrialio_triggered_buffer 16384 5 hid_sensor_gyro_3d,hid_sensor_incl_3d,hid_sensor_accel_3d,hid_sensor_magn_3d,hid_sensor_rotation
input_leds 16384 0
input_polldev 20480 1 lis3lv02d
int3400_thermal 20480 0
int3403_thermal 16384 0
int340x_thermal_zone 16384 2 int3403_thermal,processor_thermal_device
intel_cstate 20480 0
intel_ish_ipc 24576 0
intel_ishtp 49152 4 cros_ec_ishtp,intel_ishtp_hid,intel_ish_ipc,intel_ishtp_loader
intel_ishtp_hid 24576 0
intel_ishtp_loader 24576 0
intel_lpss 16384 1 intel_lpss_pci
intel_lpss_pci 20480 2
intel_pch_thermal 16384 0
intel_powerclamp 20480 0
intel_rapl_common 24576 2 intel_rapl_msr,processor_thermal_device
intel_rapl_msr 20480 0
intel_rapl_perf 20480 0
intel_soc_dts_iosf 20480 1 processor_thermal_device
intel_vbtn 20480 0
intel_wmi_thunderbolt 20480 0
ip_tables 32768 0
irqbypass 16384 1 kvm
joydev 28672 0
kfifo_buf 16384 1 industrialio_triggered_buffer
kvm 651264 1 kvm_intel
kvm_intel 241664 0
ledtrig_audio 16384 2 snd_hda_codec_generic,snd_hda_codec_realtek
libahci 32768 1 ahci
lis3lv02d 24576 1 hp_accel
lockd 98304 2 nfsv3,nfs
lp 20480 0
mac_hid 16384 0
mc 53248 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
mei 102400 3 mei_hdcp,mei_me
mei_hdcp 24576 0
mei_me 40960 1
mii 16384 2 usbnet,r8152
Module Size Used by
nfs 294912 4 nfsv4,nfsv3
nfs_acl 16384 1 nfsv3
nfsv3 45056 1
nfsv4 638976 0
nls_iso8859_1 16384 1
nvme 45056 3
nvme_core 102400 5 nvme
parport 53248 3 parport_pc,lp,ppdev
parport_pc 40960 0
pinctrl_cannonlake 36864 3
pinctrl_intel 28672 2 pinctrl_cannonlake
ppdev 24576 0
processor_thermal_device 20480 0
psmouse 151552 0
r8152 65536 0
rfcomm 81920 16
rpcsec_gss_krb5 36864 0
sch_fq_codel 20480 2
sdhci 57344 1 sdhci_pci
sdhci_pci 45056 0
serio_raw 20480 0
snd 86016 19 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi
snd_compress 24576 1 snd_soc_core
snd_hda_codec 131072 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda
snd_hda_codec_generic 81920 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 57344 1
snd_hda_codec_realtek 118784 1
snd_hda_core 90112 10 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_skl,snd_sof_intel_hda
snd_hda_ext_core 28672 4 snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_skl,snd_sof_intel_hda
snd_hda_intel 53248 3
snd_hwdep 20480 1 snd_hda_codec
snd_intel_nhlt 20480 2 snd_hda_intel,snd_soc_skl
snd_pcm 102400 10 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_sof,snd_sof_intel_hda_common,snd_soc_core,snd_soc_skl,snd_hda_core,snd_pcm_dmaengine
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_rawmidi 36864 1 snd_seq_midi
snd_seq 69632 2 snd_seq_midi,snd_seq_midi_event
snd_seq_device 16384 3 snd_seq,snd_seq_midi,snd_rawmidi
snd_seq_midi 20480 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_soc_acpi 16384 3 snd_soc_acpi_intel_match,sof_pci_dev,snd_soc_skl
snd_soc_acpi_intel_match 28672 3 snd_sof_intel_hda_common,sof_pci_dev,snd_soc_skl
snd_soc_core 237568 4 snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_skl
snd_soc_hdac_hda 24576 2 snd_sof_intel_hda_common,snd_soc_skl
snd_soc_skl 106496 0
snd_soc_skl_ipc 61440 1 snd_soc_skl
snd_soc_sst_dsp 36864 1 snd_soc_skl_ipc
snd_soc_sst_ipc 20480 1 snd_soc_skl_ipc
snd_sof 98304 4 snd_sof_intel_hda_common,snd_sof_intel_byt,snd_sof_intel_ipc,sof_pci_dev
snd_sof_intel_byt 24576 1 sof_pci_dev
snd_sof_intel_hda 20480 1 snd_sof_intel_hda_common
snd_sof_intel_hda_common 69632 1 sof_pci_dev
snd_sof_intel_ipc 20480 1 snd_sof_intel_byt
snd_sof_xtensa_dsp 16384 1 sof_pci_dev
snd_timer 36864 2 snd_seq,snd_pcm
soc_button_array 20480 0
sof_pci_dev 20480 0
soundcore 16384 1 snd
sparse_keymap 16384 2 hp_wmi,intel_vbtn
spi_pxa2xx_platform 28672 0
sunrpc 385024 21 nfsv4,auth_rpcgss,lockd,nfsv3,rpcsec_gss_krb5,nfs_acl,nfs
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
uas 24576 0
usbhid 53248 1 hid_logitech_dj
usbnet 45056 1 cdc_ether
usb_storage 73728 1 uas
uvcvideo 94208 0
video 49152 1 i915
videobuf2_common 49152 2 videobuf2_v4l2,uvcvideo
videobuf2_memops 20480 1 videobuf2_vmalloc
videobuf2_v4l2 24576 1 uvcvideo
videobuf2_vmalloc 20480 1 uvcvideo
videodev 208896 3 videobuf2_v4l2,uvcvideo,videobuf2_common
virt_dma 20480 1 idma64
wmi 32768 3 hp_wmi,intel_wmi_thunderbolt,wmi_bmof
wmi_bmof 16384 0
x86_pkg_temp_thermal 20480 0
x_tables 40960 1 ip_tables
pro@pro:~/rtl8821ce$ sudo lshw -class network
[sudo] Mot de passe de pro :
*-network NON-RÉCLAMÉ
description: Network controller
produit: RTL8821CE 802.11ac PCIe Wireless Network Adapter
fabriquant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:02:00.0
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress cap_list
configuration: latency=0
ressources: portE/S:3000(taille=256) mémoire:a1200000-a120ffff
*-network
description: Ethernet interface
identifiant matériel: 3
nom logique: enx00e04c360811
numéro de série: 00:e0:4c:36:08:11
taille: 100Mbit/s
capacité: 100Mbit/s
fonctionnalités: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8152 driverversion=v1.09.10 duplex=full ip=192.168.0.32 link=yes multicast=yes port=MII speed=100Mbit/s
pro@pro:~/rtl8821ce$
Hors ligne
#147 Le 26/03/2020, à 15:46
- billgastrik
Re : RTL8821CE / Plus de wifi
Là j'ai de nouveau une connexion en wifi (faible).
Hors ligne
#148 Le 26/03/2020, à 16:01
- xubu1957
Re : RTL8821CE / Plus de wifi
Donne :
iwconfig
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#149 Le 26/03/2020, à 16:57
- billgastrik
Re : RTL8821CE / Plus de wifi
wlo1 = le point d'accès que j'ai mis en place sur mon pc
de nouveau : no vireless extension, depuis que j'ai redémarré...
pro@pro:~$ iwconfig
wlo1 IEEE 802.11bgn ESSID:"pro" Nickname:"<WIFI@REALTEK>"
Mode:Master Frequency:2.412 GHz Access Point: 0C:96:E6:67:A9:AF
Bit Rate:87 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=89/100 Signal level=-18 dBm Noise level=0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
enx00e04c360811 no wireless extensions.
lo no wireless extensions.
pro@pro:~$
Dernière modification par billgastrik (Le 26/03/2020, à 16:59)
Hors ligne
#150 Le 26/03/2020, à 17:12
- xubu1957
Re : RTL8821CE / Plus de wifi
Que retourne :
sudo ip link set wlo1 up
?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne