themaddoctor
themaddoctor
You can't find the source package because you have a customized OS. Please contact the guy(s) that built your OS and ask if they can build the module. They have...
Try mounting the partition. Instructions are in the PDF.
Sounds like a corrupted filesystem. You will have to do some data-recovery on it. There are tools you can use like photorec. But this is beyond the scope of this...
"wd1" is the partition, decrypted "wd" is the entire disk, decrypted "sdb" is the entire disk, encrypted I don't know why ddrescue would freeze up. There is another variant called...
Of course it's the same.
If you can dump the first 2 MB, I can tell if it is encrypted. In linux: sudo dd if=/dev/sdX count=4096 of=dump.bin In OSX Terminal: sudo dd if=/dev/diskX count=4096 of=dump.bin...
The ASM1051W does not do encryption, as far as I know. If the keys are stored on the ROM chips on the board, you will have to do some swapping....
The chip is on the board with the USB connector.
I don't believe that that chip does encryption. You probably have a mismatch with the block sizes. Do "fdisk -l /dev/sd_" where _ is the right thing for your disk....
(it will say "sector size")