WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11  (Read 9251 times)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
« Reply #15 on: March 03, 2017, 11:35:21 AM »
Hi newtotinycore
Quote
However, MX-16 (debian based) works fine with WiFi on the Dell Inspiron.
Then I recommend you boot up MX-16 and attach a copy of  dmesg  from that. That may provide a clue as to what's missing.

Offline newtotinycore

  • Newbie
  • *
  • Posts: 37
Re: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
« Reply #16 on: March 03, 2017, 11:52:34 AM »
Here's the dmesg from MX-16 connected directly to hotel WiFi.

If it is relevant, i can get a dmesg from MX-16 connected by way of my phone.

Anyway, the attached dmesg seems to show wlan0 data missing from the Tinycore dmesg.

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 673
Re: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
« Reply #17 on: March 03, 2017, 11:58:32 AM »
You could try to use some quotes around the ssid for the wifi.
Like this:

Code: (bash) [Select]
"SSID WITH SPACE"
Code: (bash) [Select]
'SSID WITH SPACE'

Offline newtotinycore

  • Newbie
  • *
  • Posts: 37
Re: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
« Reply #18 on: March 03, 2017, 12:06:18 PM »
That is a good idea, Patrikg.

Using the WiFi icon, I couldn't see how to do that.

I tried going through the Tinycore wikis and the 'Into the Core' book to find the proper
command line input. Still looking.

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 673
Re: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
« Reply #19 on: March 03, 2017, 12:53:00 PM »
Do you have the file wifi.db in your directory ?
Code: (bash) [Select]
cd
ls

You could test to just edit that file, and change the line with the ssid with spaces, add the quotes.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
« Reply #20 on: March 03, 2017, 01:05:17 PM »
According to the MX16 dmesg wlan0 is:

Broadcom BCM4365 802.11 Hybrid Wireless Controller
using wl driver

(but I'm not sitting at a tinycore machine to get the required extension names at the moment..)


Update:  "wl-modules-4.2.9-tinycore.tcz" doesn't appear to have suitable drivers according to the info file
update2: turns out the BCM4365 is a model number for both wifi and bluetooth.  One way to find out the wifi component for sure is running
Code: [Select]
lspci -vnn
« Last Edit: March 03, 2017, 01:28:48 PM by coreplayer2 »

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
« Reply #21 on: March 03, 2017, 01:15:16 PM »
You probably need to install firmware-broadcom_bcm43xx,tcz and wl-modules-KERNEL .
Be sure to read the info files.

Offline newtotinycore

  • Newbie
  • *
  • Posts: 37
Re: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
« Reply #22 on: March 03, 2017, 02:43:03 PM »
Gerald Clark,
The firmware-broadcom_bcm43xx.tcz file is already installed in /mnt/sda1/tce/optional/.
Should I add it to  onboot.lst or somewhere else?

The wl-modules-4.2.9-tinycore.tcz file is also in /mnt/sda1/tce/optional.
I assumed CorePluscurrent was 32 bit; my assumtions frequently get me into trouble.
Should I add wl-modules-4.2.9-tinycore64.tcz to /mnt/sda1/tce/optional?

The info file for the wl-modules-4.2.9-tinycore.tcz mentions blacklisting some items.
Do I need to do that (I believe the wl-modules-4.2.9-tinycore.tcz was added during remastering)?

Coreplayer2,
Attached is the output of lspci -vnn.
I see a mention of BCM43142, which kind of seems like too many digits to be covered by bcm43xx, but I really don't have a clue.

Thanks-

Offline newtotinycore

  • Newbie
  • *
  • Posts: 37
Re: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
« Reply #23 on: March 03, 2017, 02:49:16 PM »
Patrikg,

Good suggestion.
I tried changing the wifi.db file from my phone hot spot to the hotel 3 word name bracketed with quotes. But when I tried to connect by using the Tinycore WiFi icon, still no connection; have to tether to the phone, but it's no problem (just interesting).

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
« Reply #24 on: March 03, 2017, 04:20:48 PM »
hello newtotinycore

AIUI, BCM4365 is the model number and ID of your hybrid wifi/bluetooth device,  whereas BCM43142 is the model number of the wifi device within it.

It appears BCM43142 is supported in the latest broadcom wl driver.  whether the device is supported in our current wl extension you will have to try it to find out, but my money is with this solution.

Quote
Should I add wl-modules-4.2.9-tinycore64.tcz to /mnt/sda1/tce/optional?
not if you're only booting tinycore 32bit

you should use APPS to add these extensions to onboot list

GotTo: APPS > Maintenance > OnBoot Maintenance then add
Code: [Select]
wifi.tcz
wl-modules-4.2.9-tinycore.tcz
to the list.
Note: remove any other wifi related extensions accidentally added previously to this list

wifi dependencies will be loaded automatically when wifi.tcz is loaded (if deps are installed to tce/optional)

you will need to blacklist the original broadcom modules, add this to the boot config file

Code: [Select]
blacklist=bcma,ssb,b43
Example:
Code: [Select]
LABEL TinyCore
MENU LABEL TinyCore
TEXT HELP

Boot tc
ENDTEXT
KERNEL /tce/boot/vmlinuz
APPEND initrd=/tce/boot/rootfs.gz,/tce/boot/modules.gz loglevel=3 tce=sda2 opt=sda2 home=sda2 blacklist=bcma,ssb,b43
then reboot

and run
Code: [Select]
sudo wifi.sh note any error messages

You may nee to enclose your SSID with "" as mentioned below.
if unable to connect post the dmesg again
« Last Edit: March 03, 2017, 04:43:56 PM by coreplayer2 »

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
« Reply #25 on: March 03, 2017, 04:54:01 PM »
My bad, a small correction:
Quote
AIUI, BCM4365 is the model number and ID of your hybrid wifi/bluetooth device,  whereas BCM43142 is the model number of the wifi device within it.

better to link you to the source https://www.broadcom.com/products/wireless/wireless-lan-bluetooth/bcm43142

4365 is the ID

regardless, this device Broadcom BCM43142 (PCI ID 14e4:4365) should be supported by wl-modules-4.2.9-tinycore.tcz
« Last Edit: March 03, 2017, 05:08:40 PM by coreplayer2 »

Offline newtotinycore

  • Newbie
  • *
  • Posts: 37
Re: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
« Reply #26 on: March 03, 2017, 06:29:07 PM »
Thanks for the detailed advice coreplayer2!

"GotTo: APPS > Maintenance > OnBoot Maintenance then add
Code: [Select]
wifi.tcz
wl-modules-4.2.9-tinycore.tcz
to the list."


There were 2 copies of wifi.tcz in onboot.lst; removed 1 copy.
1 copy of wl-modules-4.2.9-tinycore.tcz in onboot.lst; left it in.


"Note: remove any other wifi related extensions accidentally added previously to this list"

As far as I know, I only added wifi.tcz and firmware-rtlwifi.tcz to onboot.lst. Removed both files.
Attached is onboot.lst, in case anybody notices other files that need to be removed.

"you will need to blacklist the original broadcom modules, add this to the boot config file"

Uh Oh. I checked "into the Core" and the tc wiki (I really did), but I'm still not sure which is the
boot config file. Would that be /mnt/sda1/tce/boot/vmlinuz or maybe /mnt/sda1/tce/boot/
extlinuz/extlinuz.conf? Or maybe /opt/bootlocal.sh? /opt/.filetool.lst?

The first 2 files appear similar to your example; neither has any blacklisting.

Thanks-

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
« Reply #27 on: March 03, 2017, 06:41:56 PM »
Hi newtotinycore
Quote
"you will need to blacklist the original broadcom modules, add this to the boot config file"

Uh Oh. I checked "into the Core" and the tc wiki (I really did), but I'm still not sure which is the
boot config file. Would that be /mnt/sda1/tce/boot/vmlinuz or maybe /mnt/sda1/tce/boot/
extlinuz/extlinuz.conf? Or maybe /opt/bootlocal.sh? /opt/.filetool.lst?
Open the  extlinux.conf  file and add it to the  APPEND  line. You might need to use  sudo  to edit the file.

Offline newtotinycore

  • Newbie
  • *
  • Posts: 37
Re: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
« Reply #28 on: March 03, 2017, 07:43:09 PM »
Blacklisting those 3 items got the Dell online.

The first time I booted, Opera locked up, the caps lock key started flashing, and I had to shut down.
The second time, I opened chromium and opera and pulled the thumb drive.

Chromium wouldn't pull up web pages, but Opera would.
I spent 1/2 hour trying to write this post on the Dell, but had very little control of trackpad or typing.
Manage to complete post, but then "Request Time-out server timeout waiting for the HTTP request from the client" error message.

Clearly these problems are not connected to Tinycore.
Maybe, there never was any problem with Tinycore.

Thanks for all the help.
You guys are doing a tremendous job helping people who are having ongoing "computer problems".

Thanks again.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
« Reply #29 on: March 03, 2017, 09:11:07 PM »
You notebook doesn't appear to be very old, so why not try the latest Firefox?

firefox_getLatest.tcz   will download and install the latest and will keep it updated

getFlash.tcz  will also download and install the latest version and keep it updated

??

  :D