LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   once a DVD or Blu Ray problem occurs, nothing until reboot (https://www.linuxquestions.org/questions/linux-hardware-18/once-a-dvd-or-blu-ray-problem-occurs-nothing-until-reboot-4175732383/)

jr_bob_dobbs 01-02-2024 05:11 PM

once a DVD or Blu Ray problem occurs, nothing until reboot
 
I've got a problem, from time to time, where some (unknown) combination of one or more of: kernel, hardware, firmware, drivers, cosmic alignments or bad mojo, causes Linux on my computer to not see a plugged in (USB) DVD or Blu-Ray (BD) burner. Once that happens, no drive, media or USB port combination will work. Unplug, replug, blank media, known filled media, etc. It's as if the kernel (or whatever the cause really is) decides to lock down or gets stuck and refuses to have anything to do with the matter until the computer is shut down or rebooted. One time I waited eight or so hours, plugged a drive in and still the problem manifested.

And yes, rebooting the computer (or shutting it down and switching it on again) fixes the problem, just like in the DOS days.

In this example, issuing the "eject" command to open up, so I can put a disc in:
Code:

$ eject dev/sr1
eject: dev/sr1: not found mountpoint or device with the given name
$ lsblk | grep sr1
sr1                        11:1    1 1024M  0 rom
$

Yup, the sr1 device is there yet not there, at the same time. *golf clap*.

Oh, and the problem is identical as non-root and root.

I have no ideas, save for perhaps burning incense to appease the machine spirit of my computer and/or the BD drive? :p

Can anyone please advise? Thank you.

scasey 01-02-2024 06:42 PM

No leading / ?
Code:

$ eject /dev/sr1

jr_bob_dobbs 01-05-2024 08:39 PM

Quote:

Originally Posted by scasey (Post 6474267)
No leading / ?
Code:

$ eject /dev/sr1

D'oh! That was it. I'm a dumbass. :doh:
Thank you. :)


All times are GMT -5. The time now is 02:14 AM.