On Mar 11 2008, 11:03 pm,
mat.with...@gmail.com wrote:
> I inherited the 'Turbo' model of the SC101 from a failed project and
> when I first tried the l software it didn't discover the device on the
> network. A quick poke around with Wireshark showed that the data on
> the wire seemed pretty much the same as what was in psan_wireformat.h
> so I poked around a bit more.
>
> The fix is pretty simple. In psan.c the functions 'psan_query_disk'
> and 'psan_query_root' pass an 'info' value of '1' into the
> 'psan_get_t' struct. Doing so seems to cause the 'select' to fail in
> the 'wait_for_packet' function. Changing the value passed into 'info'
> to '0' seems to allow the device, disks and partitions to be
> discovered fine - I'm now currently watching my linux box mkfs.ext3 /
> dev/nbd0
>
> Hope this is of some help to someone
>
> Mat
It was of great help to me, before making this change I couldn't use
my SC101T with linux.