LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   New Ubuntu install...How to recognize cd, dvd players (https://www.linuxquestions.org/questions/linux-newbie-8/new-ubuntu-install-how-to-recognize-cd-dvd-players-4175541038/)

Dwadman 04-28-2015 03:11 PM

New Ubuntu install...How to recognize cd, dvd players
 
New Ubuntu install....doesn't see cd or dvd players. Can't find how to access "Hardware" and "Properties" which typically list the hardware installed on desktop computer, in Windows by right-clicking when in "Computer".

strick1226 04-28-2015 03:16 PM

Which version of Ubuntu did you install, and onto what hardware?

michaelk 04-28-2015 07:09 PM

Welcome to LinuxQuestions.

What do you mean by not see? linux does not have separate drives like windows and therefore does not show up in a file browser. When a disc is inserted a directory is automatically created and mounted to /media/<disc_name> and a file browser window opens to show its contents. Different distributions behave diferently and use different mount points etc.

Optical media will have a device id of /dev/sr0 and link to /dev/cdrom. If they exist linux see it.

http://www.binarytides.com/linux-com...hardware-info/

flshope 04-28-2015 08:10 PM

On my Ubuntu 14.04 installation with Gnome Classic desktop, if I open the computer icon (location depends on the installed desktop), I see my DVD drive and other devices such as my hard disks, USB drives, and the "File System".

michaelk 04-28-2015 08:26 PM

Thanks for the update

John VV 04-28-2015 08:33 PM

Quote:

doesn't see cd or dvd players
ODD
the dvd drive in your computer will have been automatically mounted on boot

just open the drawer place the dvd in the tray and close

then use a MUSIC!!!! program like kcd ,Amarok , Rhythmbox

or whatever your default music player is

ardvark71 04-28-2015 08:40 PM

Quote:

Originally Posted by Dwadman (Post 5354646)
Can't find how to access "Hardware" and "Properties" which typically list the hardware installed on desktop computer, in Windows by right-clicking when in "Computer".

Hi...

Welcome to the forum :)

You might be referring to the "Device Manager" in Windows. In Linux, it's a little different. ;)

I'm not sure if it's still available or preinstalled on Ubuntu but I think a program called "HardInfo" may be what you're looking for. Take a look in the Synaptic Package Manager to see if it's installed. If not, you can install it there or via the terminal using the instructions here. :)

Hope this helps...

flshope 04-29-2015 06:40 AM

A command you can use in a terminal to find out what hardware your operating system is seeing is 'lshw'. It is recommended that you run this with the command 'sudo lshw', assuming your user name has full administrative privileges.


All times are GMT -5. The time now is 09:46 PM.