Tiny Core Linux
Tiny Core Base => Corepure64 => Topic started by: rullolex on March 22, 2021, 12:36:10 PM
-
Hi to everyone,
during the Loading Extensions in the boot, I had this message:
loading extensions support for cores revisions 0x17 and 0x18 disable by module param allhwsupport=0. Try b43.allhwsupport=1
after that the system start and works.
could someone know what the message mean and how I can fix it?
thank you
-
Hi rullolex
The way I read it is, if your wireless chip is revision 0x17 or 0x18 , then some (I don't know which) support is disabled. If you wish
to try with that support enabled, Add this boot code in your boot loaders config file:
b43.allhwsupport=1
Then reboot.
-
Hi Rich,
thank you for your reply, I done that, now I haveanother message:
Loading Extensions...b43-phy ERROR: FOUND UNSUPPORTED PHY (Analog 10 Type 8 (LCN) Revision 1
the firmware of my wlan is broadcom bcm43xxx
Do you think I remove it and try with other?
thank you
-
Hi rullolex
I guess my first question is, does your wireless connection appear to be working properly?
If you run:
ifconfig
Do the fields labeled errors: show high numbers?
-
Hi Rich,
yes, it work good, I am using it now,
this is the output of the
ifoconfig
[eth0 Link encap:Ethernet HWaddr B8:70:F4:A5:92:62
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:200 (200.0 B) TX bytes:200 (200.0 B)
wlan0 Link encap:Ethernet HWaddr CC:AF:78:87:37:45
inet addr:192.168.1.26 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:496 errors:0 dropped:2 overruns:0 frame:0
TX packets:460 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:428346 (418.3 KiB) TX bytes:81213 (79.3 KiB)
/code]
-
Hi rullolex
That looks fine. If it works well without the b43.allhwsupport=1 boot code, I would remove it and ignore the message.
-
Hi Rich,
thank you, I will remove it