Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Still testing the waters. But looking actively at Mandrake 10
Posts: 20
Rep:
ubuntu dapper does not open dvd
i have ubuntu dapper installed. it does not read my dvd drive. though CDs are read easily. an icon appears on the desk top. I tried to get mplayer to open dvd but got this following message:
91 audio & 204 video codecs
Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied
Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup scripts.
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support.
You will not be able to use your remote control.
Playing dvd://1.
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdread: Could not open /dev/dvd with libdvdcss.
libdvdread: Can't open /dev/dvd for reading
Couldn't open DVD device: /dev/dvd
File not found: '1'
Failed to open dvd://1
Exiting... (End of file)
shivkumar@shivkumar-desktop:~$
When you tell mplayer to open dvd:// it tries to open /dev/dvd. That should just be a symlink, and if playing cd's is working for you, and its one drive, then that symlink should point to the same place as /dev/cdrom.
Distribution: Still testing the waters. But looking actively at Mandrake 10
Posts: 20
Original Poster
Rep:
its the same DVD CD-R drive. how do I activate this symlink?
Also I cannot login as root. whenever i try to do so on dapper, i get the message that systems administrator cannot login from this page...
what to do?
sk
Quote:
Originally Posted by AzrielMacKay
When you tell mplayer to open dvd:// it tries to open /dev/dvd. That should just be a symlink, and if playing cd's is working for you, and its one drive, then that symlink should point to the same place as /dev/cdrom.
I didnt like the way ubuntu/kubuntu made you use sudo for everything. The trick is to do a sudo passwd root. That will let you make a password for root, and afterwards you will have a normal root login. You said its a data disk. What does it do when you try to mount /dvd? (Mountpoint dvd has to exist-mkdir /dvd). MC (midnight commander) is good for looking at where a symlink currently points and editing it. Install mc if its not already there, cd to /dev, run mc and then highlight /dev/dvd and look at the bottom and see where it is pointing. If it doesnt point to the same place /dev/cdrom points to hit cnrl-x cntrl-s and you cant edit it.
Distribution: Still testing the waters. But looking actively at Mandrake 10
Posts: 20
Original Poster
Rep:
installed mc, but cannot find /dev/dvd
sk
Quote:
Originally Posted by AzrielMacKay
I didnt like the way ubuntu/kubuntu made you use sudo for everything. The trick is to do a sudo passwd root. That will let you make a password for root, and afterwards you will have a normal root login. You said its a data disk. What does it do when you try to mount /dvd? (Mountpoint dvd has to exist-mkdir /dvd). MC (midnight commander) is good for looking at where a symlink currently points and editing it. Install mc if its not already there, cd to /dev, run mc and then highlight /dev/dvd and look at the bottom and see where it is pointing. If it doesnt point to the same place /dev/cdrom points to hit cnrl-x cntrl-s and you cant edit it.
Distribution: Arch Linux 2007.05 "Duke" (Kernel 2.6.21)
Posts: 447
Rep:
So the symlink between /dev/cdrom and /dev/dvd exists. Hmmmm....try pointing mplayer to /dev/cdrom (in its configuration options) instead of /dev/dvd. I've also had some success with pointing it to /dev/hdc (where /dev/hdc is ALSO your cdrom...)
Distribution: Still testing the waters. But looking actively at Mandrake 10
Posts: 20
Original Poster
Rep:
i get the messsage failed to open://dvd
sk
Quote:
Originally Posted by xpromisex
So the symlink between /dev/cdrom and /dev/dvd exists. Hmmmm....try pointing mplayer to /dev/cdrom (in its configuration options) instead of /dev/dvd. I've also had some success with pointing it to /dev/hdc (where /dev/hdc is ALSO your cdrom...)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.