Frank McCormick <fmccormick@videotron.ca> wrote: > This is the output of ls -l >frank@debian:/lost+found/#573699/drivers/i2c/busses$ ls -l * >---s---r-t 1 993200132 3086322235 0 1931-09-13 15:22 i2c-nforce2.ko What is the output of "lsattr" ? It could be that it has the immutable bit set. To fix this, use chattr(1): # chattr -i i2c-nforce2.ko # rm i2c-nforce2.ko