Raspi5 + VH229 no HDMI0 audio
- Martin.L
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
06 Jan 2025 05:58 #318193
by Martin.L
Raspi5 + VH229 no HDMI0 audio was created by Martin.L
Hi Guys new here, I have installed the Ethercat image following the guide from RodW on a Raspi5 + VH229. All worked out but a monitor on HDMI0 don't give me audio out. I can see graphically the audio mixer gives me a dummy output and if I select hardware outputs there are no one. Toughts?
Please Log in or Create an account to join the conversation.
- cornholio
- Offline
- Platinum Member
Less
More
- Posts: 1127
- Thank you received: 373
06 Jan 2025 06:22 #318197
by cornholio
Replied by cornholio on topic Raspi5 + VH229 no HDMI0 audio
You may have to look through the config.txt and see if the audio is enabled. The file is not in the same place as the Raspbian OS, still somewhere in a directory under boot. The RPi docs regarding config.txt are still valid as as source of info.
Generally I disable audio on my cnc machines.
Generally I disable audio on my cnc machines.
Please Log in or Create an account to join the conversation.
- Martin.L
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
06 Jan 2025 09:07 - 06 Jan 2025 09:08 #318203
by Martin.L
Replied by Martin.L on topic Raspi5 + VH229 no HDMI0 audio
Thanks for your reply,
Here is my config, audio seems on
Here is my config, audio seems on
Warning: Spoiler!
arm_64bit=1
initramfs initrd.gz followkernel
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720
# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
# uncomment for composite PAL
#sdtv_mode=2
# camera
#start_x=1
#gpu_mem=128
# automatically load overlays for detected cameras
#camera_auto_detect=1
# automatically load overlays for detected DSI displays
#display_auto_detect=1
# uncomment to overclock: www.tomshardware.com/how-to/overclock-any-raspberry-pi
#arm_freq=
#gpu_freq=
#core_freq=
#over_voltage=
#force_turbo=1
# uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
# uncomment this to enable infrared communication.
#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18
# additional overlays and parameters are documented /boot/overlays/README
# enable audio (loads snd_bcm2835)
dtparam=audio=on
# enable uart
enable_uart=0
# disable wifi and bluetooth
#dtoverlay=disable-wifi
#dtoverlay=disable-bt
#dtoverlay=pi3-disable-wifi
#dtoverlay=pi3-disable-bt
# remove test rainbow
disable_splash=1
# disables the warning overlays
#avoid_warnings=1
[cm4]
# Enable host mode on the 2711 built-in XHCI USB controller.
# This line should be removed if the legacy DWC2 controller is required
# (e.g. for USB device mode) or if USB support is not required.
otg_mode=1
[pi4]
# enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-kms-v3d
#dtoverlay=vc4-fkms-v3d
max_framebuffers=2
arm_boost=1
initramfs initrd.gz followkernel
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720
# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
# uncomment for composite PAL
#sdtv_mode=2
# camera
#start_x=1
#gpu_mem=128
# automatically load overlays for detected cameras
#camera_auto_detect=1
# automatically load overlays for detected DSI displays
#display_auto_detect=1
# uncomment to overclock: www.tomshardware.com/how-to/overclock-any-raspberry-pi
#arm_freq=
#gpu_freq=
#core_freq=
#over_voltage=
#force_turbo=1
# uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
# uncomment this to enable infrared communication.
#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18
# additional overlays and parameters are documented /boot/overlays/README
# enable audio (loads snd_bcm2835)
dtparam=audio=on
# enable uart
enable_uart=0
# disable wifi and bluetooth
#dtoverlay=disable-wifi
#dtoverlay=disable-bt
#dtoverlay=pi3-disable-wifi
#dtoverlay=pi3-disable-bt
# remove test rainbow
disable_splash=1
# disables the warning overlays
#avoid_warnings=1
[cm4]
# Enable host mode on the 2711 built-in XHCI USB controller.
# This line should be removed if the legacy DWC2 controller is required
# (e.g. for USB device mode) or if USB support is not required.
otg_mode=1
[pi4]
# enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-kms-v3d
#dtoverlay=vc4-fkms-v3d
max_framebuffers=2
arm_boost=1
Last edit: 06 Jan 2025 09:08 by Martin.L.
Please Log in or Create an account to join the conversation.
- Martin.L
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
07 Jan 2025 17:39 #318314
by Martin.L
Replied by Martin.L on topic Raspi5 + VH229 no HDMI0 audio
Hi, still I can't figure out whats the issue, sigh
Please Log in or Create an account to join the conversation.
Time to create page: 0.145 seconds