9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] ThinkPad X1 Yoga 3rd Gen vs WWAN NvME
@ 2023-01-17  4:34 sl
  2023-01-18 15:00 ` [9front] " Anthony Martin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: sl @ 2023-01-17  4:34 UTC (permalink / raw)
  To: 9front

openbsd was able to format this and mount it.

9front recognizes it as sdN, but the kernel bails out:

sdN (nvme): create completion queue: status 102

sysinfo:

http://okturing.com/src/14842/body

any ideas?

sl

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [9front] Re: ThinkPad X1 Yoga 3rd Gen vs WWAN NvME
  2023-01-17  4:34 [9front] ThinkPad X1 Yoga 3rd Gen vs WWAN NvME sl
@ 2023-01-18 15:00 ` Anthony Martin
  2023-01-25 16:40 ` [9front] " kemal
  2023-05-22  2:27 ` Stanley Lieber
  2 siblings, 0 replies; 4+ messages in thread
From: Anthony Martin @ 2023-01-18 15:00 UTC (permalink / raw)
  To: 9front

sl@stanleylieber.com once said:
> sdN (nvme): create completion queue: status 102

The status code 0x102 means invalid queue size (§3.3.3.2.1.2).

We should check the maximum queue entries supported (mqes)
field of the controller capabilities before setting up the queues
(§5.4.1). Then /sys/src/9/port/sdnvme.c:/Overkill could go away.

Cheers,
  Anthony

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9front] ThinkPad X1 Yoga 3rd Gen vs WWAN NvME
  2023-01-17  4:34 [9front] ThinkPad X1 Yoga 3rd Gen vs WWAN NvME sl
  2023-01-18 15:00 ` [9front] " Anthony Martin
@ 2023-01-25 16:40 ` kemal
  2023-05-22  2:27 ` Stanley Lieber
  2 siblings, 0 replies; 4+ messages in thread
From: kemal @ 2023-01-25 16:40 UTC (permalink / raw)
  To: 9front

2023-01-17 4:34 GMT, sl@stanleylieber.com <sl@stanleylieber.com>:
> openbsd was able to format this and mount it.
>
> 9front recognizes it as sdN, but the kernel bails out:
>
> sdN (nvme): create completion queue: status 102
>
> sysinfo:
>
> http://okturing.com/src/14842/body
>
> any ideas?
>
> sl
>
my friend tried to install 9front on their pc, and they
had this exact problem. the motherboard was a gigabyte
b660m and the nvme controller was this:

02:00.0 Non-Volatile memory controller: Silicon Motion, Inc.
SM2263EN/SM2263XT SSD Controller (rev 03)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9front] ThinkPad X1 Yoga 3rd Gen vs WWAN NvME
  2023-01-17  4:34 [9front] ThinkPad X1 Yoga 3rd Gen vs WWAN NvME sl
  2023-01-18 15:00 ` [9front] " Anthony Martin
  2023-01-25 16:40 ` [9front] " kemal
@ 2023-05-22  2:27 ` Stanley Lieber
  2 siblings, 0 replies; 4+ messages in thread
From: Stanley Lieber @ 2023-05-22  2:27 UTC (permalink / raw)
  To: 9front

On January 16, 2023 11:34:28 PM EST, sl@stanleylieber.com wrote:
>openbsd was able to format this and mount it.
>
>9front recognizes it as sdN, but the kernel bails out:
>
>sdN (nvme): create completion queue: status 102
>
>sysinfo:
>
>http://okturing.com/src/14842/body
>
>any ideas?
>
>sl
>

fyi, i tried another drive and discovered the following model nvme ssd works fine in 9front:

Western Digital SN520 SDAPMUW-256G-1101

the machine can't boot directly from the wwan slot, but booting the kernel from a usb stick and then mounting root from the nvme ij the wwan slot works fine.

sl

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-22  2:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-17  4:34 [9front] ThinkPad X1 Yoga 3rd Gen vs WWAN NvME sl
2023-01-18 15:00 ` [9front] " Anthony Martin
2023-01-25 16:40 ` [9front] " kemal
2023-05-22  2:27 ` Stanley Lieber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).