Tiny Core Extensions > TCE Tips & Tricks

Howto make a legacy bios/uefi dual boot usb stick with grub2

<< < (6/11) > >>

labeas:
Your superior visio-cognitive skills, compensates for using inferior tools.
-rw-r--r-- 1 root root     112 Dec 10 07:45 rtl8723bs-4.19.10-tinycore.tcz.tree
-rw-r--r-- 1 root root 3284992 Dec 18  2018 wireless-4.19.10-tinycore.tcz

Further possible errorS:
wireless-4.19.10-tinycore.tcz =3284992 <- for 32bit system?.
wireless-4.19.10-tinycore64.tcz =3481600

Recent advances in USBstik technology will boost the use of tinycore.
Assuming the USA also is still dominated by <SanDisk> ?
These plasticPlugged things *WEAR* each time they're moved.
For me, Toshiba metalPlugged stiks prevent disasterous loss due
to SanDisk becoming unuseable.

Rich:
Hi labeas

--- Quote from: labeas on December 13, 2019, 01:05:10 AM --- ... Further possible errorS:
wireless-4.19.10-tinycore.tcz =3284992 <- for 32bit system?.
wireless-4.19.10-tinycore64.tcz =3481600 ...
--- End quote ---
Yes, the first one is for 32 bit systems and the second one is for 64 bit systems.
No, they don't have to be the same size.
If you still feel there is a "possible error" you will have to be more specific.

labeas:
Huh? Maybe I'm misunderstanding your wording, but the
  rtl8723bs-4.19.10-tinycore.tcz.tree
  file already lists all of the dependencies.
------------------------
Writing now from lame-Win10, would the following work from *nix:-
cat <wifi.tcz> <-lists wifi.tcz & all dependencies- possibly repeated.
cat <wifi.tcz> | uniq <- removes possible repeats.
wget `cat <wifi.tcz> | uniq`
Or: <functional notation> algorithms to install wifi.sh:-
 cat wifi.tcz | uniq | <wget> | tce-load -i
That's probably what the App-GUI does?
Apparently it's difficult for full-facility-TCusers to realise
 the difficulty of installing *.tcz using Win10 ?

labeas:
The defective:web-based:Microsoft-inspired <search> seems to indicate that I had
 not already posted the following: my actual latest <install script> which gave
the results/tests of the post-before-this-one:--

Install.sh ==
echo "the extensions need to be loaded in the following order:
1. firmware-rtl_bt"
cd /mnt/sda2/Core32/Wifi/tczS/FIRMWARE
tce-load -i firmware-rtl_bt.tcz

echo "2. firmware-rtlwifi"
tce-load -i firmware-rtlwifi.tcz

echo "3. wireless-4.19.10-tinycore
is seen to be a <LEAF> of 2 binaries;
 so will show ALREADY INSTALLED for load-wifi"
cd /mnt/sda2/Core32/Wifi/tczS
tce-load -i wireless-4.19.10-tinycore

echo "4. rtl8723bs-4.19.10-tinycore
Apparently these above 4 have no deps ?"
cd /mnt/sda2/Core32/Wifi
tce-load -i rtl8723bs-4.19.10-tinycore.tcz

echo "After loading these extensions,
 you can then load the wifi extension
 and all of its deps.
 Which number 9"
cd /mnt/sda2/Core32/Wifi/tczS
./InstallThese

echo  "and run sudo wifi.sh"
sudo wifi.sh

    [EDIT]: Removed MS slur.  Rich

Rich:
Hi labeas
Please refrain from your  "clever"  spelling of Microsoft. If you feel a need to bash them, take it elsewhere. I'm sure there are sites
out there that specialize in that. Politics have no place here.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version