View previous topic :: View next topic |
Author |
Message |
pappy_mcfae Watchman
Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Mon Jun 02, 2008 9:47 pm Post subject: KDE3.5 eject no longer ejects. <solved> |
|
|
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 |
|
|
Maliwik Apprentice
Joined: 14 Apr 2008 Posts: 252 Location: Wisconsin, U.S. of A.
|
Posted: Mon Jun 02, 2008 9:51 pm Post subject: |
|
|
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 |
|
|
mziab l33t
Joined: 01 Oct 2004 Posts: 644
|
Posted: Mon Jun 02, 2008 9:57 pm Post subject: |
|
|
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 |
|
|
pappy_mcfae Watchman
Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Mon Jun 02, 2008 10:27 pm Post subject: |
|
|
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 |
|
|
mziab l33t
Joined: 01 Oct 2004 Posts: 644
|
Posted: Tue Jun 03, 2008 2:08 pm Post subject: |
|
|
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 |
|
|
pappy_mcfae Watchman
Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Tue Jun 03, 2008 5:05 pm Post subject: |
|
|
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 |
|
|
padoor Advocate
Joined: 30 Dec 2005 Posts: 4185 Location: india
|
Posted: Sun Jul 20, 2008 2:32 am Post subject: |
|
|
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 |
|
|
pappy_mcfae Watchman
Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Sun Jul 20, 2008 6:37 am Post subject: |
|
|
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 |
|
|
Gusar Advocate
Joined: 09 Apr 2005 Posts: 2665 Location: Slovenia
|
Posted: Sun Jul 20, 2008 9:07 am Post subject: |
|
|
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 |
|
|
padoor Advocate
Joined: 30 Dec 2005 Posts: 4185 Location: india
|
Posted: Sun Jul 20, 2008 9:33 am Post subject: |
|
|
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 |
|
|
pappy_mcfae Watchman
Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Mon Jul 21, 2008 3:48 am Post subject: |
|
|
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 |
|
|
|