Pages : 1
#1 Le 08/04/2020, à 17:45
- saissiun
[Résolu] installer le driver wifi directement Dell D620
Bonjour,
j'ai installé UBUNTU MATE 20.04 sur mon DELL D620 !
Ma carte réseau ethernet ne marche, je cherche donc à installer le driver wifi directement avec le paquet... je l'ai téléchargé mais cela ne fonctionne pas !
J'ai également cherché avec le [bcmwl-kernel-source] !
Mais rien n'y fait...
Si quelqu'un peut m'aider...
Dernière modification par saissiun (Le 21/04/2020, à 13:06)
Hors ligne
#2 Le 08/04/2020, à 17:49
- xubu1957
Re : [Résolu] installer le driver wifi directement Dell D620
Bonjour,
@saissiun
Pas de smartphone ?
Voir > Connexion de secours - partage de connexion avec un smartphone
Il fallait créer un nouveau sujet pour ton problème, en suivant les indications de Initier une nouvelle discussion, dans la section WiFi
Notre modération a ouvert une discussion autonome.
_ _ _
Il faudra fournir, en te servant du Retour utilisable de commande, un wificheck rassemblant les informations > Configuration wifi.
Nota : un fichier wificheck.log est créé dans votre répertoire personnel, collez l'intégralité de son contenu dans votre discussion.
Astuce pour copier / coller sans erreur :
triple clic gauche pour sélectionner et copier une ligne entière
clic molette pour coller dans le terminal
Dernière modification par xubu1957 (Le 08/04/2020, à 22:35)
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
En ligne
#3 Le 09/04/2020, à 00:26
- saissiun
Re : [Résolu] installer le driver wifi directement Dell D620
Bonjour,
j'ai installé Ubuntu MATE 20.04 sur mon DELL D620...
Mais le WIFI ne se connecte pas automatiquement...
J'ai tapé les commandes suivantes :
sudo apt-get install firmware-b43-installer
sudo rmmod wl
sudo modprobe b43
sudo apt-get remove --purge bcmwl-kernel-source
Je suis obligé de faire la commande [sudo modprobe b43] à chaque fois pour activer le WIFI !
Comment faire pour automatiser la connexion ?
S.
Hors ligne
#4 Le 09/04/2020, à 06:30
- xubu1957
Re : [Résolu] installer le driver wifi directement Dell D620
Bonjour,
Je t'avais demandé un wificheck !
_ _ _
Pour ajouter toi-même les balises code à ton précédent message #3 :
Cliquer sur le lien « Modifier » en bas à droite du message
Sélectionner le texte
Cliquer sur le <> de l'éditeur de message
comme indiqué dans le premier message du lien : Retour utilisable de commande
sudo apt-get install firmware-b43-installer
sudo rmmod wl
sudo modprobe b43
sudo apt-get remove --purge bcmwl-kernel-source
Dernière modification par xubu1957 (Le 09/04/2020, à 07:17)
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
En ligne
#5 Le 09/04/2020, à 15:58
- saissiun
Re : [Résolu] installer le driver wifi directement Dell D620
Merci...
Désolé, je ne trouvais plus le message initial !
J'ai pu branché mon smartphone. Un grand merci, je n'y avais pas pensé !
Mon wificheck :
exec 3>&1
exec 1>~/wificheck.log
echo
# cat /etc/lsb-release
echo -e "\n>> cat /etc/lsb-release \n"
cat /etc/lsb-release
# lsusb
echo -e "\n>> lsusb \n"
lsusb
# lspci -k -nn | grep -A 3 -i net
echo -e "\n>> lspci -k -nn | grep -A 3 -i net \n"
lspci -k -nn | grep -A 3 -i net
# sudo lshw -C network
echo -e "\n>> sudo lshw -C network \n"
sudo lshw -C network
# lsmod
echo -e "\n>> lsmod | sort \n"
lsmod | sort
echo
echo
# iwconfig
echo -e "\n>> iwconfig \n"
iwconfig
# ifconfig -a (merci à toutafai)
echo -e "\n>> ifconfig -a \n"
ifconfig -a
# sudo iwlist scan
echo -e "\n>> sudo iwlist scan \n"
sudo iwlist scan
# uname -r -m
echo -e "\n>> uname -r -m \n"
uname -r -m
# cat /etc/network/interfaces
echo -e "\n>> cat /etc/network/interfaces \n"
cat /etc/network/interfaces
# nm-tool
echo -e "\n>> nm-tool \n"
nm-tool
# nmcli dev wifi
echo -e "\n>> nmcli dev wifi \n"
nmcli dev wifi
# nmcli connection
echo -e "\n>> nmcli connection list (< 15.04) ou nmcli connection show (>= 15.04) \n"
nmcli c show 2>/dev/null || nmcli c list
# nmcli connection status
echo -e "\n>> nmcli connection status \n"
nmcli c status
# sudo rfkill list
echo -e "\n>> sudo rfkill list \n"
sudo rfkill list
echo
exec >&3-
echo "Le fichier wificheck.log a été crée dans "$HOME""
echo "Vous n'avez plus qu'à copier/coller son contenu sur le forum"
echo " accès →→ file:/"$HOME"/wificheck.log"
Hors ligne
#6 Le 09/04/2020, à 15:59
- xubu1957
Re : [Résolu] installer le driver wifi directement Dell D620
echo "Le fichier wificheck.log a été crée dans "$HOME""
echo "Vous n'avez plus qu'à copier/coller son contenu sur le forum"
Si tu as exécuté ce script, alors il faut que tu donnes ici le retour de
cat ~/wificheck.log
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
En ligne
#7 Le 09/04/2020, à 16:18
- saissiun
Re : [Résolu] installer le driver wifi directement Dell D620
Voila :
>> cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.4 LTS"
>> lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 4e53:5407
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 006: ID 0b97:7762 O2 Micro, Inc. Oz776 SmartCard Reader
Bus 002 Device 005: ID 0483:2016 STMicroelectronics Fingerprint Reader
Bus 002 Device 003: ID 0b97:7761 O2 Micro, Inc. Oz776 1.1 Hub
Bus 002 Device 002: ID 413c:a005 Dell Computer Corp. Internal 2.0 Hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>> lspci -k -nn | grep -A 3 -i net
09:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM5752 Gigabit Ethernet PCI Express [14e4:1600] (rev 02)
Subsystem: Dell Latitude D620 [1028:01c2]
Kernel driver in use: tg3
Kernel modules: tg3
0c:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
Subsystem: Dell Wireless 1390 WLAN Mini-Card [1028:0007]
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb, wl
>> sudo lshw -C network
*-network
description: Interface réseau sans fil
produit: BCM4311 802.11b/g WLAN
fabriquant: Broadcom Inc. and subsidiaries
identifiant matériel: 0
information bus: pci@0000:0c:00.0
nom logique: wlan0
version: 01
numéro de série: 00:19:7e:11:4d:16
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=b43 driverversion=5.3.0-28-generic firmware=666.2 ip=192.168.1.90 latency=0 link=yes multicast=yes wireless=IEEE 802.11
ressources: irq:17 mémoire:efdfc000-efdfffff
*-network
description: Ethernet interface
produit: NetXtreme BCM5752 Gigabit Ethernet PCI Express
fabriquant: Broadcom Inc. and subsidiaries
identifiant matériel: 0
information bus: pci@0000:09:00.0
nom logique: enp9s0
version: 02
numéro de série: 00:18:8b:c4:7e:6c
capacité: 1Gbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.137 firmware=5752-v3.19 latency=0 link=no multicast=yes port=twisted pair
ressources: irq:28 mémoire:efcf0000-efcfffff
>> lsmod | sort
autofs4 45056 2
b43 393216 0
bcma 57344 1 b43
bluetooth 499712 14 btrtl,btintel,bnep,btbcm,rfcomm,btusb
bnep 24576 2
btbcm 16384 1 btusb
btintel 24576 1 btusb
btrfs 1196032 0
btrtl 20480 1 btusb
btusb 53248 0
ccm 20480 3
cdc_ether 20480 1 rndis_host
cfg80211 618496 2 b43,mac80211
cordic 16384 1 b43
coretemp 20480 0
cpuid 16384 0
dcdbas 20480 1 dell_smbios
dell_laptop 20480 0
dell_rbtn 20480 0
dell_smbios 28672 2 dell_wmi,dell_laptop
dell_smm_hwmon 16384 0
dell_wmi 20480 0
dell_wmi_descriptor 20480 2 dell_wmi,dell_smbios
drm 389120 4 i915,drm_kms_helper
drm_kms_helper 159744 1 i915
ecc 40960 1 ecdh_generic
ecdh_generic 16384 1 bluetooth
fb_sys_fops 16384 1 drm_kms_helper
gpio_ich 16384 0
hfs 57344 0
hfsplus 94208 0
hid 110592 2 hid_generic,usbhid
hid_generic 16384 0
i2c_algo_bit 16384 1 i915
i915 1531904 2
input_leds 16384 0
ip_tables 24576 0
irqbypass 16384 1 kvm
jfs 176128 0
joydev 24576 0
kvm 573440 0
ledtrig_audio 16384 2 snd_hda_codec_generic,dell_laptop
libarc4 16384 1 mac80211
libcrc32c 16384 2 btrfs,xfs
lp 20480 0
lpc_ich 24576 0
mac80211 745472 1 b43
mac_hid 16384 0
mii 16384 1 usbnet
minix 32768 0
Module Size Used by
msdos 20480 0
ntfs 98304 0
parport 49152 3 lp,parport_pc,ppdev
parport_pc 32768 0
pata_acpi 16384 0
pcmcia 57344 0
pcmcia_core 28672 3 yenta_socket,pcmcia,pcmcia_rsrc
pcmcia_rsrc 24576 1 yenta_socket
ppdev 24576 0
psmouse 139264 0
qnx4 16384 0
raid6_pq 106496 1 btrfs
rfcomm 65536 0
rndis_host 20480 0
sch_fq_codel 20480 6
serio_raw 20480 0
snd 69632 17 snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_hda_codec_idt,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_seq_device,snd_pcm
snd_hda_codec 118784 4 snd_hda_intel,snd_hda_codec_idt,snd_hda_codec_hdmi,snd_hda_codec_generic
snd_hda_codec_generic 73728 1 snd_hda_codec_idt
snd_hda_codec_hdmi 49152 1
snd_hda_codec_idt 57344 1
snd_hda_core 77824 5 snd_hda_intel,snd_hda_codec,snd_hda_codec_idt,snd_hda_codec_hdmi,snd_hda_codec_generic
snd_hda_intel 40960 3
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 90112 4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
snd_rawmidi 32768 1 snd_seq_midi
snd_seq 61440 2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_seq_midi 20480 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_timer 32768 2 snd_seq,snd_pcm
soundcore 16384 1 snd
sparse_keymap 16384 1 dell_wmi
ssb 61440 2 b43,ssb_hcd
ssb_hcd 16384 0
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
tg3 159744 0
uas 20480 0
ufs 73728 0
usbhid 53248 0
usbnet 45056 2 rndis_host,cdc_ether
usb_storage 61440 1 uas
video 45056 3 dell_wmi,dell_laptop,i915
wmi 28672 4 dell_wmi,wmi_bmof,dell_wmi_descriptor,dell_smbios
wmi_bmof 16384 0
xfs 1146880 0
xor 28672 1 btrfs
x_tables 32768 1 ip_tables
yenta_socket 40960 0
zstd_compress 155648 1 btrfs
>> iwconfig
wlan0 IEEE 802.11 ESSID:"La Cheneraie n. 7 - 2.4 GHz"
Mode:Managed Frequency:2.437 GHz Access Point: E4:5D:51:7A:86:E6
Bit Rate=54 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=60/70 Signal level=-50 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:2 Invalid misc:94 Missed beacon:0
>> ifconfig -a
enp9s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 00:18:8b:c4:7e:6c txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 18
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Boucle locale)
RX packets 1662 bytes 139861 (139.8 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1662 bytes 139861 (139.8 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.90 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::3ca0:8ffd:3086:a0f0 prefixlen 64 scopeid 0x20<link>
ether 00:19:7e:11:4d:16 txqueuelen 1000 (Ethernet)
RX packets 3874 bytes 3005761 (3.0 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2584 bytes 414021 (414.0 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
>> sudo iwlist scan
wlan0 Scan completed :
Cell 01 - Address: E4:5D:51:7A:86:E6
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=61/70 Signal level=-49 dBm
Encryption key:on
ESSID:"La Cheneraie n. 7 - 2.4 GHz"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s
Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
Mode:Master
Extra:tsf=0000003c57724c54
Extra: Last beacon: 36ms ago
IE: Unknown: 001B4C61204368656E6572616965206E2E2037202D20322E342047487A
IE: Unknown: 010882848B962430486C
IE: Unknown: 030106
IE: Unknown: 2A0104
IE: Unknown: 32040C121860
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: Unknown: 0B050B004A0000
IE: Unknown: 46053208010000
IE: Unknown: 2D1ABC081BFFFF000000000000000000000000000000000000000000
IE: Unknown: 3D1606001700000000000000000000000000000000000000
IE: Unknown: 7F080400080000000040
IE: Unknown: DDA00050F204104A0001101044000102103B00010310470010000000000000000000000000000000001021000D4E42365641432D4658432D72301023000D4E42365641432D4658432D72301024000D4E42365641432D4658432D72301042000C4534354435313741383645301054000800060050F20400011011001B4C61204368656E6572616965206E2E2037202D20322E342047487A100800020480103C000101
IE: Unknown: DD09001018020B000C0000
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
Cell 02 - Address: 62:5D:51:38:0A:35
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=31/70 Signal level=-79 dBm
Encryption key:on
ESSID:"SFR WiFi Mobile"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s
Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
Mode:Master
Extra:tsf=00000040601d619d
Extra: Last beacon: 4800ms ago
IE: Unknown: 000F5346522057694669204D6F62696C65
IE: Unknown: 010882848B962430486C
IE: Unknown: 030101
IE: Unknown: 050401030000
IE: Unknown: 2A0104
IE: Unknown: 32040C121860
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : 802.1x
IE: Unknown: 0B050000110000
IE: Unknown: 46053208010000
IE: Unknown: 2D1ABC081BFFFF000000000000000000000000000000000000000000
IE: Unknown: 3D1601000400000000000000000000000000000000000000
IE: Unknown: 7F03040008
IE: Unknown: DD090010180200000C0000
Cell 03 - Address: 00:19:70:96:82:6E
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=28/70 Signal level=-82 dBm
Encryption key:on
ESSID:"Livebox-4e90"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=00000178aa7ed180
Extra: Last beacon: 1372ms ago
IE: Unknown: 000C4C697665626F782D34653930
IE: Unknown: 010882848B960C121824
IE: Unknown: 030106
IE: Unknown: 050400030000
IE: Unknown: 2A0100
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: Unknown: 32043048606C
IE: Unknown: DD180050F2020101870003A4000027A4000042435E0062322F00
IE: Unknown: 2D1A0C101BFFFF000000000000000000000000000000000000000000
IE: Unknown: 3D1606000900000000000000000000000000000000000000
IE: Unknown: DD0900037F01010000FF7F
IE: Unknown: DD0A00037F04010000000000
IE: Unknown: 0706465220010D14
IE: Unknown: DD210050F204104A00011010440001021011000F4C697665626F782046545448207632
>> uname -r -m
5.3.0-28-generic i686
>> cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
>> nm-tool
>> nmcli dev wifi
Hors ligne
#8 Le 09/04/2020, à 16:24
- xubu1957
Re : [Résolu] installer le driver wifi directement Dell D620
Vu le noyau :
5.3.0-28-generic i686
Tu devrais passer les mises à jour :
sudo apt update
sudo apt full-upgrade
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
En ligne
#9 Le 09/04/2020, à 16:39
- saissiun
Re : [Résolu] installer le driver wifi directement Dell D620
... tout est à jour !
Mais rien y fait...
J'ai ajouter une commande automatique au démarrage pour palier au problème :
sudo modprobe b43
Mais cela ne marche pas...
Dernière modification par saissiun (Le 09/04/2020, à 16:43)
Hors ligne
#10 Le 09/04/2020, à 16:43
- xubu1957
Re : [Résolu] installer le driver wifi directement Dell D620
En passant :
sudo apt install firmware-b43-installer
Tu as un message d'erreur ?
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
En ligne
#11 Le 09/04/2020, à 16:44
- saissiun
Re : [Résolu] installer le driver wifi directement Dell D620
En passant :
sudo apt install firmware-b43-installer
Tu as un message d'erreur ?
Non, c'est deja installé :
firmware-b43-installer est déjà la version la plus récente (1:019-3).
Hors ligne
#12 Le 09/04/2020, à 16:46
- xubu1957
Re : [Résolu] installer le driver wifi directement Dell D620
Tu peux montrer :
dpkg -l | grep -v ^ii
?
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
En ligne
#13 Le 09/04/2020, à 17:29
- saissiun
Re : [Résolu] installer le driver wifi directement Dell D620
Tu peux montrer :
dpkg -l | grep -v ^ii
?
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-=====================================-================================================-============-======================================================================================================
rc libreoffice-avmedia-backend-gstreamer 1:6.4.2-0ubuntu0.18.04.3 i386 transitional package for GStreamer backend for LibreOffice
rc thunderbird 1:68.4.1+build1-0ubuntu0.18.04.1 i386 Email, RSS and newsgroup client with integrated spam filter
Hors ligne
#14 Le 09/04/2020, à 17:38
- xubu1957
Re : [Résolu] installer le driver wifi directement Dell D620
Je vois dans la Doc wifi_broadcom_bcm43xx
BCM4311 (sauf ID-PCI 14e4:4313) Sur certains ordinateurs il faut aussi aller dans le bios bidouiller les options wifi. modèle DW 1390
Subsystem: Dell Wireless 1390 WLAN Mini-Card [1028:0007]
Dell Wireless 1390, c'est pour ton modèle.
Dernière modification par xubu1957 (Le 09/04/2020, à 17:44)
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
En ligne
#15 Le 09/04/2020, à 18:30
- saissiun
Re : [Résolu] installer le driver wifi directement Dell D620
Je vois dans la Doc wifi_broadcom_bcm43xx
BCM4311 (sauf ID-PCI 14e4:4313) Sur certains ordinateurs il faut aussi aller dans le bios bidouiller les options wifi. modèle DW 1390
Subsystem: Dell Wireless 1390 WLAN Mini-Card [1028:0007]
Dell Wireless 1390, c'est pour ton modèle.
Merci !
Hors ligne
#16 Le 13/04/2020, à 12:16
- saissiun
Re : [Résolu] installer le driver wifi directement Dell D620
... merci xubu1957 !!!
C'est un PC que j'ai récupéré...
Le BIOS est verrouillé avec un mot de passe que je ne connais pas !
J'ai tenté un script au démarrage, mais cela ne marche pas !
#!/bin/bash
mate-terminal
sudo modprobe b43
$ echo "Pword";
Si vous avez une idée pour m'aider !
Hors ligne
#17 Le 13/04/2020, à 12:32
- xubu1957
Re : [Résolu] installer le driver wifi directement Dell D620
Bonjour,
Je ne sais ni gérer les scripts, ni trifouiller le BIOS.
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
En ligne
#18 Le 13/04/2020, à 12:43
- saissiun
Re : [Résolu] installer le driver wifi directement Dell D620
Bonjour,
Je ne sais ni gérer les scripts, ni trifouiller le BIOS.
Hors ligne
#19 Le 13/04/2020, à 12:46
- marcus68
Re : [Résolu] installer le driver wifi directement Dell D620
... merci xubu1957 !!!
C'est un PC que j'ai récupéré...
Le BIOS est verrouillé avec un mot de passe que je ne connais pas !
J'ai tenté un script au démarrage, mais cela ne marche pas !#!/bin/bash mate-terminal sudo modprobe b43 $ echo "Pword";
Si vous avez une idée pour m'aider !
bonjour,
le script sous cette forme ne peux pas marcher, le terminal est lancé sans commande et ensuite la commande est appelé avec sudo mais il y a pas de possibilité de taper de mot de passe. Essayer plutôt comme ça :
#!/bin/bash
mate-terminal -e "sudo modprobe b43"
Il n'y a aucune raison de triffouiller le BIOS si le wifi fonctionne après chargement du pilote, non ? Il faut déjà trouver pourquoi le pilote n'est pas chargé au démarrage.
Pouvez-vous transmettre la commande suivante avant que vous chargez manuellement le pilote :
lspci -k -nn | grep -A 3 -i net
Pouvez-vous également transmettre le contenu de dmesg après le redémarrage :
dmesg
@xubu1957, tu t'ennuies ?
Cordialement
Hors ligne
#20 Le 13/04/2020, à 12:47
- xubu1957
Re : [Résolu] installer le driver wifi directement Dell D620
Regarde si tu peux t'inspirer de ce message > [Résolu] wifi bloqué à 1M
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
En ligne
#21 Le 13/04/2020, à 12:58
- saissiun
Re : [Résolu] installer le driver wifi directement Dell D620
... merci !
Le script ne marche pas !
Pour lspci -k -nn | grep -A 3 -i net :
09:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM5752 Gigabit Ethernet PCI Express [14e4:1600] (rev 02)
Subsystem: Dell Latitude D620 [1028:01c2]
Kernel driver in use: tg3
Kernel modules: tg3
0c:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
Subsystem: Dell Wireless 1390 WLAN Mini-Card [1028:0007]
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb, wl
Pour lspci -k -nn | grep -A 3 -i net :
[ 0.672143] system 00:06: [io 0x0cbc-0x0cbf] has been reserved
[ 0.672146] system 00:06: [io 0x0930-0x097f] has been reserved
[ 0.672154] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.672292] system 00:07: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.672300] system 00:07: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.680911] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.693692] system 00:09: [io 0x0cb0-0x0cbb] has been reserved
[ 0.693696] system 00:09: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.693704] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.695614] pnp: PnP ACPI: found 10 devices
[ 0.695618] PnPBIOS: Disabled
[ 0.699899] thermal_sys: Registered thermal governor 'fair_share'
[ 0.699901] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.699902] thermal_sys: Registered thermal governor 'step_wise'
[ 0.699904] thermal_sys: Registered thermal governor 'user_space'
[ 0.699905] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.734437] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.734514] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 0b] add_size 1000
[ 0.734519] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000 add_align 100000
[ 0.734523] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 0b] add_size 200000 add_align 100000
[ 0.734526] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 0c] add_size 1000
[ 0.734530] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0c] add_size 200000 add_align 100000
[ 0.734534] pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 09] add_size 1000
[ 0.734537] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 09] add_size 200000 add_align 100000
[ 0.734550] pci 0000:00:1e.0: bridge window [io 0x1000-0x0fff] to [bus 03-04] add_size 1000
[ 0.734555] pci 0000:00:1e.0: bridge window [mem 0x04000000-0x0fffffff] to [bus 03-04] add_size 8000000 add_align 4000000
[ 0.734570] pci 0000:00:1e.0: BAR 14: assigned [mem 0x80000000-0x93ffffff]
[ 0.734574] pci 0000:00:1c.0: BAR 14: assigned [mem 0x94000000-0x941fffff]
[ 0.734586] pci 0000:00:1c.0: BAR 15: assigned [mem 0x94200000-0x943fffff 64bit pref]
[ 0.734596] pci 0000:00:1c.1: BAR 15: assigned [mem 0x94400000-0x945fffff 64bit pref]
[ 0.734605] pci 0000:00:1c.2: BAR 15: assigned [mem 0x94600000-0x947fffff 64bit pref]
[ 0.734610] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.734614] pci 0000:00:1c.1: BAR 13: assigned [io 0x3000-0x3fff]
[ 0.734618] pci 0000:00:1c.2: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.734622] pci 0000:00:1e.0: BAR 13: assigned [io 0x5000-0x5fff]
[ 0.734627] pci 0000:00:1c.0: PCI bridge to [bus 0b]
[ 0.734631] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.734638] pci 0000:00:1c.0: bridge window [mem 0x94000000-0x941fffff]
[ 0.734644] pci 0000:00:1c.0: bridge window [mem 0x94200000-0x943fffff 64bit pref]
[ 0.734653] pci 0000:00:1c.1: PCI bridge to [bus 0c]
[ 0.734656] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
[ 0.734663] pci 0000:00:1c.1: bridge window [mem 0xefd00000-0xefdfffff]
[ 0.734669] pci 0000:00:1c.1: bridge window [mem 0x94400000-0x945fffff 64bit pref]
[ 0.734677] pci 0000:00:1c.2: PCI bridge to [bus 09]
[ 0.734681] pci 0000:00:1c.2: bridge window [io 0x4000-0x4fff]
[ 0.734687] pci 0000:00:1c.2: bridge window [mem 0xefc00000-0xefcfffff]
[ 0.734693] pci 0000:00:1c.2: bridge window [mem 0x94600000-0x947fffff 64bit pref]
[ 0.734705] pci 0000:03:01.0: BAR 0: assigned [mem 0x80000000-0x80000fff]
[ 0.734714] pci 0000:03:01.0: BAR 15: assigned [mem 0x84000000-0x87ffffff pref]
[ 0.734717] pci 0000:03:01.0: BAR 16: assigned [mem 0x88000000-0x8bffffff]
[ 0.734719] pci 0000:03:01.0: BAR 13: assigned [io 0x5000-0x50ff]
[ 0.734722] pci 0000:03:01.0: BAR 14: assigned [io 0x5400-0x54ff]
[ 0.734725] pci 0000:03:01.0: CardBus bridge to [bus 04]
[ 0.734728] pci 0000:03:01.0: bridge window [io 0x5000-0x50ff]
[ 0.734733] pci 0000:03:01.0: bridge window [io 0x5400-0x54ff]
[ 0.734739] pci 0000:03:01.0: bridge window [mem 0x84000000-0x87ffffff pref]
[ 0.734745] pci 0000:03:01.0: bridge window [mem 0x88000000-0x8bffffff]
[ 0.734750] pci 0000:00:1e.0: PCI bridge to [bus 03-04]
[ 0.734754] pci 0000:00:1e.0: bridge window [io 0x5000-0x5fff]
[ 0.734761] pci 0000:00:1e.0: bridge window [mem 0x80000000-0x93ffffff]
[ 0.734774] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.734776] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.734779] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.734781] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[ 0.734784] pci_bus 0000:00: resource 8 [mem 0x80000000-0xefffffff window]
[ 0.734786] pci_bus 0000:00: resource 9 [mem 0xf4007000-0xf4007fff window]
[ 0.734789] pci_bus 0000:00: resource 10 [mem 0xf400c000-0xfebfffff window]
[ 0.734791] pci_bus 0000:00: resource 11 [mem 0xfec10000-0xfecfffff window]
[ 0.734794] pci_bus 0000:00: resource 12 [mem 0xfed00400-0xfed1ffff window]
[ 0.734796] pci_bus 0000:00: resource 13 [mem 0xfed40000-0xfed44fff window]
[ 0.734799] pci_bus 0000:00: resource 14 [mem 0xfee10000-0xffafffff window]
[ 0.734801] pci_bus 0000:0b: resource 0 [io 0x2000-0x2fff]
[ 0.734804] pci_bus 0000:0b: resource 1 [mem 0x94000000-0x941fffff]
[ 0.734806] pci_bus 0000:0b: resource 2 [mem 0x94200000-0x943fffff 64bit pref]
[ 0.734809] pci_bus 0000:0c: resource 0 [io 0x3000-0x3fff]
[ 0.734811] pci_bus 0000:0c: resource 1 [mem 0xefd00000-0xefdfffff]
[ 0.734813] pci_bus 0000:0c: resource 2 [mem 0x94400000-0x945fffff 64bit pref]
[ 0.734816] pci_bus 0000:09: resource 0 [io 0x4000-0x4fff]
[ 0.734818] pci_bus 0000:09: resource 1 [mem 0xefc00000-0xefcfffff]
[ 0.734821] pci_bus 0000:09: resource 2 [mem 0x94600000-0x947fffff 64bit pref]
[ 0.734823] pci_bus 0000:03: resource 0 [io 0x5000-0x5fff]
[ 0.734825] pci_bus 0000:03: resource 1 [mem 0x80000000-0x93ffffff]
[ 0.734828] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7 window]
[ 0.734830] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff window]
[ 0.734833] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.734835] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff window]
[ 0.734837] pci_bus 0000:03: resource 8 [mem 0x80000000-0xefffffff window]
[ 0.734840] pci_bus 0000:03: resource 9 [mem 0xf4007000-0xf4007fff window]
[ 0.734842] pci_bus 0000:03: resource 10 [mem 0xf400c000-0xfebfffff window]
[ 0.734845] pci_bus 0000:03: resource 11 [mem 0xfec10000-0xfecfffff window]
[ 0.734847] pci_bus 0000:03: resource 12 [mem 0xfed00400-0xfed1ffff window]
[ 0.734850] pci_bus 0000:03: resource 13 [mem 0xfed40000-0xfed44fff window]
[ 0.734852] pci_bus 0000:03: resource 14 [mem 0xfee10000-0xffafffff window]
[ 0.734854] pci_bus 0000:04: resource 0 [io 0x5000-0x50ff]
[ 0.734857] pci_bus 0000:04: resource 1 [io 0x5400-0x54ff]
[ 0.734859] pci_bus 0000:04: resource 2 [mem 0x84000000-0x87ffffff pref]
[ 0.734862] pci_bus 0000:04: resource 3 [mem 0x88000000-0x8bffffff]
[ 0.735026] NET: Registered protocol family 2
[ 0.735333] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.735358] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.735408] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.735432] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.735497] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.735511] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.735580] NET: Registered protocol family 1
[ 0.735590] NET: Registered protocol family 44
[ 0.735611] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.737909] PCI: CLS 64 bytes, default 64
[ 0.737999] Trying to unpack rootfs image as initramfs...
[ 2.369789] Freeing initrd memory: 59512K
[ 2.369905] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 2.369909] software IO TLB: mapped [mem 0x2cbb3000-0x30bb3000] (64MB)
[ 2.370242] check: Scanning for low memory corruption every 60 seconds
[ 2.371110] Initialise system trusted keyrings
[ 2.371134] Key type blacklist registered
[ 2.371240] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[ 2.374741] zbud: loaded
[ 2.375593] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 2.375994] fuse: init (API version 7.31)
[ 2.376249] Platform Keyring initialized
[ 2.387780] Key type asymmetric registered
[ 2.387782] Asymmetric key parser 'x509' registered
[ 2.387924] bounce: pool size: 64 pages
[ 2.387949] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 2.388033] io scheduler mq-deadline registered
[ 2.389588] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 2.389718] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[ 2.389719] vesafb: scrolling: redraw
[ 2.389721] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 2.389751] vesafb: framebuffer at 0xd0000000, mapped to 0x(ptrval), using 3072k, total 3072k
[ 2.389850] fbcon: Deferring console take-over
[ 2.389852] fb0: VESA VGA frame buffer device
[ 2.389879] intel_idle: does not run on family 6 model 15
[ 2.410497] ACPI: AC Adapter [AC] (on-line)
[ 2.410611] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 2.410637] ACPI: Lid Switch [LID]
[ 2.410705] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 2.410724] ACPI: Power Button [PBTN]
[ 2.410788] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[ 2.410805] ACPI: Sleep Button [SBTN]
[ 2.417575] thermal LNXTHERM:00: registered as thermal_zone0
[ 2.417577] ACPI: Thermal Zone [THM] (56 C)
[ 2.417725] battery: ACPI: Battery Slot [BAT0] (battery absent)
[ 2.417781] battery: ACPI: Battery Slot [BAT1] (battery absent)
[ 2.417889] isapnp: Scanning for PnP cards...
[ 2.418021] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 2.438845] 00:08: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 2.442553] Linux agpgart interface v0.103
[ 2.471630] loop: module loaded
[ 2.471963] ata_piix 0000:00:1f.2: version 2.13
[ 2.472201] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
[ 2.473486] scsi host0: ata_piix
[ 2.473726] scsi host1: ata_piix
[ 2.473804] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xbfa0 irq 14
[ 2.473807] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xbfa8 irq 15
[ 2.473980] libphy: Fixed MDIO Bus: probed
[ 2.473982] tun: Universal TUN/TAP device driver, 1.6
[ 2.474183] PPP generic driver version 2.4.2
[ 2.474268] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.474274] ehci-pci: EHCI PCI platform driver
[ 2.474565] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 2.474574] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 2.474592] ehci-pci 0000:00:1d.7: debug port 1
[ 2.478527] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[ 2.478550] ehci-pci 0000:00:1d.7: irq 20, io mem 0xffa80000
[ 2.492614] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 2.492704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
[ 2.492707] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.492709] usb usb1: Product: EHCI Host Controller
[ 2.492712] usb usb1: Manufacturer: Linux 5.3.0-46-generic ehci_hcd
[ 2.492714] usb usb1: SerialNumber: 0000:00:1d.7
[ 2.492925] hub 1-0:1.0: USB hub found
[ 2.492938] hub 1-0:1.0: 8 ports detected
[ 2.493378] ehci-platform: EHCI generic platform driver
[ 2.493399] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.493404] ohci-pci: OHCI PCI platform driver
[ 2.493423] ohci-platform: OHCI generic platform driver
[ 2.493436] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.493692] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 2.493700] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 2.493709] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 2.493734] uhci_hcd 0000:00:1d.0: irq 20, io base 0x0000bf80
[ 2.493822] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.03
[ 2.493825] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.493827] usb usb2: Product: UHCI Host Controller
[ 2.493829] usb usb2: Manufacturer: Linux 5.3.0-46-generic uhci_hcd
[ 2.493832] usb usb2: SerialNumber: 0000:00:1d.0
[ 2.494012] hub 2-0:1.0: USB hub found
[ 2.494024] hub 2-0:1.0: 2 ports detected
[ 2.494459] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 2.494466] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 2.494474] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 2.494508] uhci_hcd 0000:00:1d.1: irq 21, io base 0x0000bf60
[ 2.494602] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.03
[ 2.494605] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.494607] usb usb3: Product: UHCI Host Controller
[ 2.494609] usb usb3: Manufacturer: Linux 5.3.0-46-generic uhci_hcd
[ 2.494612] usb usb3: SerialNumber: 0000:00:1d.1
[ 2.494785] hub 3-0:1.0: USB hub found
[ 2.494796] hub 3-0:1.0: 2 ports detected
[ 2.495218] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 2.495226] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 2.495234] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 2.495267] uhci_hcd 0000:00:1d.2: irq 22, io base 0x0000bf40
[ 2.495352] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.03
[ 2.495354] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.495357] usb usb4: Product: UHCI Host Controller
[ 2.495359] usb usb4: Manufacturer: Linux 5.3.0-46-generic uhci_hcd
[ 2.495361] usb usb4: SerialNumber: 0000:00:1d.2
[ 2.495531] hub 4-0:1.0: USB hub found
[ 2.495543] hub 4-0:1.0: 2 ports detected
[ 2.495963] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 2.495971] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 2.495979] uhci_hcd 0000:00:1d.3: detected 2 ports
[ 2.496012] uhci_hcd 0000:00:1d.3: irq 23, io base 0x0000bf20
[ 2.496100] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.03
[ 2.496103] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.496105] usb usb5: Product: UHCI Host Controller
[ 2.496107] usb usb5: Manufacturer: Linux 5.3.0-46-generic uhci_hcd
[ 2.496109] usb usb5: SerialNumber: 0000:00:1d.3
[ 2.496284] hub 5-0:1.0: USB hub found
[ 2.496295] hub 5-0:1.0: 2 ports detected
[ 2.496625] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 2.499705] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.499714] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.499916] mousedev: PS/2 mouse device common for all mice
[ 2.500168] rtc_cmos 00:05: RTC can wake from S4
[ 2.500375] rtc_cmos 00:05: registered as rtc0
[ 2.500411] rtc_cmos 00:05: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 2.500424] i2c /dev entries driver
[ 2.500506] device-mapper: uevent: version 1.0.3
[ 2.500637] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: dm-devel@redhat.com
[ 2.500679] platform eisa.0: Probing EISA bus 0
[ 2.500682] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 2.500685] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 2.500687] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 2.500690] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 2.500692] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 2.500694] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 2.500696] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 2.500699] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 2.500701] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 2.500703] platform eisa.0: EISA: Detected 0 cards
[ 2.500711] cpufreq_nforce2: No nForce2 chipset
[ 2.500714] intel_pstate: CPU model not supported
[ 2.503012] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 2.511188] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.511706] NET: Registered protocol family 10
[ 2.523768] Segment Routing with IPv6
[ 2.523819] NET: Registered protocol family 17
[ 2.523878] Key type dns_resolver registered
[ 2.555087] microcode: sig=0x6f2, pf=0x20, revision=0x5c
[ 2.555152] microcode: Microcode Update Driver: v2.2.
[ 2.555160] Using IPI No-Shortcut mode
[ 2.555396] registered taskstats version 1
[ 2.555417] Loading compiled-in X.509 certificates
[ 2.563065] Loaded X.509 cert 'Build time autogenerated kernel key: 8bd13b26d046804405edaccb9a935212f862eb62'
[ 2.563118] zswap: loaded using pool lzo/zbud
[ 2.574386] Key type big_key registered
[ 2.579952] Key type encrypted registered
[ 2.579957] AppArmor: AppArmor sha1 policy hashing enabled
[ 2.579975] ima: No TPM chip found, activating TPM-bypass!
[ 2.579983] ima: Allocated hash algorithm: sha1
[ 2.579994] No architecture policies found
[ 2.580009] evm: Initialising EVM extended attributes:
[ 2.580010] evm: security.selinux
[ 2.580012] evm: security.SMACK64
[ 2.580013] evm: security.SMACK64EXEC
[ 2.580014] evm: security.SMACK64TRANSMUTE
[ 2.580014] evm: security.SMACK64MMAP
[ 2.580015] evm: security.apparmor
[ 2.580016] evm: security.ima
[ 2.580017] evm: security.capability
[ 2.580019] evm: HMAC attrs: 0x1
[ 2.580436] PM: Magic number: 0:469:883
[ 2.580629] rtc_cmos 00:05: setting system clock to 2020-04-13T11:52:08 UTC (1586778728)
[ 2.581699] Unstable clock detected, switching default tracing clock to "global"
If you want to keep using the local clock, then add:
"trace_clock=local"
on the kernel command line
[ 2.635064] ata1.00: ATA-7: FUJITSU MHV2100BH PL, 892C, max UDMA/100
[ 2.635067] ata1.00: 195371568 sectors, multi 8: LBA48
[ 2.686191] ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-T11N, A103, max UDMA/33
[ 2.729379] isapnp: No Plug & Play device found
[ 2.729579] scsi 0:0:0:0: Direct-Access ATA FUJITSU MHV2100B 892C PQ: 0 ANSI: 5
[ 2.729950] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.730006] sd 0:0:0:0: [sda] 195371568 512-byte logical blocks: (100 GB/93.2 GiB)
[ 2.730028] sd 0:0:0:0: [sda] Write Protect is off
[ 2.730031] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.730065] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.733868] scsi 1:0:0:0: CD-ROM HL-DT-ST DVD+-RW GSA-T11N A103 PQ: 0 ANSI: 5
[ 2.802104] sda: sda1 sda2 < sda5 > sda3
[ 2.803147] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.812374] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[ 2.812376] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.812722] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 2.812859] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 2.818630] Freeing unused kernel image memory: 1152K
[ 2.818738] Write protecting kernel text and read-only data: 13700k
[ 2.818739] NX-protecting the kernel data: 6588k
[ 2.819313] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.819394] x86/mm: Checking user space page tables
[ 2.819491] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.819492] Run /init as init process
[ 3.036616] usb 2-2: new full-speed USB device number 2 using uhci_hcd
[ 3.043550] ACPI: Video Device [VID1] (multi-head: yes rom: no post: no)
[ 3.044040] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input5
[ 3.044279] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[ 3.066910] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[ 3.164173] tg3.c:v3.137 (May 11, 2014)
[ 3.197747] tg3 0000:09:00.0 eth0: Tigon3 [partno(BCM5752KFBG) rev 6002] (PCI Express) MAC address 00:18:8b:c4:7e:6c
[ 3.197751] tg3 0000:09:00.0 eth0: attached PHY is 5752 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[ 3.197754] tg3 0000:09:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 3.197757] tg3 0000:09:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 3.234339] pci 0000:00:00.0: Intel 945GM Chipset
[ 3.234365] pci 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
[ 3.234907] pci 0000:00:00.0: detected 8192K stolen memory
[ 3.235053] checking generic (d0000000 300000) vs hw (d0000000 10000000)
[ 3.235055] fb0: switching to inteldrmfb from VESA VGA
[ 3.235718] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 3.235758] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.235759] [drm] Driver supports precise vblank timestamp query.
[ 3.235772] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000dffff window]
[ 3.235779] caller pci_map_rom+0x72/0x1e0 mapping multiple BARs
[ 3.241750] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 3.251638] random: fast init done
[ 3.251668] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.251680] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.251767] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 3.255688] usb 2-2: New USB device found, idVendor=413c, idProduct=a005, bcdDevice=50.18
[ 3.255692] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.258750] hub 2-2:1.0: USB hub found
[ 3.260777] hub 2-2:1.0: 4 ports detected
[ 3.289081] tg3 0000:09:00.0 enp9s0: renamed from eth0
[ 3.382212] [drm] RC6 disabled, disabling runtime PM support
[ 3.382295] [drm] Initialized overlay support.
[ 3.383191] [drm] Initialized i915 1.6.0 20190619 for 0000:00:02.0 on minor 0
[ 3.485064] fbcon: i915drmfb (fb0) is primary device
[ 3.485066] fbcon: Deferring console take-over
[ 3.485072] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[ 3.571106] usb 2-2.3: new full-speed USB device number 3 using uhci_hcd
[ 3.697716] usb 2-2.3: New USB device found, idVendor=0b97, idProduct=7761, bcdDevice= 1.10
[ 3.697720] usb 2-2.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.699760] hub 2-2.3:1.0: USB hub found
[ 3.701701] hub 2-2.3:1.0: 3 ports detected
[ 3.788634] usb 2-2.4: new full-speed USB device number 4 using uhci_hcd
[ 3.872646] usb 4-2: new low-speed USB device number 2 using uhci_hcd
[ 3.949715] usb 2-2.4: New USB device found, idVendor=413c, idProduct=8103, bcdDevice=24.22
[ 3.949718] usb 2-2.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.004650] usb 2-2.3.1: new full-speed USB device number 5 using uhci_hcd
[ 4.063693] usb 4-2: New USB device found, idVendor=4e53, idProduct=5407, bcdDevice= 1.00
[ 4.063696] usb 4-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.063698] usb 4-2: Product: USB OPTICAL MOUSE
[ 4.079683] hidraw: raw HID events driver (C) Jiri Kosina
[ 4.129168] usbcore: registered new interface driver usbhid
[ 4.129170] usbhid: USB HID core driver
[ 4.138984] input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.0/0003:4E53:5407.0001/input/input7
[ 4.139231] hid-generic 0003:4E53:5407.0001: input,hidraw0: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0000:00:1d.2-2/input0
[ 4.140938] input: USB OPTICAL MOUSE Keyboard as /devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.1/0003:4E53:5407.0002/input/input8
[ 4.154700] usb 2-2.3.1: New USB device found, idVendor=0483, idProduct=2016, bcdDevice= 0.01
[ 4.154703] usb 2-2.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.154706] usb 2-2.3.1: Product: Biometric Coprocessor
[ 4.154708] usb 2-2.3.1: Manufacturer: STMicroelectronics
[ 4.200846] input: USB OPTICAL MOUSE Consumer Control as /devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.1/0003:4E53:5407.0002/input/input9
[ 4.200993] input: USB OPTICAL MOUSE System Control as /devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.1/0003:4E53:5407.0002/input/input10
[ 4.201248] hid-generic 0003:4E53:5407.0002: input,hiddev0,hidraw1: USB HID v1.10 Keyboard [USB OPTICAL MOUSE ] on usb-0000:00:1d.2-2/input1
[ 4.236653] usb 2-2.3.2: new full-speed USB device number 6 using uhci_hcd
[ 4.376694] usb 2-2.3.2: New USB device found, idVendor=0b97, idProduct=7762, bcdDevice= 1.10
[ 4.376697] usb 2-2.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.376699] usb 2-2.3.2: Product: O2Micro CCID SC Reader
[ 4.376701] usb 2-2.3.2: Manufacturer: O2
[ 4.508911] input: AlpsPS/2 ALPS DualPoint Stick as /devices/platform/i8042/serio1/input/input12
[ 4.529311] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input6
[ 6.005632] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 7.722709] random: crng init done
[ 7.722713] random: 7 urandom warning(s) missed due to ratelimiting
[ 8.348401] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 8.368734] systemd[1]: Detected architecture x86.
[ 8.386834] systemd[1]: Set hostname to <UBUNTU-MATE-Dell-D620>.
[ 11.940443] systemd[1]: Reached target User and Group Name Lookups.
[ 11.941069] systemd[1]: Created slice System Slice.
[ 11.941299] systemd[1]: Listening on Journal Socket (/dev/log).
[ 11.941590] systemd[1]: Listening on Journal Audit Socket.
[ 11.941736] systemd[1]: Listening on Syslog Socket.
[ 11.941885] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 11.942002] systemd[1]: Listening on udev Kernel Socket.
[ 12.691063] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[ 12.888174] lp: driver loaded but no devices found
[ 12.962424] ppdev: user-space parallel port driver
[ 13.120365] systemd-journald[340]: Received request to flush runtime journal from PID 1
[ 13.288653] Adding 975596k swap on /swapfile. Priority:-2 extents:4 across:1000172k FS
[ 19.723224] audit: type=1400 audit(1586778745.636:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=444 comm="apparmor_parser"
[ 19.723233] audit: type=1400 audit(1586778745.636:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=444 comm="apparmor_parser"
[ 19.723239] audit: type=1400 audit(1586778745.636:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=444 comm="apparmor_parser"
[ 19.723243] audit: type=1400 audit(1586778745.636:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=444 comm="apparmor_parser"
[ 20.126745] audit: type=1400 audit(1586778746.040:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=443 comm="apparmor_parser"
[ 20.126752] audit: type=1400 audit(1586778746.040:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=443 comm="apparmor_parser"
[ 20.247368] audit: type=1400 audit(1586778746.160:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=447 comm="apparmor_parser"
[ 20.247375] audit: type=1400 audit(1586778746.160:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=447 comm="apparmor_parser"
[ 20.247379] audit: type=1400 audit(1586778746.160:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=447 comm="apparmor_parser"
[ 20.333388] audit: type=1400 audit(1586778746.248:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=455 comm="apparmor_parser"
[ 22.583879] intel_rng: FWH not detected
[ 23.604658] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 23.647654] leds_ss4200: no LED devices found
[ 23.671744] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 23.777505] Bluetooth: Core ver 2.22
[ 23.777537] NET: Registered protocol family 31
[ 23.777539] Bluetooth: HCI device and connection manager initialized
[ 23.777546] Bluetooth: HCI socket layer initialized
[ 23.777549] Bluetooth: L2CAP socket layer initialized
[ 23.777555] Bluetooth: SCO socket layer initialized
[ 24.367942] yenta_cardbus 0000:03:01.0: enabling device (0000 -> 0003)
[ 24.368135] yenta_cardbus 0000:03:01.0: CardBus bridge found [1028:01c2]
[ 24.368162] yenta_cardbus 0000:03:01.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off'
[ 24.505527] yenta_cardbus 0000:03:01.0: ISA IRQ mask 0x0cb8, PCI irq 18
[ 24.505532] yenta_cardbus 0000:03:01.0: Socket status: 30000006
[ 24.505540] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [io 0x5000-0x5fff]
[ 24.505544] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x5000-0x5fff:
[ 24.507045] excluding 0x5000-0x50ff 0x5400-0x54ff
[ 24.512385] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0x80000000-0x93ffffff]
[ 24.512388] pcmcia_socket pcmcia_socket0: cs: memory probe 0x80000000-0x93ffffff:
[ 24.512391] excluding 0x80000000-0x807fffff 0x84000000-0x8bffffff
[ 24.632310] usbcore: registered new interface driver btusb
[ 24.672451] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.3)
[ 24.776087] dell-smbios A80593CE-A997-11DA-B012-B622A1EF5492: WMI SMBIOS userspace interface not supported(0), try upgrading to a newer BIOS
[ 25.365158] wl: loading out-of-tree module taints kernel.
[ 25.365166] wl: module license 'MIXED/Proprietary' taints kernel.
[ 25.365168] Disabling lock debugging due to kernel taint
[ 25.379698] wl: module verification failed: signature and/or required key missing - tainting kernel
[ 25.423205] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input13
[ 25.438523] malloc in abgphy done
[ 25.438982] wl driver 6.30.223.271 (r587334) failed with code 21
[ 25.438985] ERROR @wl_cfg80211_detach :
[ 25.438986] NULL ndev->ieee80211ptr, unable to deref wl
[ 25.971352] kvm: disabled by bios
[ 26.004348] kvm: disabled by bios
[ 26.382198] coretemp coretemp.0: Using relative temperature scale!
[ 26.382237] coretemp coretemp.0: Using relative temperature scale!
[ 26.664619] snd_hda_codec_idt hdaudioC0D0: autoconfig for STAC9200: line_outs=1 (0xe/0x0/0x0/0x0/0x0) type:speaker
[ 26.664623] snd_hda_codec_idt hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 26.664626] snd_hda_codec_idt hdaudioC0D0: hp_outs=1 (0xd/0x0/0x0/0x0/0x0)
[ 26.664628] snd_hda_codec_idt hdaudioC0D0: mono: mono_out=0x0
[ 26.664630] snd_hda_codec_idt hdaudioC0D0: dig-out=0x9/0x0
[ 26.664632] snd_hda_codec_idt hdaudioC0D0: inputs:
[ 26.664635] snd_hda_codec_idt hdaudioC0D0: Mic=0x10
[ 26.664638] snd_hda_codec_idt hdaudioC0D0: Internal Mic=0xf
[ 26.699520] intel_powerclamp: No package C-state available
[ 26.729393] intel_powerclamp: No package C-state available
[ 26.869364] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 26.869487] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 27.415755] dell_laptop: Using i8042 filter function for receiving events
[ 27.843637] gpio_ich gpio_ich.1.auto: GPIO from 462 to 511
[ 28.002714] usb 2-2.4: USB disconnect, device number 4
[ 28.167420] leds dell::kbd_backlight: Setting an LED's brightness failed (-5)
[ 28.524687] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
[ 28.525915] excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
[ 28.526788] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
[ 28.527212] excluding 0x3f0-0x3ff 0x4d0-0x4d7
[ 28.527621] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
[ 28.528295] clean
[ 28.528326] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
[ 28.528816] excluding 0xc80-0xcbf
[ 28.528947] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[ 28.528957] excluding 0xc0000-0xcffff 0xe0000-0xfffff
[ 28.529004] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[ 28.529024] clean
[ 28.529055] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[ 28.529076] excluding 0x60000000-0x60ffffff
[ 28.529109] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
[ 28.529883] clean
[ 40.114429] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 40.114432] Bluetooth: BNEP filters: protocol multicast
[ 40.114440] Bluetooth: BNEP socket layer initialized
[ 48.084926] fbcon: Taking over console
[ 48.090877] Console: switching to colour frame buffer device 160x50
[ 95.011190] leds dell::kbd_backlight: Setting an LED's brightness failed (-5)
[ 172.528756] ssb: Found chip with id 0x4311, rev 0x01 and package 0x00
[ 172.613269] b43-pci-bridge 0000:0c:00.0: Sonics Silicon Backplane found on PCI device 0000:0c:00.0
[ 172.860250] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
[ 172.904642] b43-phy0: Found PHY: Analog 4, Type 2 (G), Revision 8
[ 172.904656] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2050, Revision 2, Version 0
[ 172.920804] Broadcom 43xx driver loaded [ Features: PNL ]
[ 172.991579] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 173.208656] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[ 174.990133] wlan0: authenticate with e4:5d:51:7a:86:e6
[ 175.008908] wlan0: send auth to e4:5d:51:7a:86:e6 (try 1/3)
[ 175.010484] wlan0: authenticated
[ 175.013056] wlan0: associate with e4:5d:51:7a:86:e6 (try 1/3)
[ 175.016145] wlan0: RX AssocResp from e4:5d:51:7a:86:e6 (capab=0x1011 status=0 aid=5)
[ 175.016554] wlan0: associated
[ 175.086447] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 228.448774] perf: interrupt took too long (2508 > 2500), lowering kernel.perf_event_max_sample_rate to 79500
Dernière modification par saissiun (Le 13/04/2020, à 13:01)
Hors ligne
#22 Le 13/04/2020, à 13:12
- saissiun
Re : [Résolu] installer le driver wifi directement Dell D620
... j'ai mis le script dans les applis au démarrage !
Cela ouvre un terminal en demandant le mot de passe... c'est une belle avancée, merci !
Hors ligne
#23 Le 13/04/2020, à 13:17
- xubu1957
Re : [Résolu] installer le driver wifi directement Dell D620
Pour éditer ta discussion et rajouter [Résolu] au début du titre, il faut utiliser le bouton Modifier au bas de ton premier message.
Merci
Merci aussi à marcus68
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
En ligne
Pages : 1