JACK unable to start when ALSA is the driver, but is fine with dummy?

Still new to all of this? Feel free to post in any of the subforums on this site, but in this subforum newbie questions are especially encouraged!

Moderators: MattKingUSA, khz

Post Reply
creamyAm
Posts: 2
Joined: Sat Aug 22, 2020 4:20 am

JACK unable to start when ALSA is the driver, but is fine with dummy?

Post by creamyAm »

Hi there!

Recently, I've been trying to get my computer set up for some simple music production to hold me over while I try and save up money to build myself a new PC as my old one suddenly died one day. As of now, I'm on a little Chromebook running GalliumOS, no problems have sprung up until now.

I believe the issue lies in ALSA as JACK is able to communicate with fluidsynth fine and connect it to Rosegarden when I have JACK work with a dummy driver (I can see Qsynth light up when Rosegarden's metronome clicks). What I'm unsure about is how I can go about zeroing down on the issue as I'm not confident in myself to mess with ALSA's config without full knowledge in what I'm doing.

Here's the logs that JACK spits out whenever I try to start the server.

Any advice is gold for me at this point, and I'm more than happy to answer any questions or give out more logs if it helps in getting JACK to work. :)
User avatar
khz
Established Member
Posts: 1648
Joined: Thu Apr 17, 2008 6:29 am
Location: German
Has thanked: 42 times
Been thanked: 92 times

Re: JACK unable to start when ALSA is the driver, but is fine with dummy?

Post by khz »

Welcome \o/

What does "cat /proc/asound/cards", "arecord -l" and "aplay -l" say?
# Meta --info: JACK – A Beginners Guide to Getting Started with JACK >> http://libremusicproduction.com/article ... -jack.html

Cheers
. . . FZ - Does humor belongs in Music?
. . GNU/LINUX@AUDIO ~ /Wiki $ Howto.Info && GNU/Linux Debian installing >> Linux Audio Workstation LAW
  • I don't care about the freedom of speech because I have nothing to say.
creamyAm
Posts: 2
Joined: Sat Aug 22, 2020 4:20 am

Re: JACK unable to start when ALSA is the driver, but is fine with dummy?

Post by creamyAm »

Hello, and thank you. :)

cat /proc/asound/cards returns

Code: Select all

0 [PCH            ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0xd0914000 irq 91
 1 [chtmax98090    ]: chtmax98090 - chtmax98090
                      chtmax98090
arecord -l returns

Code: Select all

card 1: chtmax98090 [chtmax98090], device 0: 1 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
and finally, aplay -l returns

Code: Select all

card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: chtmax98090 [chtmax98090], device 0: 1 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: chtmax98090 [chtmax98090], device 1: Deep-Buffer Audio (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
and thank you for the article! I'll give it a peek.
Post Reply