Tiny Core Base > CorePlus
CorePlus/TinyCore 7.2 Wifi does not work on Inspiron 11
newtotinycore:
Just downloaded CorePlus 7.2 for the WiFi tools. Added apps and remastered to USB.
Wifi on DVD and USB work fine on Asus X540S.
No WiFi from USB drive on Dell Inspiron 3000 series, which is several years older than the Asus (no optical drive on the Dell).
Trying to follow the "Re: Need WiFi connection" post.
However, the post is over my head.
Added additional tools before remastering:
wifi.tcz (later added to onboot.lst)
wireless-4.2.9-tinycore64.tcz
wicd.tcz (doesn't seem to help on either machine)
firmware-rtlwifi.tcz (installed later and added to onboot.lst)
firmware-rtlwifi.tcz.dep is recommended in the "Need Wifi..." post, but I don't see it in my Apps selection.
On the Dell, the Wifi icon will not list the available Wifi connections.
sudo wifi.sh gives no access points, just "no devices found".
iwconfig shows no wireless connections.
tce-status -i seems to show all needed files, including:
wpa_supplicant
wireless-4.2.9-tinycore64
wireless-4.2.9-tinycore
wireless_tools
wl-modules-4.2.9-tinycore
libiw
wicd
wifi
openssl
libnl
dmesg | -20 on the asus lists 7 references to ath: and 6 references to wlan0
which are not listed after running dmesg | -20 on the Dell.
If you want output from dmesg, what is the best way to copy the output from the other machine?
Thanks
coreplayer2:
Hi newtotinycore
--- Code: ---dmesg | tail -20
--- End code ---
running the above dmesg will usually point towards the issue. I'm guessing the correct firmware file is missing, so look for the file name listed in dmesg output.
If the system complains of a missing file use APPS on an internet connected pc to search for the file, download and install the extension containing the missing file then add to onboot.lst
to copy the dmesg output to a file, use this from a command line
--- Code: ---dmesg | tail -20 > ~/dmesgout.txt
--- End code ---
copy the file from your home directory to a USB drive and transport to a connected PC then upload the output here
newtotinycore:
That was a quick response coreplayer2!
The text from dmesg is attached.
The output doesn't mean much to me.
Google mentions something about a possible driver mismatch?
Thanks.
coreplayer2:
There was no mention of any wifi driver being loaded.
So, please try again after loading the WiFi extension which should also load all required dependencies (assuming they are installed).
open a terminal at "tce/optional" directory and enter:
--- Code: ---tce-load -i wifi
--- End code ---
then post the ouput of dmesg again
newtotinycore:
Not quite sure about the meaning of "after loading the WiFi extension."
Anyway after booting, (wifi.tcz has been added to onboot.lst), ran 'tce-load -i wifi'.
Got message 'wifi is already installed!'
Dmesg2 is attached.
Seems similar to first output.
Thanks.
Navigation
[0] Message Index
[#] Next page
Go to full version