Results 1 to 3 of 3

Thread: mounting/using old external DVD player

  1. #1
    Join Date
    Aug 2010
    Beans
    259
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    mounting/using old external DVD player

    My desktop DVD/CD player developed delirium tremens and would not stop opening and closing so I had to just unplugit from the board.
    Which led me to an old external player, a Samsung SE-208, I still have. When the system would not recognize it I went looking for answers but the little material I found is 13-15 years old so I am hoping something more current is known out there. One of those ancient refs suggested determining how the system sees it via
    Code:
    lsusb
    dmesg | tail
    ls /dev/sr*
    then mounting with proper dev e.g.
    Code:
    udisks --mount /dev/sr0
    but udisks command is not found and DMESG gives
    "dmesg: read kernel buffer failed: Operation not permitted"

    here full output I got from those first three
    Code:
    lsusb
    Bus 002 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 002: ID 0bc2:231a Seagate RSS LLC Expansion Portable
    Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 003 Device 005: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader
    Bus 003 Device 041: ID 0e8d:1806 MediaTek Inc. Samsung SE-208 Slim Portable DVD Writer
    Bus 003 Device 004: ID 046d:c52b Logitech, Inc. Unifying Receiver
    Bus 003 Device 003: ID 0424:2412 Microchip Technology, Inc. (formerly SMSC) 
    Bus 003 Device 007: ID 0cf3:0036 Qualcomm Atheros Communications AR9462 Bluetooth
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    fred@fred-Inspiron-3847:~$ dmesg | tail
    dmesg: read kernel buffer failed: Operation not permitted
    fred@fred-Inspiron-3847:~$ ls /dev/sr*
    /dev/sr0
    thanks.

  2. #2
    Join Date
    Mar 2011
    Beans
    2,006

    Re: mounting/using old external DVD player

    Use sudo dmesg to read those messages. See if the output of df includes the device automamtically mounted.

  3. #3
    Join Date
    Dec 2014
    Beans
    2,611

    Re: mounting/using old external DVD player

    udisksctl is the program to request a mount from udisksd, either passing the -p option and an dbus object-path for the drive or the -b option and the name of the block-device-file.

    Holger

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •