Tiny Core Extensions > TCE Corepure64
Tinycore 14.0 64bit: Macbook Air Wifi - Broadcom 4360 WLAN - wl not found
Rich:
Hi pek
Try changing this in your Makefile:
--- Code: ---ifeq "$(GE_49)" "1"
EXTRA_CFLAGS += -Wno-date-time
endif
--- End code ---
to this:
--- Code: ---#ifeq "$(GE_49)" "1"
EXTRA_CFLAGS += -Wno-date-time
#endif
--- End code ---
I think you then need to run:
--- Code: ---make clean
# You may need to re-apply your patches here.
make
--- End code ---
pek:
Hi Rich,
"make clean" gives me this
--- Code: ---tc@box:/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl$ make clean
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd` clean
make[1]: Entering directory '/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl'
make[1]: *** /lib/modules/6.1.2-tinycore64/build: No such file or directory. Stop.
make[1]: Leaving directory '/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl'
make: *** [Makefile:165: clean] Error 2
tc@box:/mnt/sda1/tcl/tcz/14/tcz64/compileKernel/src/linux-6.1.2/hybrid_wl$
--- End code ---
Turns out /lib/modules/6.1.2-tinycore64/build is not there.
Juanito:
wl-modules-KERNEL posted to CorePure64 14.x repo - maybe you could test it (blacklist needed as per info file).
aus9:
Hi pek
as Juanito as already built the module for you, forgive me for making observation
--- Quote ---make[1]: *** /lib/modules/6.1.2-tinycore64/build: No such file or directory. Stop.
--- End quote ---
Other posts by Juanito and others suggests you forgot to do this
--- Code: ---sudo ln -s /usr/src/linux-6.1.2 /lib/modules/6.1.2-tinycore64/build
--- End code ---
pek:
Hi Juanito,
Thanks for the module. It works perfectly. The wifi is working well. :D
I would also like to point out my mistakes that I think caused my failed attempts.
I followed this http://www.tinycorelinux.net/11.x/x86_64/tcz/src/wl/
But I skipped this part..
--- Code: ---gunzip Module.symvers-5.4.3-tinycore64.gz
cp Module.symvers-5.4.3-tinycore64 Module.symvers
make SUBDIRS=scripts/mod
--- End code ---
Because I didn't know where to find Module.symvers-5.4.3-tinycore64.gz and there's no wget instruction for it.
After random google searching I think I found an article stating that "make SUBDIRS" is obsolete after Linux 5.0 or so that I thought.
So conveniently I left this part out.
Now I come back again to check the latest documentation
http://www.tinycorelinux.net/14.x/x86_64/tcz/src/wl/compile_wl
Then I realized my mistakes.
Well.. Another mission accomplished..!! (almost by me) ;D
Thank you very much for all the helps and guidance guys!!!
I learnt more awesome stuffs today.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version