Intel N100

More
28 Nov 2023 18:04 #286714 by perelep
Intel N100 was created by perelep
Hi!
Has anyone tested this CPU (Intel N100)? I want to buy Asus PRIME N100I-D D4-CSM or ASRock N100DC-ITX
Can you tell me if these are suitable boards?

Please Log in or Create an account to join the conversation.

More
05 Dec 2023 12:17 #287264 by tommylight
Replied by tommylight on topic Intel N100
Not me, not yet.
Sorry.

Please Log in or Create an account to join the conversation.

More
05 Dec 2023 22:17 #287317 by royka
Replied by royka on topic Intel N100
I've got one, did a quick test a few months ago but did not get good results at that time. When I see time I'll test more. There are many BIOS options like different values for the turbo but didn't see the options I was looking for.
Perhaps it will perform better with the current kernel since it's a relatively new board.

Please Log in or Create an account to join the conversation.

More
06 Dec 2023 02:54 #287327 by royka
Replied by royka on topic Intel N100
With the newer kernel/patch it works already much better, a few outliers but the only thing I've tried so far is isolcpus=3
Attachments:

Please Log in or Create an account to join the conversation.

More
07 Dec 2023 06:14 #287415 by Mr. Mass
Replied by Mr. Mass on topic Intel N100
How exactly do you update the kernel?

Please Log in or Create an account to join the conversation.

More
07 Dec 2023 06:32 #287417 by cornholio
Replied by cornholio on topic Intel N100
You can build your own kernel if you want.
Not the easiest task in the world.
You download the kernel source & the appropriate RT patch.
Extract the kernel source
Apply the patch
configure the kernel (this is where the real magic happens)
run make -j "$(nproc)" bindeb-pkg
then install the packages



The easier way:
Or if someone has built an updated kernel and provided deb packages you maybe able to install them.
The following user(s) said Thank You: Mr. Mass

Please Log in or Create an account to join the conversation.

More
07 Dec 2023 14:10 #287444 by royka
Replied by royka on topic Intel N100
This kernel has some AMD related stuff disabled, so only use with Intel.

mega.nz/folder/j2ZjUQ6A#wJAysWplOPS0-cyTy6OViQ

To compile your own is not that difficult, just download the source from GitHub, Download the matching patch from:
mirrors.edge.kernel.org/pub/linux/kernel/projects/rt/

Apply the patch:
gzip -cd ../Downloads/patch-6.7-rc3-rt3.patch.gz | patch -p1

make menuconfig - be sure it's set to full realtime and exit/save

make -j "$(nproc)"
sudo make modules_install
sudo make install

Or like Cornholio said, make packages and install the headers, then the image:
make -j "$(nproc)" bindeb-pkg
The following user(s) said Thank You: rodw, Mr. Mass

Please Log in or Create an account to join the conversation.

Time to create page: 0.219 seconds
Powered by Kunena Forum