Compare commits
No commits in common. '080ce4a3a67ec177b0a83aaff3ef9025d5ff38e1' and 'd2095d9b91b0667e8c2026ea1eb3153408501a00' have entirely different histories.
080ce4a3a6
...
d2095d9b91
@ -1,25 +0,0 @@
|
||||
---
|
||||
layout: post
|
||||
title: "nVidia kernel module: key rejected"
|
||||
date: 2025-08-02 16:00:00 +0200
|
||||
comments: true
|
||||
categories:
|
||||
---
|
||||
|
||||
# Situation
|
||||
|
||||
On a Dell Precision 7520 running Debian, I found myself switching between UEFI / secure boot and legacy BIOS boot, and having trouble restoring the right boot settings after reenabling secure boot.
|
||||
|
||||
The first problem was to identify the correct file to boot from: `EFI/debian/shimx64.efi`.
|
||||
|
||||
# Kernel module load issue
|
||||
|
||||
After disabling secure boot and then reenabling it again, kernel modules not loading despite updating nvidia-driver and kernel-image
|
||||
|
||||
solution: reenroll MOK (Machine Owner Key):
|
||||
* `mokutil --import /var/lib/dkms/mok.pub` (set an import password)
|
||||
* `mokutil --list-new`
|
||||
* reboot into MOK management => provide import password => key reenrolled
|
||||
* modules loding :thumsbup:
|
||||
|
||||
Debian documentation: [Secure Boot](https://wiki.debian.org/fr/SecureBoot)
|
||||
@ -1,48 +0,0 @@
|
||||
---
|
||||
layout: post
|
||||
title: "Panel mounting JS-910B binding posts"
|
||||
date: 2026-05-30
|
||||
---
|
||||
|
||||
## Hardware description
|
||||
|
||||
JS-910B is the designation for generic Chinese binding posts with 4mm banana socket connections for panel mounting.
|
||||
(example [AliExpress](https://fr.aliexpress.com/item/1005006406536395.html) link).
|
||||
|
||||
{% figure caption:"Binding post assembly" %}
|
||||

|
||||
{% endfigure %}
|
||||
|
||||
The order in which all of the parts go is not 100% obvious until you have figured it out:
|
||||
* socket body
|
||||
* plastic insulating ring (hollow)
|
||||
* panel
|
||||
* shouldered plastic ring
|
||||
* metal washer
|
||||
* connection tab
|
||||
* tightening nut
|
||||
* locking nut
|
||||
|
||||
{% figure caption:"Panel mounting diagram" %}
|
||||

|
||||
{% endfigure %}
|
||||
|
||||
## Panel mounting details
|
||||
|
||||
The clever part of the design is the shouldered plastic ring: the shoulder goes through the panel hole, to ensure insulation between the metal body of the socket and the panel (essential in the case of a conductive panel!). The hollow ring goes on the front and covers whatever height of the shoulder protrudes through the panel hole (in case the panel is thinner than the height of the shoulder).
|
||||
|
||||
:warning: *Of course this means that the panel must be drilled to the outer diameter of the shoulder (8mm).*
|
||||
|
||||
{% figure caption:"Shouldered ring protruding from panel (front)" %}
|
||||

|
||||
{% endfigure %}
|
||||
|
||||
Here is what the completed panel mounting looks like:
|
||||
|
||||
{% figure caption:"Mounted binding post (front)" %}
|
||||

|
||||
{% endfigure %}
|
||||
|
||||
{% figure caption:"Mounted binding post (back)" %}
|
||||

|
||||
{% endfigure %}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 517 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 298 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB |
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 446 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 231 KiB |
Loading…
Reference in New Issue