Search results

  1. C

    Lexar NM790 NVME fails to initialize

    It seems like this thread is a similar or the same issue: https://lore.kernel.org/lkml/[email protected]/T/ specifically the part about nvme_wait_ready
  2. C

    Lexar NM790 NVME fails to initialize

    The drive works fine under Windows . It seems to be a Linux driver issue. I was hoping Lexar had a firmware update for the drive, but they said no update is available at this time.
  3. C

    Lexar NM790 NVME fails to initialize

    GParted won't help, the device fails to come online so it's not configured / setup as a block device.
  4. C

    Lexar NM790 NVME fails to initialize

    No solution yet, I also reached out to lexar support, but they are not very helpful so far.
  5. C

    Lexar NM790 NVME fails to initialize

    FYI because it fails to initialize it also doesn't show up in lsblk
  6. C

    Lexar NM790 NVME fails to initialize

    I'm using: Linux fedora 6.4.7-200.fc38.x86_64 I noticed in the NVME driver source code there are workarounds for similar older lexar models: https://github.com/torvalds/linux/blob/master/drivers/nvme/host/pci.c#L3457C49-L3457C49 I tried adding an entry for NM790 with similar workarounds, but...
  7. C

    Lexar NM790 NVME fails to initialize

    I am having an issue with a new Lexar NM790 NVME drive, I see the following error in dmesg: [ 3.280583] nvme nvme1: pci function 0000:01:00.0 [ 3.285018] nvme nvme1: Device not ready; aborting initialisation, CSTS=0x0 lspci -nn: 01:00.0 Non-Volatile memory controller [0108]: Shenzhen...
Top