Skip to content

Instantly share code, notes, and snippets.

@sdawson
Created February 3, 2012 00:25
Show Gist options
  • Select an option

  • Save sdawson/1726713 to your computer and use it in GitHub Desktop.

Select an option

Save sdawson/1726713 to your computer and use it in GitHub Desktop.
Remove failed command: IDENTIFY PACKET DEVICE messages
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