You are not logged in.

#1 2007-06-28 17:58:56

JaDa
Member
From: Sun City, CA (native German)
Registered: 2007-04-06
Posts: 210
Website

[solved] mount CD/DVD

This is my problem

dvd-1.png

the DVD only shows up in "system:/media/sr0

not in

dvd-2.png

or in

dvd-3.png

My DVD Player, and also MP3 Player can't find the DVD. The Error,

no media found in "/media"

I have two DVD one DVDRom and one DVD +-RW DL Burner

dvd-4.png

so far there is no problem with K3B to burn a DVD or CD.

This Error is related to Amarok, Kaffeine, XMMS, Gxine and another players. They don't find the DVD or CD.

vi /etc/rc.conf
DAEMONS=(syslog-ng hwd network netfs kdm dbus hal crond)

What do I missing?

Last edited by JaDa (2007-06-28 23:53:07)


openSUSE
Arch Linux
USALUG

Offline

#2 2007-06-28 18:50:30

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: [solved] mount CD/DVD

u're missing the fact that blank media dont get mounted


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#3 2007-06-28 20:06:00

ndlarsen
Member
From: Denmark
Registered: 2005-11-02
Posts: 157

Re: [solved] mount CD/DVD

HAL mounts to /media/devicename per default which partly is why it only shows in /media. IIRC, nether audio CDs nor DVDs needs to bo mounted for playback. The device mount point needs to be defined in /etc/fstab to show elsewhere and needs to be not mounted elsewhere.


I made it long
as I lacked the time to make it short...

Offline

#4 2007-06-28 21:14:00

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: [solved] mount CD/DVD

ndlarsen wrote:

HAL mounts to /media/devicename per default which partly is why it only shows in /media. IIRC, nether audio CDs nor DVDs needs to bo mounted for playback. The device mount point needs to be defined in /etc/fstab to show elsewhere and needs to be not mounted elsewhere.

I have my dvd/cdrom entries commented out in my fstab, and I let hal handle it completely. Works great.

Offline

#5 2007-06-28 21:22:08

ndlarsen
Member
From: Denmark
Registered: 2005-11-02
Posts: 157

Re: [solved] mount CD/DVD

Misfit138 wrote:

I have my dvd/cdrom entries commented out in my fstab, and I let hal handle it completely. Works great.

Guess I chose the wrong words. I am not saying that JaDa needs to have the mountpoints definded in fstab, I was just trying to explain why the mounted devices showed in /media and not elsewhere. Taking a closer look at the upmost picture I tend to think that dolby got it spot on. It does look like the icon text states "blank something".


I made it long
as I lacked the time to make it short...

Offline

#6 2007-06-28 23:52:27

JaDa
Member
From: Sun City, CA (native German)
Registered: 2007-04-06
Posts: 210
Website

Re: [solved] mount CD/DVD

ndlarsen wrote:
Misfit138 wrote:

I have my dvd/cdrom entries commented out in my fstab, and I let hal handle it completely. Works great.

It does look like the icon text states "blank something".

oops, it is blank & jones my test audio CD!

My problem is solved! Thanks for all your ideas!

The most important what I missed was "autofs"! Hal and dbus are not enough!

Install autofs

 pacman -S autofs

then follow this wiki
http://wiki.archlinux.org/index.php/AutoFS_HowTo

very important
Edit the file /etc/autofs/auto.master. Delete the existing contents and add the following line:

/media /etc/autofs/auto.media

and take a closer look if you using VI or VIM command on "/media /" it's not "/media/"

If Autofs doesn't automatically unmount your devices (after you finish this wiki), replace last line by :

 /media /etc/autofs/auto.media --timeout 3

you need to add "--timeout 3"

also add the daemon "aufofs" in the "/etc/rc.conf" if you like it at the startup.

The USB devises for digital camera and USB Stick or just changing Musik/Movie CD/DVD just work fine now.

There is no error anymore in Kaffeine or another players

no media found in "/media"

all is works perfect. The Icon's for mounted devises show now up on my desktop (KDE) too!


openSUSE
Arch Linux
USALUG

Offline

#7 2007-06-29 01:29:49

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: [solved] mount CD/DVD

Glad you got it working! big_smile
I have never used autofs, but it seems interesting.

Offline

#8 2007-06-29 18:19:57

ndlarsen
Member
From: Denmark
Registered: 2005-11-02
Posts: 157

Re: [solved] mount CD/DVD

Well, if you are using KDE the HAL/DBUS combo ought to be enough. Works for me atleast. Perhaps there is some faulty configuration somewhere.


I made it long
as I lacked the time to make it short...

Offline

Board footer

Powered by FluxBB