http://bugzilla.novell.com/show_bug.cgi?id=586172 http://bugzilla.novell.com/show_bug.cgi?id=586172#c8 --- Comment #8 from Jon Schewe <jpschewe@mtu.net> 2010-04-25 16:52:08 UTC --- (In reply to comment #7)
This disk does not have a button on it. It is just a disk.
Ah, right, the MyBook. I guess the Enclosure logical unit is for the status LEDs that are used as a capacity indicator under other OSs.
There is only 1 LED on the front that flashes with activity. No capacity indication.
If you are willing to spend the effort to narrow down what the ieee1394 driver is doing wrong, you could get me some device data in one of the following two ways:
/1./ Install a kernel that has new driver stack enabled, and attach the file /sys/bus/firewire/devices/fw1/config_rom here. It is a binary file.
The 1 in this path assumes that the host was discovered before the disk. (host: fw0, disk: fw1, units on the disk: fw1.0 and fw1.1)
Not likely to get this unless there already is one packaged for opensuse.
/2./ Install the tool firecontrol (http://firecontrol.sourceforge.net/, formerly known as 1394commander, if neither firecontrol nor 1394commander is not packaged for SuSE, install the devel version of libraw1394 and compile firecontrol), then run { for i in {4,5,6,7}{0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f}{0,4,8,c}; do echo "r . 0 0xfffff0000$i 4"; done } | firecontrol > log and attach the log here.
The 0 after r . in the command string assumes that the disk was discovered as node ID:BUS[0-00:1023] whereas the host is ID:BUS[0-01:1023]. Tried this, but got lots of "insufficient arguments for operation!" And the log is full of: Command: 0xfffff000064c 4 illegal command! Command: r . 0
Will attach -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.