Bug 3305
Summary: | Firewire400 device not detected | ||
---|---|---|---|
Product: | Drivers | Reporter: | Chris Horn (chris) |
Component: | IEEE1394 | Assignee: | Stefan Richter (stefanr) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.6 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Chris Horn
2004-08-29 11:17:31 UTC
Do you have still access to this hardware? Could you try a later kernel, preferably 2.6.12? What do you get from $ ls /sys/bus/ieee1394/devices/ $ find /sys/bus/ieee1394/devices/fw-host0/ -type f -print -exec cat {} \; Here is a proposed patch that may fix it: http://marc.theaimsgroup.com/?l=linux1394-user&m=112337569219356 Changing bug status to resolved/code_fix. The proposed works fixes the problem with a device of a different brand but which seems to be identical to yours: http://www.macpower.com.tw/products/hdd3/icecube/ic_800plus http://www.linux1394.org/view_device.php?id=916 The proposed patch has not been merged yet. There is apparently an unresolved underlying problem which this bug has in common with bug 4004, and the patch does not cure that one. But it's being worked on... Should be solved by Linux 2.6.14. |