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

modified the kernel version appropriately to make it compatible with ubuntu23.10 (kernel 6.5) #98

Merged
merged 2 commits into from
Mar 28, 2024

Conversation

mnakai3
Copy link
Contributor

@mnakai3 mnakai3 commented Mar 27, 2024

When building with ubuntu23.10 (kernel 6.5), the previously modified contents are not applied and an error occurs, so I fixed it to the appropriate kernel version.

See. #95

log

### Current Debian version is bookworm or later

### Install required tool packages
Hit:1 http:https://ports.ubuntu.com/ubuntu-ports mantic InRelease
Hit:2 http:https://ports.ubuntu.com/ubuntu-ports mantic-updates InRelease
Hit:3 http:https://ports.ubuntu.com/ubuntu-ports mantic-security InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
dkms is already the newest version (3.0.11-1ubuntu10).
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.

### Will compile with the latest kernel...

### Sync kernel and userland

### Uninstall previous dkms module

### Install required kernel package
Reading package lists...
Building dependency tree...
Reading state information...
linux-raspi is already the newest version (6.5.0.1013.14).
linux-headers-raspi is already the newest version (6.5.0.1013.14).
linux-image-raspi is already the newest version (6.5.0.1013.14).
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
KBUILD: /lib/modules/6.5.0-1013-raspi/build
Sign command: /usr/bin/kmodsign
Binary update-secureboot-policy not found, modules won't be signed
Creating symlink /var/lib/dkms/mipi_dsi/0.1/source -> /usr/src/mipi_dsi-0.1

Building module:
Cleaning build area...
make -j4 KERNELRELEASE=6.5.0-1013-raspi all KVERSION=6.5.0-1013-raspi......
Cleaning build area...

mipi_dsi.ko.zst:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.5.0-1013-raspi/updates/dkms/
depmod....
Sign command: /usr/bin/kmodsign
Binary update-secureboot-policy not found, modules won't be signed
Creating symlink /var/lib/dkms/ltr30x/0.1/source -> /usr/src/ltr30x-0.1

Building module:
Cleaning build area...
make -j4 KERNELRELEASE=6.5.0-1013-raspi all KVERSION=6.5.0-1013-raspi.....
Cleaning build area...

als_ltr30x.ko.zst:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.5.0-1013-raspi/updates/dkms/
depmod....
Sign command: /usr/bin/kmodsign
Binary update-secureboot-policy not found, modules won't be signed
Creating symlink /var/lib/dkms/lis3lv02d/0.1/source -> /usr/src/lis3lv02d-0.1

Building module:
Cleaning build area...
make -j4 KERNELRELEASE=6.5.0-1013-raspi all KVERSION=6.5.0-1013-raspi.......
Cleaning build area...

lis331dlh-i2c.ko.zst:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.5.0-1013-raspi/updates/dkms/
depmod....
Sign command: /usr/bin/kmodsign
Binary update-secureboot-policy not found, modules won't be signed
Creating symlink /var/lib/dkms/bq24179_charger/0.1/source -> /usr/src/bq24179_charger-0.1

Building module:
Cleaning build area...
make -j4 KERNELRELEASE=6.5.0-1013-raspi all KVERSION=6.5.0-1013-raspi.....
Cleaning build area...

bq24179_charger.ko.zst:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.5.0-1013-raspi/updates/dkms/
depmod....
  DTC     overlays/rpi/reTerminal-overlay.dtbo
'overlays/rpi/reTerminal-overlay.dtbo' -> '/boot/firmware/overlays/reTerminal.dtbo'
------------------------------------------------------
Please reboot your device to apply all settings
Enjoy!
------------------------------------------------------

When building with ubuntu23.10 (kernel 6.5),
the fixes in the commits below are not applied and an error occurs,
so I fixed it to the appropriate kernel version.

commit:
  c22019a
  e1b70a4
  addf844
  cdadaff

See. torvalds/linux@03c835f
When building with ubuntu23.10 (kernel 6.5),
the fixes in the commit below are not applied and an error occurs,
so I fixed it to the appropriate kernel version.

commit:
  c22019a

See. torvalds/linux@5ea6b17
@Pillar1989
Copy link
Member

@bigbearishappy Please review this PR.

@bigbearishappy bigbearishappy merged commit 3b9076d into Seeed-Studio:master Mar 28, 2024
@bigbearishappy
Copy link
Member

Thank you so much for your contribution~~~
Your commit log is very detailed. I like them.

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

Successfully merging this pull request may close these issues.

None yet

3 participants