• Check it out - we have a chatbot! Go ask TuxBot a question in the Ask Tuxbot section!

Meaning of "Firmware: N/A"?

mgb17

New Member
Joined
Sep 22, 2020
Messages
6
Reaction score
0
Credits
51
Hello all, I am new to Linux so I had a very basic question-

I have the Realtek Network Adaptor on my computer with the driver rtl8188ee.

When I run "lshw -c network" command, I get the all the details about the hardware but it says "Firmware: N/A" does it mean that there is no firmware on the adapter? is that even possible?

Thanks in advance
 


Brickwizard

Well-Known Member
Joined
Apr 28, 2021
Messages
3,745
Reaction score
2,494
Credits
27,914
welcome to linux.org
you do not say what distribution you are running
realtek are a known problem, the rtl8188 drivers became available from
Linux Kernel 4.17
i don't know if it will work for you, but this is one possible solution
sudo apt update && sudo apt -y dist-upgrade
sudo apt install net-tools
sudo reboot
 
OP
M

mgb17

New Member
Joined
Sep 22, 2020
Messages
6
Reaction score
0
Credits
51
Hii Thanks for your reply, I am sorry, I am running CentOS8, I tried running the CentOS equivalent command of the above, it did not work
 

KGIII

Super Moderator
Staff member
Gold Supporter
Joined
Jul 23, 2020
Messages
8,576
Reaction score
7,328
Credits
69,725
Hmm... I can't make mine say anything about firmware at all. So, first I'd ask if the device is working properly? If it is, I'd not worry about it. Second, I'd ask if you ran it with root privileges? Try 'sudo lshw -c network' to see if you get more robust results.
 
OP
M

mgb17

New Member
Joined
Sep 22, 2020
Messages
6
Reaction score
0
Credits
51
Hmm... I can't make mine say anything about firmware at all. So, first I'd ask if the device is working properly? If it is, I'd not worry about it. Second, I'd ask if you ran it with root privileges? Try 'sudo lshw -c network' to see if you get more robust results.

Yes the device is working fine, and i also tried with the sudo command but no luck, I needed the firmware version to update a report I am working on
 

KGIII

Super Moderator
Staff member
Gold Supporter
Joined
Jul 23, 2020
Messages
8,576
Reaction score
7,328
Credits
69,725
Try this:

Code:
sudo ethtool -i wlo1

Change wlo1 to the name of your device. You should get an output like this:

Code:
[email protected]:~$ sudo ethtool -i wlo1
driver: iwlwifi
version: 5.8.0-59-generic
firmware-version: 55.d9698065.0 QuZ-a0-jf-b0-55.u
expansion-rom-version: 
bus-info: 0000:00:14.3
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
 
OP
M

mgb17

New Member
Joined
Sep 22, 2020
Messages
6
Reaction score
0
Credits
51
Try this:

Code:
sudo ethtool -i wlo1

Change wlo1 to the name of your device. You should get an output like this:

Code:
[email protected]:~$ sudo ethtool -i wlo1
driver: iwlwifi
version: 5.8.0-59-generic
firmware-version: 55.d9698065.0 QuZ-a0-jf-b0-55.u
expansion-rom-version:
bus-info: 0000:00:14.3
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no


Unfortunately it still says N/A for me at the firmware version field
 
OP
M

mgb17

New Member
Joined
Sep 22, 2020
Messages
6
Reaction score
0
Credits
51
Try this:

Code:
sudo ethtool -i wlo1

Change wlo1 to the name of your device. You should get an output like this:

Code:
[email protected]:~$ sudo ethtool -i wlo1
driver: iwlwifi
version: 5.8.0-59-generic
firmware-version: 55.d9698065.0 QuZ-a0-jf-b0-55.u
expansion-rom-version:
bus-info: 0000:00:14.3
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no

Thanks a lot for your help though!
 

JasKinasis

Well-Known Member
Joined
Apr 25, 2017
Messages
1,675
Reaction score
2,429
Credits
13,204
Try searching for any Realtek firmware packages using dnf:
Bash:
dnf search firmware | \grep realtek
I don’t use any rpm distros, but if that search yields any results, it might be worth trying to install whatever packages are listed.
 
MALIBAL Linux Laptops

Linux Laptops Custom Built for You
MALIBAL is an innovative computer manufacturer that produces high-performance, custom laptops for Linux.

For more info, visit: https://www.malibal.com

Members online

No members online now.

Top