![]() |
Linux Lite does not identify my CD/DVD Drive - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Hard Drives and SSDs (https://www.linuxliteos.com/forums/forumdisplay.php?fid=26) +--- Thread: Linux Lite does not identify my CD/DVD Drive (/showthread.php?tid=3232) Pages:
1
2
|
Linux Lite does not identify my CD/DVD Drive - az-suomi - 08-17-2016 I've used XFBurn, k3b, and Brasero software and the computer does not recognize my CD/DVD drive when I'm trying to burn an ISO image on a blank DVD. Re: Linux Lite does not identify my CD/DVD Drive - LL-user - 08-18-2016 Hi az-suomi, Welcome to Linux Lite and the community ![]() Is the drive recognized at all, i.e. are you able to read from it? Two actions to get more clarity on what's going on. 1. Please open a terminal (Ctrl+Alt+t), run this command: Code: inxi -d 2. in Xfburn: Menu -> Edit -> Preferences -> Devices Can you see your device there? Also check which possible actions are ticked there. Hope that helps ![]() Re: Linux Lite does not identify my CD/DVD Drive - az-suomi - 08-18-2016 The response in terminal when I type: inxi -d: Code: HDD Total Size: 160.0GB (7.5% used) When I go into preferences in Xfburn, it cannot identify a cd/dvd drive. When I order it to burn an ISO image, the start button is greyed out as are some of the other functions. Re: Linux Lite does not identify my CD/DVD Drive - torreydale - 08-18-2016 Perhaps you just have a dvd rom, and not a dvd burner. Re: Linux Lite does not identify my CD/DVD Drive - Valtam - 08-18-2016 What's the output of: Code: dmesg | egrep -i --color 'cdrom|dvd|cd/rw|writer' Re: Linux Lite does not identify my CD/DVD Drive - LL-user - 08-18-2016 (08-18-2016, 01:39 AM)az-suomi link Wrote: The response in terminal when I type: inxi -d: I guess torreydale's assumption is correct looking at the output. ROM = read only memory; A -ROM drive can read discs but not write to them. rw = read write; none means there is no rw capability I couldn't find a data sheet. If you have one, you can check our assumption. Usually you can find this information also on the drive itself. PS: Have you ever burnt a CD/DVD with it? Re: Linux Lite does not identify my CD/DVD Drive - Valtam - 08-18-2016 Output of: Code: cat /proc/sys/dev/cdrom/info Re: Linux Lite does not identify my CD/DVD Drive - az-suomi - 08-23-2016 Terminal reply was: drive name: sr0 drive speed: 48 drive # of slots: 1 Can close tray: 1 Can open tray: 1 Can lock tray: 1 Can change speed: 1 Can select disk: 0 Can read multisession: 1 Can read MCN: 1 Reports media changed: 1 Can play audio: 1 Can write CD-R: 0 Can write CD-RW: 0 Can read DVD: 1 Can write DVD-R: 0 Can write DVD-RAM: 0 Can read MRW: 1 Can write MRW: 1 Can write RAM: 1 Re: Linux Lite does not identify my CD/DVD Drive - Valtam - 08-23-2016 You just have a reader, not a writer. Re: Linux Lite does not identify my CD/DVD Drive - az-suomi - 08-23-2016 I have to burn ISO images to a blank DVD using CDBurnerXP on another computer. Is there any upgrading I can do through the terminal or the internet or would I need a new CD/DVD ROM drive for my computer? |