Edit page UbuntuPaperCuts
[wiki.git] / UbuntuPaperCuts
index 7817c6c4fc8e74836beb85f11b001e809999bcd1..e91ef5880ddeeec098eafba6220ce66e1dc4b77b 100644 (file)
  # Wifi becomes incredibly slow after a few minutes of use (like, 1-2kb/s). This is a an Intel iwlagn 6250. I tried all kernels all the way to 3.2 with no improvement. The only workaround I could find is disabling 802.11n support.
    * Likely this bug: http://marc.info/?l=linux-kernel&m=131914553920614&w=2
 
- # --My jWin bluetooth headphones stop working if I don't play anything for 30 seconds.  Afterwards, sound applications hang until I disconnect the bluetooth device.--
+ # --My jWin Bluetooth headphones stop working when there's no sound output for about 30 seconds.  After this, all applications that try to play some sound will hang until I disconnect the bluetooth device--
    * Fixed in kernel 3.2
 
  # The Bluetooth headphones don't get automatically reconnected when I turn them on.  Clicking on Connect in the control panel seems to work for one second, then it fails.  The only way to reconnect is removing the device and then paring it again.
    * https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/437649
    * confirmed on precise
 
- # --Sometimes, when switching monitors on/off, the DisplayPort output starts to flicker (looks very much like a double-buffering issue).--
+ # --Sometimes, when switching monitors on/off, the DisplayPort output starts to flicker. Looks very much like a double-buffering issue--
    * I've not seen this in a while, maybe fixed
 
 === Upgrade issues ===
  # My home is dm-crypt encrypted, alghough not with luks. After upgrading to Oneiric, it was no longer being mounted because mount thought it was of type minixfs. WTF?? To fix this, I had to pass '-n nominix' to blkid in /lib/cryptsetup/checks/un_blkid. This filtering was present in an earlier version of cryptsetup, but it has been removed in 2:1.1.3-1.
    * breaks boot
 
- # --On my x200s, something goes wrong when initramfs tries to switch to the root filesystem. Due to a race with udev, some files cannot be deleted in the tmpfs.--
+ # --On my x200s, something goes wrong when initramfs tries to switch to the root filesystem. Due to a race with udev, some files cannot be deleted in the tmpfs--
    * breaks boot
    * https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/155689
    * https://bugs.launchpad.net/ubuntu/+source/linux/+bug/613273