operating-system icon indicating copy to clipboard operation
operating-system copied to clipboard

HA 8.1 unable to load firmware rtl8125b-2.fw

Open brijam opened this issue 2 years ago • 1 comments

Describe the issue you are experiencing

Installed HA 8.1 on an ASUS PN41, and get no internet connection. This error appears in the startup sequence:

unable to load firmware rtl_nic/rtl8125b-2.fw (-2)

As I understand it the fix for a debian system is for non-free universe repo to be enabled and firmware-realtek to be installed.

What's the best way to fix this?

What operating system image do you use?

generic-x86-64 (Generic UEFI capable x86-64 systems)

What version of Home Assistant Operating System is installed?

8.1

Did you upgrade the Operating System.

No

Steps to reproduce the issue

  1. flash PN41 with 8.1 according to instructions
  2. boot

Anything in the Supervisor logs that might be useful for us?

Unable to reach configuration panel as networking is not working

Anything in the Host logs that might be useful for us?

Unable to reach configuration panel as networking is not working

System Health information

No response

Additional information

No response

brijam avatar Jun 11 '22 17:06 brijam

this error show on Odroid XU4 too from command cat /sys/class/net/eth0/speed i get 10000 instead of 1000

[core-ssh ~]$ cat /sys/class/net/eth0/speed 
10000

in IP command there is no QLEN, when i try set it i get :

[core-ssh ~]$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN qlen 1000
    link/sit 0.0.0.0 brd 0.0.0.0
26: eth0@if27: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue state UP 
    link/ether 02:42:ac:1e:21:02 brd ff:ff:ff:ff:ff:ff
    inet 172.30.33.2/23 brd 172.30.33.255 scope global eth0
       valid_lft forever preferred_lft forever

[core-ssh ~]$ ip link set eth0 qlen 1000
ip: ioctl 0x8943 failed: Operation not permitted

and this is from dmesg

[   15.395512] r8152 6-1:1.0: Direct firmware load for rtl_nic/rtl8153a-3.fw failed with error -2                                                                                                                                                                                                                                    
[   15.405683] r8152 6-1:1.0: unable to load firmware patch rtl_nic/rtl8153a-3.fw (-2)                                                                                                                                                                                                                                               
[   15.789174] r8152 6-1:1.0 eth0: v1.12.12

my problem is, that i am capped on 100mbps instead of 1gbps

shajek avatar Jul 17 '22 17:07 shajek

There hasn't been any activity on this issue recently. To keep our backlog manageable we have to clean old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant OS version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Oct 15 '22 18:10 github-actions[bot]