hexdump0815 / imagebuilder

velvet os - simple script framework to build ubuntu 22.04 lts jammy (in older versions also 20.04 lts focal) and debian 12 bookworm (in older versions also 11 bullseye) bootable usb / sd card images for some arm and intel devices - lots of prebuilt images as well
GNU General Public License v3.0
300 stars 44 forks source link

chromebook_kukui: status: juniper and kappa (acer spin cp311-3h and hp chromebook 11a) #52

Open hexdump0815 opened 2 years ago

hexdump0815 commented 2 years ago

notes on juniper and kappa running 5.18.1 (i use one issue for both systems together now, but might spin off separate ones if needed or useful):

here is list of working and non working features on the acer spin cp311-3h (juniper) and hp chromebook 11a (kappa).

working

untested

broken

installation

coming soon

problems

none so far

aneeshlingala commented 2 years ago

External Mic works with USB headphones in kappa, by switching manually through pavucontrol.

gallee commented 3 months ago

Hello, On this device with bookworm, I have from time to time black squares on firefox-esr page rendering kernel : 6.1.51 firefox : 115.11.0esr

Is this a known issue ?

aneeshlingala commented 3 months ago

I updated to the 6.6 kernel and this didnt happen to me on the new kernel

On Wed, May 15, 2024, 2:26 PM gallee @.***> wrote:

Hello, On this device with bookworm, I have from time to time black squares on firefox-esr page rendering kernel : 6.1.51 firefox : 115.11.0esr

Is this a known issue ?

— Reply to this email directly, view it on GitHub https://github.com/hexdump0815/imagebuilder/issues/52#issuecomment-2113481779, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYUBPA4UJQGDK6KYT6ZT6DZCPHHZAVCNFSM5XHHMI5KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJRGM2DQMJXG44Q . You are receiving this because you commented.Message ID: @.***>

gallee commented 3 months ago

Shall I built it myself or is there a version available for download ?

aneeshlingala commented 3 months ago

the kernel link is https://github.com/hexdump0815/linux-mainline-mediatek-mt81xx-kernel/releases/download/6.6.9-stb-mt8%2B/6.6.9-stb-mt8+.tar.gz

You have to extract the gzip archive, copy the files to their respective locations then dd the file ending in .kpart to the 1st and 2nd partitions of the root disk (ex. /dev/mmcblk0, /dev/sda, etc.)

On Wed, May 15, 2024, 11:43 PM gallee @.***> wrote:

Shall I built it myself or is there a version available for download ?

— Reply to this email directly, view it on GitHub https://github.com/hexdump0815/imagebuilder/issues/52#issuecomment-2114168015, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYUBPFZH22F6DOBRM5X3W3ZCRIPXAVCNFSM5XHHMI5KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJRGQYTMOBQGE2Q . You are receiving this because you commented.Message ID: @.***>

gallee commented 3 months ago

Thanks @aneeshlingala

I installed the newer kernel by following the installing-a-newer-kernel guide.

In your comment, you are saying that the dd copy shall be done on the 1st and 2nd partitions. However the guide only mentions dd'ing into the first partition (mmcblk0p1 in my device). Booting on the new kernel seems to be ok with only one partition . Am I missing something ?

aneeshlingala commented 3 months ago

i dd to the first 2 partitions with the second partition being a backup, but dding to the first partition only is also completely fine

On Tue, May 21, 2024, 2:02 PM gallee @.***> wrote:

Thanks @aneeshlingala https://github.com/aneeshlingala

I installed the newer kernel by following the installing-a-newer-kernel https://github.com/hexdump0815/imagebuilder/blob/main/doc/installing-a-newer-kernel.md guide.

In your comment, you are saying that the dd copy shall be done on the 1st and 2nd partitions. However the guide only mentions dd'ing into the first partition (mmcblk0p1 in my device). Booting on the new kernel seems to be ok with only one partition . Am I missing something ?

— Reply to this email directly, view it on GitHub https://github.com/hexdump0815/imagebuilder/issues/52#issuecomment-2123436465, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYUBPDM5XDHFCGKXZKDL6DZDOY43AVCNFSM5XHHMI5KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJSGM2DGNRUGY2Q . You are receiving this because you were mentioned.Message ID: @.***>

hexdump0815 commented 3 months ago

only first partition is required for normal booting - second partition is required for test booting which does not work with the default kernels - for more details see: https://github.com/hexdump0815/imagebuilder/blob/main/doc/test-booting-a-kernel-on-chromebooks.txt

gallee commented 2 weeks ago

Hello,

I tried to put my wifi card in monitor mode, that triggers a firmware crash (full dmesg here

I am on Ubuntu Jammy with linux-firmware at 20220329.git681281e4-0ubuntu3.31

There is some new version of the binary blobs available on the kernel repository notably the sdio one

If I want to give it a try, do you know what is the best procedure to update it ?

hexdump0815 commented 2 weeks ago

i would suggest to first make a copy of the current version, copy the new firmware to the system (as you might end up without wifi), replace the old one and see if things still work or are better after a reboot

oh and not to forget: report here if it works or not :)

gallee commented 2 weeks ago

@hexdump0815 thanks for your answer.

I managed to have the WLAN.RMH.4.4.1-00174 version running. However, it also resulted in a crash when trying to put the wlan interface in monitor mode.

I guess the binary driver does not support monitor mode.

Cheers !

hexdump0815 commented 2 weeks ago

could be - thanks for testing