Jump to content

Second opinion needed [solved]


Recommended Posts

an answer to this may also be helpful in trouble shooting:

Exactly how do they "not work"? ...cd playing app not recognizing them? or just no sound?
:P

 

EDIT: added, no change.

Did you logout and back in? For group changes to take effect you have to either logout/in, or source /etc/profile in a terminal and start the app you want to test it with from that same terminal.

Link to comment
Share on other sites

  • Replies 50
  • Created
  • Last Reply

Top Posters In This Topic

There is no output. It's just

localhost mystified # mount /mnt/cdrom

localhost mystified #

 

And if you look at /etc/fstab you'll see that /mnt/cdrom is linked to /dev/hdc

/dev/hdc /mnt/cdrom auto unhide,noauto,ro,user 00

Link to comment
Share on other sites

no no, don't try to mount it, after you've mounted it run simply the command mount with no additional arguments. This will list all of the currently mounted devices and where they've been mounted at.

 

Besides, you shouldn't have to actually issue a mount command anymore...gentoo should be using hal/dbus and automatically detecting and mounting your removable devices.

Link to comment
Share on other sites

You said to mount it. :P

Here's the output of mount with a data cd in the drive:

 

/dev/hda7 on / type reiserfs (rw,noatime)

proc on /proc type proc (rw)

sysfs on /sys type sysfs (rw,nosuid,nodev,noexec)

udev on /dev type tmpfs (rw,nosuid)

devpts on /dev/pts type devpts (rw,nosuid,noexec)

/dev/hda8 on /home type reiserfs (rw,noatime)

/dev/hda1 on /mnt/mandrake type reiserfs (rw,noatime)

/dev/hda6 on /mnt/mandrake/home type reiserfs (rw,noatime)

/dev/hda9 on /mnt/lfs type reiserfs (rw,noatime)

shm on /dev/shm type tmpfs (rw,noexec,nosuid,nodev)

usbfs on /proc/bus/usb type usbfs (rw,noexec,nosuid,devmode=0664,devgid=85)

 

no /dev/hdc

Link to comment
Share on other sites

localhost mystified # mount

/dev/hda7 on / type reiserfs (rw,noatime)

proc on /proc type proc (rw)

sysfs on /sys type sysfs (rw,nosuid,nodev,noexec)

udev on /dev type tmpfs (rw,nosuid)

devpts on /dev/pts type devpts (rw,nosuid,noexec)

/dev/hda8 on /home type reiserfs (rw,noatime)

/dev/hda1 on /mnt/mandrake type reiserfs (rw,noatime)

/dev/hda6 on /mnt/mandrake/home type reiserfs (rw,noatime)

/dev/hda9 on /mnt/lfs type reiserfs (rw,noatime)

shm on /dev/shm type tmpfs (rw,noexec,nosuid,nodev)

usbfs on /proc/bus/usb type usbfs (rw,noexec,nosuid,devmode=0664,devgid=85)

/dev/hdc on /mnt/cdrom type iso9660 (ro,noexec,nosuid,nodev,unhide)

Link to comment
Share on other sites

no, there is no optical group...already covered earlier in the thread ;) (we looked over all the groups on her system)

 

we have narrowed it down to most likely a permissions issue, but, we're stuck as to what permissions...do you know if dbus/hal is at all involved in the playing/recognizing of music cd's?

Link to comment
Share on other sites

no, there is no optical group...already covered earlier in the thread ;) (we looked over all the groups on her system)

 

we have narrowed it down to most likely a permissions issue, but, we're stuck as to what permissions...do you know if dbus/hal is at all involved in the playing/recognizing of music cd's?

 

dbus has nothing to do with it, except some applications *may* (and should now, but not all do) query HAL (via dbus of course) to find out what CD drives exist on the system, rather than looking themselves.

 

Could mysti do an "ls /dev/hd*" ? I'd like to see the permissions on the drive.

 

James

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share


×
×
  • Create New...