[LINUX] HOW TO FIX: W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-2.fw
#1
This took me quite awhile to figure out so I thought I would share it

Note: I'm on a Zotac FUSION350-A-E board Runing Natty Ubuntu

While walking though Robotica's guide I noticed a couple errors:

W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-1.fw for module r8169


I went about trying to find my missing firmware, better to get it taken care of before I run into a real problem I figgure.

You can do a:
Code:
sudo update-initramfs -u

To see if you have this problem.

Next Check which Realtek chipset you have using:
Code:
lspci

If you have an r8168 chipset go here

Find the "8.027.00" drivers for Linux 1/2 way down the page

Download the r8168-8.027.00.tar.bz2 file to your linux box. I used a wget on my FTP server

Unpack the tarball :
Code:
tar vjxf r8168-8.aaa.bb.tar.bz2

Change to the directory:
Code:
cd r8168-8.aaa.bb

If you are running the target kernel, then you should be able to do :

Code:
sudo ./autorun.sh

finally do another
Code:
sudo update-initramfs -u

to make sure the error goes away

reboot
Reply
#2
Just like to say that I'm pretty sure the warning isn't an issue. I have quite a few debian linux boxes and they all say this and work fine.

If anyone can tell me why doing this is A Good Thing ™ then I'll take a look at it.
Reply
#3
1) This method won't automatically update the firmware when it gets updated.
2) This is already in the repositories.
3) This is the "correct" way to do it so you don't have random stuff in your install that isn't tracted:
Code:
apt-get install firmware-realtek

http://packages.debian.org/search?search...e&arch=any


-
Edit: I guess you're running Debian's special-ed little sibling:

It's in:
Code:
apt-get install linux-firmware

http://packages.ubuntu.com/search?search...c&arch=any
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#4
Hi Media,

how's the FUSION350-A-E working out for you on linux these days? Any compatibility issues in the newer XBMC and/or Ubuntu versions?

Cheers
Philipp
Fanless Linux HTPC/NAS: Streacom FC10, ASUS P8H77-M PRO, i3-3225, Corsair LP White DDR3-1600, picoPSU-150-XT, 1x SSD 840, 2x HDD WD Red 3TB
Stats: 29W idle, 55W load, CPU 38-43°C idle, CPU 55-60°C load, HDD 42-43°C idle, HDD 47°C load

Reply

Logout Mark Read Team Forum Stats Members Help
[LINUX] HOW TO FIX: W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-2.fw0