Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

Gnome does not recognize CDROM

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
9 posts • Page 1 of 1
Author
Message
h2sammo
Veteran
Veteran
User avatar
Posts: 1025
Joined: Wed Mar 11, 2009 2:47 am
Location: Michigan

Gnome does not recognize CDROM

  • Quote

Post by h2sammo » Wed Apr 29, 2009 3:02 am

how can i make it recognize my disks as i put them inside, w/out a terminal command?

btw, i tried:

Code: Select all

localhost bobby # mount /dev/cdrom
mount: you must specify the filesystem type
do i have to specify a filesystem everytime i put a cd/dvd inside?

my fstab:

Code: Select all

  GNU nano 2.1.9                      File: /etc/fstab                                                    

# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# <fs>                  <mountpoint>    <type>          <opts>          <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1               /boot           ext2            defaults,noatime        1 2
/dev/hda2               none            swap            sw                      0 0
/dev/hda3               /               ext3            noatime                 0 1
/dev/cdrom              /mnt/cdrom      auto            noauto,user             0 0
#/dev/fd0               /mnt/floppy     auto            noauto                  0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
shm                     /dev/shm        tmpfs           nodev,nosuid,noexec     0 0
Top
krinn
Watchman
Watchman
User avatar
Posts: 7476
Joined: Fri May 02, 2003 6:14 am

  • Quote

Post by krinn » Wed Apr 29, 2009 2:17 pm

add -t iso9660 or change it in fstab to iso9660, for automounting in gnome i think you should instead comment out the cdrom line in your fstab.
Top
Apopatos
Guru
Guru
User avatar
Posts: 512
Joined: Sun Oct 17, 2004 10:54 am
Location: Hellas

  • Quote

Post by Apopatos » Wed Apr 29, 2009 2:24 pm

Comment out the cdrom line in fstab and run hal daemon with /etc/init.d/hald start .
Top
h2sammo
Veteran
Veteran
User avatar
Posts: 1025
Joined: Wed Mar 11, 2009 2:47 am
Location: Michigan

  • Quote

Post by h2sammo » Fri May 01, 2009 7:54 pm

ok i commented that cdrom bit out but the same result.

gnome (nor kde) can see my cdrom when i put something in it. kde used to pick it up, i had installed some software from disk from within kde in the past.
can someone run me through a diagnostic?
Top
Clad in Sky
l33t
l33t
User avatar
Posts: 900
Joined: Fri May 04, 2007 6:40 am
Location: Germany

  • Quote

Post by Clad in Sky » Sat May 02, 2009 8:10 am

Try to re-emerge gnome-volume-manager with/ without the automount USE flag.

Before that you might want to check if you have the System → Preferences → Removable Drives and Media set to your needs.
Another nice place to look at is
Applications → System Tools → Configuration Editor → Apps → Nautilus → Preferences
There's a checkbox for automount media - is it checked?
Kali Ma
Now it's autumn of the aeons
Dance with your sword
Now it's time for the harvest
Top
yngwin
Retired Dev
Retired Dev
User avatar
Posts: 4572
Joined: Thu Dec 19, 2002 1:22 pm
Location: Suzhou, China

  • Quote

Post by yngwin » Sat May 02, 2009 10:24 am

Check if your kernel has support for the filesystem on the CD:

Code: Select all

CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=y
CONFIG_UDF_NLS=y
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Top
jamatik
n00b
n00b
Posts: 39
Joined: Sat Nov 20, 2004 11:47 pm
Location: Berlin/Germany
Contact:
Contact jamatik
Website

  • Quote

Post by jamatik » Sat May 02, 2009 10:47 pm

Which is your hal version??
can be that you have to change a polkit-auth if you have the recent one with USE="+policykit".
had a problem, too. but with automounting crypted fixed devices in gnome with new hal+policykit

polkit-gnome-authorization
not working: admin auth + allow my username (default:just did nothing)
working: setting admin auth (..) to yes for active console for rules in question
Top
h2sammo
Veteran
Veteran
User avatar
Posts: 1025
Joined: Wed Mar 11, 2009 2:47 am
Location: Michigan

  • Quote

Post by h2sammo » Sun May 03, 2009 12:04 am

im using kde and gnome interchangeably. do you mean i shoudl re-emerge hal with use policykit enabled?

my hal

Code: Select all

*  sys-apps/hal
      Latest version available: 0.5.12_rc1-r1
      Latest version installed: 0.5.12_rc1-r1
      Size of files: 1,136 kB
      Homepage:      http://www.freedesktop.org/wiki/Software/hal
      Description:   Hardware Abstraction Layer
      License:       || ( GPL-2 AFL-2.0 )
Top
jamatik
n00b
n00b
Posts: 39
Joined: Sat Nov 20, 2004 11:47 pm
Location: Berlin/Germany
Contact:
Contact jamatik
Website

  • Quote

Post by jamatik » Sun May 03, 2009 4:27 pm

No. be sure to be in the plugdev group and try if automounting works with hal 0.5.11-r8
Top
Post Reply

9 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic