[Bug 1933771] Re: Bluetooth headset random disconnects AX200

2022-01-10 Thread shao.lo
I'm using Ubuntu 21.10 with firmware 1.201.3 as well.  I have the periodic drop 
out followed by a static corruption.  I was hoping it was an issue with the 
bluetooth dongle I use, so I bought a new bluetooth 5.0 version, but the 
problem persists.  It will be good for hours (sometimes days) and then it will 
start happening every few minutes.
What is the time frame on a fix for this?  Is downgrading the firmware the 
current solution?

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

Title:
  Bluetooth headset random disconnects AX200

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


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

[Bug 896978] Re: cueprint/cuetag: no "DATE" and "GENRE" tags are read/written from/to audiofiles

2017-06-30 Thread shao.lo
I'm no expert with sed, but if it is a problem with white space you
could try updating the sed command to also call the tr command as
follows to remove space from either end of DATE and GENRE.

DATE=`sed -n 's!^REM DATE "\?\([^"]*\)"\?!\1!p' "$cue_file" | tr -d '[:space:]'`
GENRE=`sed -n 's!^REM GENRE "\?\([^"]*\)"\?!\1!p' "$cue_file" | tr -d 
'[:space:]'`

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

Title:
  cueprint/cuetag: no "DATE" and "GENRE" tags are read/written from/to
  audiofiles

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

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


[Bug 896978] Re: cueprint/cuetag: no "DATE" and "GENRE" tags are read/written from/to audiofiles

2017-06-20 Thread shao.lo
The patch is slightly out of date now (new version attached), but
concept absolutely works!  Why not push this out?

** Patch added: "Updated patch for latest cuetags"
   
https://bugs.launchpad.net/ubuntu/+source/cuetools/+bug/896978/+attachment/4899647/+files/cuetag.patch

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

Title:
  cueprint/cuetag: no "DATE" and "GENRE" tags are read/written from/to
  audiofiles

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

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


[Bug 1636655] Re: Ark no longer opens rar files in 16.10

2016-10-31 Thread shao.lo
Was reported broken in OpenSuse too...
  https://forums.opensuse.org/showthread.php/520017-Ark-unable-to-open-rar

Issue with change from "application/x-rar" to "application/vnd.rar"?

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

Title:
  Ark no longer opens rar files in 16.10

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

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


[Bug 1183829] Re: gstreamer0.10 Musepack playback is broken

2014-08-10 Thread shao.lo
It looks like this bug has been fixed somewhere along the way.  I tried
the sample attached above and plays fine in trusty.  Perhaps this was
reported and fixed elsewhere (and this is a duplicate bug?).

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

Title:
  gstreamer0.10 Musepack playback is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad0.10/+bug/1183829/+subscriptions

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


Re: [Bug 1183829] Re: Phonon Musepack playback is broken

2013-05-26 Thread shao.lo
gst-launch-0.10 filesrc location=123.mpc ! decodebin ! audioconvert !
audioresample ! autoaudiosink sounds exactly the same as the other broken
options..starts at 4 5 6 7 garbles and then ends.

It is interesting that it plays correctly for you.  Any suggestions on what
to check next?


On Sun, May 26, 2013 at 3:40 AM, Daniel Letzeisen 
1183...@bugs.launchpad.net wrote:

 In Raring/13.04, gst123 uses the latest gstreamer (1.0). The following
 command should be a good test:

 gst-launch-0.10 filesrc location=123.mpc ! decodebin ! audioconvert !
 audioresample ! autoaudiosink

 Using your sample file and that command, it works fine in my Raring VM

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1183829

 Title:
   Phonon Musepack playback is broken

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1183829/+subscriptions


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

Title:
  Phonon Musepack playback is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1183829/+subscriptions

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


Re: [Bug 1183829] Re: Phonon Musepack playback is broken

2013-05-26 Thread shao.lo
No difference using gst-launch-0.10 filesrc location=123.mpc ! decodebin !
audioconvert ! audioresample ! alsasink.  I get the same playback problems.


On Sun, May 26, 2013 at 11:30 AM, Daniel Letzeisen 
1183...@bugs.launchpad.net wrote:

 I would try the gst-launch command using 'alsasink' instead of
 'autoaudiosink' (make sure gstreamer0.10-alsa package is installed). Any
 difference?

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1183829

 Title:
   Phonon Musepack playback is broken

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1183829/+subscriptions


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

Title:
  gstreamer0.10 Musepack playback is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1183829/+subscriptions

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


Re: [Bug 1183829] Re: gstreamer0.10 Musepack playback is broken

2013-05-26 Thread shao.lo
The track plays correctly in aqualung.


On Sun, May 26, 2013 at 12:20 PM, Daniel Letzeisen 
1183...@bugs.launchpad.net wrote:

 I would try the aqualung audio player since it uses libmpcdec directly.
 If that fails to play the file properly, then we know that the problem
 goes deeper than gstreamer and that the issue is probably with
 pulseaudio.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1183829

 Title:
   gstreamer0.10 Musepack playback is broken

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad0.10/+bug/1183829/+subscriptions


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

Title:
  gstreamer0.10 Musepack playback is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad0.10/+bug/1183829/+subscriptions

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


[Bug 1183829] [NEW] Phonon Musepack playback is broken

2013-05-24 Thread shao.lo
Public bug reported:

Musepack (mpc) files do not play properly any more (in raring..they did
in quantal).  Some sound is generated, but it skips ahead and plays only
portions of the audio.  The Phonon backend is gstreamer.  The gstreamer
command line app (gst123) plays mpc files just fine.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: Small test app
   https://bugs.launchpad.net/bugs/1183829/+attachment/3685682/+files/phonon.py

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

Title:
  Phonon Musepack playback is broken

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

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


[Bug 1183829] Re: Phonon Musepack playback is broken

2013-05-24 Thread shao.lo
** Attachment added: A small mpc file
   
https://bugs.launchpad.net/ubuntu/+bug/1183829/+attachment/3685684/+files/123.mpc

** Description changed:

- Musepack (mpc) files do not play properly any more.  Some sound is
- generated, but it skips ahead and plays only portions of the audio.  The
- Phonon backend is gstreamer.  The gstreamer command line app (gst123)
- plays mpc files just fine.
+ Musepack (mpc) files do not play properly any more (in raring..they did
+ in quantal).  Some sound is generated, but it skips ahead and plays only
+ portions of the audio.  The Phonon backend is gstreamer.  The gstreamer
+ command line app (gst123) plays mpc files just fine.

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

Title:
  Phonon Musepack playback is broken

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

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


[Bug 1183829] Re: Phonon Musepack playback is broken

2013-05-24 Thread shao.lo
python3-pyqt4.phonon

** Package changed: ubuntu = python-qt4 (Ubuntu)

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

Title:
  Phonon Musepack playback is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/1183829/+subscriptions

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


[Bug 1183829] Re: Phonon Musepack playback is broken

2013-05-24 Thread shao.lo
I selected package python3-pyqt4.phonon and the submission tool
changed it.

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

Title:
  Phonon Musepack playback is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/1183829/+subscriptions

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


[Bug 1183829] Re: Phonon Musepack playback is broken

2013-05-24 Thread shao.lo
I don't know exactly where the problem is.  I found the problem while
using qt4's phonon package under python3.

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

Title:
  Phonon Musepack playback is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/1183829/+subscriptions

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


[Bug 1183829] Re: Phonon Musepack playback is broken

2013-05-24 Thread shao.lo
I just tried Dragon player and it has the same problem.

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

Title:
  Phonon Musepack playback is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/1183829/+subscriptions

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


[Bug 1183829] Re: Phonon Musepack playback is broken

2013-05-24 Thread shao.lo
The attached 123.mpc file is spoken text 1 2 3 4 5 6 7 8 9 ten eleven
twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen
twenty.  When played I only hear 4 5 6 7 clearly.  I think i hear
fifteen as well..but it misses most everything else.

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

Title:
  Phonon Musepack playback is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1183829/+subscriptions

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


[Bug 1183829] Re: Phonon Musepack playback is broken

2013-05-24 Thread shao.lo
Wouldn't gst123 be broken if it was a gstreamer issue?

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

Title:
  Phonon Musepack playback is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1183829/+subscriptions

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


[Bug 526676] Re: [Lucid] PyOS_InputHook is not available for interactive use of PyGTK set_interactive(1)

2011-11-07 Thread shao.lo
I get the RuntimeWarning: PyOS_InputHook is not available for interactive use 
of PyGTK warning in a python script on the following line:
import gpod

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

Title:
  [Lucid] PyOS_InputHook is not available for interactive use of PyGTK
  set_interactive(1)

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

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


[Bug 86080] New install results in grub error 18

2007-02-18 Thread shao.lo
Public bug reported:

I installed kubuntu herd 4 on my old gateway p3 1ghz.  I had a clean
400gb drive for the install (the only drive in the machine).  I chose
the guided partioning and accepted the defaults.  The entire install
went smoothly, but when I rebooted i got the grub error 18.  The only
way I found to fix it was to reinstall and manually add a /boot
partition.  I'm not sure I did it right or if I chose a good size for
the /boot partition (I used 100gb), but after reformatting and
reinstalling, everything worked fine.  I'd guess that most new linux
users would have just given up and gone back to some other os when the
grub error occured.  If there is any way to detect that a /boot
partition is required, it would be nice if the partitioning step did
that automatically.  Everything else looks good!  Nice job!!

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
New install results in grub error 18
https://launchpad.net/bugs/86080

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