Last active
December 25, 2015 17:39
-
-
Save iambibhas/7014459 to your computer and use it in GitHub Desktop.
Udev rule to add for Xfburn to detect Buffalo external DVD drive as writer
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
# Add this line to /etc/udev/rules.d/70-persistent-cd.rules | |
ENV{ID_SERIAL}=="BUFFALO_Optical_Drive_xxxxxxx", ENV{ID_TYPE}="cd", ENV{GENERATED}="1" | |
# Replace xxxxxxx with your drive's serial number. You can find it in /proc/scsi/usb-storage/ | |
# It should be in one of the files (named with numbers denoting each USB devices attached) | |
# The content should be like this - | |
# | |
# Host scsi8: usb-storage | |
# Vendor: BUFFALO | |
# Product: Optical Drive | |
# Serial Number: 303042314133313033363436 | |
# Protocol: 8070i | |
# Transport: Bulk | |
# Quirks: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you! Using this, I was finally able to make my Samsung external DVD drive work properly with Xfburn: (Lubuntu 14.10 64bit)