| 1 | = TX stall kernel driver patch = |
---|
| 2 | |
---|
| 3 | This patch works around ISO xmit issues present in some OHCI controllers that cause them to stall or bail out. |
---|
| 4 | |
---|
| 5 | == Patch == |
---|
| 6 | |
---|
| 7 | (note: included in mainline since 2.6.26) |
---|
| 8 | |
---|
| 9 | == Patched kernel modules == |
---|
| 10 | |
---|
| 11 | download the tarball that matches your kernel. Untar it somewhere (e.g. /home/myuser/1394driver) |
---|
| 12 | |
---|
| 13 | build as follows: |
---|
| 14 | {{{ |
---|
| 15 | cd /lib/modules/`uname -r`/build |
---|
| 16 | make M=/home/myuser/1394driver/`uname -r` |
---|
| 17 | }}} |
---|
| 18 | |
---|
| 19 | then, if no errors occurred, using sudo or as root: |
---|
| 20 | {{{ |
---|
| 21 | make M=/home/myuser/1394driver/`uname -r` install |
---|
| 22 | }}} |
---|
| 23 | |
---|
| 24 | to install the modules. |