TX stall kernel driver patch
This patch works around ISO xmit issues present in some OHCI controllers that cause them to stall or bail out.
Patch
(note: included in mainline since 2.6.26)
Patched kernel modules
download the tarball that matches your kernel. Untar it somewhere (e.g. /home/myuser/1394driver)
build as follows:
cd /lib/modules/`uname -r`/build make M=/home/myuser/1394driver/`uname -r`
then, if no errors occurred, using sudo or as root:
make M=/home/myuser/1394driver/`uname -r` install
to install the modules.
Attachments
- iso_xmit_cycle_skip.patch (3.5 kB) -
cycle skip patch
, added by ppalmers on 05/24/08 05:51:31. - ieee1394-2.6.24-generic.tar.gz (204.0 kB) -
kernel drivers for Ubuntu 8.04's 2.6.24-generic kernel
, added by ppalmers on 05/24/08 05:52:15. - 2.6.22-15-generic.tar.gz (216.0 kB) - added by ppalmers on 07/13/08 12:59:13.
- 2.6.22-15-rt.tar.gz (216.1 kB) - added by ppalmers on 07/13/08 12:59:26.
