Beyley Cardellio

Results 173 comments of Beyley Cardellio

> My best guess would be to set "disable_lps_deep=y" option for rtw88_core. Im getting this issue on my Asus VivaBook 17, where would i put this option? [dmesg log](https://cdn.discordapp.com/attachments/762039175683244072/947898519157604362/dmesg.log) im...

> Like all module options, you need to create (as root) a file /etc/modules.d/50-rtw88.conf. In this file, add a single line that says "options rtw88_core disable_lps_deep=y" and reboot. I tried...

> Actually, the above line is for the in-kernel driver. To use this one, the line should be 'options rtw_core disable_lps_deep=y' > > You can check that you got it...

> Which driiver are you using - in-kernel or from repo? Ive tried both (exact same issue), currently the one in the repo should be the one in use

same problem, heres the [dmesg log](https://cdn.discordapp.com/attachments/762039175683244072/948296624893997156/afterrtw_pci.log) grepped to `rtw`

Most repositories ive worked with still use the `master` name

> _TODO_ > > We truly invite everyone to send us reports of any place where our bindings are not ideal. This issue will serve as a list of things...

> > the ENTIRETY of dx11 > > That’s not helpful feedback :P what’s not ideal about them? mostly the UUID shenanigans, see Vortice ```cs ID3D11Texture2D backBuffer = this._swapChain.GetBuffer(0); ```...

SDL bidings tend to not match up the Enums with their respective functions very well, only doing it sometimes spirattically