Geert Stappers
Geert Stappers
> > Should I retitle the issue into apt install terraform @ sid? > > That makes sense. Done.
This `github.com` issue has now a link to `debian.org` _Request For Packaging_ issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808940 Because having software in Debian implies having it available for all release architectures. Also software in...
An attempt to get this stalled issue forward: ```text stappers@myhost:~/src/mailinglists/ipxe/src $ git bisect start You need to run this command from the toplevel of the working tree. stappers@myhost:~/src/mailinglists/ipxe/src $ cd...
Newer version of exist and that does have those PCI-IDs supported. ```text $ cd ../../mailinglists/ipxe/ stappers@myhost:~/src/mailinglists/ipxe $ git branch gcc12 getpciids main opensuse-7.1 temp * upstream stappers@myhost:~/src/mailinglists/ipxe $ git pull...
Yes, `a0812` is the latest commit. Some research: ```text $ git blame src/drivers/net/intelxl.c | grep -e '0x8086, 0x15ff' -e '0x8086, 0x104e' 9dfcdc04c (Michael Brown 2022-08-08 14:13:34 +0100 1875) PCI_ROM (...
Thanks for confirming that the recent commit with additional PCI-IDs is present. From https://duckduckgo.com/?q=MSI-X+table+could+not+find+BAR3 I did learn that `BAR` is _Base Address Register_. I don't know how `BAR3` came in...
Looking only at PCI slot `0000:44:00.2`: ```text EFIPCI 0000:44:00.2 (8086:104e class 020000) has driver "x710-sfp-b" EFIPCI 0000:44:00.2 (8086:104e class 020000) has driver "x710-sfp-b" EFIPCI 0000:44:00.2 (8086:104e class 020000) has driver...
Please reduce the amount of lines with `has no driver`.
It is https://ipxe.org/cmd/console where solution option 1, _"Update `--keep` description, add information that image must be reused by its base name"_ can be applied. @mcb30 please enable me to do...
This the source of https://ipxe.org/cmd/console ```text ====== Configure graphical console ====== ===== Synopsis ===== console [--x ] [--y ] [--left ] [--right ] [--top ] [--bottom ] [--depth ] [--picture...