Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE3.5 eject no longer ejects. <solved>
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Mon Jun 02, 2008 9:47 pm    Post subject: KDE3.5 eject no longer ejects. <solved> Reply with quote

I knew I should have tried it on a different machine. After installing KDE4.0, I can no longer eject optical disks (CD' or DVD's) by right clicking on the disk icon, and telling it to eject. The command fails, and the media stays in the drive.

I know this was caused by KDE4 because everything worked right as rain up to that point. My question is, where is the menu that makes that happen? I'd like to get my functionality back without having to nuke and reinstall KDE3.5. That's a lot of work I'd rather not do.

|crossing fingers|

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.


Last edited by pappy_mcfae on Mon Jun 02, 2008 10:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
Maliwik
Apprentice
Apprentice


Joined: 14 Apr 2008
Posts: 252
Location: Wisconsin, U.S. of A.

PostPosted: Mon Jun 02, 2008 9:51 pm    Post subject: Reply with quote

Just a suggestion (I'm not 100% sure if this will fix it), but have you tried re-emerging dbus and hal?
_________________
freelight wrote:
I have a severe case of procrastinitis.
Back to top
View user's profile Send private message
mziab
l33t
l33t


Joined: 01 Oct 2004
Posts: 644

PostPosted: Mon Jun 02, 2008 9:57 pm    Post subject: Reply with quote

Create /etc/udev/rules.d/51-local.rules with the following content:
Code:
ACTION=="add", SUBSYSTEM=="block", KERNEL=="sd[a-z]*", ATTRS{removable}=="1", MODE="0660", GROUP="plugdev"


This worked for me.
_________________
Gentoo Linux 13.0 | 3.19 | glibc 2.19 | gcc 4.9.2

mteam | mziab's blog | roslin
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Mon Jun 02, 2008 10:27 pm    Post subject: Reply with quote

mziab wrote:
Create /etc/udev/rules.d/51-local.rules with the following content:
Code:
ACTION=="add", SUBSYSTEM=="block", KERNEL=="sd[a-z]*", ATTRS{removable}=="1", MODE="0660", GROUP="plugdev"


This worked for me.

It also worked for me...thanks. Now, I'd like to know what made that happen in the first place. It used to work just fine. I guess now that it works again, the reason is moot...however, moot or not, I'd still love to know what happened.

Thanks again!

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
mziab
l33t
l33t


Joined: 01 Oct 2004
Posts: 644

PostPosted: Tue Jun 03, 2008 2:08 pm    Post subject: Reply with quote

KDE4 is not at fault. I was able to narrow the problem down to a recent udev upgrade. Optical media, as well as pendrives etc. now belong to the group "disk", instead of the old "plugdev". The above udev rule changes the group back for all removable /dev/sd* devices.
_________________
Gentoo Linux 13.0 | 3.19 | glibc 2.19 | gcc 4.9.2

mteam | mziab's blog | roslin
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Tue Jun 03, 2008 5:05 pm    Post subject: Reply with quote

Mind expanding! But it makes no sense. Only one machine was effected. Oh well, once again, at least it's back up and running as it should. Thanks again!

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
padoor
Advocate
Advocate


Joined: 30 Dec 2005
Posts: 4185
Location: india

PostPosted: Sun Jul 20, 2008 2:32 am    Post subject: Reply with quote

nope it did not help.
user cannot mount or eject cd
some problem still persists.
does the fstab line affect this cdrom?
_________________
reach out a little bit more to catch it (DON'T BELIEVE the advocate part under my user name)
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Sun Jul 20, 2008 6:37 am    Post subject: Reply with quote

Yes, absolutely. An optical drive declared in /etc/fstab shuts down hal's ability to automount them. The same goes for stick drives and other USB storage devices.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
Gusar
Advocate
Advocate


Joined: 09 Apr 2005
Posts: 2665
Location: Slovenia

PostPosted: Sun Jul 20, 2008 9:07 am    Post subject: Reply with quote

pappy_mcfae wrote:
Yes, absolutely. An optical drive declared in /etc/fstab shuts down hal's ability to automount them. The same goes for stick drives and other USB storage devices.
Not true. I have everything set up in fstab and hal/kde mounts things automatically in exactly the way that is described in fstab.
Back to top
View user's profile Send private message
padoor
Advocate
Advocate


Joined: 30 Dec 2005
Posts: 4185
Location: india

PostPosted: Sun Jul 20, 2008 9:33 am    Post subject: Reply with quote

it did not make any difference even after commenting the fstab cdrom line .
still user cannot eject the cd nor mount .
looks like hal is independent of fstab or vice versa
_________________
reach out a little bit more to catch it (DON'T BELIEVE the advocate part under my user name)
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Mon Jul 21, 2008 3:48 am    Post subject: Reply with quote

Gusar wrote:
pappy_mcfae wrote:
Yes, absolutely. An optical drive declared in /etc/fstab shuts down hal's ability to automount them. The same goes for stick drives and other USB storage devices.
Not true. I have everything set up in fstab and hal/kde mounts things automatically in exactly the way that is described in fstab.

Well, then you have a miracle system.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum