Kamikaze brcm47xx kernel 2.6 on Asus WL-500gP
USB -> SATA adapter is a very cheap one, but based on Sunplus:
Code:
# cat /proc/scsi/usb-storage/0
Host scsi0: usb-storage
Vendor: Sunplus Technology Co.,Ltd.
Product: USB to Serial-ATA bridge
Serial Number: FDF724040F000000FFFF2CFAFFFA9D
Protocol: Transparent SCSI
Transport: Bulk
Quirks:
Code:
# cat /proc/bus/usb/devices
Vendor=04fc ProdID=0c25 Rev= 1.12
Manufacturer=Sunplus Technology Co.,Ltd.
Product=USB to Serial-ATA bridge
So from all I can read it should be working, but when I run scsi-stop I get:
Code:
# /scsi-stop /dev/sda
/dev/sda is not a SCSI block device
or a different program I found here: http://www.johnkerry.plus.com/scsi-spin.html which should be compiled for Kamikaze (no version mentioned) and kernel 2.6:
Code:
# scsi-spin -d -f /dev/sda
scsi-spin [warning]: device is mounted but --force is passed
scsi-spin: /dev/sda is not a disk or generic SCSI device.
Anybody have any ideea why it is not working?
The harddrive is a Hitachi 400GB SATA U150: HDS724040KLSA80
/Morten