Announcement

Collapse
No announcement yet.

K3B Eject Problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    K3B Eject Problem

    When I burn a disc with K3B it all works fine and ejects the disc.
    But I am left with the tray stuck out.
    It is dead, cannot get it to go back in using either the eject button or by pusing the tray in.
    Rebooting is the only way to get the tray back in.

    The drive is a sata Pioneer BD_ROM BDC-202
    Using Kubuntu 17.10 64Bit

    #2
    Using a couple of commands to find out information about my drive.
    Entering "cdrecord –inq" made the tray pop back in! Least I have a work aroud to rebooting!
    Using Kubuntu 17.10 64Bit

    Comment


      #3
      I use eject -t to open and close my drive. have you tried that?

      Please Read Me

      Comment


        #4
        Hi Oshunluver

        I would just like to indicate to others that the command does indeed work if the drive is where the command assumes that the drive is; (please forgive the atrocious sentence structure), such as /dev/sr0 or such as in /media

        If the drive is not "there" then one might get the reply "eject: unable to find or open device for: `cdrom'"

        woodsmoke
        sigpic
        Love Thy Neighbor Baby!

        Comment


          #5
          I tried eject -t nothing happens. I don't even get reply suggested by woodsmoke.
          blkid commmand shows /dev/sr0: LABEL="My_Photos" TYPE="iso9660"
          Using Kubuntu 17.10 64Bit

          Comment


            #6
            OOPS I may have misunderstood Oshunluver. I thought eject -t would make tray go in and out!
            the command "eject cdrom" makes tray pop out OK
            the command "eject -t" only makes it go back in.

            Atleast I'll be able to get tray back in.
            Using Kubuntu 17.10 64Bit

            Comment


              #7
              eject -T should work both ways, try it.

              I wrote a little desktop file that I put on my panel that allows me to open and close my drive without touching it. I'll upload it if you want it.

              Please Read Me

              Comment


                #8
                oshunluvr worte:

                eject -T should work both ways, try it.
                Capital T does allow it to work both ways. ( I have had a read of the eject man page now also!)

                I wrote a little desktop file that I put on my panel that allows me to open and close my drive without touching it. I'll upload it if you want it.
                Yes please that would be most helpful.

                Cheers Dave
                Using Kubuntu 17.10 64Bit

                Comment


                  #9
                  Sorry, I forgot to do this...

                  Save this as eject.desktop in your /usr/share/kde4/services or /home/.local/share directory as eject.desktop
                  Then drag it via dolphin to your panel or folder widget.

                  Code:
                  #!/usr/bin/env xdg-open[Desktop Entry]
                  Comment[en_US]=
                  Comment=
                  Exec=ksystraycmd /usr/bin/eject -T /dev/sr0 &
                  GenericName[en_US]=
                  GenericName=
                  Icon=drive-optical
                  MimeType=application/x-plasma;
                  Name[en_US]=Disc Eject
                  Name=Disc Eject.desktop
                  Path=
                  StartupNotify=no
                  Terminal=false
                  TerminalOptions=
                  Type=Application
                  X-DBUS-ServiceName=
                  X-DBUS-StartupType=
                  X-KDE-SubstituteUID=false
                  X-KDE-Username=
                  X-SuSE-translate=true

                  Please Read Me

                  Comment


                    #10
                    Thanks for this, I will give it a go.

                    Dave
                    Using Kubuntu 17.10 64Bit

                    Comment

                    Working...
                    X