• Joined on 2024-07-22
ramenu closed issue GSoC/kolibrios-nvme-driver#2 2024-08-10 15:43:26 +00:00
Running Loaddrv Manually Doesn't Work On VMWare
ramenu commented on issue GSoC/kolibrios-nvme-driver#4 2024-08-10 15:38:01 +00:00
VMWare Fails Initialization

Update with commit eec1755d37. The system hanged up on first autoload, but loaded okay on second with driver fully working. Loading driver by hands on ISO image also worked fine. …

ramenu commented on issue GSoC/kolibrios-nvme-driver#2 2024-08-10 13:34:18 +00:00
Running Loaddrv Manually Doesn't Work On VMWare

@Burer Oops, my bad. Updated the image. Try now.

ramenu commented on issue GSoC/kolibrios-nvme-driver#5 2024-08-10 10:59:07 +00:00
Shutdown Freezes System

@Burer, Since this is happening at OS level I will need to setup a debugger to inspect what's going on. If possible, could you ask @dunkaist what is the listing utility used to generate virtual…

ramenu commented on issue GSoC/kolibrios-nvme-driver#2 2024-08-10 10:41:58 +00:00
Running Loaddrv Manually Doesn't Work On VMWare

@Burer, I've lowered this number to 64 in the newer commits, please test now. Thank you.

ramenu commented on issue GSoC/kolibrios-nvme-driver#2 2024-08-10 10:22:15 +00:00
Running Loaddrv Manually Doesn't Work On VMWare

@Burer, Oh.. well so the problem is the driver uses 256 queue entries. But VMWare only has 255. I'll add in a fix for lowering the queue requirement later.

This is not a bug in the driver, just…

ramenu commented on issue GSoC/kolibrios-nvme-driver#4 2024-08-09 17:56:42 +00:00
VMWare Fails Initialization

@Burer, try pulling the changes from 0f24000b9a and use it to do to your tests. Try VMWare again.

Will…

ramenu opened issue KolibriOS/kolibrios#89 2024-08-09 17:38:26 +00:00
Loaddrv - Case Sensitivity Issues
ramenu commented on issue GSoC/kolibrios-nvme-driver#2 2024-08-09 17:21:18 +00:00
Running Loaddrv Manually Doesn't Work On VMWare

Fixed in daa8ad4a62 :)

ramenu commented on issue GSoC/kolibrios-nvme-driver#2 2024-08-09 14:13:17 +00:00
Running Loaddrv Manually Doesn't Work On VMWare

UPD. Loading driver manually works fine now, at least for me in VirtualBox. But if loading driver multiple times, it loads connected devices multiple times, duplicating them and messing up…

ramenu closed issue GSoC/kolibrios-nvme-driver#1 2024-08-09 14:10:12 +00:00
NVMe Commands Fail on Virtualbox
ramenu commented on issue GSoC/kolibrios-nvme-driver#1 2024-08-09 14:10:09 +00:00
NVMe Commands Fail on Virtualbox

@Burer, Thank you for providing these extensive tests! It's much appreciated, as always. :) I've opened a separate issue for these topics, I'm going to close this issue since it's been resolved now.

ramenu opened issue GSoC/kolibrios-nvme-driver#5 2024-08-09 14:08:55 +00:00
Shutdown Freezes System
ramenu opened issue GSoC/kolibrios-nvme-driver#4 2024-08-09 14:03:04 +00:00
VMWare Fails Initialization
ramenu commented on issue GSoC/kolibrios-nvme-driver#3 2024-08-09 13:53:19 +00:00
System freеzеs when trying to delete a deleted folder

I think this is related to GSoC/kolibrios-nvme-driver#1 (comment) but I'm not sure.

I'll add a new commit providing very verbose logs later, it will…

ramenu commented on issue GSoC/kolibrios-nvme-driver#1 2024-08-08 22:09:15 +00:00
NVMe Commands Fail on Virtualbox

@Burer , I've added the commit which removes the interrupt status bit check. This is not ideal but until I can think of a better solution I'll leave it like this for now.

So please test the…

ramenu commented on issue GSoC/kolibrios-nvme-driver#1 2024-08-08 19:55:14 +00:00
NVMe Commands Fail on Virtualbox

@Burer, so I got the NVMe driver working on Virtualbox, however I haven't given this an extensive test yet. That specific freeze was caused by the interrupt status bit in the PCI status register…

ramenu commented on issue GSoC/kolibrios-nvme-driver#1 2024-08-08 19:39:20 +00:00
NVMe Commands Fail on Virtualbox

Aha, so the controller is finally receiving commands properly, that's good news! It's just stuck calling the interrupt handler repeatedly, presumably because a command isn't being acknowledged as…

ramenu commented on issue GSoC/kolibrios-nvme-driver#1 2024-08-08 19:28:21 +00:00
NVMe Commands Fail on Virtualbox

@ramenu, greetings!

First of all, here are some examples of setting PCI master mode from @Doczom. Looks like it is really obligatory to set in order to use drivers for PCI devices (but I…

ramenu commented on issue GSoC/kolibrios-nvme-driver#1 2024-08-08 15:49:24 +00:00
NVMe Commands Fail on Virtualbox

@Burer Following up on this,

Unfortunately, I haven't been able to fix this issue. However, I was able to find one useful hint as…