Lost wifi after upgrade

Asked by Marc Girod

~> sudo apt-get update; sudo apt-get install usbutils pciutils hwinfo grep rfkill; sudo lshw -C network; rfkill list; sudo iwlist scan | grep -Ei 'chan|ssid'; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nnk | grep -iA2 net; lsusb; nmcli nm status; sudo lshw -short; uname -a; sudo updatedb; dmesg | grep -E '02:00|80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rror|rtl|RTL|rt2|RT2|rt3|RT3|rt5|RT5|rt6|RT6|rt7|RT7|usb|witch|wl';sudo dmidecode|grep -E 'anufact|roduct|erial|elease'; iwconfig; grep -E '80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|wmi|witch|wl' /etc/modprobe.d/*; cat /var/lib/NetworkManager/NetworkManager.state; sudo hwinfo --netcard ; ps -aux|grep -E 'wpa|icd|etwork'; netstat -rn ; cat /etc/resolv.conf; ls -lia /boot; grep tmpfs /etc/fstab; ubuntu-support-status; sudo update-pciids; sudo update-usbids; sudo lsmod
Hit:1 http://archive.canonical.com/ubuntu bionic InRelease
Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:3 http://ie.archive.ubuntu.com/ubuntu bionic InRelease
Hit:4 http://ie.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:5 http://ie.archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version (3.1-2).
pciutils is already the newest version (1:3.5.2-1ubuntu1).
usbutils is already the newest version (1:007-4build1).
usbutils set to manually installed.
rfkill is already the newest version (2.31.1-0.4ubuntu3.2).
The following packages were automatically installed and are no longer required:
  gconf2 libqt4-designer libqt4-help libqt4-scripttools libqt4-test
  libqtassistantclient4 pkg-config python-attr python-automat python-bs4
  python-click python-colorama python-constantly python-cups python-dirspec
  python-html5lib python-hyperlink python-incremental python-lxml
  python-olefile python-pam python-pil python-piston-mini-client python-pyasn1
  python-pycurl python-qt4 python-qt4-dbus python-serial python-sip
  python-twisted-bin python-webencodings python-xapian python-zope.interface
  python3-piston-mini-client software-center-aptdaemon-plugins
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libhd21 libx86emu1
The following NEW packages will be installed:
  hwinfo libhd21 libx86emu1
0 upgraded, 3 newly installed, 0 to remove and 44 not upgraded.
Need to get 782 kB of archives.
After this operation, 3,345 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://ie.archive.ubuntu.com/ubuntu bionic/universe i386 libx86emu1 i386 1.12-1 [51.3 kB]
Get:2 http://ie.archive.ubuntu.com/ubuntu bionic/universe i386 libhd21 i386 21.52-1 [712 kB]
Get:3 http://ie.archive.ubuntu.com/ubuntu bionic/universe i386 hwinfo i386 21.52-1 [18.8 kB]
Fetched 782 kB in 1s (996 kB/s)
Selecting previously unselected package libx86emu1:i386.
(Reading database ... 229860 files and directories currently installed.)
Preparing to unpack .../libx86emu1_1.12-1_i386.deb ...
Unpacking libx86emu1:i386 (1.12-1) ...
Selecting previously unselected package libhd21:i386.
Preparing to unpack .../libhd21_21.52-1_i386.deb ...
Unpacking libhd21:i386 (21.52-1) ...
Selecting previously unselected package hwinfo.
Preparing to unpack .../hwinfo_21.52-1_i386.deb ...
Unpacking hwinfo (21.52-1) ...
Setting up libx86emu1:i386 (1.12-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Setting up libhd21:i386 (21.52-1) ...
Setting up hwinfo (21.52-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
  *-network
       description: Network controller
       product: BCM4311 802.11b/g WLAN
       vendor: Broadcom Limited
       physical id: 0
       bus info: pci@0000:0c:00.0
       version: 01
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=b43-pci-bridge latency=0
       resources: irq:17 memory:fe8fc000-fe8fffff
  *-network
       description: Ethernet interface
       product: BCM4401-B0 100Base-TX
       vendor: Broadcom Limited
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth1
       version: 02
       serial: 00:1c:23:ad:9c:00
       size: 100Mbit/s
       capacity: 100Mbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=b44 driverversion=2.0 duplex=full ip=192.168.1.3 latency=64 link=yes multicast=yes port=twisted pair speed=100Mbit/s
       resources: irq:17 memory:fe5fe000-fe5fffff
eth1 Interface doesn't support scanning.

lo Interface doesn't support scanning.

auto lo
iface lo inet loopback
iface eth0 inet dhcp
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"
03:00.0 Ethernet controller [0200]: Broadcom Limited BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
 Subsystem: Dell BCM4401-B0 100Base-TX [1028:01f1]
 Kernel driver in use: b44
--
0c:00.0 Network controller [0280]: Broadcom Limited 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
Bus 002 Device 002: ID 05a9:2640 OmniVision Technologies, Inc. OV2640 Webcam
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 1ea7:0064
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
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
Error: argument 'nm' not understood. Try passing --help instead.
H/W path Device Class Description
====================================================
                             system Inspiron 1520
/0 bus 0KY767
/0/0 memory 64KiB BIOS
/0/400 processor Intel(R) Celeron(R) CPU 540 @
/0/400/700 memory 32KiB L1 cache
/0/400/701 memory 1MiB L2 cache
/0/1000 memory 4GiB System Memory
/0/1000/0 memory 2GiB DIMM DDR Synchronous 667 MHz (1.5
/0/1000/1 memory 2GiB DIMM DDR Synchronous 667 MHz (1.5
/0/100 bridge Mobile PM965/GM965/GL960 Memory Control
/0/100/2 display Mobile GM965/GL960 Integrated Graphics
/0/100/2.1 display Mobile GM965/GL960 Integrated Graphics
/0/100/1a bus 82801H (ICH8 Family) USB UHCI Controlle
/0/100/1a/1 usb3 bus UHCI Host Controller
/0/100/1a.1 bus 82801H (ICH8 Family) USB UHCI Controlle
/0/100/1a.1/1 usb4 bus UHCI Host Controller
/0/100/1a.7 bus 82801H (ICH8 Family) USB2 EHCI Controll
/0/100/1a.7/1 usb1 bus EHCI Host Controller
/0/100/1b multimedia 82801H (ICH8 Family) HD Audio Controlle
/0/100/1c bridge 82801H (ICH8 Family) PCI Express Port 1
/0/100/1c.1 bridge 82801H (ICH8 Family) PCI Express Port 2
/0/100/1c.1/0 network BCM4311 802.11b/g WLAN
/0/100/1c.3 bridge 82801H (ICH8 Family) PCI Express Port 4
/0/100/1d bus 82801H (ICH8 Family) USB UHCI Controlle
/0/100/1d/1 usb5 bus UHCI Host Controller
/0/100/1d/1/1 input 2.4G Mouse
/0/100/1d.1 bus 82801H (ICH8 Family) USB UHCI Controlle
/0/100/1d.1/1 usb6 bus UHCI Host Controller
/0/100/1d.2 bus 82801H (ICH8 Family) USB UHCI Controlle
/0/100/1d.2/1 usb7 bus UHCI Host Controller
/0/100/1d.7 bus 82801H (ICH8 Family) USB2 EHCI Controll
/0/100/1d.7/1 usb2 bus EHCI Host Controller
/0/100/1d.7/1/6 multimedia Laptop Integrated Webcam
/0/100/1e bridge 82801 Mobile PCI Bridge
/0/100/1e/0 eth1 network BCM4401-B0 100Base-TX
/0/100/1e/1 bus R5C832 IEEE 1394 Controller
/0/100/1e/1.1 generic R5C822 SD/SDIO/MMC/MS/MSPro Host Adapte
/0/100/1e/1.2 generic R5C592 Memory Stick Bus Host Adapter
/0/100/1e/1.3 generic xD-Picture Card Controller
/0/100/1f bridge 82801HM (ICH8M) LPC Interface Controlle
/0/100/1f.1 storage 82801HM/HEM (ICH8M/ICH8M-E) IDE Control
/0/100/1f.2 storage 82801HM/HEM (ICH8M/ICH8M-E) SATA Contro
/0/100/1f.3 bus 82801H (ICH8 Family) SMBus Controller
/0/1 scsi0 storage
/0/1/0.0.0 /dev/cdrom disk DVD+-RW DR-K17Y
/0/2 scsi2 storage
/0/2/0.0.0 /dev/sda disk 120GB TOSHIBA MK1237GS
/0/2/0.0.0/1 /dev/sda1 volume 107GiB EXT4 volume
/0/2/0.0.0/2 /dev/sda2 volume 4084MiB Extended partition
/0/2/0.0.0/2/5 /dev/sda5 volume 4084MiB Linux swap volume
/1 power DELL NR21879
Linux sartre 4.15.0-38-generic #41-Ubuntu SMP Wed Oct 10 10:58:23 UTC 2018 i686 i686 i686 GNU/Linux
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] APIC: Switch to symmetric I/O mode setup
[ 0.024000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.146345] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.168019] usbcore: registered new interface driver usbfs
[ 0.168031] usbcore: registered new interface driver hub
[ 0.168049] usbcore: registered new device driver usb
[ 0.174611] clocksource: Switched to clocksource hpet
[ 0.207840] pnp: PnP ACPI: found 8 devices
[ 1.496417] Console: switching to colour frame buffer device 128x48
[ 1.496691] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 1.496722] ACPI: Lid Switch [LID]
[ 1.632994] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.632996] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.632999] usb usb1: Product: EHCI Host Controller
[ 1.633001] usb usb1: Manufacturer: Linux 4.15.0-38-generic ehci_hcd
[ 1.633003] usb usb1: SerialNumber: 0000:00:1a.7
[ 1.633172] hub 1-0:1.0: USB hub found
[ 1.681292] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.681295] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.681297] usb usb2: Product: EHCI Host Controller
[ 1.681299] usb usb2: Manufacturer: Linux 4.15.0-38-generic ehci_hcd
[ 1.681301] usb usb2: SerialNumber: 0000:00:1d.7
[ 1.681462] hub 2-0:1.0: USB hub found
[ 1.682150] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.682153] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.682155] usb usb3: Product: UHCI Host Controller
[ 1.682157] usb usb3: Manufacturer: Linux 4.15.0-38-generic uhci_hcd
[ 1.682159] usb usb3: SerialNumber: 0000:00:1a.0
[ 1.682311] hub 3-0:1.0: USB hub found
[ 1.682826] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.682829] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.682831] usb usb4: Product: UHCI Host Controller
[ 1.682833] usb usb4: Manufacturer: Linux 4.15.0-38-generic uhci_hcd
[ 1.682835] usb usb4: SerialNumber: 0000:00:1a.1
[ 1.682981] hub 4-0:1.0: USB hub found
[ 1.683458] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.683460] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.683462] usb usb5: Product: UHCI Host Controller
[ 1.683464] usb usb5: Manufacturer: Linux 4.15.0-38-generic uhci_hcd
[ 1.683466] usb usb5: SerialNumber: 0000:00:1d.0
[ 1.683608] hub 5-0:1.0: USB hub found
[ 1.684106] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.684109] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.684111] usb usb6: Product: UHCI Host Controller
[ 1.684113] usb usb6: Manufacturer: Linux 4.15.0-38-generic uhci_hcd
[ 1.684115] usb usb6: SerialNumber: 0000:00:1d.1
[ 1.684256] hub 6-0:1.0: USB hub found
[ 1.684738] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.684741] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.684743] usb usb7: Product: UHCI Host Controller
[ 1.684745] usb usb7: Manufacturer: Linux 4.15.0-38-generic uhci_hcd
[ 1.684747] usb usb7: SerialNumber: 0000:00:1d.2
[ 1.684888] hub 7-0:1.0: USB hub found
[ 1.760310] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 1.761116] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.893222] isapnp: No Plug & Play device found
[ 1.996357] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.036050] usb 2-6: new high-speed USB device number 2 using ehci-pci
[ 2.197159] usb 2-6: New USB device found, idVendor=05a9, idProduct=2640
[ 2.197163] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.197166] usb 2-6: Product: Laptop Integrated Webcam
[ 2.197168] usb 2-6: Manufacturer: OmniVision Technologies, Inc. -2640-07.07.20.3
[ 2.348605] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[ 2.443976] sdhci-pci 0000:03:01.1: SDHCI controller found [1180:0822] (rev 22)
[ 2.710322] fb: switching to inteldrmfb from VESA VGA
[ 2.710354] Console: switching to colour dummy device 80x25
[ 3.005458] [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.
[ 13.384145] Workqueue: events_unbound async_run_entry_fn
[ 13.384166] EAX: 0000001f EBX: f404c000 ECX: 000002fd EDX: 00000000
[ 13.384424] ? __switch_to_asm+0x27/0x4c
[ 13.384427] ? __switch_to_asm+0x33/0x4c
[ 13.384430] ? __switch_to_asm+0x33/0x4c
[ 13.384433] ? __switch_to_asm+0x27/0x4c
[ 13.384436] ? __switch_to_asm+0x33/0x4c
[ 13.384439] ? __switch_to_asm+0x27/0x4c
[ 33.769240] Console: switching to colour frame buffer device 160x50
[ 47.811769] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 49.627594] lp: driver loaded but no devices found
[ 69.291372] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 69.313758] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 69.576252] uvcvideo: Found UVC 1.00 device Laptop Integrated Webcam (05a9:2640)
[ 69.580524] input: Laptop Integrated Webcam: Lapto as /devices/pci0000:00/0000:00:1d.7/usb2/2-6/2-6:1.0/input/input9
[ 69.580629] usbcore: registered new interface driver uvcvideo
[ 69.731106] wl: loading out-of-tree module taints kernel.
[ 69.731113] wl: module license 'MIXED/Proprietary' taints kernel.
[ 69.768398] wl: module verification failed: signature and/or required key missing - tainting kernel
[ 69.827169] wl driver 6.30.223.271 (r587334) failed with code 21
[ 69.827172] ERROR @wl_cfg80211_detach :
[ 69.827173] NULL ndev->ieee80211ptr, unable to deref wl
[ 70.154819] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 70.154912] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 70.520148] ssb: Found chip with id 0x4311, rev 0x01 and package 0x00
[ 70.520162] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
[ 70.520171] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
[ 70.520180] ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
[ 70.520188] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
[ 70.604324] ssb: Sonics Silicon Backplane found on PCI device 0000:0c:00.0
[ 70.744121] ssb: Found chip with id 0x4401, rev 0x02 and package 0x00
[ 70.744130] ssb: Core 0 found: Fast Ethernet (cc 0x806, rev 0x07, vendor 0x4243)
[ 70.744137] ssb: Core 1 found: V90 (cc 0x807, rev 0x03, vendor 0x4243)
[ 70.744144] ssb: Core 2 found: PCI (cc 0x804, rev 0x0A, vendor 0x4243)
[ 70.800150] ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
[ 70.802005] b44: Broadcom 44xx/47xx 10/100 PCI ethernet driver version 2.0
[ 70.829165] b44 ssb1:0 eth0: Broadcom 44xx/47xx 10/100 PCI ethernet driver 00:1c:23:ad:9c:00
[ 70.838704] b44 ssb1:0 eth1: renamed from eth0
[ 78.149854] Modules linked in: ssb_hcd b44 ssb gpio_ich mii snd_hda_codec_hdmi dell_laptop snd_hda_codec_idt snd_hda_codec_generic snd_hda_intel dell_smbios_smm snd_hda_codec dcdbas dell_smm_hwmon snd_hda_core snd_hwdep coretemp wl(POE) snd_pcm uvcvideo snd_seq_midi snd_seq_midi_event dell_wmi joydev input_leds videobuf2_vmalloc dell_smbios_wmi videobuf2_memops snd_rawmidi serio_raw dell_smbios r852 videobuf2_v4l2 sm_common wmi_bmof sparse_keymap dell_wmi_descriptor videobuf2_core snd_seq nand nand_ecc videodev snd_seq_device cfg80211 nand_bch media snd_timer bch r592 memstick snd mtd lpc_ich soundcore shpchp mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops firewire_ohci ahci psmouse firewire_core
[ 78.149940] EAX: 0000001f EBX: f404c000 ECX: f4fcb630 EDX: 00000007
[ 78.150227] ? __switch_to_asm+0x33/0x4c
[ 78.150269] EAX: ffffffda EBX: 00000009 ECX: c05064a7 EDX: bf901708
[ 107.461215] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 107.465605] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 121.928141] Modules linked in: ssb_hcd b44 ssb gpio_ich mii snd_hda_codec_hdmi dell_laptop snd_hda_codec_idt snd_hda_codec_generic snd_hda_intel dell_smbios_smm snd_hda_codec dcdbas dell_smm_hwmon snd_hda_core snd_hwdep coretemp wl(POE) snd_pcm uvcvideo snd_seq_midi snd_seq_midi_event dell_wmi joydev input_leds videobuf2_vmalloc dell_smbios_wmi videobuf2_memops snd_rawmidi serio_raw dell_smbios r852 videobuf2_v4l2 sm_common wmi_bmof sparse_keymap dell_wmi_descriptor videobuf2_core snd_seq nand nand_ecc videodev snd_seq_device cfg80211 nand_bch media snd_timer bch r592 memstick snd mtd lpc_ich soundcore shpchp mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops firewire_ohci ahci psmouse firewire_core
[ 121.928229] EAX: 0000001f EBX: f404c000 ECX: f4fcb630 EDX: 00000007
[ 121.928553] EAX: ffffffda EBX: 0000000b ECX: c05064a7 EDX: bfaca748
[ 244.294990] Modules linked in: ssb_hcd b44 ssb gpio_ich mii snd_hda_codec_hdmi dell_laptop snd_hda_codec_idt snd_hda_codec_generic snd_hda_intel dell_smbios_smm snd_hda_codec dcdbas dell_smm_hwmon snd_hda_core snd_hwdep coretemp wl(POE) snd_pcm uvcvideo snd_seq_midi snd_seq_midi_event dell_wmi joydev input_leds videobuf2_vmalloc dell_smbios_wmi videobuf2_memops snd_rawmidi serio_raw dell_smbios r852 videobuf2_v4l2 sm_common wmi_bmof sparse_keymap dell_wmi_descriptor videobuf2_core snd_seq nand nand_ecc videodev snd_seq_device cfg80211 nand_bch media snd_timer bch r592 memstick snd mtd lpc_ich soundcore shpchp mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops firewire_ohci ahci psmouse firewire_core
[ 244.295077] EAX: 0000001f EBX: f404c000 ECX: f4fcb630 EDX: 00000007
[ 244.295407] EAX: ffffffda EBX: 0000000c ECX: c05064a7 EDX: bfe2d048
[ 275.016141] Modules linked in: ssb_hcd b44 ssb gpio_ich mii snd_hda_codec_hdmi dell_laptop snd_hda_codec_idt snd_hda_codec_generic snd_hda_intel dell_smbios_smm snd_hda_codec dcdbas dell_smm_hwmon snd_hda_core snd_hwdep coretemp wl(POE) snd_pcm uvcvideo snd_seq_midi snd_seq_midi_event dell_wmi joydev input_leds videobuf2_vmalloc dell_smbios_wmi videobuf2_memops snd_rawmidi serio_raw dell_smbios r852 videobuf2_v4l2 sm_common wmi_bmof sparse_keymap dell_wmi_descriptor videobuf2_core snd_seq nand nand_ecc videodev snd_seq_device cfg80211 nand_bch media snd_timer bch r592 memstick snd mtd lpc_ich soundcore shpchp mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops firewire_ohci ahci psmouse firewire_core
[ 275.016229] EAX: 0000001f EBX: f404c000 ECX: f4fcb630 EDX: 00000007
[ 275.016562] EAX: ffffffda EBX: 0000000c ECX: c05064a7 EDX: bfe2ce98
[ 311.108834] Modules linked in: ssb_hcd b44 ssb gpio_ich mii snd_hda_codec_hdmi dell_laptop snd_hda_codec_idt snd_hda_codec_generic snd_hda_intel dell_smbios_smm snd_hda_codec dcdbas dell_smm_hwmon snd_hda_core snd_hwdep coretemp wl(POE) snd_pcm uvcvideo snd_seq_midi snd_seq_midi_event dell_wmi joydev input_leds videobuf2_vmalloc dell_smbios_wmi videobuf2_memops snd_rawmidi serio_raw dell_smbios r852 videobuf2_v4l2 sm_common wmi_bmof sparse_keymap dell_wmi_descriptor videobuf2_core snd_seq nand nand_ecc videodev snd_seq_device cfg80211 nand_bch media snd_timer bch r592 memstick snd mtd lpc_ich soundcore shpchp mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops firewire_ohci ahci psmouse firewire_core
[ 311.108922] EAX: 0000001f EBX: f404c000 ECX: f4fcb630 EDX: 00000007
[ 311.109236] EAX: ffffffda EBX: 0000000c ECX: c05064a7 EDX: bfe2cf38
[ 341.832140] Modules linked in: ssb_hcd b44 ssb gpio_ich mii snd_hda_codec_hdmi dell_laptop snd_hda_codec_idt snd_hda_codec_generic snd_hda_intel dell_smbios_smm snd_hda_codec dcdbas dell_smm_hwmon snd_hda_core snd_hwdep coretemp wl(POE) snd_pcm uvcvideo snd_seq_midi snd_seq_midi_event dell_wmi joydev input_leds videobuf2_vmalloc dell_smbios_wmi videobuf2_memops snd_rawmidi serio_raw dell_smbios r852 videobuf2_v4l2 sm_common wmi_bmof sparse_keymap dell_wmi_descriptor videobuf2_core snd_seq nand nand_ecc videodev snd_seq_device cfg80211 nand_bch media snd_timer bch r592 memstick snd mtd lpc_ich soundcore shpchp mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops firewire_ohci ahci psmouse firewire_core
[ 341.832228] EAX: 0000001f EBX: f404c000 ECX: f4fcb630 EDX: 00000007
[ 341.832542] EAX: ffffffda EBX: 0000000c ECX: c05064a7 EDX: bfe2cf38
[ 751.772042] usb 5-1: new full-speed USB device number 2 using uhci_hcd
[ 751.958076] usb 5-1: New USB device found, idVendor=1ea7, idProduct=0064
[ 751.958081] usb 5-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 751.958083] usb 5-1: Product: 2.4G Mouse
[ 752.103079] usbcore: registered new interface driver usbhid
[ 752.103082] usbhid: USB HID core driver
[ 752.153551] input: 2.4G Mouse as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.0/0003:1EA7:0064.0001/input/input12
[ 752.216428] hid-generic 0003:1EA7:0064.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [2.4G Mouse] on usb-0000:00:1d.0-1/input0
[ 1094.016226] b44 ssb1:0 eth1: Link is up at 100 Mbps, full duplex
[ 1094.016230] b44 ssb1:0 eth1: Flow control is off for TX and off for RX
[ 1094.016351] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 1436.744148] Modules linked in: hid_generic usbhid hid ssb_hcd b44 ssb gpio_ich mii snd_hda_codec_hdmi dell_laptop snd_hda_codec_idt snd_hda_codec_generic snd_hda_intel dell_smbios_smm snd_hda_codec dcdbas dell_smm_hwmon snd_hda_core snd_hwdep coretemp wl(POE) snd_pcm uvcvideo snd_seq_midi snd_seq_midi_event dell_wmi joydev input_leds videobuf2_vmalloc dell_smbios_wmi videobuf2_memops snd_rawmidi serio_raw dell_smbios r852 videobuf2_v4l2 sm_common wmi_bmof sparse_keymap dell_wmi_descriptor videobuf2_core snd_seq nand nand_ecc videodev snd_seq_device cfg80211 nand_bch media snd_timer bch r592 memstick snd mtd lpc_ich soundcore shpchp mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops firewire_ohci
[ 1436.744238] EAX: 0000001f EBX: f404c000 ECX: f4fcb630 EDX: 00000007
[ 1436.744555] EAX: ffffffda EBX: 0000000c ECX: c05064a7 EDX: bfe2cf38
[ 1467.720137] Modules linked in: hid_generic usbhid hid ssb_hcd b44 ssb gpio_ich mii snd_hda_codec_hdmi dell_laptop snd_hda_codec_idt snd_hda_codec_generic snd_hda_intel dell_smbios_smm snd_hda_codec dcdbas dell_smm_hwmon snd_hda_core snd_hwdep coretemp wl(POE) snd_pcm uvcvideo snd_seq_midi snd_seq_midi_event dell_wmi joydev input_leds videobuf2_vmalloc dell_smbios_wmi videobuf2_memops snd_rawmidi serio_raw dell_smbios r852 videobuf2_v4l2 sm_common wmi_bmof sparse_keymap dell_wmi_descriptor videobuf2_core snd_seq nand nand_ecc videodev snd_seq_device cfg80211 nand_bch media snd_timer bch r592 memstick snd mtd lpc_ich soundcore shpchp mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops firewire_ohci
[ 1467.720226] EAX: 0000001f EBX: f404c000 ECX: f4fcb630 EDX: 00000007
[ 1467.720536] EAX: ffffffda EBX: 0000000c ECX: c05064a7 EDX: bfe2cf38
 Release Date: 11/05/2007
  Serial services are supported (int 14h)
 Manufacturer: Dell Inc.
 Product Name: Inspiron 1520
 Serial Number: GRQ6B3J
 Manufacturer: Dell Inc.
 Product Name: 0KY767
 Serial Number: .GRQ6B3J.CN4864379R0406.
 Manufacturer: Dell Inc.
 Serial Number: GRQ6B3J
 Manufacturer: Intel
 Serial Number: Not Specified
 Manufacturer: AD00000000000000
 Serial Number: 4F746100
 Manufacturer: AD00000000000000
 Serial Number: 4F446CF4
 Manufacturer: SMP
 SBDS Serial Number: 0660
 SBDS Manufacture Date: 2007-09-22
eth1 no wireless extensions.

lo no wireless extensions.

/etc/modprobe.d/alsa-base.conf:install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
/etc/modprobe.d/blacklist-ath_pci.conf:# which ath5k cannot recover. To prevent this condition, stop
/etc/modprobe.d/blacklist-ath_pci.conf:blacklist ath_pci
/etc/modprobe.d/blacklist-bcm43.conf:# Warning: This file is autogenerated by bcmwl. All changes to this file will be lost.
/etc/modprobe.d/blacklist-bcm43.conf:blacklist b43
/etc/modprobe.d/blacklist-bcm43.conf:blacklist b43legacy
/etc/modprobe.d/blacklist-bcm43.conf:blacklist bcm43xx
/etc/modprobe.d/blacklist-bcm43.conf:blacklist brcm80211
/etc/modprobe.d/blacklist-bcm43.conf:blacklist brcmfmac
/etc/modprobe.d/blacklist-bcm43.conf:blacklist brcmsmac
/etc/modprobe.d/blacklist-bcm43.conf:blacklist bcma
/etc/modprobe.d/blacklist-bcm43.conf:install wl modprobe -r b43 b44 b43legacy ssb; modprobe --ignore-install wl ; modprobe --ignore-install b44
/etc/modprobe.d/blacklist.conf:blacklist eth1394
/etc/modprobe.d/blacklist.conf:# replaced by p54pci
/etc/modprobe.d/blacklist.conf:blacklist prism54
/etc/modprobe.d/blacklist.conf:# replaced by b43 and ssb.
/etc/modprobe.d/blacklist.conf:blacklist bcm43xx
/etc/modprobe.d/blacklist-oss.conf:blacklist uart6850
/etc/modprobe.d/blacklist-watchdog.conf:blacklist twl4030_wdt
/etc/modprobe.d/iwlwifi.conf:# /etc/modprobe.d/iwlwifi.conf
/etc/modprobe.d/iwlwifi.conf:# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
/etc/modprobe.d/iwlwifi.conf:# microcode file installed on the system. When removing iwlwifi, first
/etc/modprobe.d/iwlwifi.conf:# remove the iwl?vm module and then iwlwifi.
/etc/modprobe.d/iwlwifi.conf:remove iwlwifi \
/etc/modprobe.d/iwlwifi.conf:(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
/etc/modprobe.d/iwlwifi.conf:&& /sbin/modprobe -r mac80211
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
22: PCI 300.0: 0200 Ethernet controller
  [Created at pci.378]
  Unique ID: JNkJ.DyZpBwGvIn5
  Parent ID: 6NW+.5nvCr7YV8cA
  SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:03:00.0
  SysFS BusID: 0000:03:00.0
  Hardware Class: network
  Model: "Broadcom BCM4401-B0 100Base-TX"
  Vendor: pci 0x14e4 "Broadcom"
  Device: pci 0x170c "BCM4401-B0 100Base-TX"
  SubVendor: pci 0x1028 "Dell"
  SubDevice: pci 0x01f1
  Revision: 0x02
  Driver: "b44"
  Driver Modules: "b44", "ssb"
  Device File: eth1
  Memory Range: 0xfe5fe000-0xfe5fffff (rw,non-prefetchable)
  IRQ: 17 (11715 events)
  HW Address: 00:1c:23:ad:9c:00
  Permanent HW Address: 00:1c:23:ad:9c:00
  Link detected: yes
  Module Alias: "pci:v000014E4d0000170Csv00001028sd000001F1bc02sc00i00"
  Driver Info #0:
    Driver Status: b44 is active
    Driver Activation Cmd: "modprobe b44"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #8 (PCI bridge)

31: PCI c00.0: 0280 Network controller
  [Created at pci.378]
  Unique ID: zb5c.AUabv0M9SM3
  Parent ID: qTvu.HImHAakZdI6
  SysFS ID: /devices/pci0000:00/0000:00:1c.1/0000:0c:00.0
  SysFS BusID: 0000:0c:00.0
  Hardware Class: network
  Model: "Dell Wireless 1390 WLAN Mini-Card"
  Vendor: pci 0x14e4 "Broadcom"
  Device: pci 0x4311 "BCM4311 802.11b/g WLAN"
  SubVendor: pci 0x1028 "Dell"
  SubDevice: pci 0x0007 "Wireless 1390 WLAN Mini-Card"
  Revision: 0x01
  Driver: "b43-pci-bridge"
  Driver Modules: "ssb"
  Memory Range: 0xfe8fc000-0xfe8fffff (rw,non-prefetchable)
  IRQ: 17 (11715 events)
  Module Alias: "pci:v000014E4d00004311sv00001028sd00000007bc02sc80i00"
  Driver Info #0:
    Driver Status: ssb is active
    Driver Activation Cmd: "modprobe ssb"
  Driver Info #1:
    Driver Status: wl is active
    Driver Activation Cmd: "modprobe wl"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #11 (PCI bridge)
root 669 0.0 0.3 33092 13856 ? Ssl 19:00 0:00 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers
root 718 0.0 0.3 75336 14868 ? Ssl 19:00 0:00 /usr/sbin/NetworkManager --no-daemon
root 719 0.0 0.0 11400 3164 ? Ss 19:00 0:00 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
root 2556 0.0 0.1 9284 5408 ? S 19:16 0:00 /sbin/dhclient -d -q -sf /usr/lib/NetworkManager/nm-dhcp-helper -pf /run/dhclient-eth1.pid -lf /var/lib/NetworkManager/dhclient-ac096d7a-dce4-353c-afc0-226346fe760e-eth1.lease -cf /var/lib/NetworkManager/dhclient-eth1.conf eth1
marc 3931 0.0 0.0 5304 880 pts/0 S+ 19:34 0:00 grep -E wpa|icd|etwork
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
# 127.0.0.53 is the systemd-resolved stub resolver.
# run "systemd-resolve --status" to see details about the actual nameservers.

nameserver 127.0.0.53
search home
total 206436
1310721 drwxr-xr-x 3 root root 16384 Nov 2 08:22 .
      2 drwxr-xr-x 23 root root 4096 Oct 25 07:08 ..
1342717 -rw-r--r-- 1 root root 1170475 Jul 18 2016 abi-3.13.0-93-generic
1322169 -rw-r--r-- 1 root root 862320 Jul 4 2014 abi-3.5.0-52-generic
1318658 -rw-r--r-- 1 root root 1525586 Sep 24 15:08 abi-4.15.0-36-generic
1310759 -rw-r--r-- 1 root root 1525762 Oct 10 10:20 abi-4.15.0-38-generic
1342719 -rw-r--r-- 1 root root 170036 Jul 18 2016 config-3.13.0-93-generic
1322171 -rw-r--r-- 1 root root 154724 Jul 4 2014 config-3.5.0-52-generic
1318659 -rw-r--r-- 1 root root 218552 Sep 24 15:08 config-4.15.0-36-generic
1310761 -rw-r--r-- 1 root root 218581 Oct 10 10:20 config-4.15.0-38-generic
1310722 drwxr-xr-x 5 root root 12288 Oct 28 07:48 grub
1310760 -rw-r--r-- 1 root root 35503311 Oct 9 23:10 initrd.img-3.13.0-93-generic
1310723 -rw-r--r-- 1 root root 27886172 Oct 9 23:10 initrd.img-3.5.0-52-generic
1319569 -rw-r--r-- 1 root root 51928352 Oct 9 23:17 initrd.img-4.15.0-36-generic
1310753 -rw-r--r-- 1 root root 51940037 Nov 2 08:22 initrd.img-4.15.0-38-generic
1343607 -rw-r--r-- 1 root root 182704 Jan 28 2016 memtest86+.bin
1343608 -rw-r--r-- 1 root root 184380 Jan 28 2016 memtest86+.elf
1343606 -rw-r--r-- 1 root root 184840 Jan 28 2016 memtest86+_multiboot.bin
1318660 -rw-r--r-- 1 root root 583 Sep 24 15:08 retpoline-4.15.0-36-generic
1310762 -rw-r--r-- 1 root root 583 Oct 10 10:20 retpoline-4.15.0-38-generic
1342716 -rw------- 1 root root 2702749 Jul 18 2016 System.map-3.13.0-93-generic
1322166 -rw------- 1 root root 2423270 Jul 4 2014 System.map-3.5.0-52-generic
1318657 -rw------- 1 root root 3162407 Sep 24 15:08 System.map-4.15.0-36-generic
1310758 -rw------- 1 root root 3162883 Oct 10 10:20 System.map-4.15.0-38-generic
1342718 -rw------- 1 root root 5855520 Jul 18 2016 vmlinuz-3.13.0-93-generic
1322170 -rw------- 1 root root 5240880 Jul 4 2014 vmlinuz-3.5.0-52-generic
1318661 -rw------- 1 root root 7545648 Sep 24 15:08 vmlinuz-4.15.0-36-generic
1310763 -rw------- 1 root root 7547984 Oct 10 10:20 vmlinuz-4.15.0-38-generic
Support status summary of 'sartre':

You have 235 packages (10.4%) supported until April 2021 (Community - 3y)
You have 1830 packages (81.3%) supported until April 2023 (Canonical - 5y)
You have 2 packages (0.1%) supported until April 2021 (Canonical - 3y)
You have 2 packages (0.1%) supported until January 2019 (Community - 9m)

You have 6 packages (0.3%) that can not/no-longer be downloaded
You have 175 packages (7.8%) that are unsupported

Run with --show-unsupported, --show-supported or --show-all to see more details
Downloaded daily snapshot dated 2018-11-11 03:15:01
--2018-11-11 19:34:38-- http://www.linux-usb.org/usb.ids
Resolving www.linux-usb.org (www.linux-usb.org)... 216.105.38.10
Connecting to www.linux-usb.org (www.linux-usb.org)|216.105.38.10|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 597982 (584K) [text/plain]
Saving to: ‘/var/lib/usbutils/usb.ids.new’

/var/lib/usbutils/u 100%[===================>] 583.97K 725KB/s in 0.8s

2018-11-11 19:34:39 (725 KB/s) - ‘/var/lib/usbutils/usb.ids.new’ saved [597982/597982]

Done.
Module Size Used by
hid_generic 16384 0
usbhid 49152 0
hid 98304 2 hid_generic,usbhid
ssb_hcd 16384 0
b44 36864 0
ssb 57344 2 ssb_hcd,b44
gpio_ich 16384 0
mii 16384 1 b44
snd_hda_codec_hdmi 45056 1
dell_laptop 20480 0
snd_hda_codec_idt 53248 1
snd_hda_codec_generic 69632 1 snd_hda_codec_idt
snd_hda_intel 36864 6
dell_smbios_smm 16384 0
snd_hda_codec 106496 4 snd_hda_intel,snd_hda_codec_idt,snd_hda_codec_hdmi,snd_hda_codec_generic
dcdbas 16384 1 dell_smbios_smm
dell_smm_hwmon 16384 0
snd_hda_core 65536 5 snd_hda_intel,snd_hda_codec,snd_hda_codec_idt,snd_hda_codec_hdmi,snd_hda_codec_generic
snd_hwdep 16384 1 snd_hda_codec
coretemp 16384 0
wl 6213632 0
snd_pcm 86016 4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
uvcvideo 81920 0
snd_seq_midi 16384 0
snd_seq_midi_event 16384 1 snd_seq_midi
dell_wmi 16384 0
joydev 20480 0
input_leds 16384 0
videobuf2_vmalloc 16384 1 uvcvideo
dell_smbios_wmi 16384 0
videobuf2_memops 16384 1 videobuf2_vmalloc
snd_rawmidi 28672 1 snd_seq_midi
serio_raw 16384 0
dell_smbios 16384 4 dell_wmi,dell_laptop,dell_smbios_wmi,dell_smbios_smm
r852 20480 0
videobuf2_v4l2 20480 1 uvcvideo
sm_common 16384 1 r852
wmi_bmof 16384 0
sparse_keymap 16384 1 dell_wmi
dell_wmi_descriptor 16384 2 dell_wmi,dell_smbios_wmi
videobuf2_core 36864 2 uvcvideo,videobuf2_v4l2
snd_seq 57344 2 snd_seq_midi_event,snd_seq_midi
nand 77824 2 r852,sm_common
nand_ecc 16384 1 nand
videodev 155648 3 uvcvideo,videobuf2_core,videobuf2_v4l2
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
cfg80211 532480 1 wl
nand_bch 16384 1 nand
media 32768 2 uvcvideo,videodev
snd_timer 28672 2 snd_seq,snd_pcm
bch 20480 1 nand_bch
r592 20480 0
memstick 16384 1 r592
snd 69632 23 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
mtd 61440 3 nand_bch,sm_common,nand
lpc_ich 24576 0
soundcore 16384 1 snd
shpchp 32768 0
mac_hid 16384 0
sch_fq_codel 20480 2
parport_pc 32768 0
ppdev 20480 0
lp 20480 0
parport 45056 3 lp,parport_pc,ppdev
ip_tables 20480 0
x_tables 28672 1 ip_tables
autofs4 40960 2
i915 1282048 26
i2c_algo_bit 16384 1 i915
drm_kms_helper 151552 1 i915
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
firewire_ohci 36864 0
ahci 36864 2
psmouse 131072 0
firewire_core 57344 1 firewire_ohci
drm 339968 16 i915,drm_kms_helper
sdhci_pci 28672 0
libahci 32768 1 ahci
sdhci 45056 1 sdhci_pci
crc_itu_t 16384 1 firewire_core
pata_acpi 16384 0
wmi 20480 4 dell_wmi,wmi_bmof,dell_wmi_descriptor,dell_smbios_wmi
video 40960 3 dell_wmi,dell_laptop,i915
~>

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
Marc Girod
Solved:
Last query:
Last reply:
Revision history for this message
Marc Girod (marc-girod) said :
#1

Found info about my hardware: b43.