I just got my mini 9 in last night and compiled a new kernel for it(2.6.28-rc8) everything works great except for wireless. The wl driver that it uses by default hasn't been patched for it yet. My question is what would you guys recommend, going with fwcutter for now or ndiswrapper? just wondering which one performs better with these cards.
[SOLVED] mini 9 custom kernel wireless
Archived thread 1012813 from Dell Ubuntu Support (CLOSED). Markdown source: Dell_Ubuntu_Support_(CLOSED)/thread_1012813_[SOLVED]_mini_9_custom_kernel_wireless.md
The wireless should work fine by itself after a full update from the repo's via a wired connection.
I'll give it a try tonight when I get home.
You can download broadcom's wl driver from here: http://www.broadcom.com/support/802.11/linux_sta.php
My understanding is that the fwcutter solution doesn't support the wireless in the mini 9.
One unrelated issue I've noticed with the 2.6.28-rc kernels is that the disk gets stuck in udma2 (rather than udma5) after a suspend/resume cycle.
I have a bug open (http://bugzilla.kernel.org/show_bug.cg1?id=12202) on this, and it does appear getting attended to. There is a workaround too - see the bug there for details.
The version provided by Broadcom does not build on kernel 2.6.28.
Try the patch at http://www.myehud.com/mini9/wl.patch
Full instructions at http://www.myehud.com/mini9
Ehud P.S. When I say "Try the patch" it's been working since I wrote it 20 minutes ago ;)
P.P.S. FWCUTTER won't help you. The b43 RE team hasn't yet reverse engineered that device (BCM4312 PCI ID ...4315)
Thank you very much, I've been trying every way I can think of to get it to compile, I'll give it a spin in a few minutes.
Thanks again, I just tried compiling, it works great. I've been trying to get this working for days.
iggykoopa said: Thanks again, I just tried compiling, it works great. I've been trying to get this working for days.
You bet :) As you can probably tell from my page, I love Ubuntu on the Mini 9. I just don't like being locked into Dell's build.
I also can't wait until the b43 team reverse engineers the 4315, so that we will have a working in-kernel driver (and not a binary blob that taints the kernel).
Best regards,
Ehud
I know what you mean, I used the dell version for about 10 minutes before I installed crunchbang linux. Now I just need to get one of the international keyboards, much better layout.
I used the latest Ubuntu 8.10 live from a USB mem stick the wlan works
armandh said: I used the latest Ubuntu 8.10
live from a USB mem stick the wlan works
The question was how to use a custom kernel. The kernel you have from Ubuntu is old.
Ehud
gavron said: The version provided by Broadcom does not build on kernel 2.6.28.
Try the patch at http://www.myehud.com/mini9/wl.patch
Full instructions at http://www.myehud.com/mini9
Ehud P.S. When I say "Try the patch" it's been working since I wrote it 20 minutes ago ;)
P.P.S. FWCUTTER won't help you. The b43 RE team hasn't yet reverse engineered that device (BCM4312 PCI ID ...4315)Can make it work on 2.6.28.1-ultimate...
effe@effe-netbook:~/wl$ sudo patch -p1 < wl.patch
patching file src/wl/sys/wl_iw.c
Hunk #1 FAILED at 943.
Hunk #2 FAILED at 964.
Hunk #3 FAILED at 976.
Hunk #4 FAILED at 1001.
Hunk #5 FAILED at 1013.
Hunk #6 FAILED at 1028.
Hunk #7 FAILED at 1046.
Hunk #8 FAILED at 1059.
8 out of 8 hunks FAILED -- saving rejects to file src/wl/sys/wl_iw.c.rej
effe@effe-netbook:~/wl$ sudo patch -p1 < wl.patch
patching file src/wl/sys/wl_iw.c
patch: **** malformed patch at line 24: iwe.cmd = SIOCGIWMODE;