Mailinglist Archive: opensuse (2955 mails)
| < Previous | Next > |
Re: [opensuse] Force module not to load
- From: Anders Johansson <andjoh@xxxxxxxxxx>
- Date: Mon, 12 Feb 2007 00:12:12 +0100
- Message-id: <200702120012.12779.andjoh@xxxxxxxxxx>
On Sunday 11 February 2007 23:17, Teemu Nikkilä wrote:
> Hi,
>
> usb_storage is giving me troubles under 10.1 so I'd like to prevent the
> system from loading the module completely since I don't need it. How do I
> accomplish this?
Edit /etc/modprobe.conf.local and add the line
install usb_storage /bin/true
It sounds backwards, but it will prevent use_storage from loading
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> Hi,
>
> usb_storage is giving me troubles under 10.1 so I'd like to prevent the
> system from loading the module completely since I don't need it. How do I
> accomplish this?
Edit /etc/modprobe.conf.local and add the line
install usb_storage /bin/true
It sounds backwards, but it will prevent use_storage from loading
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |