Computer is not seeing the drive

The place to discuss linux version of MakeMKV
Post Reply
hotwings
Posts: 2
Joined: Tue Nov 11, 2025 3:40 pm

Computer is not seeing the drive

Post by hotwings » Tue Nov 11, 2025 4:06 pm

My computer is not seeing my blu-ray drive (BP60NB10) but when I plug it in it detects that it is connected to the system. I tried flashing the drive on a windows system and I think it went through but back on my Linux system MakeMKV will will either detect it and it's not responding or not see it at all. I also tried buying a new cable and the isn't working either. I have a feeling that the power in my bedroom tripped during a rip could be the cause of this issue. Anyone have any ideas? Here are my system specs:

Bazzite Fedora 43
32gb RAM
Ryzen 7 9700x
RX7900xt

guanciale!
Posts: 13
Joined: Wed Nov 05, 2025 9:34 pm

Re: Computer is not seeing the drive

Post by guanciale! » Tue Nov 11, 2025 6:05 pm

Unplug the drive.

Open a terminal and execute:

Code: Select all

$ sudo dmesg -w
Let the terminal open and leave dmesg running.

Now plug-in the drive.

Check the terminal for appearing messages regardin usb.
:twisted: cook until you are hungry :twisted:

hotwings
Posts: 2
Joined: Tue Nov 11, 2025 3:40 pm

Re: Computer is not seeing the drive

Post by hotwings » Wed Nov 12, 2025 3:47 pm

I entered that command and here is the log that it produced.

[ 279.645155] usb 1-3: reset high-speed USB device number 7 using xhci_hcd
[ 300.638321] usb 1-3: reset high-speed USB device number 7 using xhci_hcd
[ 306.247685] usb 1-3: device descriptor read/64, error -110
[ 322.119815] usb 1-3: device descriptor read/64, error -110
[ 322.605843] usb 1-3: reset high-speed USB device number 7 using xhci_hcd
[ 328.263900] usb 1-3: device descriptor read/64, error -110
[ 344.135915] usb 1-3: device descriptor read/64, error -110
[ 344.621893] usb 1-3: reset high-speed USB device number 7 using xhci_hcd
[ 349.422189] usb 1-3: Device not responding to setup address.
[ 354.426953] usb 1-3: Device not responding to setup address.
[ 354.634602] usb 1-3: device not accepting address 7, error -71
[ 355.013595] usb 1-3: reset high-speed USB device number 7 using xhci_hcd
[ 359.813957] usb 1-3: Device not responding to setup address.
[ 364.818006] usb 1-3: Device not responding to setup address.
[ 365.026373] usb 1-3: device not accepting address 7, error -71
[ 365.026443] usb 1-3: USB disconnect, device number 7
[ 365.224356] usb 1-3: new high-speed USB device number 8 using xhci_hcd
[ 370.759276] usb 1-3: device descriptor read/64, error -110
[ 386.630923] usb 1-3: device descriptor read/64, error -110
[ 387.116858] usb 1-3: new high-speed USB device number 9 using xhci_hcd
[ 392.774808] usb 1-3: device descriptor read/64, error -110
[ 408.647386] usb 1-3: device descriptor read/64, error -110
[ 408.756061] usb usb1-port3: attempt power cycle
[ 409.196290] usb 1-3: new high-speed USB device number 10 using xhci_hcd
[ 413.996405] usb 1-3: Device not responding to setup address.
[ 419.001722] usb 1-3: Device not responding to setup address.
[ 419.208969] usb 1-3: device not accepting address 10, error -71
[ 419.587967] usb 1-3: new high-speed USB device number 11 using xhci_hcd
[ 424.387480] usb 1-3: Device not responding to setup address.
[ 429.392512] usb 1-3: Device not responding to setup address.
[ 429.600643] usb 1-3: device not accepting address 11, error -71
[ 429.603352] usb usb1-port3: unable to enumerate USB device

Post Reply