Here's my info:
BLFS-SVN
KERNEL = 2.6.12.5
contents of /etc/udev/rules.d/10-blytheworks.rules
BUS=="ide", KERNEL=="hdc", SYSFS{dev}=="22:0", SYMLINK+="cdrom-%k",
GROUP=="cdrom"
BUS=="ide", KERNEL=="hdd", SYSFS{dev}=="22:64", SYMLINK+="cdrom-%k",
GROUP=="cdrom"
On my system hdc = DVD Drive, hdd = DVDRW Drive
I have recently install XMMS folowing the BLFS instructions. Everything
seems peachy. However, when I want to try to play an audio cd, I can't
pull up a playlist from anywhere. The SYMLINKs appear to work properly
(when I look at them in /dev, they show /dev/cdrom-hdc --> /dev/hdc and
/dev/cdrom-hdd --> /dev/hdd.
Do I need to create a mount point in /etc/fstab for my two devices? I
am confused because on my host distro, there are no moint points for
optical devices and I am able to play cd's. I am only trying to play
cd's (not dvd's) at this point because I haven't installed any other
media players yet.
How do I tell XMMS that /dev/cdrom-hdc actually contains the playlist
(audio cd)? What do I need to fix in my udev rules to get this working
correctly?
I am stumped on this one.
Thanks for the help.
rblythe
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page