WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: boot message  (Read 2511 times)

Offline rullolex

  • Full Member
  • ***
  • Posts: 134
    • Rullolex
boot message
« on: March 22, 2021, 09:36:10 AM »
Hi to everyone,

during the Loading Extensions in the boot, I had this message:

Code: [Select]
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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: boot message
« Reply #1 on: March 22, 2021, 11:44:07 AM »
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:
Code: [Select]
b43.allhwsupport=1Then reboot.

Offline rullolex

  • Full Member
  • ***
  • Posts: 134
    • Rullolex
Re: boot message
« Reply #2 on: March 22, 2021, 01:43:17 PM »
Hi Rich,

thank you for your reply, I done that, now I haveanother message:

Code: [Select]
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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: boot message
« Reply #3 on: March 22, 2021, 02:05:40 PM »
Hi rullolex
I guess my first question is, does your wireless connection appear to be working properly?

If you run:
Code: [Select]
ifconfigDo the fields labeled  errors:  show high numbers?

Offline rullolex

  • Full Member
  • ***
  • Posts: 134
    • Rullolex
Re: boot message
« Reply #4 on: March 22, 2021, 02:34:51 PM »
Hi Rich,

yes, it work good, I am using it now,

this is the output of the

Code: [Select]
ifoconfig
Code: [Select]
[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]

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: boot message
« Reply #5 on: March 22, 2021, 04:53:21 PM »
Hi rullolex
That looks fine. If it works well without the  b43.allhwsupport=1  boot code, I would remove it and ignore the message.

Offline rullolex

  • Full Member
  • ***
  • Posts: 134
    • Rullolex
Re: boot message
« Reply #6 on: March 23, 2021, 03:22:49 AM »
Hi Rich,

thank you, I will remove it