Kernel config request for stock Linux kernel (v4.19.x)
-
- Posts: 10
- Joined: Thu Apr 28, 2022 10:54 am
- languages_spoken: english
- Has thanked: 0
- Been thanked: 2 times
- Contact:
Re: Kernel config request for stock Linux kernel (v4.19.x)
Sorry, forgot to tell that i did an apt-get update, apt dist-upgrade and a reboot to have the new kernel loaded
- tobetter
- Posts: 10320
- Joined: Mon Feb 25, 2013 10:55 am
- languages_spoken: Korean, English
- ODROIDs: Many
- Location: Paju, South Korea
- Has thanked: 667 times
- Been thanked: 1764 times
- Contact:
Re: Kernel config request for stock Linux kernel (v4.19.x)
What if loading the driver manually using the command "modprobe" ?
-
- Posts: 10
- Joined: Thu Apr 28, 2022 10:54 am
- languages_spoken: english
- Has thanked: 0
- Been thanked: 2 times
- Contact:
Re: Kernel config request for stock Linux kernel (v4.19.x)
When i try to load the modules, i get the following error
root@server:/home/odroid# modprobe dvb-usb-rtl28xxu
modprobe: FATAL: Module dvb-usb-rtl28xxu not found in directory /lib/modules/4.19.219-odroid-arm64
root@server:/home/odroid# modprobe dvb-usb-rtl28xxu
modprobe: FATAL: Module dvb-usb-rtl28xxu not found in directory /lib/modules/4.19.219-odroid-arm64
-
- Posts: 3
- Joined: Wed Jul 13, 2022 10:01 pm
- languages_spoken: english, german
- ODROIDs: ODROID M1 8GB
- Has thanked: 0
- Been thanked: 1 time
- Contact:
Re: Kernel config request for stock Linux kernel (v4.19.x)
The module you're trying to load isn't enabled in the kernel. tobetter only enabled
Code: Select all
CONFIG_DVB_RTL2830=m
CONFIG_DVB_RTL2832=m
He needs to enable
Code: Select all
CONFIG_DVB_USB_RTL28XXU
- These users thanked the author freundTech for the post:
- tobetter (Fri Jul 15, 2022 11:18 pm)
-
- Posts: 10
- Joined: Thu Apr 28, 2022 10:54 am
- languages_spoken: english
- Has thanked: 0
- Been thanked: 2 times
- Contact:
Re: Kernel config request for stock Linux kernel (v4.19.x)
@Tobetter and @freundTech,
Thank very much both of you, just upgraded and rebooted.
Tvheadend sees the RTL2838 now
You made my weekend, it's gonna be late here
Thank very much both of you, just upgraded and rebooted.
Tvheadend sees the RTL2838 now
You made my weekend, it's gonna be late here

-
- Posts: 2
- Joined: Sat Jul 23, 2022 8:07 pm
- languages_spoken: czech, english
- ODROIDs: ODROID M1
- Has thanked: 1 time
- Been thanked: 0
- Contact:
Re: Kernel config request for stock Linux kernel (v4.19.x)
I'd like to ask in the next kernel build for i2c-tiny-usb support:
CONFIG_I2C_TINY_USB
It looks like it's disabled:
zdenek@m1:~$ zcat /proc/config.gz | grep I2C_TINY
# CONFIG_I2C_TINY_USB is not set
Thank you very much
CONFIG_I2C_TINY_USB
It looks like it's disabled:
zdenek@m1:~$ zcat /proc/config.gz | grep I2C_TINY
# CONFIG_I2C_TINY_USB is not set
Thank you very much
- tobetter
- Posts: 10320
- Joined: Mon Feb 25, 2013 10:55 am
- languages_spoken: Korean, English
- ODROIDs: Many
- Location: Paju, South Korea
- Has thanked: 667 times
- Been thanked: 1764 times
- Contact:
Re: Kernel config request for stock Linux kernel (v4.19.x)
The config is enabled and the build is queued, new package would be available in 3-4 hours.zdenekchobot wrote: ↑Sat Jul 23, 2022 8:15 pmI'd like to ask in the next kernel build for i2c-tiny-usb support:
CONFIG_I2C_TINY_USB
It looks like it's disabled:
zdenek@m1:~$ zcat /proc/config.gz | grep I2C_TINY
# CONFIG_I2C_TINY_USB is not set
Thank you very much
- These users thanked the author tobetter for the post:
- zdenekchobot (Sun Jul 24, 2022 1:15 am)
-
- Posts: 2
- Joined: Sat Jul 23, 2022 8:07 pm
- languages_spoken: czech, english
- ODROIDs: ODROID M1
- Has thanked: 1 time
- Been thanked: 0
- Contact:
Re: Kernel config request for stock Linux kernel (v4.19.x)
It works great. Thank you very much for the super fast solution
-
- Posts: 2
- Joined: Wed Jul 27, 2022 5:32 am
- languages_spoken: english
- ODROIDs: M1
- Has thanked: 1 time
- Been thanked: 0
- Contact:
Re: Kernel config request for stock Linux kernel (v4.19.x)
I'd like to request CONFIG_CFS_BANDWIDTH=y for use with CRI-O / Kubernetes. Should be needed to be able to limit cpu usage in cgroups. right now it is not set.
Thanks in advance
Thanks in advance
- tobetter
- Posts: 10320
- Joined: Mon Feb 25, 2013 10:55 am
- languages_spoken: Korean, English
- ODROIDs: Many
- Location: Paju, South Korea
- Has thanked: 667 times
- Been thanked: 1764 times
- Contact:
Re: Kernel config request for stock Linux kernel (v4.19.x)
Thank you for your input, new kernel package with CONFIG_CFS_BANDWIDTH=y will be available in 3-4 hours.
-
- Posts: 2
- Joined: Wed Jul 27, 2022 5:32 am
- languages_spoken: english
- ODROIDs: M1
- Has thanked: 1 time
- Been thanked: 0
- Contact:
Re: Kernel config request for stock Linux kernel (v4.19.x)
Thank you so much! I was able to initialize my first kubernetes control-plane using CRI-O container engine and systemd managed cgroups.
-
- Posts: 6
- Joined: Thu Jul 21, 2022 6:01 am
- languages_spoken: Italian, English
- ODROIDs: Odroid M1, Odroid N2+
- Has thanked: 0
- Been thanked: 2 times
- Contact:
Re: Kernel config request for stock Linux kernel (v4.19.x)
Hello, would it be possible to include the bonding kernel module in the next kernel build?
Thank you in advance.
Thank you in advance.
- tobetter
- Posts: 10320
- Joined: Mon Feb 25, 2013 10:55 am
- languages_spoken: Korean, English
- ODROIDs: Many
- Location: Paju, South Korea
- Has thanked: 667 times
- Been thanked: 1764 times
- Contact:
Re: Kernel config request for stock Linux kernel (v4.19.x)
Do you mean CONFIG_BONDING? If so, it must be included already as a module.
-
- Posts: 6
- Joined: Thu Jul 21, 2022 6:01 am
- languages_spoken: Italian, English
- ODROIDs: Odroid M1, Odroid N2+
- Has thanked: 0
- Been thanked: 2 times
- Contact:
Re: Kernel config request for stock Linux kernel (v4.19.x)
Yes, I think it's CONFIG_BONDING.
If it's included I must be missing something: when I try to load bonding module it fails.
If it's included I must be missing something: when I try to load bonding module it fails.
Code: Select all
ubuntu@om1 ~> sudo modprobe bonding
modprobe: FATAL: Module bonding not found in directory /lib/modules/4.19.219-odroid-arm64
- tobetter
- Posts: 10320
- Joined: Mon Feb 25, 2013 10:55 am
- languages_spoken: Korean, English
- ODROIDs: Many
- Location: Paju, South Korea
- Has thanked: 667 times
- Been thanked: 1764 times
- Contact:
Re: Kernel config request for stock Linux kernel (v4.19.x)
My bad, I checked 5.19 kernel, not 4.19.Petapton wrote: ↑Fri Aug 05, 2022 6:42 pmYes, I think it's CONFIG_BONDING.
If it's included I must be missing something: when I try to load bonding module it fails.Code: Select all
ubuntu@om1 ~> sudo modprobe bonding modprobe: FATAL: Module bonding not found in directory /lib/modules/4.19.219-odroid-arm64
New kernel package will be uploaded with 'CONFIG_BONDING' soon.
-
- Posts: 9
- Joined: Thu Sep 21, 2017 10:37 pm
- languages_spoken: english
- Has thanked: 1 time
- Been thanked: 1 time
- Contact:
Re: Kernel config request for stock Linux kernel (v4.19.x)
Please add CONFIG_IP_MULTIPLE_TABLES
Linux odroid5 4.19.219-odroid-arm64 #1 SMP Fri, 05 Aug 2022 10:01:20 +0000 aarch64 aarch64 aarch64 GNU/Linux
# CONFIG_IP_MULTIPLE_TABLES is not set
Linux odroid5 4.19.219-odroid-arm64 #1 SMP Fri, 05 Aug 2022 10:01:20 +0000 aarch64 aarch64 aarch64 GNU/Linux
# CONFIG_IP_MULTIPLE_TABLES is not set
- tobetter
- Posts: 10320
- Joined: Mon Feb 25, 2013 10:55 am
- languages_spoken: Korean, English
- ODROIDs: Many
- Location: Paju, South Korea
- Has thanked: 667 times
- Been thanked: 1764 times
- Contact:
Re: Kernel config request for stock Linux kernel (v4.19.x)
New build is started now and new updated would be available after 2-3 hours if no errors.

Who is online
Users browsing this forum: No registered users and 1 guest