WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: HOWTO: Install and tweak Tiny Core for Dell mini-9  (Read 11873 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: HOWTO: Install and tweak Tiny Core for Dell mini-9
« Reply #15 on: December 08, 2010, 09:48:52 AM »
I don't think broadcom supports linux at all with drivers.  So it looks like an ndiswrapper thing?????

I think the b43 module + firmware, the wl extension and the ndiswrapper extension all stand a chance of working - I have a laptop with similar hardware to this and all three options work

Offline linuxnovo

  • Newbie
  • *
  • Posts: 16
Re: HOWTO: Install and tweak Tiny Core for Dell mini-9
« Reply #16 on: December 08, 2010, 12:32:04 PM »
Have been doing some googling on the driver.  The following seemed most promising:

http://jomcode.com/fadhil/jomcode/broadcom-official-linux-driver-bcm4312/


Offline linuxnovo

  • Newbie
  • *
  • Posts: 16
Re: HOWTO: Install and tweak Tiny Core for Dell mini-9
« Reply #17 on: December 08, 2010, 12:41:53 PM »
Seems to me that the simplist solution would be the best.  The wl extention is pretty easy to impliment! The ndiswrapper is the least acceptible as was indicated.

Offline linuxnovo

  • Newbie
  • *
  • Posts: 16
Re: HOWTO: Install and tweak Tiny Core for Dell mini-9
« Reply #18 on: December 15, 2010, 04:48:39 PM »
The wifi is now functional:

the extension wl.tcz is assumed to be installed!

/boot/grub/menu.lst has added "blacklist=ssb" and "blacklist=b43"

/opt/bootlocal.sh has:

"sudo wicd-start"
"sudo iwconfig eth0 essid any"

last line changed to:

"sudo iwconfig eth1 essid any"

Now, all is well, thank God!

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: HOWTO: Install and tweak Tiny Core for Dell mini-9
« Reply #19 on: December 15, 2010, 04:51:56 PM »
You do not need to use sudo in bootlocal.sh.
It is already running as root.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: HOWTO: Install and tweak Tiny Core for Dell mini-9
« Reply #20 on: December 16, 2010, 04:51:05 AM »
And you were even able to avoid to resort to ndiswrapper  :D
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline nick65go

  • Hero Member
  • *****
  • Posts: 800
Re: HOWTO: Install and tweak Tiny Core for Dell mini-9
« Reply #21 on: December 16, 2010, 06:10:45 AM »
I confirm that my Dell mini 910 works with any of the solutions:  b43 module + firmware, OR wl.
And I use only wpa supplicant, less dependency than wicd. It is so easy to take a demo text wpa.config and customise.

As kernel number will rise up from 2.6.33, maybe WL close source will not be kept updated.
My advice is to use open source where/when ever you can, even (at the beginning) it is a little work to make a small extension (as to put some files in /lib/firmware and mksquash them, then auto load with onboot.lst)
Because firmware is fixed for longer time, not use boot parameters to blacklist module, and kernel module are build into TC base, etc.

Laziness and luxury is paid by bloat and RAM resources eat.
Amazing how small things could be complicated, just to "help" novice (aka: not wish to RTfM/read the docs)
I do not wish to be rude, but IMHO Linux is about KISS (Keep It Simple S...er). If one wants all turnkey out of the box, why mess with TC? World is full of Ubuntu or XP / Vvista, which JUST works.
« Last Edit: December 19, 2010, 03:43:58 AM by nick65go »