Tiny Core Base > CorePlus

BCM43228 Not showing up.

<< < (4/5) > >>

coreplayer2:

--- Quote ---If it fails is there a way to see why it failed?
--- End quote ---
Since all output of wifi.sh -a  was redirected to " /tmp/wifi.log " then I'd start by looking there

--- Code: ---/usr/local/bin/wifi.sh -a 2>&1 > /tmp/wifi.log
--- End code ---
the " > " redirects output and overwrites any previous output to wherever specified, otherwise output goes to the terminal

You should always check dmesg for hint's
At the command line enter

--- Code: ---dmesg
--- End code ---

patrikg:
And why not just add > that will append to the file.


--- Code: (bash) ---/usr/local/bin/wifi.sh -a 2>&1 >> /tmp/wifi.log

--- End code ---

evertvaningen:

--- Quote from: coreplayer2 on June 16, 2017, 05:14:00 PM ---
--- Quote ---If it fails is there a way to see why it failed?
--- End quote ---
Since all output of wifi.sh -a  was redirected to " /tmp/wifi.log " then I'd start by looking there

--- Code: ---/usr/local/bin/wifi.sh -a 2>&1 > /tmp/wifi.log
--- End code ---
the " > " redirects output and overwrites any previous output to wherever specified, otherwise output goes to the terminal

You should always check dmesg for hint's
At the command line enter

--- Code: ---dmesg
--- End code ---

--- End quote ---

Wifi.log
Found wifi device eth1
Standby for scan of available network...
Set to try a few times to obtain a lease.
Attempting auto connection with Chateau
.....

As for dmesg, I dont know what I'm looking for.

wl: loading out-of-tree module taints kernel.
wl: module license 'Mixed/Proprietary' taints kernel.
Disabling lock debugging due to kernel taint
eth1: Broadcom BCM4359 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)
longhaul: Option "enable" not set - Aborting


Hmm.. interesting

WARNING: CPU: 1 PID: 6 at net/wireless/sme.c:738 0xf8b80c91
Modules linked in: cpufreq_userspace cpufreq_conservative cpufreq_powersave wl(PO) ns558 gameport snd_hda_codec_via snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_timer snd soundcore cfg80211 ppdev parport_pc parport ac fjes squashfs loop broadcom bcm_phy_lib tg3 pcspkr acpi_cpufreq ptp pps_core serio_raw
CPU: 1 PID: 6 Comm: kworker/u4:0 Tainted: P           O    4.8.17-tinycore #2017
Hardware name: Hewlett-Packard HP t510 Thin Client/158Ch, BIOS 786R11 v1.03 04/18/2012
Workqueue: cfg80211 0xf8b67028
 00000097 c02ef4e6 00000000 00000000 c013e345 00000009 000002e2 f3ef4800
 00000000 f5c79ecc f561de0c c013e3c4 00000009 00000000 00000000 f8b80c91
 f5570000 014a0cc0 f561de2c 9ff20001 42d438c2 00000000 00000000 f561de00
Call Trace:
 [<c02ef4e6>] ? 0xc02ef4e6
 [<c013e345>] ? 0xc013e345
 [<c013e3c4>] ? 0xc013e3c4
 [<f8b80c91>] ? 0xf8b80c91
 [<f8b6a66f>] ? 0xf8b6a66f
 [<f8b6a751>] ? 0xf8b6a751
 [<f8b6703b>] ? 0xf8b6703b
 [<c014d1eb>] ? 0xc014d1eb
 [<c014d690>] ? 0xc014d690
 [<c014d4f1>] ? 0xc014d4f1
 [<c01505b9>] ? 0xc01505b9
 [<c058e3ae>] ? 0xc058e3ae
 [<c015053d>] ? 0xc015053d
---[ end trace 8075d8f84ecca1ea ]---

coreplayer2:

--- Quote from: patrikg on June 16, 2017, 05:18:16 PM ---And why not just add > that will append to the file.


--- Code: (bash) ---/usr/local/bin/wifi.sh -a 2>&1 >> /tmp/wifi.log

--- End code ---

--- End quote ---
Hi Patrick,
I think the intent was to write once, since the error would be the same each event and only repeat itself..

coreplayer2:

--- Quote ---As for dmesg, I dont know what I'm looking for.
--- End quote ---
You can scroll to the end of the screen for the connection errors

Ok try to get the last 10 or 20 lines (or 50 lines if needed)

--- Code: ---dmesg | tail -10
--- End code ---

Also use Misalf's suggestion to change eth0 to wlan0

Also check to see if any conflicting modules are loaded accidentally:

--- Code: ---lsmod | grep "brcmsmac\|ssb\|wl\|b43\|bcma"
--- End code ---

Also post the output of

--- Code: ---lspci -vnn -d 14e4:
--- End code ---

Then post the outputs so we can help.

Please enclose the output in code tags to make it easier to read thanks
select the text and click the insert code button above.


FYI  http://linuxwireless.org/en/users/Drivers/b43/

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version