Richard Fish <bigfish <at> asmallpond.org> writes:

> Does /dev/hdc exist?  If so, what are the permissions there?  What
> about /dev/cdrom?
Initially:
brw-rw----  1 cdrom 22, 0 Nov 17 16:41 /dev/hdc
so I change it to 777
brwxrwxrwx  1 cdrom 22, 0 Nov 17 16:41 /dev/hdc
but that did not fix it.
ls -alg /dev/cdrom
lrwxrwxrwx  1 root root 3 Nov 17 16:41 /dev/cdrom -> hdc

> What does "/sbin/cdrom_id /dev/hdc" report?
ID_CDROM=1
ID_CDROM_MRW=1
ID_CDROM_MRW_W=1
ID_CDROM_RAM=1


I also get an additional error message from kaffeine now:
xine Error -Kaffeine Player
"No plugin found to handle this resource (dvd:/)
Details
xine: cannot fine input plugin for MRL (dvd:/)
xine: input plugin cannot open MRL (dvd:/)
xine: found input plugin :DVD Navigator
demux_avi; invalid avi chunk "demux_avi; invalid avi chunk...."

> You can also try setting udev_log=7 in /etc/udev/udev.conf, run
> udevstart, 

OK
> and take a look at the messages in /var/log/messages to see
> what devices udev is seeing, what rules it is matching for those, and
> what devices and links it is creating.
Hum, /var/log/messages does not exist. Lots of specific log files
are in /var/log

Which startup script do I edit to start logging to /var/log/messages?


> > likewise video is missing:
> > ls -alg /dev/video
> > ls: /dev/video: No such file or directory
> The default rules for udev (in /etc/udev/rules.d/50-udev.rules) makes
> framebuffer devices in /dev/fb/, with symlinks at /dev/fbX.  The only
> 'video' devices are for capture cards, and are created as
> /dev/v4l/videoX, with symlinks as /dev/videoX.  What device are you
> expecting at /dev/video?

None really, I was just looking at a portable, with an onboard usb cam
built into the screen case and it had the video drivers. I do think
I enabled v4l in the kernel on that one. Let's just ignore it for
now, as the frame grabber card that was in the amd system with the 
dvd problem was moved to another system a couple of months ago.

James

-- 
gentoo-user@gentoo.org mailing list

Reply via email to