Created
February 3, 2012 00:25
-
-
Save sdawson/1726713 to your computer and use it in GitHub Desktop.
Remove failed command: IDENTIFY PACKET DEVICE messages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This is a fix due to problems with TSSTcorp DVD drives. | |
| (TSSTcopr CDDVDW SH-S223C) | |
| In /lib/udev/rules.d/60-persistent-storage.rules, comment out: | |
| # ATA/ATAPI devices (SPC-3 or later) using the "scsi" subsystem | |
| KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", ATTRS{type}=="5", ATTRS{scsi_level}=="[6-9]*", IMPORT{program}="ata_id --export $tempnode" | |
| Add | |
| options libata atapi_passthru16=0 force=5: udma5 | |
| to /etc/modprobe.d/modprobe.conf | |
| Add | |
| FILES="/etc/modprobe.d/modprobe.conf | |
| to /etc/mkinitcpio.conf | |
| Rebuild kernel image with: | |
| mkinitcpio -p linux | |
| reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment