MIDI 장치(Yamaha 전자 피아노)가 약 15초 후에 끊어집니다.

MIDI 장치(Yamaha 전자 피아노)가 약 15초 후에 끊어집니다.

저는 Ubuntu Studio가 설치된 HP Pavilion에서 Kubuntu 18.04를 실행하고 있으며 USB를 통해 Yamaha 전자 피아노에 연결되어 있습니다. Rosegarden이나 MIDI 파일을 시작하면 aplaymidi피아노에서 소리가 약 15초 동안 나왔다가 끊깁니다. (프로그램은 계속 실행되며 진행 상황이 계속 표시됩니다.) 다시 시작해야만 소리가 다시 들립니다. Rosegaden을 시도하든 aplaymidi컷아웃 이후에 시도하든 상관없습니다 . Yamaha의 USB 드라이버(이중 부팅 시스템)를 사용하면 Windows 10에서 모든 것이 올바르게 작동하기 때문에 피아노나 설정에 문제가 없다고 확신합니다. 심지어 Windows와 Kubuntu 사이를 왔다 갔다 할 때도 마찬가지입니다.

어떻게 추적할 수 있나요?

업데이트:/etc/default/grub답변에서 제안한 대로 수정을 시도했습니다 .

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT="saved"
GRUB_TIMEOUT_STYLE="hidden"
GRUB_TIMEOUT="10"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="usbcore.autosuspend=-1 quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL="console"

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE="640x480"

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID="true"

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

GRUB_SAVEDEFAULT="true"

그런 다음 나는 다음을 수행했습니다.

sudo update-grub
sudo grub-install /dev/sda

동작은 바뀌지 않았습니다. 약 1분 후에도 소리가 계속 멈췄습니다.

관련 정보