You are not logged in.
Pages: 1
Greetings all! For a while I had been able to rip my BLURAY disks and DVDs just fine, but I couldn't get my CDs to rip with Banshee or anything else. So I started playing with udev rules and stuff trying to figure out if the problem was with my permissions. Today, I updated my system fully to see if that would solve anything. To my surprise, /dev/sr0 no longer exists!
Can anyone help me?
my dmesg output contains this:
[ 2.173385] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.196864] ata4.00: failed to IDENTIFY (device reports invalid type, err_mask=0x0)
[ 2.196869] ata4: limiting SATA link speed to 1.5 Gbps
[ 7.493379] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 7.516861] ata4.00: failed to IDENTIFY (device reports invalid type, err_mask=0x0)
[ 12.813376] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
my /etc/udev/rules.d looks like this:
total 44K
drwxr-xr-x 2 root root 4.0K Oct 6 20:31 .
drwxr-xr-x 4 root root 4.0K Nov 16 14:59 ..
-rw-r--r-- 1 root root 209 Nov 16 14:42 00-myrules.rules
and the 00-myrules.rules file looks like this:
# tty devices
KERNEL="tty[[0-9]]*", NAME="vc/%n", SYMLINK="%k"
# floppy devices
KERNEL="fd[[0-9]]*", NAME="floppy/%n" , SYMLINK="fd%n"
...using Arch as a home server since 2006.
Offline
Pages: 1