Jeff Geerling

Results 1857 comments of Jeff Geerling

Downloading the `NVIDIA-Linux-aarch64-580.95.05.run` installer from Nvidia and installing the MIT/GPL driver, I get: ``` [ 141.836150] nvidia: loading out-of-tree module taints kernel. [ 141.844987] nvidia-nvlink: Nvlink Core is being initialized,...

Using the proprietary install instead: ``` [ 200.018327] NVRM: Chipset not recognized (vendor ID 0x14e4, device ID 0x2712) [ 200.018341] The NVIDIA GPU driver for AArch64 has not been qualified...

After seeing @RSC-Games' comment on #764, and reading through https://github.com/raspberrypi/linux/issues/6261, I went into the kernel config and changed from 39-bit to 48-bit, and will re-try the nouveau driver again:

Same thing with 48-bit kernel: ``` [ 281.313164] nouveau 0001:01:00.0: enabling device (0000 -> 0002) [ 281.313200] nouveau 0001:01:00.0: NVIDIA GA104 (b74000a1) [ 281.458820] nouveau 0001:01:00.0: bios: version 94.04.57.00.08 [...

On the site here: https://pipci.jeffgeerling.com/cards_m2/raspberry-pi-ssd.html

lspci output: ``` 0000:01:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller 980 (prog-if 02 [NVM Express]) Subsystem: Samsung Electronics Co Ltd NVMe SSD Controller 980 (DRAM-less) Control:...

Benchmarking... here's a listing on [harddrivebenchmark.com](https://www.harddrivebenchmark.net/hdd.php?hdd=SAMSUNG+MZ9LQ256HBJD-00BVL) for the Samsung. And on the Pi 5, running my [disk-benchmark.sh](https://raw.githubusercontent.com/geerlingguy/pi-cluster/master/benchmarks/disk-benchmark.sh): | Benchmark | Result | | -------------------------- | ------ | | iozone 4K...

@bretmlw's review: [Official Raspberry Pi NVMe SSD Review](https://bret.dk/official-raspberry-pi-nvme-ssd-review/)

@ned14 - Before raising the visibility further, I'd like to hear back in the pi/linux repo, see if it might be something overlooked in the kernel, or something that could...

@nekomatic - AFACT yes, I was able to get network, NVMe, etc. all working on the 3-node Pi 5 cluster I set up on a board. I didn't have more...