Carl Brown wrote: > On Wednesday 15 February 2006 3:45 Pm, Austin Denyer wrote:
> When: > # ls -l /lib/modules/`uname -r`/kernel/drivers/scsi/ide-scsi.ko > ---------- 1 root root 25892 2005-09-27 22:15 > /lib/modules/2.6.12-1-amd64-k8/kernel/drivers/scsi/ide-scsi.ko > > This proves that the ide_scsi module is coming from somewhere besides > /lib/modules/... Not really. Modules are loaded as root, and root ignores permissions. If you want to get rid of the module, try 'rm'. Either that or mv it somewhere outside /lib/modules. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

