Play a CD

From Linuxintro
Revision as of 08:25, 4 March 2011 by imported>ThorstenStaerk (Created page with "Playing a CD under Linux is like rocket-science. Find out your distribution and proceed accordingly: = SUSE Linux 11.3 = We will use vlc as media player. Do not reboot durin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Playing a CD under Linux is like rocket-science. Find out your distribution and proceed accordingly:

SUSE Linux 11.3

We will use vlc as media player. Do not reboot during the following instructions:

# hwinfo --cdrom --short
cdrom:                                                          
  /dev/sr0             HL-DT-ST DVD+-RW GH50N
  • Priviledge ordinary users to access the CDROM drive:
# chmod 777 /dev/sr0
  • Find out your sound device
# ls /dev/dsp*
/dev/dsp
  • Priviledge ordinary users to access the sound device:
# chmod 777 /dev/dsp
  • install vlc
# yast -i vlc
  • create an ordinary user
# useradd -m myuser
  • assign a password to the ordinary user
# passwd myuser
  • graphically log out and log in again as ordinary user
  • start vlc:
# vlc
  • select File -> Open Disc -> CD-ROM
  • start playing with title 0

Generic

CD playing software includes