| 7 | | == Capturing the trace == |
| | 12 | * R8169.OS2 -> \IBMCOM\MACS |
| | 13 | * R8169.NIF -> \IBMCOM\MACS |
| | 14 | * R8169.SYM -> \IBMCOM\MACS |
| | 15 | * TRC00F8.TFF -> \OS2\SYSTEM\TRACE |
| | 16 | |
| | 17 | To enable tracing, add these two lines to your CONFIG.SYS: |
| | 18 | {{{ |
| | 19 | TRACEBUF=512 /M=WRAP,QUEUED,NODTI /D=ALL |
| | 20 | TRACE=ON 248 |
| | 21 | }}} |
| | 22 | You must reboot to make the new driver active and enable tracing. This |
| | 23 | assumes that you have already setup this driver using mpts.exe. You do |
| | 24 | not need to setup the driver using mpts.exe more than once, even if you |
| | 25 | copy new versions of the driver into \IBMCOM\MACS. You just need to reboot |
| | 26 | to start using the new version. |
| | 27 | |
| | 28 | == Capturing the Trace == |
| | 29 | |
| | 30 | To capture the trace dump, open a command window and type: |
| | 31 | |
| | 32 | TRACEFMT |
| | 33 | |
| | 34 | From the file menu choose save formatted trace and send that file to |
| | 35 | the developer. |