Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    Asking an LLM is not a solution attempt. Commented Jun 8 at 22:42
  • An LLM can provide ideas for preliminary tests, before asking real humans. Otherwise people might have suggested some of the solution attempts, lengthening back and forth iteration. Of course LLM answers must be taken with care and brain. E.g. it kept suggesting to assign the alias via phandle like ethernet2 = <0x1234>;, which cannot work, as this assigns a hex value only, no reference. And it kept alternating between explaining why this cannot work, and suggesting the very same as solution attempt, showing the limitations of LLMs in general. But e.g. trying ${/path} was a good idea, IMO. Commented Jun 9 at 14:41