[Bug 2043299] Re: Linux 6.5 breaks Novation Components web MIDI application

2024-03-05 Thread Eric Hanuise
Thank you Jonatan!
I can confirm too :
using Ubuntu mate 23.10 / 1.26.2. Kernel is Linux 6.5.0-21-generic x86_64
Chrome Version 122.0.6261.94 (Official Build) (64-bit) : no connection, time out
Chrome Version 123.0.6312.22 (Official Build) beta (64-bit) : works just fine, 
circuit tracks is recognized, connected and midi works

Hopefully they'll fast track the inclusion of those changes from beta to
release, but in the meanwhile beta works fine so not a blocker anymore.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2043299

Title:
  Linux 6.5 breaks Novation Components web MIDI application

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2043299/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2043299] Re: Linux 6.5 breaks Novation Components web MIDI application

2024-03-04 Thread Eric Hanuise
Same behavior here, using Ubuntu mate 23.10 / 1.26.2 and google chrome
(from chrome .deb, not chromium or a snap or flatpak). Kernel is Linux
6.5.0-21-generic x86_64

The circuit tracks has firmware 1.15 (latest, from dec 2022), and the
following script is run before hand as root to set the midi buffers
(this is required with firmwares > 1.02 with the circuit tracks as newer
firmwares use bigger chunks to speed up transmissions)

#! /bin/bash
echo "must be run as root"
echo -n "current alsa midi OUT buffer size "
cat /sys/module/snd_seq_midi/parameters/output_buffer_size
echo 'setting alsa midi OUT buffer to 65535'
echo "65536" > /sys/module/snd_seq_midi/parameters/output_buffer_size
echo -n "current alsa midi IN buffer size "
cat /sys/module/snd_seq_midi/parameters/input_buffer_size
echo 'setting alsa midi IN buffer to 65535'
echo "65536" > /sys/module/snd_seq_midi/parameters/input_buffer_size
echo -n "new alsa midi IN buffer size"
cat /sys/module/snd_seq_midi/parameters/input_buffer_size
echo -n "new alsa midi OUT buffer size"
cat /sys/module/snd_seq_midi/parameters/output_buffer_size


Using Chrome, which worked before upgrading to 23.10, the novation components 
website attempts to connect ( webmidi is enabled/allowed in Chrome for this 
device), then times out.

( When starting Components in Firefox, the device doesn't show at all,
but this is not new and din't work before upgrading to 23.10 either. )

I can connect to the device using components in chrome browser on an
android device, so the circuit tracks and usb cable used are working as
expected.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2043299

Title:
  Linux 6.5 breaks Novation Components web MIDI application

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2043299/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 973332] Re: Scribus crashes when populating an image frame

2012-06-09 Thread Eric Hanuise
This bug seems to be resolved by removing the qt-at-spi package.
I can confirm this #7 fix does work.
Before, clicking on any folder in the file dialog would crash scribus (signal 
6). Removing qt-ap-spi fixed the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973332

Title:
  Scribus crashes when populating an image frame

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/scribus/+bug/973332/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs