... in the kernel command line argument, no idea why. I'm trying to get HDMI working.
Any help much appreciated.
Code:
mycrobez@mycrobez-moldmachine:~ $ sudo dmesg | grep hdmi[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 genet.eee=N snd_bcm2835.enable_hdmi=0 smsc95xx.macaddr=D8:3A:DD:D5:95:41 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=3fc83510-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=CH loglevel=7[ 4.664854] rc rc0: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0[ 4.672228] input: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input1[ 4.683866] input: vc4-hdmi-0 HDMI Jack as /devices/platform/soc/fef00700.hdmi/sound/card0/input2[ 4.693339] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])[ 4.710834] rc rc1: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1[ 4.718195] input: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input3[ 4.729007] input: vc4-hdmi-1 HDMI Jack as /devices/platform/soc/fef05700.hdmi/sound/card1/input4[ 4.738526] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])mycrobez@mycrobez-moldmachine:~ $ cat /boot/firmware/config.txt # For more options and information see# http://rptl.io/configtxt# Some settings may impact device functionality. See link above for details# Uncomment some or all of these to enable the optional hardware interfacesdtparam=i2c_arm=on#dtparam=i2s=on#dtparam=spi=on# Enable audio (loads snd_bcm2835)dtparam=audio=on# Additional overlays and parameters are documented# /boot/firmware/overlays/README# Automatically load overlays for detected camerascamera_auto_detect=1# Automatically load overlays for detected DSI displaysdisplay_auto_detect=1# Automatically load initramfs files, if foundauto_initramfs=1# Enable DRM VC4 V3D driverdtoverlay=vc4-kms-v3dmax_framebuffers=2# Don't have the firmware create an initial video= setting in cmdline.txt.# Use the kernel's default instead.disable_fw_kms_setup=1# Run in 64-bit modearm_64bit=1# Disable compensation for displays with overscandisable_overscan=1# Run as fast as firmware / board allowsarm_boost=1dtparam=eee=off[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[all]enable_uart=1dtparam=i2c_vc=onforce_hotplug=1hdmi_safe=1config_hdmi_boost=10hdmi_group=1hdmi_mode=16mycrobez@mycrobez-moldmachine:~ $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"NAME="Debian GNU/Linux"VERSION_ID="12"VERSION="12 (bookworm)"VERSION_CODENAME=bookwormID=debianHOME_URL="https://www.debian.org/"SUPPORT_URL="https://www.debian.org/support"BUG_REPORT_URL="https://bugs.debian.org/"mycrobez@mycrobez-moldmachine:~ $ uname -r6.6.20+rpt-rpi-v8
Statistics: Posted by MachineHum — Wed Jan 22, 2025 2:48 pm — Replies 3 — Views 69