Opened 3 years ago
Last modified 4 weeks ago
#17264 closed bug
fix unpackaged hierarchy for kerneldrivers (etc) to load/publish -before- app-server start (UEFI hardware) — at Version 7
Reported by: | rudolfc | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta6 |
Component: | System/Kernel | Version: | R1/beta3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
On UEFI systems the unpackaged driver hierarchy won’t work at all, no matter if 32 or 64bit, no matter if UEFI or legacy setup, for app_server: since the drivers there are published too late for it to find them at it's scanning time.
In order to test drivers the only way I can get it done is by using a fully unpacked system and update the system hierarchy directly.
Change History (7)
comment:1 by , 3 years ago
comment:5 by , 3 years ago
Tried that, does not help. This is certainly not the problem. The problem is exactly as I described in the description of the ticket.. (I modified app_server to double check this, when it scans /dev/ hierarchy, the non-packaged drivers are not yet published there.)
comment:6 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
From the looks of it this is solved somewhere down the (time)line. Currently I am testing with the intel_extreme driver via the unpackaged hierarchy on recent nightlies, so I'll close this ticket.
Thanks!
Update:
comment:7 by , 3 years ago
Description: | modified (diff) |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Summary: | fix unpackaged hierarchy for kerneldrivers (etc) to load/publish -before- app-server start → fix unpackaged hierarchy for kerneldrivers (etc) to load/publish -before- app-server start (UEFI hardware) |
In case of a regression, could bisecting help to find the triggering commit?