Tiny Core Base > CorePlus
WiFi Cannot Scan
eltone:
--- Quote from: Juanito on January 12, 2014, 03:50:45 AM ---check wireless is enabled in bios and any hardware wireless switch is set to "on"
reboot your machine without any firmware or wireless extensions loaded
cut and install the b43 firmware as detailed above
load the wireless-KERNEL extension
paste the results of "dmesg | tail -20" or similar
--- End quote ---
Dear Juanito:
I had important business interrupt solving this problem, so machine was shut down following previous post.
Now, paste data following reboot:
--- Code: ---tc@box:~$ dmesg
mitc@box:~$ crocode: AMD CPU family 0xf not supported
8139too 0000:06:06.0 eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
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 ]
b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
tc@box:~$
--- End code ---
The cut/install firmware step appears transient.
Q: How can all this be made persistant, so it eliminates manual setup following every reboot?
Sincerely,
eltone
gerald_clark:
You need to make an extension out of it or add the b43 directory to your /opt/.filetool.lst and do a backup.
eltone:
--- Quote from: gerald_clark on January 12, 2014, 06:09:30 PM ---You need to make an extension out of it or add the b43 directory to your /opt/.filetool.lst and do a backup.
--- End quote ---
hi,
Followed #28 recipe that resulted in the following wifi dialog:
--- Quote ---wlan0 interface doesn't support scanning
--- End quote ---
This dialog then vanishes! It is much too early to consider another b43 extension/backup, etc. Wifi previously controlled the hardware LED and suspect missing dependencies remain.
eltone
--- Code: ---root@box:~# lsmod
Module Size Used by Not tainted
b43 278528 0
mac80211 155648 1 b43
bcma 24576 1 b43
cfg80211 110592 2 b43,mac80211
ntfs 73728 3
cpufreq_stats 12288 0
cpufreq_powersave 12288 0
cpufreq_userspace 12288 0
cpufreq_conservative 12288 0
squashfs 24576 89
loop 20480 178
hp_wmi 12288 0
sparse_keymap 12288 1 hp_wmi
powernow_k8 16384 0
sdhci_pci 12288 0
pcspkr 12288 0
sdhci 24576 1 sdhci_pci
8139cp 20480 0
mmc_core 53248 1 sdhci
tifm_7xx1 12288 0
video 16384 0
ssb 36864 1 b43
8139too 20480 0
tifm_core 12288 1 tifm_7xx1
backlight 12288 1 video
ac 12288 0
battery 16384 0
wmi 12288 1 hp_wmi
root@box:~#
--- End code ---
Juanito:
--- Quote from: eltone on January 12, 2014, 08:08:28 PM ---wlan0 interface doesn't support scanning
--- End quote ---
I usually see something like this when the wifi hardware switch on my laptop is set "off".
I copied the rfkill extension to the 5.x repo, could you check that you get something like this:
--- Code: ---$ rfkill list wifi
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
--- End code ---
--- Quote ---Wifi previously controlled the hardware LED and suspect missing dependencies remain
--- End quote ---
I no longer have hardware that uses b43, but using my laptop with both ndiswrapper and wl-modules-KERNEL, the hardware LED comes on when the driver is loaded.
eltone:
hi,
For comparison, I just loaded the TCP 5.1 LiveUSB onto my vintage 1998 hp desktop, w/256MB RAM:
--- Code: ---
root@box:~# ndiswrapper -i /mnt/sdb1/drivers/wxptpl/net8185.inf
installing net8185 ...
root@box:~# modprobe ndiswrapper
root@box:~# iwlist scan
ip_vti0 Interface doesn't support scanning.
wlan0 Interface doesn't support scanning : Network is down
dummy0 Interface doesn't support scanning.
lo Interface doesn't support scanning.
tunl0 Interface doesn't support scanning.
root@box:~# dmesg
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 3.8.13-tinycore (tc@box) (gcc version 4.7.2 (GCC) ) #2511 SMP Fri Oct 18 14:41:31 UTC 2013
microcode: CPU0 sig=0x665, pf=0x10, revision=0x1
Adding 58188k swap on /dev/zram0. Priority:-1 extents:1 across:58188k SS
squashfs: version 4.0 (2009/01/31) Phillip Lougher
ppdev: user-space parallel port driver
microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter O ruba
Adding 1023996k swap on /dev/sdb2. Priority:-2 extents:1 across:1023996k
cfg80211: Calling CRDA to update world regulatory domain
rtl8180 0000:00:0a.0: enabling device (0014 -> 0017)
ieee80211 phy0: Selected rate control algorithm 'pid'
ieee80211 phy0: hwaddr 002719dac50f, RTL8185vD + rtl8225z2
Disabling lock debugging due to kernel taint
ndiswrapper version 1.58 loaded (smp=yes, preempt=no)
usbcore: registered new interface driver ndiswrapper
root@box:~# ndiswrapper
--- End code ---
The WLAN chipset is RTL8185L, mdl # TL-WN353G, PCI adapter w/NO hardware switch.
The same error is trapped on this machine:
--- Quote ---wlan0 Interface doesn't support scanning : Network is down
--- End quote ---
Suspect bug in scan lib . . .
eltone
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version