Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel Config add Hardware RTL8822CE and others #679

Open
ucodelukas opened this issue Dec 7, 2020 · 3 comments
Open

Kernel Config add Hardware RTL8822CE and others #679

ucodelukas opened this issue Dec 7, 2020 · 3 comments

Comments

@ucodelukas
Copy link

https://linux-hardware.org/index.php?id=pci:10ec-c822-1a3b-3750

@rofl0r
Copy link
Member

rofl0r commented Dec 7, 2020

the way to go about this is 1) start kernel build until extraction is finished (on a multicore build you typically see cpu usage going from a single core to all cores at 100%) 2) hit CTRL-C 3) cd into the kernel build directory 4) run make menuconfig 5) search for all required CONFIG_ items and write them down 6) open linux.config and look whether the items already exist, if so set them from disabled to =y, if not add them at around the location related items can be found 7) build kernel with the config and try out whether the adapter works, if not repeat at 3 for the next iteration.

@ucodelukas
Copy link
Author

ucodelukas commented Dec 8, 2020

i cant find the build dir ^^'

Also how can we add custom repositories ?
Like for a custom software?

@rofl0r
Copy link
Member

rofl0r commented Dec 8, 2020

/src/build/$packagename

Also how can we add custom repositories ?
Like for a custom software?

you mean custom packages? usually people just have those lying around inside their pkg directory...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants