<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Konfigurasi_Broadcom_WiFi_di_Ubuntu</id>
	<title>Konfigurasi Broadcom WiFi di Ubuntu - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Konfigurasi_Broadcom_WiFi_di_Ubuntu"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Konfigurasi_Broadcom_WiFi_di_Ubuntu&amp;action=history"/>
	<updated>2026-04-19T16:23:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=Konfigurasi_Broadcom_WiFi_di_Ubuntu&amp;diff=20436&amp;oldid=prev</id>
		<title>Onnowpurbo: New page: Problem using Broadcom Wireless in Ubuntu 9.10/10.04 because it is not supported by b43 driver ?  Assuming you have tried all normal installation procedures like using the Hardware Drivers...</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Konfigurasi_Broadcom_WiFi_di_Ubuntu&amp;diff=20436&amp;oldid=prev"/>
		<updated>2010-06-30T23:23:43Z</updated>

		<summary type="html">&lt;p&gt;New page: Problem using Broadcom Wireless in Ubuntu 9.10/10.04 because it is not supported by b43 driver ?  Assuming you have tried all normal installation procedures like using the Hardware Drivers...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Problem using Broadcom Wireless in Ubuntu 9.10/10.04 because it is not supported by b43 driver ?&lt;br /&gt;
&lt;br /&gt;
Assuming you have tried all normal installation procedures like using the Hardware Drivers tool and you still do not have a working WiFi setup this is what you must do:&lt;br /&gt;
&lt;br /&gt;
1. Download the Broadcom drivers: http://www.broadcom.com/support/802.11/linux_sta.php&lt;br /&gt;
2. Unpack and modify the ‘src/wl/sys/wl_linux.c‘:&lt;br /&gt;
Line 35 (after #include &amp;lt;linux/etherdevice.h&amp;gt;) add:&lt;br /&gt;
&lt;br /&gt;
    #include &amp;lt; linux/sched.h &amp;gt;&lt;br /&gt;
&lt;br /&gt;
3. Compile the code with: make&lt;br /&gt;
4. Copy the new driver: sudo mv wl.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless&lt;br /&gt;
5. Update dependencies: sudo depmod -a&lt;br /&gt;
6. Modify the blacklist to include the ‘b43′ and ’ssb’ drivers /etc/modprobe.d/blacklist.conf (Add below the bcm43xx blacklist)&lt;br /&gt;
&lt;br /&gt;
The part above you probably have seen a few times while googling for the answer. But there is a small problem, as you would have noticed, the ‘ssb‘ driver cannot be blacklisted. It is included in the initrd as I remember from the ubuntuforums. To solve this issue modify the /etc/rc.local to include before the exit(0):&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
&lt;br /&gt;
rmmod ssb&lt;br /&gt;
modprobe wl&lt;br /&gt;
&lt;br /&gt;
Now on startup the ssb gets removed and after that the new wl gets inserted. Adding wl to the /etc/modules will not help because the removing needs to be done first.&lt;br /&gt;
So with the /etc/rc.local modification everything happens in the correct order for perfect WiFi.&lt;br /&gt;
&lt;br /&gt;
This was tested multiple times on a MacBook Pro with the Broadcom 4328 chipset and should work for all chipsets not supported by the b43 drivers.&lt;br /&gt;
&lt;br /&gt;
Update:&lt;br /&gt;
Not all systems include the &amp;#039;linux/sched.h&amp;#039; file. Install the &amp;#039;linux-headers-generic&amp;#039; package if you get errors. The generic package is a meta package that should install the propper package for your kernel. If it isn&amp;#039;t working install with&lt;br /&gt;
Code:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install linux-headers-$(uname -r)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* http://ubuntuforums.org/showthread.php?t=1390979&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Pranala Menarik==&lt;br /&gt;
&lt;br /&gt;
* [[Linux Howto]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Linux]]&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>