ok, update.
as per some other guide, i installed the libdc1394 library. nothing.
i also realized that i didn't have the video1394 module loaded. i loaded that. nothing.
though, my dmesg now says this:
ieee1394: hpsb_update_config_rom() is deprecated
ieee1394: Failed to generate Configuration ROM image for host 0
i have also used testlibraw, and came up with this:
successfully got handle
current generation number: 2
2 card(s) found
nodes on bus: 1, card name: ohci1394
nodes on bus: 0, card name: ohci1394
using first card found: 1 nodes on bus, local ID is 0, IRM is 0doing transactions with custom tag handler
trying to send read request to node 0… completed with value 0×4753c2b3using standard tag handler and synchronous calls
trying to read from node 0… completed with value 0×96c1c2b3testing FCP monitoring on local node
got fcp command from node 0 of 8 bytes: 01 23 45 67 89 ab cd ef
got fcp response from node 0 of 8 bytes: 01 23 45 67 89 ab cd ef
testing config rom stuff
get_config_rom returned 0, romsize 64, rom_version 7
here are the first 10 quadlets:
0. quadlet: 0×2fd60404
1. quadlet: 0×34393331
2. quadlet: 0×32a264e0
3. quadlet: 0×66061100
4. quadlet: 0xcc5c6745
5. quadlet: 0xa0820300
6. quadlet: 0×06110003
7. quadlet: 0×02000081
8. quadlet: 0xc083000c
9. quadlet: 0×2a2c0600
update_config_rom returned 0polling for leftover messages
i have no idea what this all means at the moment. more to come.