Tiny Core Base > CorePlus

WiFi Cannot Scan

(1/30) > >>

eltone:
Re: TCP 5.1 LiveUSB
BCM4318 WLAN chipset

Hi,

I just did a fresh TCP 5.1 install.

WiFi cannot scan/find cells:


--- Quote ---

[root@box: dmesg
Adding 261116k swap on /dev/sdb2.  Priority:-2 extents:1 across:261116k
microcode: AMD CPU family 0xf not supported
cfg80211: Calling CRDA to update world regulatory domain
b43-phy0: Broadcom 4318 WLAN found (core revision 9)
b43-phy0: Found PHY: Analog 3, Type 2 (G), Revision 7
Broadcom 43xx driver loaded [ Features: PMNL ]
ieee80211 phy0: Selected rate control algorithm 'pid'
microcode: AMD CPU family 0xf not supported
microcode: AMD CPU family 0xf not supported
microcode: AMD CPU family 0xf not supported
microcode: AMD CPU family 0xf not supported
microcode: AMD CPU family 0xf not supported
microcode: AMD CPU family 0xf not supported
microcode: AMD CPU family 0xf not supported
microcode: AMD CPU family 0xf not supported
microcode: AMD CPU family 0xf not supported
microcode: AMD CPU family 0xf not supported
microcode: AMD CPU family 0xf not supported
microcode: AMD CPU family 0xf not supported
8139too 0000:06:06.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
root@box:~# microcode: AMD CPU family 0xf not supported
sh: microcode:: not found
root@box:~# microcode: AMD CPU family 0xf not supported
sh: microcode:: not found
root@box:~# microcode: AMD CPU family 0xf not supported
sh: microcode:: not found
root@box:~# microcode: AMD CPU family 0xf not supported
sh: microcode:: not found
root@box:~# microcode: AMD CPU family 0xf not supported
sh: microcode:: not found
root@box:~# dmesg


--- End quote ---
 

This problem appears to be a carrie-over from TCP 4.73, where the work-around was to use
wicd network manager and rfkill.

Q: Is there a fix coming?

Also, wicd and rfkill needs to be TCP 5.1 recompiled.

Kind Regards,
eltone

Juanito:
There's nothing in your dmesg that indicates a problem with rfkill, or any other problem with wifi.

Adjustments were made to the base for tc-5.x to change the rfkill permissions - could you confirm that your wireless does not work with the wifi extension (tested with your wired connection disconnected/disabled).

eltone:

--- Quote from: Juanito on January 09, 2014, 06:45:19 AM ---- could you confirm that your wireless does not work with the wifi extension (tested with your wired connection disconnected/disabled).

--- End quote ---

Dear Juanito:

Without wired ethernet, clicking the Wbar wifi icon:


--- Quote ---Select Wifi Network

    ESSID                         Enc   Qual    Channel Type           

Enter selection ( 1 - 0 ) or (q)uit:

--- End quote ---

Cheatcodes used:


--- Quote ---UI vesamenu.c32
MENU TITLE Tiny Core Bootloader
TIMEOUT 100

DEFAULT core
LABEL core
KERNEL /tce/boot/vmlinuz

APPEND initrd=/tce/boot/core.gz quiet tce=UUID="de54793e-5803-4242-87af-27fbbdcb2bb7" waitusb=9:UUID="de54793e-5803-4242-87af-27fbbdcb2bb7" restore=UUID="de54793e-5803-4242-87af-27fbbdcb2bb7" home=UUID="de54793e-5803-4242-87af-27fbbdcb2bb7" opt=UUID="de54793e-5803-4242-87af-27fbbdcb2bb7" local=UUID="de54793e-5803-4242-87af-27fbbdcb2bb7" showapps vga=788 xsetup lang=en kmap=us pause blacklist=wl blacklist=bcma

LABEL windows
KERNEL chain.c32
APPEND hd0 1

--- End quote ---

*****************
Please note that wifi extension did find one cell yesterday that I did not recognize, while there are many in the vacinity.  Also, the hp dv8000 WLAN LED does get enabled and turned off w/wifi extension.

Q: Any plans to add wicd extension to TCP 5.1?

Sincerely,
eltone

coreplayer2:
Honestly I'm not sure why you'd blacklist wl proprietary driver if you are using the in-tree b43 driver with bcma and ssb ??   possibly bmca doesn't need to be blacklisted either


--- Quote ---cfg80211: Calling CRDA to update world regulatory domain
b43-phy0: Broadcom 4318 WLAN found (core revision 9)
b43-phy0: Found PHY: Analog 3, Type 2 (G), Revision 7
Broadcom 43xx driver loaded [ Features: PMNL ]
--- End quote ---
Given this I'd say that the driver b43 is loaded, but no mention of the firmware?
I'd start over, uninstall the wl-modules if installed and remove all the unnecessary blacklist boot codes

blacklist=wl  (is this proprietary module installed?)
blacklist=bcma  (first try with this and ssb modules and firmware loaded)


Am curious of the reasons for these boot codes?

restore=UUID="de54793e-5803-4242-87af-27fbbdcb2bb7"
local=UUID="de54793e-5803-4242-87af-27fbbdcb2bb7"
xsetup
pause





eltone:

--- Quote from: coreplayer2 on January 09, 2014, 08:40:44 PM ---Honestly I'm not sure why you'd blacklist wl proprietary driver if you are using the in-tree b43 driver with bcma and ssb ??   possibly bmca doesn't need to be blacklisted either
--- End quote ---

I have always used 'modprobe -r wl' in the past, but not 'modprobe -r bmca'


--- Quote ---cfg80211: Calling CRDA to update world regulatory domain
b43-phy0: Broadcom 4318 WLAN found (core revision 9)
b43-phy0: Found PHY: Analog 3, Type 2 (G), Revision 7
Broadcom 43xx driver loaded [ Features: PMNL ]
--- End quote ---



--- Quote ---Given this I'd say that the driver b43 is loaded, but no mention of the firmware?
I'd start over, uninstall the wl-modules if installed and remove all the unnecessary blacklist boot codes
--- End quote ---

The two firmware extensions required for the BCM4318 chipset appear to be bundled w/TCP 5.1
b43-fwcutter.tcz
firmware-openfwwf.tcz

Q: Please list all WLAN modules required for the BCM4318 chipset?
All others should be removed!


--- Quote ---blacklist=wl  (is this proprietary module installed?)
blacklist=bcma  (first try with this and ssb modules and firmware loaded)

--- End quote ---

I'm not sure about 'bcma' but 'wl' must be blacklisted when using b43 and ssb kernel modules.


--- Quote ---Am curious of the reasons for these boot codes?

restore=UUID="de54793e-5803-4242-87af-27fbbdcb2bb7"
local=UUID="de54793e-5803-4242-87af-27fbbdcb2bb7"
xsetup
pause
 
--- End quote ---
This was used to add TCP 5.1 LiveUSB stability between two computers.  It shouldn't effect wifi's ability to scan for cells.

eltone


Navigation

[0] Message Index

[#] Next page

Go to full version