WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Dell mini 9 wireless help  (Read 17817 times)

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Dell mini 9 wireless help
« Reply #30 on: October 29, 2010, 06:12:25 AM »
I compiled the latest wl driver, but in +/- 10 attempts, I only managed to connect once and at least one of the other attempts locked my router so that I had to cycle the power to get things going again.

Based on this, I'd definitely recommend either b43 (plus firmware) or ndiswrapper.

Offline straykat

  • Newbie
  • *
  • Posts: 35
Re: Dell mini 9 wireless help
« Reply #31 on: October 29, 2010, 09:00:11 AM »
Well thanks for trying "testing" that out for me.  I'm thinking of trying the Ndiswrapper route.  Does anyone have any links or instructions for howto do this?  I started following some Ubuntu guide but can't seem to piece it together in tinycore.  so far i have removed blacklist=ssb blacklist=b43 from grub
1) echo -e 'blacklist bcm43xx\nblacklist wl' | sudo tee -a /etc/modprobe.d/blacklist
2) installed ndiswrapper via appbrowser
3) mkdir /broadcom
4) installed cabextract
and now i'm lost
Dell Mini 9 4gb ssd, 1gb ram, XPsp3,ie8, and TC3, Firefox.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Dell mini 9 wireless help
« Reply #32 on: October 29, 2010, 11:44:18 AM »
If you have your wifi working in winxp, you just need to copy the files bcmwl5.inf and bcmwl5.sys from the \windows\system32 folder (or wherever it is) to somewhere accessible to tc and then follow the instructions in the ndiswrapper info file.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Dell mini 9 wireless help
« Reply #33 on: October 29, 2010, 10:17:55 PM »
Here is the /opt/bootlocal from a working Dell Mini 9 ndiswrapper.

#!/bin/sh
# put other system startup commands here
/usr/local/sbin/ndiswrapper -i /mnt/hda2/tinycore/bcmwl5.inf
modprobe ndiswrapper
/usr/local/etc/init.d/alsasound start
#
/usr/local/sbin/iwconfig wlan0 essid "your_ssid_here"
/usr/local/sbin/iwconfig wlan0 key restricted 1234567890
/sbin/udhcpc -b -i wlan0

Note: Both bcmwl5.inf and bcmwl5.sys are in the /mnt/hda2/tinycore/ directory.
This directory also holds the bzImage and tinycore.gz
There is of course a /mnt/hda2/tce directory for extensions.

The grub entry to boot this does have both modules backlisted, e.g.,
blacklist=ssb blacklist=b43

Note: The quirky thing is that this machine must completely power off in order for the wlan0 to reset.
If you simple reboot, the wlan0 does not initialize.

From initial power on the wifi connects every time.

Hope this helps.

10+ Years Contributing to Linux Open Source Projects.

Offline straykat

  • Newbie
  • *
  • Posts: 35
Re: Dell mini 9 wireless help
« Reply #34 on: October 29, 2010, 11:23:44 PM »
I can't even get it to work via ndiswrapper!  WTF  this is getting old.
Dell Mini 9 4gb ssd, 1gb ram, XPsp3,ie8, and TC3, Firefox.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Dell mini 9 wireless help
« Reply #35 on: October 30, 2010, 12:24:23 AM »
Note that for the initial setup of ndiswrapper, you'll need the perl5 extension loaded.

Could you paste the error messages you get line by line from the ndiswrapper commands.

Offline straykat

  • Newbie
  • *
  • Posts: 35
Re: Dell mini 9 wireless help
« Reply #36 on: October 30, 2010, 12:41:20 AM »
i dont get any error msg.  it even loads at boot  using the above bootlocal.  it might be worth mentioning that wicd never starts either. 
Dell Mini 9 4gb ssd, 1gb ram, XPsp3,ie8, and TC3, Firefox.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Dell mini 9 wireless help
« Reply #37 on: October 30, 2010, 12:48:47 AM »
Is the perl5 extension loaded? Are b43/ssb still blacklisted?

I've a feeling the b43 firmware you need is the same as the b43 firmware I use - I can upload it somewhere for you if that would help

Offline straykat

  • Newbie
  • *
  • Posts: 35
Re: Dell mini 9 wireless help
« Reply #38 on: October 30, 2010, 01:02:29 AM »
yes perl5 was loaded as a dep of something else and ssb and b43 are still blacklisted.
Dell Mini 9 4gb ssd, 1gb ram, XPsp3,ie8, and TC3, Firefox.

Offline straykat

  • Newbie
  • *
  • Posts: 35
Re: Dell mini 9 wireless help
« Reply #39 on: October 30, 2010, 08:51:02 AM »
should reinstall and start from scratch.  I did not see an easy way to unload or reinstall extensions once they were installed?
Dell Mini 9 4gb ssd, 1gb ram, XPsp3,ie8, and TC3, Firefox.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Dell mini 9 wireless help
« Reply #40 on: October 30, 2010, 08:58:54 AM »
You need only remove an extesnion from the onboot.lst and reboot.
You can use an editor, or AppsAudit to do this.

Offline straykat

  • Newbie
  • *
  • Posts: 35
Re: Dell mini 9 wireless help
« Reply #41 on: October 30, 2010, 09:30:38 AM »
thanks gerald that works great.  However it still did not help my wireless woes.  I've now tried all 3 ways and nothing worked.
Dell Mini 9 4gb ssd, 1gb ram, XPsp3,ie8, and TC3, Firefox.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Dell mini 9 wireless help
« Reply #42 on: October 30, 2010, 07:50:04 PM »
at least one of the other attempts locked my router so that I had to cycle the power to get things going again.

I think it is rather noteworthy if a "bad" wifi driver of a client has the ability to lock a router.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline straykat

  • Newbie
  • *
  • Posts: 35
Re: Dell mini 9 wireless help
« Reply #43 on: October 31, 2010, 12:10:35 AM »
I too thought that might be an issue.  The router has already been bounced.    It changed nothing.
Dell Mini 9 4gb ssd, 1gb ram, XPsp3,ie8, and TC3, Firefox.

Offline straykat

  • Newbie
  • *
  • Posts: 35
Re: Dell mini 9 wireless help
« Reply #44 on: October 31, 2010, 10:32:15 AM »
Reinstalled slitaz and it is now working after installing wl and blacklisting ssb.  Thanks to all for your help. 
Dell Mini 9 4gb ssd, 1gb ram, XPsp3,ie8, and TC3, Firefox.