How to install BCM43227 drivers in opensuse 12.3 KDE upgraded with 3.7.10 stable kernel manually

Hi Team,

Could anyone give me instructions on how to install the BCM43227 drivers in opensuse 12.3 KDE whose kernel is upgraded to 3.7.10 stable downloaded from kernel.org

I’ve tried the options mentioned from 802.11 Linux STA driver | Broadcom link on readme.txt
Facing below issue,
anuragsatish@linux-3oz9:~/hybrid-portsrc_x86_64-v5_100_82_112> ls
built-in.o lib Makefile src
anuragsatish@linux-3oz9:~/hybrid-portsrc_x86_64-v5_100_82_112> make clean
KBUILD_NOPEDANTIC=1 make -C /lib/modules/uname -r/build M=pwd clean
make[1]: Entering directory /home/anuragsatish/linux-3.10.1' Wireless Extension is the only possible API for this kernel version Using Wireless Extension API CLEAN /home/anuragsatish/hybrid-portsrc_x86_64-v5_100_82_112/.tmp_versions make[1]: Leaving directory /home/anuragsatish/linux-3.10.1’
anuragsatish@linux-3oz9:~/hybrid-portsrc_x86_64-v5_100_82_112> make
KBUILD_NOPEDANTIC=1 make -C /lib/modules/uname -r/build M=pwd
make[1]: Entering directory /home/anuragsatish/linux-3.10.1' Wireless Extension is the only possible API for this kernel version Using Wireless Extension API LD /home/anuragsatish/hybrid-portsrc_x86_64-v5_100_82_112/built-in.o CC [M] /home/anuragsatish/hybrid-portsrc_x86_64-v5_100_82_112/src/shared/linux_osl.o CC [M] /home/anuragsatish/hybrid-portsrc_x86_64-v5_100_82_112/src/wl/sys/wl_linux.o /home/anuragsatish/hybrid-portsrc_x86_64-v5_100_82_112/src/wl/sys/wl_linux.c:43:24: fatal error: asm/system.h: No such file or directory compilation terminated. make[2]: *** [/home/anuragsatish/hybrid-portsrc_x86_64-v5_100_82_112/src/wl/sys/wl_linux.o] Error 1 make[1]: *** [_module_/home/anuragsatish/hybrid-portsrc_x86_64-v5_100_82_112] Error 2 make[1]: Leaving directory /home/anuragsatish/linux-3.10.1’
make: *** [all] Error 2
anuragsatish@linux-3oz9:~/hybrid-portsrc_x86_64-v5_100_82_112>

First,
I’d recommend removing what you did as much as you can.

Then,
On the chance someone has pre-built a working driver for your system, add the following wireless driver repositories

zypper ar http://download.opensuse.org/repositories/driver:/wireless/openSUSE_12.3/ openSUSE-12.3-Wireless

zypper ar http://download.opensuse.org/repositories/driver:/wireless/12.3-update/ openSUSE-12.3-Wireless-Update

If no driver is installed automatically

You might have a look at these two articles…
Note the need to run rfkill to verify and perhaps set the status of your Bluetooth radio
https://forums.opensuse.org/english/get-technical-help-here/wireless/479578-acer-laptop-bcm43227-wireless-problem.html
PABX Support: Broadcom wireless drivers for openSUSE 12.2

HTH,
TSU

Hi Team,

Could anyone please help me to solve this issue.

Regards,
Anurag

On Tue 30 Jul 2013 05:56:02 PM CDT, anuragsatish wrote:

Hi Team,

Could anyone please help me to solve this issue.

Regards,
Anurag

Hi
Just grab the broadcom-wl src rpm from the packman repository and
rebuild that (AS you user!) open a terminal;


cd
mkdir broadcom
cd broadcom
wget http://packman.links2linux.org/downloadsource/408857/broadcom-wl-5.100.82.112-11.38.src.rpm
rpmbuild --rebuild broadcom-wl-5.100.82.112-11.38.src.rpm

Install the rpm for your arch and the kmp for your kernel AS root
user and reboot.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 12.3 (x86_64) Kernel 3.7.10-1.16-desktop
up 1 day 16:19, 3 users, load average: 0.29, 0.26, 0.16
CPU AMD E2-1800@1.70GHz | GPU Radeon HD 7340

Hi Team,

I’ve tried the steps mentioned in below thread link and resolved the issue,

https://forums.opensuse.org/blogs/caf4926/install-broadcom-drivers-packman-90/

https://forums.opensuse.org/english/get-technical-help-here/wireless/481638-brodcom-wirrless-problem-acer-aspire-5750g.html

thanks everyone for the support.

Regards,
Anurag

Sorry wrongly updated the above mentioned reply.