This shows you the differences between two versions of the page.
|
howto:ubuntu_feisty_on_thinkpad_x41 [2010/05/17 21:19] brendan |
howto:ubuntu_feisty_on_thinkpad_x41 [2010/05/17 21:19] (current) brendan |
||
|---|---|---|---|
| Line 63: | Line 63: | ||
| EndSection | EndSection | ||
| </code> | </code> | ||
| - | |||
| ===== Problem: Stylus fails after resume ===== | ===== Problem: Stylus fails after resume ===== | ||
| Create file ''/etc/acpi/resume.d/20-setserial.sh'' mode ''755'' owner ''root:root'' : | Create file ''/etc/acpi/resume.d/20-setserial.sh'' mode ''755'' owner ''root:root'' : | ||
| - | <code text|h /etc/acpi/resume.d/20-setserial.sh> | + | <code bash /etc/acpi/resume.d/20-setserial.sh> |
| #!/bin/bash | #!/bin/bash | ||
| /bin/setserial /dev/ttyS0 port 0x0200 irq 5 autoconfig | /bin/setserial /dev/ttyS0 port 0x0200 irq 5 autoconfig | ||