Am Wednesday 27 October 2004 16:22 schrieb aashram:
> but I cannot get linux to see all 4 drives. Instead it only sees
> 1 drive from each bridge board. I cannot get it to see the second drive
> on each board.
>
> Can I get this to work?
Yes, you can, at least in kernel 2.6.
It works in kernel 2.6.2. If you want to use a newer kernel, you have to
move the drivers/ieee1394/ directory from kernel 2.6.2 to kernel 2.6.x.
However, the 2.6.2 ieee1394 branch won't compile with newer 2.6 kernels,
to make it work you have to change ieee1394_types.h:
Replace the following line
CLEAR_BITMAP((_tp)->pool, 64); \
with this one
memset((_tp)->pool, 0, BITS_TO_LONGS(64)*sizeof(unsigned long)); \
Then SBP2 will compile. The other modules however probably still won't. If
you need ieee1394 camera or other support as well, you probably have no
other choice than to use kernel 2.6.2.
HTH
Andreas
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
mailing list Linux1394-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux1394-user
Received on Wed Oct 27 16:41:37 2004
This archive was generated by hypermail 2.1.8 : Mon 02 May 2005 - 09:16:50 CEST