Tiny Core Base > CorePlus
[Solved] Wifi on TinyCore64 is not working properly
minux:
--- Quote from: Juanito on July 23, 2020, 01:36:23 AM ---CorePlus is 32-bit - extensions located at: http://tinycorelinux.net/11.x/x86/tcz/
CorePure64 is 64-bit - extensions located at: http://tinycorelinux.net/11.x/x86_64/tcz/
You cannot mix extensions between the two.
--- End quote ---
But how should I download the corresponding Corepure extension from Apps of my coreplus?
Due to my onboot.lst doesn't have anything, I manually loaded the extension with the following command every time.
tce-load -i
--- Code: ---/mnt/sda1/tce/optional/*.tcz
--- End code ---
Am I doing this right?
minux:
--- Quote from: Juanito on July 23, 2020, 01:36:23 AM ---You cannot mix extensions between the two.
--- End quote ---
You mean to say, I should all the extension from http://tinycorelinux.net/11.x/x86/tcz/ Download, not from http://tinycorelinux.net/11.x/x86_64/tcz/, right? I wonder if that's the case, then how can I download extensions correctly on coreplus and install them correctly on corepure64?
Juanito:
If you want to use CorePlus to download apps for CorePure64, you cannot use "tce-load".
Use these commands:
--- Code: ---$ mkdir /tmp/extensions64
$ cd /tmp/extensions64
$ wget http://tinycorelinux.net/11.x/x86_64/tcz/wifi.tcz
$ wget http://tinycorelinux.net/11.x/x86_64/tcz/wifi.tcz.dep
$ wget http://tinycorelinux.net/11.x/x86_64/tcz/wifi.tcz.md5.txt
--- End code ---
..and repeat the wget commands for all the extensions you need.
Once done, you can copy all of the files in /tmp/extensions64 to permanent storage so that, once you have booted CorePure64, you can copy them into the tce/optional folder that you will use for CorePure64 - it cannot be the same tce/optional folder you use for CorePure.
You should never use the wildcard "*" in the tce-load command.
Sashank999:
Or else you could do the way mentioned in the top most post of this page with the help of FetchExt script which also manages deps recursively.
minux:
--- Quote from: Juanito on July 23, 2020, 01:36:23 AM ---CorePlus is 32....
--- End quote ---
Thank you more than what I can say. Thank you.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version