Jason Berry
Jason Berry
The problem @christiandekker describes is a separate issue and it's one I've also experienced with files not matching the MD5. Allowing the user to manually specify a locally stored DriverPack...
All back to normal with today's build. Not yet sure if it was my other USB stick or OSD 23.12.13.1
I spoke too soon. While my X390 is now working beautifully, my L13 (20R3) is still exhibiting the Getting ready wheel of death with no apparent launch of the driver...
Mystery solved. It appears that I was missing a critical file! A matching DriverPack JSON catalog file is created during the main OSD task sequence [here](https://github.com/OSDeploy/OSD/blob/master/Public/OSDCloud.ps1#L1267), called from [Save-MyDriverPack](https://github.com/OSDeploy/OSD/blob/master/Public/Functions/DriverPack/Save-MyDriverPack.ps1#L54), however...
I'm also using a Podman quadlet with `Environment=PLAYWRIGHT_DRIVER_URL=ws://sockpuppetbrowser:3000` and seeing the same `Exception: net::ERR_NAME_NOT_RESOLVED` My host is Fedora CoreOS and I see the last email received from changedetection.io was August...
> Yeah it doesn't look very nice, to be honest I still don't understand why this is shown at all in docker... Adding a new cli options seems awkward (would...
> Well given you example this would not help much only `67/udp, 68/udp` would be grouped into `67-68/udp` True, that wasn't the best example. The [FreeSWITCH example](https://github.com/signalwire/freeswitch/blob/master/docker/master/Dockerfile#L49-L59) I referenced first...
I tested extracting a couple Lenovo driver packs using Save-MyDriverPack and found that you also have to add the /VERYSILENT parameter in order to ignore a dialog box warning about...
For new and old driver packs alike, I would highly recommend checking out the DISM driver injection method. 1. Download the driver pack of your choice 2. Find the product...
> I'm assuming you've already tested most of those features and confirmed it does make the setup complete files, and everything is working as expected? Yes. Since they are easy...