Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I've been working with an HP Pavilion ze4125 laptop for the past few days, trying to get all the hardware working properly. My current problem is the DVD/CDRW drive. CD playing works perfectly, without any special settings. DVD playing does not work at all, not with Xine, Ogle, or mplayer. Clearly, the problem lies in my system's configuration. Any help would be much appreciated.
Muvio,
I could not get xine or mplayer to work properly on my Compaq 2170. However, Ogle works just fine. I followed the instructions on the Ogle home page--http://www.dtek.chalmers.se/groups/dvd/. I use SuSE 8.2, but the RedHat rpm's installed just fine. I did enable DMA for the drive to smooth out the playback.
Zane
Using scd0:
[root@ulcer /]# ogle /dev/scd0
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdread: Could not open /dev/scd0 with libdvdcss.
libdvdread: Can't open /dev/scd0 for reading
ERROR[ogle_nav]: faild to open/read the DVD
...and using hdc:
[root@ulcer /]# ogle /dev/hdc
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdread: Can't open file VIDEO_TS.IFO.
ERROR[ogle_nav]: faild to read VIDEO_TS.IFO
I think these combi drives are a challenge. Ideally to use the cd burner the drive needs to be set up with scsi emulation and depending on the distro you are using it may have done that.
Once scsi emulation is in place I lost the ability to play back audio CDs even though I reset the /dev/cdrom link to /dev/scd0. My alsa audio still works fine for mp3 and streaming off the internet.
I started a poll in the slackware group a couple of days ago to see if anyone had a single combi drive playing audio cd, dvd and burning CDRW and have not had any takers.
If you have a choice I think I would opt for two separate drives and set the burner up with scsi emulation.
I will watch this thread to see if someone comes up with an answer.
You may need to create some symlinks to your DVD/CDRW. When I installed SuSE it created a link from sr0 to /dev/cdrecorder. I linked that to /dev/dvd and set that device in the preferences for Ogle. You might want to install the oKle GUI for Ogle and look under File-->Preferences.
When you want to play a DVD, go to File-->Open disc to get it started.
Zane
Muvio,
What distro are you using? Linux always sets up cd burners with scsi emulation. I have had no problems accessing my combo drive for data or audio CDs, burning, or DVD's once I set up the links I described in my previous post.
Here are the entries for my DVD/CDRW in /etc/fstab:
/dev/cdrecorder /media/cdrecorder auto ro,noauto,user,exec 0 0
/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0
SuSE sets up the mount points for removable media at /media instead of /mnt.
My drive model is listed as a QSI CD-RW/DVD-ROM SBW-241.
Zane
Are you trying to mount a data DVD or a video DVD? As far as I know, video DVD's are like audio CD's--they don't have to be mounted. Data DVD's and data CD's do need to be mounted.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.