On Wed, Sep 22, 2010 at 18:45, vipin kumar <[email protected]> wrote:

>
> I tried pico /etc/modprob/blacklist.conf
>
> Added:
>
> >blacklist usb-storage
> >blacklist usb_storage
> But still am able to access usb storage.
>

it is
$sudo sh -c 'echo blacklist ehci_hcd > /etc/modprobe.d/blacklist-ehci'
$sudo sh -c 'echo blacklist uhci_hcd > /etc/modprobe.d/blacklist-uhci'
$sudo sh -c 'echo blacklist ohci_hcd > /etc/modprobe.d/blacklist-ohci'
//and update the intial ram filesys
sudo update-initramfs -u -k `uname -r`

if you are so desperate to remove the usb driver from the kernel just remove
the usb-storage kernel object to a temporarfy place.

*#*mv /lib/modules/$(uname -r)/kernel/drivers/usb/storage/usb-storage.ko
/root

hope this maybe helpful.
--
Arjun S R
College Of Engineering,Trivandrum <http://www.cet.ac.in/home.php>
Facebook : http://www.facebook.com/Arjun.S.R

-- 
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en

Reply via email to