-
Notifications
You must be signed in to change notification settings - Fork 49
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
Cannot build bookworm and no wifi support #231
Comments
@linsyking - thanks a lot for spotting this debootstrap issue - it somehow looks strange and i'll have to look into this in detail ... it seems to be there for a while already, so no idea if something changed there or if i overlooked it all the time ... will look into it in the next days no wifi on trogdor could be no firmware (there should be messages about it in dmesg most probably in that case) or missing qcom damons (see: https://github.com/hexdump0815/imagebuilder/blob/main/systems/chromebook_trogdor/postinstall-chroot.sh#L11-L12) |
The firmware is OK. I used the same kernel and firmware to test. My old system could work properly but the new system cannot work. The device tree is loaded but the kernel isn't running the probe function. |
I found the problem was qcom damon. From the documentation:
I need to install all those four packages, but I only need to install What are |
@linsyking - i think pd-mapper is meanwhile in the kernel (so the daemon is no longer required) and tqftpserv might not be required for trogdor if it works without it - i think it is used to load the firmware into the soc with something tftp like - it is needed for other qcom systems like msm8916 but newer ones do not need it anymore i think |
not sure how it worked before with calling debootstrap twice, but somehow it did it seems, while at it clean up some other things as well for details see: #231
@linsyking - it is hopefully fixed now with 116f742 ... thanks a lot once more for spotting and reporting this issue |
only qrtr-tools and rmtfs is needed nowadays and on this system and rmtfs should use the path we provide the firmware files in to read them verifed to work on my wormdingler and by several others as well - see: #44 (comment) #231 (comment) #290 (comment)
I used the script to build a chromebook_trogdor bookworm arm64 image.
However, I got stuck in the first step:
https://github.com/hexdump0815/imagebuilder/blob/main/scripts/create-fs-cache.sh
It seems that you
debootstrap
twice. The error is "cannot extract, file already exists" in the seconddebootstrap
,I removed the second
debootstrap
and build. When I boot the image built, there is no Wifi support (no wlan0 under /sys/class/net). Is this a firmware issue or some setting issue (udev?)The text was updated successfully, but these errors were encountered: