On Sun, 2010-04-04 at 14:29 +0200, Cesare Leonardi wrote:
> Ben Hutchings wrote:
> >> Try running:
> >>     grep 'options libata' /etc/modprobe.conf /etc/modprobe.d
> > 
> > That should of course be:
> > 
> >     grep -r 'options libata' /etc/modprobe.conf /etc/modprobe.d
> 
> Hi Ben!
> That command gives no results:
> 
> tommaso ~# grep -r 'options libata' /etc/modprobe.conf
> grep: /etc/modprobe.conf: No such file or directory
> tommaso ~# grep -r 'options libata' /etc/modprobe.d/
> tommaso ~#
> 
> That string is not found also in entire /etc, /lib, /usr/lib/, /usr/share.
> 
> Could it be generated by the kernel itself?
> If i try to load whatever modules i can see the message:
> 
> tommaso ~# modprobe libata
> options libata ignore_hpa=1
> tommaso ~# modprobe foo
> options libata ignore_hpa=1
> FATAL: Module foo not found.
> tommaso ~#

Can you run 'strace -o modprobe.strace modprobe foo' and then send the
modprobe.strace file?

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to