vc4 and v3d module not loaded
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
linux-raspi (Ubuntu) | Status tracked in Hirsute | |||||
| Hirsute |
Undecided
|
Unassigned |
Bug Description
I am testing ubuntu 21.04 beta on raspberry pi 4
and after installation and also after restart
vc4 v3d kernel module isn't loaded
So 3d acceleration don't work
uname -a
Linux misko-desktop 5.11.0-1004-raspi #4-Ubuntu SMP PREEMPT Mon Mar 22 15:51:28 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux
description: | updated |
Juerg Haefliger (juergh) wrote : | #1 |
miskol (xlazom00) wrote : | #2 |
http://
And config.txt looks like this
[pi4]
max_framebuffers=2
[all]
kernel=vmlinuz
cmdline=cmdline.txt
initramfs initrd.img followkernel
# Enable the audio output, I2C and SPI interfaces on the GPIO header
dtparam=audio=on
dtparam=i2c_arm=on
dtparam=spi=on
# Enable the KMS ("full" KMS) graphics overlay, and allocate 128Mb to the GPU
# memory. The full KMS overlay is required for X11 application support under
# wayland
dtoverlay=
gpu_mem=512
# Uncomment the following to enable the Raspberry Pi camera module firmware.
# Be warned that there *may* be incompatibilities with the "full" KMS overlay
#start_x=1
# Comment out the following line if the edges of the desktop appear outside
# the edges of your display
disable_overscan=1
# If you have issues with audio, you may try uncommenting the following line
# which forces the HDMI output into HDMI mode instead of DVI (which doesn't
# support audio output)
#hdmi_drive=2
# If you have a CM4, uncomment the following line to enable the USB2 outputs
# on the IO board (assuming your CM4 is plugged into such a board)
#dtoverlay=
# Config settings specific to arm64
arm_64bit=1
dtoverlay=dwc2
Changed in linux-raspi (Ubuntu Groovy): | |
status: | New → Confirmed |
miskol (xlazom00) wrote : | #3 |
I don't have problem with hirsute-
And this bug should be fix only for ubuntu Hirsute Hippo
miskol (xlazom00) wrote : | #4 |
Older ubuntu versions don't have kernel with fixed vc4 v3d modules
Juerg Haefliger (juergh) wrote : | #5 |
The problem is due to LP: #1918110. A fix for that was released today so you should update and rerun flash-kernel (if it doesn't run automatically).
I don't understand your comment #4.
Changed in linux-raspi (Ubuntu Groovy): | |
status: | Confirmed → Fix Released |
miskol (xlazom00) wrote : | #6 |
Are there any daily builds for raspbery pi ?
for my comment
I saw this:
Changed in linux-raspi (Ubuntu Groovy)
But It is should ubuntu Hirsute I think
Juerg Haefliger (juergh) wrote : | #7 |
Ah yes, you're right, thanks. I removed Groovy and added instead Hirsute.
Daily hirsute images:
http://
Changed in linux-raspi (Ubuntu Hirsute): | |
status: | New → Fix Released |
no longer affects: | linux-raspi (Ubuntu Groovy) |
miskol (xlazom00) wrote : | #8 |
Any reason why images from http://
don't have it fixed aleardy ???
and still I need to call flash-kernel to fix it?
Which image are you using, desktop or server? What's the content of /boot/firmware/ config. txt?