Howto Turn the Memory Stick light off on Sony VAIO notebooks in Feisty
Sponsored Link
Warning: This may disable other memory card readers.
Open terminal and enter the following command
lsmod | grep tifm
Now You need to edit the blacklist file using the following command
sudo vi /etc/modprobe.d/blacklist
At the end of the file, enter each module listed on the lsmod output one at a time with "blacklist" proceeding it. Here's mine:
Code:
# Disable Memory Stick
blacklist tifm_sd
blacklist tifm_7xx1
blacklist tifm_core
blacklist mmc_core4
Save the file and exit,Now you need to reboot your system
works!
thanks, after founding out that the mem-stick doesn’t have support yet , it was a constant annoying reminder of that…
how do I save the blacklist?