[SOLVED]Re: Wheezy initramfs-tools and nvidia nforce3 serial ata built-in driver.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Il 16/06/2013 17:46, Ben Hutchings ha scritto:
> On Sun, 2013-06-16 at 15:10 +0200, Franco Martelli wrote:
>> I've an annoying error message at boot time that is related to
>> initramfs-tools, thought because it doesn't appear in dmesg
>> output. If libata(CONFIG_ATA), ata_generic(CONFIG_ATA_GENERIC),
>> sata_nv(CONFIG_SATA_NV), pata_amd(CONFIG_PATA_AMD) drivers are
>> compiled as modules all works fine:
> [...]
>> What is the meaning of the following line?
>>
>> modprobe: module
>> pci:v000010DEd000000E3sv00001458sd0000B002bc01sc01i85 not found
>> in modules.dep
> [...]
>
> The long string beginning 'pci:' is a 'module alias' containing all
> the identifying numbers from a particular PCI device (in this case
> the SATA controller). This is generated by the kernel.
>
> When udev finds each device it passes the device's module alias to
> modprobe, which will load any modules whose aliases match it
> (possibly using wildcards). As you see, modprobe doesn't find any
> matches for this device, because the drivers that might match it
> were not built as modules.
>
> But udev will run 'modprobe -q' which means this error should be
> silent.
>
> The error message matches what busybox's implementation of
> modprobe prints if the -q option is *not* used.
>
> So, whatever you've done to replace or reconfigure udev, just undo
> that and the error message should go away.
>
> Ben.
>
Hi,
There are two files /etc/initramfs-tools/conf.d/driver-policy and
/etc/initramfs-tools/initramfs.conf, driver-policy has:
~# cat /etc/initramfs-tools/conf.d/driver-policy
# Driver inclusion policy selected during installation
# Note: this setting overrides the value set in the file
# /etc/initramfs-tools/initramfs.conf
MODULES=dep
while initramfs.conf has the same entry but set to "most" value, so I
try to set the same value in "MODULES" entry in driver-policy file then
I reconfigure udev:
~# dpkg-reconfigure --priority=low udev
and the annoying message has gone :).
Thank you very much for the clear explanation that address me somewhat
to solve this configuration problem.Thank again.
Regards.
- --
Franco Martelli.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBAgAGBQJR4qEXAAoJEFM/ma7n+T+7Q5kH/3OVQHO5PrYAEcihPDwmRcTI
VHIuF1EVgPpQKGP8oGzvoTu3gcNUMDBOY7d+wEvlHDqwquP/tOuAGVZvxwyV0IQm
buY5T98HNmHRHIfMTsCXvLrE4EUUOVXSGvwjb0188Z5SzwGbxePQluDAYSGZVjR3
j5y+C78llb1GyQ64qsS9wHs6Kpkt3vF0Ne3B306OJBVlG/oaGGsqU2B1dhVz8JUC
ZRO1w83DH0uBBkzPVdDQSWL94poEOBkdoDqfIaQPvRAsWAOWFrpzKQTCOuBw+DhE
w3J8j4NENDXh5bxtYOeKMQnnUblqOLc4nTVh5QpbVVniujViSEqYCiQVFvFT/g8=
=VRBH
-----END PGP SIGNATURE-----
Reply to: