This post has been de-listed (Author was flagged for spam)
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I just fixed an issue I was having with the ethernet expansion card by writing a udev rule. I want to help other people out by putting that rule in the NixOS Framework hardware config (https://github.com/NixOS/nixos-hardware/blob/master/framework/12th-gen-intel/default.nix), do all ethernet expansion cards have the same vendor and product id or are there differences between different batches? Mine shipped with my Batch 5 Laptop and is
``` $ udevadm info --attribute-walk --name=/dev/bus/usb/[device path]
[…] ATTR{idProduct}=="8156" ATTR{idVendor}=="0bda" […] ```
Subreddit
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/framework/c...