It works fine with Windows XP and there is actually no need to install drivers or anything. But it doesnt work with Linux. There is a CD that includes some windows 98 and Mac drivers. I was wondering if I could use ndiswrapper to make this drive work.
Actually the disk is detected. There is a /dev/sdb entry but linux cant detect the actual partitions. I think its trying to but needs the correct drivers.
Here's some output from dmesg
- Code: Select all
usb 5-7: new high speed USB device using ehci_hcd and address 7
usb 5-7: configuration #1 chosen from 1 choice
scsi5 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 7
usb-storage: waiting for device to settle before scanning
sd 5:0:0:0: SCSI error: return code = 0x10070000
end_request: I/O error, dev sdb, sector 1
sd 5:0:0:0: SCSI error: return code = 0x10070000
end_request: I/O error, dev sdb, sector 0
sd 5:0:0:0: SCSI error: return code = 0x10070000
end_request: I/O error, dev sdb, sector 1
sd 5:0:0:0: SCSI error: return code = 0x10070000
end_request: I/O error, dev sdb, sector 0
sd 5:0:0:0: SCSI error: return code = 0x10070000
end_request: I/O error, dev sdb, sector 1
I think this shows that linux has actually detected the harddrive, but cant get it to work.
And thats how it goes on forever.
Any ideas please?? If anyone can help me get this working with ndiswrapper or anything else please help.