Alexander Richards

Results 23 comments of Alexander Richards

Also have this problem. Audio itself works. I also have the problem that i have to manually change the audio device to the Valve index speakers and microphone.

I was not aware that this would make xbps build every commit, I was mostly thinking about this as something that one can build locally. Would it be fine if...

From my looking into this, `inode->backingMemory`s of size 0 are created/resized to (at least) here: [ext2fs.cpp:791](https://github.com/managarm/managarm/blob/a1c90f8fa2cf2cd6464f826458c059ba6e1bd7b5/drivers/libblockfs/src/ext2fs.cpp#L791) (on boot) [ext2fs.cpp:1371](https://github.com/managarm/managarm/blob/a1c90f8fa2cf2cd6464f826458c059ba6e1bd7b5/drivers/libblockfs/src/ext2fs.cpp#L1371) (when running (a very hacked together port of) dhcpcd) Unchecked resizes...

> Why do we need linux-firmware on managarm? I plan on attempting to bring up a Radeon card, which would require firmware files from the `amdgpu` (and maybe the `radeon`)...

> One nitpick: amd-ucode is the only package not prefixed with `linux-firmware`. Is there a particular reason for this? Convention; most distributions do this, probably because the intel equivalent (which...

> Legality question, can we redistribute this as a binary package? Or would that pose issues? @ArsenArsen @avdgrinten As far as I know, it is presumed that all (or at...

Bump here again, an intel-lil GPU driver would benefit from having the GuC and HuC firmware blobs, which we would need to supply. Loading CPU microcode would also be interesting...

The driver is now capable of sending and receiving packets somewhat reliably on my revision of the RTL8168 card (MacVer46, rtl8168h). Support for most other cards is not yet implemented,...

> The fact it's single-threaded does not make multiple NICs work poorly, poor drivers do. I'm aware, but the fact that its possible in the first place is sub optimal....

Scope of the PR has been reduced; I found that the CPU migration that I implemented was not fully reliable. The /proc/stat code, however, is functional, and ready for review....