You are not logged in.

#1 2014-05-23 18:49:56

DanialV
Member
Registered: 2014-05-23
Posts: 6

modprobe: FATAL: Module wl not found

I am using arch linux and I have Broadcom Corporation BCM43228''' wireless network but recently I upgrade my whole system and my kernel update to 3.14.4-1 after that my wifi network gone and I tired to reinstall my wireless package broadcom-wl-dkms-6.30.223.141-4-x86_64.pkg.tar.xz but it comes with problem   
modprobe: FATAL: Module wl not found   
I don't know what should!!!     
I readed the wiki page about Broadcom wireless network but it did't help me to slove this problem       
This is my output install         
make KERNELRELEASE=3.14.4-1-ARCH -C /usr/lib/modules/3.14.4-1-ARCH/build M=/var/lib/dkms/broadcom-wl/6.30.223.141/build....(bad exit status: 2)
Error! Bad return status for module build on kernel: 3.14.4-1-ARCH (x86_64)   
Consult /var/lib/dkms/broadcom-wl/6.30.223.141/build/make.log for more information.   
modprobe: FATAL: Module wl not found.

Last edited by DanialV (2014-06-19 21:51:44)

Offline

#2 2014-05-23 19:35:03

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,791

Re: modprobe: FATAL: Module wl not found

Welcome to Arch.
I suspect there is a mismatch between the kernel you are running and the kernel (and modules) you have installed.  Let's check.
Compare the versions provided by uname -a and by pacman -Qi linux
Do they match?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2014-05-23 20:19:32

hb6381
Member
Registered: 2014-05-23
Posts: 8

Re: modprobe: FATAL: Module wl not found

I have the same problem,
Here's my output for

uname -a && pacman -Qi linux 

Linux cheetah 3.14.4-1-ARCH #1 SMP PREEMPT Tue May 13 16:41:39 CEST 2014 x86_64 GNU/Linux
Name           : linux
Version        : 3.14.4-1
Description    : The Linux kernel and modules
Architecture   : x86_64
URL            : http://www.kernel.org/
Licenses       : GPL2
Groups         : base
Provides       : kernel26=3.14.4
Depends On     : coreutils  linux-firmware  kmod  mkinitcpio>=0.7
Optional Deps  : crda: to set the correct wireless channels of your country
Required By    : None
Optional For   : None
Conflicts With : kernel26
Replaces       : kernel26
Installed Size : 71943.00 KiB
Packager       : Tobias Powalowski <tpowa@archlinux.org>
Build Date     : Tue May 13 07:46:00 2014
Install Date   : Mon May 19 09:13:48 2014
Install Reason : Explicitly installed
Install Script : Yes
Validated By   : Signature

iwconfig give

iwconfig
eth0      no wireless extensions.

lo        no wireless extensions.

I think the culprit can be found here

lspci -vnn -d 14e4:   
02:00.0 Multimedia controller [0480]: Broadcom Corporation Device [14e4:1570]
	Subsystem: Broadcom Corporation Device [14e4:1570]
	Flags: bus master, fast devsel, latency 0
	Memory at b0900000 (64-bit, non-prefetchable) [size=64K]
	Memory at 90000000 (64-bit, prefetchable) [size=256M]
	Memory at b0800000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: <access denied>

03:00.0 Network controller [0280]: Broadcom Corporation BCM4360 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03)
	Subsystem: Apple Inc. Device [106b:0117] 
	Flags: fast devsel
	Memory at b0600000 (64-bit, non-prefetchable) [disabled] [size=32K]
	Memory at b0400000 (64-bit, non-prefetchable) [disabled] [size=2M]
	Capabilities: <access denied>

The line that says "Capabilities: <access denied>"
but i do not know how to resolve this

Last edited by hb6381 (2014-05-23 20:23:49)

Offline

#4 2014-05-23 20:41:52

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,863
Website

Re: modprobe: FATAL: Module wl not found

You may want to consult /var/lib/dkms/broadcom-wl/6.30.223.141/build/make.log for more information.. post it here if you can't make sense of it.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#5 2014-05-23 21:30:30

DanialV
Member
Registered: 2014-05-23
Posts: 6

Re: modprobe: FATAL: Module wl not found

That is my make.log  /var/lib/dkms/broadcom-wl/6.30.223.141/build/make.log

DKMS make.log for broadcom-wl-6.30.223.141 for kernel 3.14.4-1-ARCH (x86_64)
Fri May 23 23:06:01 IRDT 2014
make: Entering directory '/usr/lib/modules/3.14.4-1-ARCH/build'
CFG80211 API is prefered for this kernel version
Using CFG80211 API
  LD      /var/lib/dkms/broadcom-wl/6.30.223.141/build/built-in.o
  CC [M]  /var/lib/dkms/broadcom-wl/6.30.223.141/build/src/shared/linux_osl.o
  CC [M]  /var/lib/dkms/broadcom-wl/6.30.223.141/build/src/wl/sys/wl_linux.o
/var/lib/dkms/broadcom-wl/6.30.223.141/build/src/wl/sys/wl_linux.c: In function 'wl_dump_ver':
/var/lib/dkms/broadcom-wl/6.30.223.141/build/src/wl/sys/wl_linux.c:2042:3: error: macro "__DATE__" might prev$
   __DATE__, __TIME__, EPI_VERSION_STR);
   ^
/var/lib/dkms/broadcom-wl/6.30.223.141/build/src/wl/sys/wl_linux.c:2042:13: error: macro "__TIME__" might pre$
   __DATE__, __TIME__, EPI_VERSION_STR);
             ^
cc1: some warnings being treated as errors
scripts/Makefile.build:308: recipe for target '/var/lib/dkms/broadcom-wl/6.30.223.141/build/src/wl/sys/wl_lin$
make[1]: *** [/var/lib/dkms/broadcom-wl/6.30.223.141/build/src/wl/sys/wl_linux.o] Error 1
Makefile:1274: recipe for target '_module_/var/lib/dkms/broadcom-wl/6.30.223.141/build' failed
make: *** [_module_/var/lib/dkms/broadcom-wl/6.30.223.141/build] Error 2
make: Leaving directory '/usr/lib/modules/3.14.4-1-ARCH/build'

Offline

#6 2014-05-23 21:59:40

hb6381
Member
Registered: 2014-05-23
Posts: 8

Re: modprobe: FATAL: Module wl not found

According to this
http://wireless.kernel.org/en/users/Drivers/b43

my device is not supported sad
How do I request support?

Offline

#7 2014-05-23 22:12:44

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,863
Website

Re: modprobe: FATAL: Module wl not found

Presumably the b43 driver not supporting your card is why you were using the AUR broadcom-wl-dkms package in the first place?

The problem you're having has been discussed on the broadcom-wl page recently. There is a patch there that apparently works. You could try modifying your package's PKGBUILD to include this patch, or else ask the maintainer to do it for you.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#8 2014-05-23 22:14:02

hb6381
Member
Registered: 2014-05-23
Posts: 8

Re: modprobe: FATAL: Module wl not found

Thanks, i bumped into that, I am now figuring out how to build packages on arch. I am 3 days older to arch. If I get through, I will definitely post my success story back here.

Offline

#9 2014-05-23 22:14:05

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,791

Re: modprobe: FATAL: Module wl not found

hb6381 wrote:

According to this
http://wireless.kernel.org/en/users/Drivers/b43

my device is not supported sad
How do I request support?

That is a different driver that is included in the kernel tree.  Yes, b43 does not support your chip.
This thread, however is about the broadcom-wl driver and you are not the original poster.  Let's constrain ourselves to the broadcom-wl issues.
Thanks.
https://wiki.archlinux.org/index.php/Fo … _Hijacking

Edit:  I'm getting slow -- two posts slipped in ahead of me.

Last edited by ewaller (2014-05-23 22:15:39)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#10 2014-05-24 06:13:58

DanialV
Member
Registered: 2014-05-23
Posts: 6

Re: modprobe: FATAL: Module wl not found

Thanks a lot the patch worked fine now I have my wireless network thank you

Offline

#11 2014-05-28 10:11:59

chaonaut
Member
From: Kyiv, Ukraine
Registered: 2014-02-05
Posts: 382

Re: modprobe: FATAL: Module wl not found

DanialV wrote:

I am using arch linux and I have Broadcom Corporation BCM43228''' wireless network

as for 3.15 kernel, opensource driver for this chip (i have the same) works OK (at last).
so, you probably will not need broadcom-wl anymore.


— love is the law, love under wheel, — said aleister crowley and typed in his terminal:
usermod -a -G wheel love

Offline

#12 2014-06-19 21:51:32

DanialV
Member
Registered: 2014-05-23
Posts: 6

Re: modprobe: FATAL: Module wl not found

I upgrade my kernel to 3.14.6-1 and again my wifi network gone and that patch did't work any more any one can help why whenever I upgrade my system my wifi network disapear!!!!

Offline

#13 2016-01-13 14:20:08

kayzee
Member
Registered: 2016-01-13
Posts: 1

Re: modprobe: FATAL: Module wl not found

WorMzy wrote:

Presumably the b43 driver not supporting your card is why you were using the AUR broadcom-wl-dkms package in the first place?

The problem you're having has been discussed on the broadcom-wl page recently. There is a patch there that apparently works. You could try modifying your package's PKGBUILD to include this patch, or else ask the maintainer to do it for you.


I have a macbook pro and recently installed debian (jesse, dual boot). I have Broadcom BCM4360 802.11 wireless network adaptor.

I have also received the following error:
"modprobe: FATAL: Module wl not found."

I don't understand how to use the patch referenced earlier in this thread - can someone help?

Offline

#14 2016-01-13 14:51:02

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,530
Website

Re: modprobe: FATAL: Module wl not found

Kayzee,

These forums are for arch linux support only, you'll have to ask on the forums for your distro.  It would also seem that your problem is not at all related to this thread which is version mismatches and patching for the newest kernels.

Closed.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

Board footer

Powered by FluxBB