Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Enable USB Storage Device

牧瀬紅莉栖 edited this page Jul 21, 2015 · 1 revision

Hidden Power

The good news is that NVG589 has 1 USB 2.0 port, the bad news is that you cannot use it. Are you kidding me?


In your root shell, run following commands:

  1. insmod /lib/modules/2.6.30.10-motopia/kernel/drivers/usb/storage/usb-storage.ko

    You might need to change this path to your USB storage device driver.

  2. modprobe usb-storage


Note:

You can find your hard driver in /media/hda1.

Several file system drivers are located in /lib/modules/2.6.30.10-motopia/kernel/fs/, load them if you are having trouble to read the data.

Since there is only one class under usb folder, NVG589 is unlikely to support other types of device.

Clone this wiki locally