http://bugzilla.novell.com/show_bug.cgi?id=586172 http://bugzilla.novell.com/show_bug.cgi?id=586172#c7 --- Comment #7 from Stefan Richter <stefan-r-nvbz@s5r6.in-berlin.de> 2010-04-25 15:47:37 UTC ---
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. 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) /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]. -- 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.