Skip to main content
deleted 21 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 238

here is modprobe debug output, not sure if it helps:

here is modprobe debug output, not sure if it helps

here is modprobe debug output:

added 280 characters in body
Source Link
Salgar
  • 121
  • 4

paul@void:~$ cat /etc/modprobe.d/broadcom-sta-dkms.conf 
# wl module from Broadcom conflicts with the following modules:
blacklist b44
blacklist b43legacy
blacklist b43
blacklist brcm80211
blacklist brcmsmac
blacklist ssb

paul@void:~$ cat /etc/modprobe.d/broadcom-sta-dkms.conf 
# wl module from Broadcom conflicts with the following modules:
blacklist b44
blacklist b43legacy
blacklist b43
blacklist brcm80211
blacklist brcmsmac
blacklist ssb
added 1717 characters in body
Source Link
Salgar
  • 121
  • 4
root@void:~# lsmod | grep -i wl
wl                   2552134  0 
iwlwifi               166761  0 
mac80211              192806  1 iwlwifi
lib80211               12941  1 wl
cfg80211              137243  3 mac80211,iwlwifi,wl 


oot@void:~# dmesg | grep -i net
[    0.003674] Initializing cgroup subsys net_cls
[    0.921992] NET: Registered protocol family 16
[    1.075822] NET: Registered protocol family 2
[    1.078897] NET: Registered protocol family 1
[    1.237519] audit: initializing netlink socket (disabled)
[    1.407312] NET: Registered protocol family 10
[    1.407547] NET: Registered protocol family 17
[    1.408255] Initializing network drop monitor service
[    1.426190] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    1.608316] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    3.220683] NET: Registered protocol family 31
[   10.365781] ip_tables: (C) 2000-2006 Netfilter Core Team
[   10.390360] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   10.541140] FS-Cache: Netfs 'nfs' registered for caching
[   11.474762] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   13.015205] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

root@void:~# dmesg | grep -i wl
[    9.846040] wl: module license 'MIXED/Proprietary' taints kernel.

root@void:~# dmesg | grep cfg80211
[    9.835597] cfg80211: Calling CRDA to update world regulatory domain

root@void:~# dmesg | grep -i addr
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[   11.474762] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   13.015205] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
root@void:~# lsmod | grep -i wl
wl                   2552134  0 
iwlwifi               166761  0 
mac80211              192806  1 iwlwifi
lib80211               12941  1 wl
cfg80211              137243  3 mac80211,iwlwifi,wl
root@void:~# lsmod | grep -i wl
wl                   2552134  0 
iwlwifi               166761  0 
mac80211              192806  1 iwlwifi
lib80211               12941  1 wl
cfg80211              137243  3 mac80211,iwlwifi,wl 


oot@void:~# dmesg | grep -i net
[    0.003674] Initializing cgroup subsys net_cls
[    0.921992] NET: Registered protocol family 16
[    1.075822] NET: Registered protocol family 2
[    1.078897] NET: Registered protocol family 1
[    1.237519] audit: initializing netlink socket (disabled)
[    1.407312] NET: Registered protocol family 10
[    1.407547] NET: Registered protocol family 17
[    1.408255] Initializing network drop monitor service
[    1.426190] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    1.608316] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    3.220683] NET: Registered protocol family 31
[   10.365781] ip_tables: (C) 2000-2006 Netfilter Core Team
[   10.390360] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   10.541140] FS-Cache: Netfs 'nfs' registered for caching
[   11.474762] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   13.015205] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

root@void:~# dmesg | grep -i wl
[    9.846040] wl: module license 'MIXED/Proprietary' taints kernel.

root@void:~# dmesg | grep cfg80211
[    9.835597] cfg80211: Calling CRDA to update world regulatory domain

root@void:~# dmesg | grep -i addr
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[   11.474762] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   13.015205] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
added 188 characters in body
Source Link
Salgar
  • 121
  • 4
Loading
Source Link
Salgar
  • 121
  • 4
Loading