Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Firmware exists but fails to load
Date: Mon, 15 Aug 2011 09:37:02
Message-Id: 09f426b281f06826f8603d8086e279c1.squirrel@www.antarean.org
In Reply to: [gentoo-user] Firmware exists but fails to load by Adam Carter
1 On Mon, August 15, 2011 11:13 am, Adam Carter wrote:
2 > # dmesg | grep firm
3 > [ 70.453673] r8169 0000:02:00.0: eth0: unable to load firmware patch
4 > rtl_nic/rtl8168d-2.fw (-2)
5 > # ls -l /lib/firmware/rtl_nic/rtl8168d-2.fw
6 > -rw-r--r-- 1 root root 1324 Aug 12 13:09
7 > /lib/firmware/rtl_nic/rtl8168d-2.fw
8 >
9 > Any ideas why this fails? Filesystem is mounted, file is readable...
10
11 Is the filesystem mounted when it tries to find the firmware?
12 In other words, are you perhaps using a ramdisk?
13
14 If you have this drives as a module, can you try removing it (rmmod
15 <driver> and then reloading it (modprobe <driver>)?
16
17 If it isn't a module, can you rebuild your kernel to have the relevant
18 driver as a module?
19
20 --
21 Joost

Replies

Subject Author
Re: [gentoo-user] Firmware exists but fails to load Adam Carter <adamcarter3@×××××.com>