Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Broadcom BCM43142 wireless on slackware 14.1

307 views
Skip to first unread message

JordanM

unread,
Nov 18, 2013, 10:17:06 AM11/18/13
to
Anyone had any luck with the Broadcom Corporation BCM43142 802.llb/g/n wireless network controller on Slackware 14.1?

http://www.broadcom.com/support/802.11/linux_sta.php doesn't yet list BCM43142.

Is there a kernel module I need to compile/load?

cheers,
Jordan

JordanM

unread,
Nov 19, 2013, 9:21:41 AM11/19/13
to
I've tried compiling the source code from here: http://jas.gemnetworks.com/debian/pool/main/w/wireless-bcm43142/

but it fails with the following error:

CC [M] /home/jordan/src/wireless-bcm43142/amd64/src/wl/sys/wl_linux.o
/home/jordan/src/wireless-bcm43142/amd64/src/wl/sys/wl_linux.c:50:24: fatal error: asm/system.h: No such file or directory
#include <asm/system.h>

The following message suggests that asm/system.h has been removed from the kernel at some point. Long shot but anyone know what should be included instead?

http://lkml.indiana.edu/hypermail/linux/kernel/1203.0/03030.html

many thanks,
Jordan



Richard Herbert

unread,
Nov 26, 2013, 8:06:44 PM11/26/13
to
On Tue, 19 Nov 2013 06:21:41 -0800, JordanM wrote:

> /home/jordan/src/wireless-bcm43142/amd64/src/wl/sys/wl_linux.c:50:24:
> fatal error: asm/system.h: No such file or directory
> #include <asm/system.h>

Try removing the #include from /home/jordan/src/wireless-bcm43142/amd64/
src/wl/sys/wl_linux.c. It seems to be deprecated since kernel 3.4.

Richard Herbert

JordanM

unread,
Dec 3, 2013, 8:16:02 AM12/3/13
to
>
>
> Try removing the #include from /home/jordan/src/wireless-bcm43142/amd64/
>
> src/wl/sys/wl_linux.c. It seems to be deprecated since kernel 3.4.
>
>
>
> Richard Herbert

I did actually get this working by applying some patches to the slackbuild for Slackware 14.

Since then a slackbuild for 14.1 has been provided: http://slackbuilds.org/repository/14.1/network/broadcom-sta/

0 new messages