What is the procedure for installing a new DVD writer?
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.
What is the procedure for installing a new DVD writer?
I am new to Linux and cannot find what steps are required to install a new DVD writer.
I am using: Mandrake 10.1 official and KDE 3.2
I have removed my CD writer and replaced it with a Samsung TS-H552B. When I booted my computer, it acted like the new hardware was being recognized (although I don't recall what the messages were). Then I looked at the /mnt directory and found that nothing had changed. It showed:
/mnt/cdrom
/mnt/cdrom2
This was what it had before I removed the CD writer (cdrom2). I thought it would create something like /mnt/dvd but it did not. I assumed that the DVD was recognized as cdrom2 and put a data DVD in, but Nautilus showed cdrom2 as empty. I tried putting a movie in it, but both Kaffeine and MPlayer responded with "The source can't be read. Maybe you don't have enough rights for this, or source doesn't contain data (e.g: no disc in drive). (/dev/dvd)". I checked the /dev directory. It showed /dev/cdroms that contained /dev/cdrom0 and /dev/cdrom1.
I then ran Harddrake and it found the DVD burner and displayed:
Quote:
Identification
Disk identifier: TSSTcorpCD/DVDW TS-H552B
Media class: cdrom
Bus identification
Device ID: 1
Connection
Bus: ide
Channel: secondary
Device
Old device file: /dev/hdd
New devfs device: /dev/ide/host0/bus1/target1/lun0/cd
Misc
Drive capacity: burner DVD
Disk controller: 0
There were options about mount point, options and type, which I was not sure what to do at this stage and gave up. Any suggestions or help would be greatly appreciated.
-Bob
Distribution: Mandriva 2011 / Mageia 1 / Linux Mint 12 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,274
Rep:
Try mounting it as root: mount /dev/hdd /mnt/cdrom2. The app KwikDisk (in your menu it's here: System-->Monitoring) shows you what is mounted. Check the entries in your /etc/fstab file. If you post the contents better help may be provided.
puzzling - i'm assuming that when you suggest the new hardware was recognised it was during Mandrake's boot sequence.
Could you post the contents of your /etc/fstab file?
Also, when you fitted the new drive, did you take care of the master / slave jumper position on the back of the drive?
i've swapped drives 'like-for-like' before and not run into trouble, but who knows.. as for mount point, it matters not - i've got a CD burner and a DVD-ROM on my system, and mandrake mounts them at /mnt/cdrom and /mnt/cdrom2 respectively..your /etc/fstab file should take care of that. the only dodgy possibility is in your /dev directory. now, i know for a fact that Mandrake 10.1 uses a new (different) way of working with the physical devices on your system than 10.0 (which I use). But I think the principle is the same. basically, your '/dev/dvd' device file is in reality just a symbolic link to the real device file (which from your post is actually /dev/ide/host0/bus1/target1/lun0/cd). it's possible that the link has been broken - go into konqueror, into the /dev directory, and hover your mouse over the /dev/dvd device file. in the bottom-left of the window, you should see where /dev/dvd points to - it should match the device file quoted above...
Thanks,
I checked and set the DVD writer to Slave and left the existing CD rom as is before installing. I may have gone out of sequence but I ran KwikDisk first and it set up a desktop icon for the DVD writer. I was then able to play a DVD movie with MPlayer! But I still can't seem to view the contents of a DVD data disk. I am assuming the disk is ok, but it did come with a Linux magazine (it's the only DVD data disk I have - maybe there's something wrong with it).
Quote:
go into konqueror, into the /dev directory, and hover your mouse over the /dev/dvd device file. in the bottom-left of the window, you should see where /dev/dvd points to - it should match the device file quoted
In the lower left corner: dvd/ Folder
Quote:
Try mounting it as root: mount /dev/hdd /mnt/cdrom2.
[root@localhost etc]# mount /dev/hdd /mnt/cdrom2
mount: block device /dev/hdd is write-protected, mounting read-only
mount: /dev/hdd already mounted or /mnt/cdrom2 busy
mount: according to mtab, /dev/hdd is mounted on /dev/dvd
Yesterday I was able to at least watch a DVD movie using MPlayer. Today though it doesn't work! When I try to open the movie in MPlayer now it gives the error: "Can't open VMG info!" . I guess I am back to square one.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.