WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: No Audio or No Desktop  (Read 48 times)

Offline jp734

  • Newbie
  • *
  • Posts: 18
No Audio or No Desktop
« on: June 01, 2026, 09:13:44 PM »
I installed CorePlus and could not get my sound card working [ RealTek ALC298 ]

The only time I can get it to work is if I install "original-modules-6.18.2-tinycore.tcz" and execute "sudo alsactl init" on terminal. If not installed, the only audio card recognized is the nvidia. The problem is once the modules are installed and I reboot the laptop, I don't get a desktop. I only get a black screen with "x" cursor


Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15611
Re: No Audio or No Desktop
« Reply #1 on: Today at 05:43:46 AM »
It sounds like your machine has both hdmi sound and speakers?

If this is the case, you could try this from a console prompt:
Code: [Select]
tce-load -i graphics-KERNEL
tce-load -i alsa-config
tce-load -i alsa
aplay -l

On my laptop, most of the time "aplay -l" shows that hdmi sound is the default alsa device and the speakers are an alternative alsa device.

In addition, on my laptop the sound comes up muted and alsamixer needs to be used to un-mute it.