Ive been trying to install pop_os on very new device, i know its not standard that these drivers should be available. but I wanted to try regardless.
is it just a matter of having the right firmware installed in /lib/firmware ?
is there anything else i need to do?
right now my kernelstub only contains the following but i cant get it to work without "nomodeset"
```
{
"default": {
"kernel_options": [],
"esp_path": "/boot/efi",
"setup_loader": false,
"manage_mode": false,
"force_update": false,
"live_mode": false,
"config_rev": 3
},
"user": {
"kernel_options": [
"xe.force_probe=*",
"module_blacklist=i915",
"i915.enable_guc=0"
],
"esp_path": "/boot/efi",
"setup_loader": true,
"manage_mode": true,
"force_update": false,
"live_mode": false,
"config_rev": 3
}
}```