![]() |
USB drive works on DSL, not DSL-N. DSL-N has kernel 2.6.12
So, I plug in my USB drive, check dmesg, and get this:
Code:
usb 1-1: new full speed USB device using uhci_hcd and address 3I try fdisk -l, and only see my hda1. I ls /dev/sd* and none are lit up as available. (Colored ls) mount /dev/sda1 /mnt/sda1 gives me: Code:
mount: /dev/sda1 is not a valid block device |
Solution
For my situation, DMESG was posting that the USB was inserted, but nothing about loading it as a drive. I found a post that suggested this: Code:
sudo modprobe usb_storageCode:
usb-storage: device found at 2To keep this permanent, I created a file called local in /etc/init.d/ Code:
#!/bin/bashCode:
chmod +x localI hope this helps somebody else. |
| All times are GMT -5. The time now is 06:41 AM. |