[Bug 1741996] [NEW] Undefined references to 64-bit division in libefi on 32-bit systems

2018-01-08 Thread Matthew Garrett
Public bug reported:

Building a 32-bit binary and linking against libefi.a gives the
following:

/usr/lib/libefi.a(math.o): In function `DivU64x32':
(.text+0x95): undefined reference to `__umoddi3'
(.text+0xaa): undefined reference to `__udivdi3'

Fedora carry this patch to avoid it:
https://github.com/vathpela/gnu-efi/commit/e192c2f65fec73b1362645193394228aebbc5dae

** Affects: gnu-efi (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: gnu-efi (Debian)
 Importance: Unknown
 Status: Unknown

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

Title:
  Undefined references to 64-bit division in libefi on 32-bit systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnu-efi/+bug/1741996/+subscriptions

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

[Bug 1741996] Re: Undefined references to 64-bit division in libefi on 32-bit systems

2018-01-08 Thread Matthew Garrett
This is Debian bug 886686

** Bug watch added: Debian Bug tracker #886686
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886686

** Also affects: gnu-efi (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886686
   Importance: Unknown
   Status: Unknown

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

Title:
  Undefined references to 64-bit division in libefi on 32-bit systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnu-efi/+bug/1741996/+subscriptions

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

[Bug 1155780] [NEW] Postinst fails in chroot environments

2013-03-15 Thread Matthew Garrett
Public bug reported:

trousers_0.3.7-2ubuntu1.1 in precise-updates fails to configure if it's
being installed into a chroot environment which doesn't have a udev
socket.  The udevadm commands return an error code, and postinst exits
because it's set -e. These commands shouldn't be fatal during
configuration - please add || true guards to prevent the problem.

** Affects: trousers (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Postinst fails in chroot environments

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

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


[Bug 737002] Re: mkfs.hfsplus does not create UUID

2011-11-19 Thread Matthew Garrett
It's a bug in the Linux support patch. It byteswaps a 32-bit value as it
it's a 64-bit one and so ends up with zeros. This fixes the Fedora
version, I'd guess it should be applicable to the Debian one.

** Patch added: hfsplus-tools-332.14-fix-uuid.patch
   
https://bugs.launchpad.net/ubuntu/+source/hfsprogs/+bug/737002/+attachment/2601602/+files/hfsplus-tools-332.14-fix-uuid.patch

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

Title:
  mkfs.hfsplus does not create UUID

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

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


[Bug 575518] Re: linux kernel contains GPL violations

2010-05-30 Thread Matthew Garrett
* drivers/char/ser_a2232fw.h
* drivers/char/ser_a2232fw.ax

The .ax file is the source code for the .h fule.
 
   * drivers/net/ixp2000/ixp2400_rx.ucode
* drivers/net/ixp2000/ixp2400_rx.uc

The .uc file is the source code for the .ucode file.

* drivers/net/ixp2000/ixp2400_tx.ucode

This one also includes source.

* drivers/net/wan/wanxlfw.inc_shipped
* drivers/net/wan/wanxlfw.S

The .S file is the source code for the inc_shipped file.

* drivers/net/wireless/atmel.c

The source for this is at the bottom of the file

* drivers/scsi/53c700_d.h_shipped
* drivers/scsi/53c700.scr

The .scr file is the source code for the shipped file

* drivers/scsi/aic7xxx/aic79xx_seq.h_shipped
* drivers/scsi/aic7xxx/aic79xx.seq

The .seq file is the source code for the shipped file

    * drivers/scsi/aic7xxx/aic7xxx_seq.h_shipped
* drivers/scsi/aic7xxx/aic7xxx.seq

Ditto

* drivers/scsi/aic7xxx_old/aic7xxx_seq.c
* drivers/scsi/aic7xxx_old/aic7xxx.seq

Ditto

* drivers/scsi/53c7xx_d.h_shipped
* drivers/scsi/53c7xx.scr

.scr is the source code for the shipped file

* drivers/scsi/sym53c8xx_2/sym_fw1.h
* drivers/scsi/sym53c8xx_2/sym_fw2.h

These are both source code

    * firmware/dsp56k/bootstrap.bin.ihex
* firmware/dsp56k/bootstrap.asm

The .asm file is the source code for the .ihex file

* firmware/keyspan_pda/keyspan_pda.HEX
* firmware/keyspan_pda/keyspan_pda.S

The .S file is the source code for the .HEX file

* firmware/keyspan_pda/xircom_pgs.HEX
* firmware/keyspan_pda/xircom_pgs.S

Same here

* sound/pci/cs46xx/imgs/cwcdma.h
* sound/pci/cs46xx/imgs/cwcdma.asp

The .asp file is the source code for the .h

This list is a pretty poor example of sourceless binary content :)

-- 
linux kernel contains GPL violations
https://bugs.launchpad.net/bugs/575518
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 146699] Re: Support for CD-ROM-eject button, Fn-F9

2008-06-25 Thread Matthew Garrett
** Changed in: acpi-support (Ubuntu)
   Status: New = Invalid

-- 
Support for CD-ROM-eject button, Fn-F9
https://bugs.launchpad.net/bugs/146699
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 177646] Re: Celeron M530, no frequence scaling

2008-04-28 Thread Matthew Garrett
Yes. If you use p4_clockmod, you can alter the frequency of the
processor. However, you cannot alter the voltage. As a result, you can
reduce the power consumption of your processor by around a third only by
making it take twice as long to do anything. This does not save you
power overall.

C states allow the processor to unclock itself and save significant
quantities of power by disabling unused portions of the CPU. They are
automatically used on Linux, even on the Celeron. However, they can only
be entered if the processor is entirely idle. If you use p4_clockmod
then your processor will spend more of its time working and less time in
the C states. As a result, it will consume more power than if you don't
use p4_clockmod.

HMC8: Modern Intel processors only support reducing the core voltage
(which can reduce power consumption) if they have est in their flags
field. Otherwise, it's better to run at full speed in order to allow
earlier entry to the C states.

-- 
Celeron M530, no frequence scaling
https://bugs.launchpad.net/bugs/177646
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 177646] Re: Celeron M530, no frequence scaling

2008-04-27 Thread Matthew Garrett
Not a bug in cpufreq-applet

** Changed in: gnome-cpufreq-applet (Ubuntu)
   Status: New = Invalid

-- 
Celeron M530, no frequence scaling
https://bugs.launchpad.net/bugs/177646
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 177646] Re: Celeron M530, no frequence scaling

2008-04-27 Thread Matthew Garrett
Using p4_clockmod will generally not result in any power savings (it
merely throttles the CPU without dropping the core voltage, so the power
savings are lower than will be obtained by using C states alone), so
while this is a valid wishlist bug there's no urgency.

-- 
Celeron M530, no frequence scaling
https://bugs.launchpad.net/bugs/177646
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 177646] Re: Celeron M530, no frequence scaling

2008-04-27 Thread Matthew Garrett
Celerons do not support frequency scaling, only throttling. Throttling
is a thermal management technique, not a power saving one. The best
power savings you'll get are by not using p4_clockmod, or by replacing
the machine with one with a full Pentium.

-- 
Celeron M530, no frequence scaling
https://bugs.launchpad.net/bugs/177646
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 83860] Re: Accessible GDM broken with our wacom setup

2008-04-23 Thread Matthew Garrett
Worked around with a previous xorg upload, but given that the upstream
bug is still open it's still presumably an issue.

** Changed in: gdm (Ubuntu)
   Status: Fix Released = Confirmed

** Summary changed:

- Accessible GDM broken with our wacom setup
+ Accessible GDM broken if non-existent input devices present

-- 
Accessible GDM broken if non-existent input devices present
https://bugs.launchpad.net/bugs/83860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 157691] Re: Hardy/Gutsy crashes when the lid is closed on a HP 6710b, HP 6510b and HP 2510p

2008-04-10 Thread Matthew Garrett
_DOS is set by the hotkey-setup init script. 7 is actually the correct
value for us in this case.

** Changed in: hotkey-setup (Ubuntu)
Sourcepackagename: acpid = hotkey-setup

-- 
Hardy/Gutsy crashes when the lid is closed on a HP 6710b, HP 6510b and HP 2510p
https://bugs.launchpad.net/bugs/157691
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 157691] Re: Hardy/Gutsy crashes when the lid is closed on a HP 6710b, HP 6510b and HP 2510p

2008-04-10 Thread Matthew Garrett

** Attachment added: hotkey_setup.diff
   http://launchpadlibrarian.net/13334750/hotkey_setup.diff

-- 
Hardy/Gutsy crashes when the lid is closed on a HP 6710b, HP 6510b and HP 2510p
https://bugs.launchpad.net/bugs/157691
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 109211] Re: feisty doesn't work with external CD writers anymore

2008-04-03 Thread Matthew Garrett
External USB CD writers don't use the IDE drivers at all - usb-storage
goes straight to the SCSI layer. Whether piix or ata_piix is used should
be entirely irrelevant.

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

-- 
feisty doesn't work with external CD writers anymore
https://bugs.launchpad.net/bugs/109211
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 189851] Re: no suspend available on powerpc (iBook G4, PMU)

2008-03-27 Thread Matthew Garrett
It's not the reason suspend is broken on these machines.

-- 
no suspend available on powerpc (iBook G4, PMU)
https://bugs.launchpad.net/bugs/189851
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 189851] Re: no suspend available on powerpc (iBook G4, PMU)

2008-03-27 Thread Matthew Garrett
This should fix it.

** Attachment added: 97_fix_ppc_suspend_test.patch
   http://launchpadlibrarian.net/12920140/97_fix_ppc_suspend_test.patch

-- 
no suspend available on powerpc (iBook G4, PMU)
https://bugs.launchpad.net/bugs/189851
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 185552] Re: pm-utils shows misleading Tooltip Problem mit dem Bereitschaftsmodus

2008-03-27 Thread Matthew Garrett
Reassigning to gnome-power-manager

** Changed in: gnome-power-manager (Ubuntu)
Sourcepackagename: pm-utils = gnome-power-manager

-- 
pm-utils shows misleading Tooltip Problem mit dem Bereitschaftsmodus
https://bugs.launchpad.net/bugs/185552
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 201037] Re: suspend fails on Thinkpad X300

2008-03-27 Thread Matthew Garrett
*** This bug is a duplicate of bug 162654 ***
https://bugs.launchpad.net/bugs/162654

** This bug has been marked a duplicate of bug 162654
   networkmanager (0.6.5-0ubuntu16.7.10.0) needs to be restarted manually after 
suspend using pm-utils, while functioning correctly using acpi

-- 
suspend fails on Thinkpad X300
https://bugs.launchpad.net/bugs/201037
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 191185] Re: have to reload ath_pci after suspend+resume

2008-03-27 Thread Matthew Garrett
*** This bug is a duplicate of bug 162654 ***
https://bugs.launchpad.net/bugs/162654

** This bug has been marked a duplicate of bug 162654
   networkmanager (0.6.5-0ubuntu16.7.10.0) needs to be restarted manually after 
suspend using pm-utils, while functioning correctly using acpi

-- 
have to reload ath_pci after suspend+resume
https://bugs.launchpad.net/bugs/191185
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 180378] Re: nvidia-kernel-common needs to intergrate with new pm-utils framework

2008-03-27 Thread Matthew Garrett
** Changed in: pm-utils (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: nvidia-kernel-common (Ubuntu)
   Status: New = Invalid

-- 
nvidia-kernel-common needs to intergrate with new pm-utils framework
https://bugs.launchpad.net/bugs/180378
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 130194] Re: Some tuner cards will not resume after suspend/hibernate

2008-03-27 Thread Matthew Garrett
Reassigning against the kernel. We can't just unload/load these drivers,
since that will fail if anything has the tuner device open at suspend
time. The drivers need to be fixed in the kernel.

** Changed in: linux (Ubuntu)
Sourcepackagename: pm-utils = linux

-- 
Some tuner cards will not resume after suspend/hibernate
https://bugs.launchpad.net/bugs/130194
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 207496] Re: Disable DRM suspend/resume on pre-915 Intel chips

2008-03-27 Thread Matthew Garrett
Rediffed against our tree

** Attachment added: disable_pre_915_drm_pm.diff
   http://launchpadlibrarian.net/12923810/disable_pre_915_drm_pm.diff

-- 
Disable DRM suspend/resume on pre-915 Intel chips
https://bugs.launchpad.net/bugs/207496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 207496] [NEW] Disable DRM suspend/resume on pre-915 Intel chips

2008-03-26 Thread Matthew Garrett
Public bug reported:

The Intel DRM suspend/resume code isn't stable on chips before the 915
yet. This patch from upstream disables it in that case.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Disable DRM suspend/resume on pre-915 Intel chips
https://bugs.launchpad.net/bugs/207496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 207496] Re: Disable DRM suspend/resume on pre-915 Intel chips

2008-03-26 Thread Matthew Garrett

** Attachment added: disable_pre_915_drm_pm.diff
   http://launchpadlibrarian.net/12911605/disable_pre_915_drm_pm.diff

-- 
Disable DRM suspend/resume on pre-915 Intel chips
https://bugs.launchpad.net/bugs/207496
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205221] Re: [hardy][kubuntu]power off after hibernate does not work

2008-03-26 Thread Matthew Garrett
*** This bug is a duplicate of bug 201086 ***
https://bugs.launchpad.net/bugs/201086

** This bug has been marked a duplicate of bug 201086
   X41 fails to hibernate in hardy

-- 
[hardy][kubuntu]power off after hibernate does not work
https://bugs.launchpad.net/bugs/205221
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 201591] Re: atyfb regression - screen blank except for blinking cursor after fbcon vtswitch

2008-03-23 Thread Matthew Garrett
This ought to fix it - it limits the font saving/restoring to vgacon.
The FB layer does its own reference counting, which confuses things.

** Attachment added: fix_fb_fonts.diff
   http://launchpadlibrarian.net/12827657/fix_fb_fonts.diff

** Tags added: patch

-- 
atyfb regression - screen blank except for blinking cursor after fbcon vtswitch 
https://bugs.launchpad.net/bugs/201591
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205261] [NEW] Backlight flickers when changing brightness due to changes in video.c

2008-03-22 Thread Matthew Garrett
Public bug reported:

The changes to video.c between 2.6.22 and 2.6.24 mean that the kernel
and userland now both try to handle brightness changes simultaneously.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Backlight flickers when changing brightness due to changes in video.c
https://bugs.launchpad.net/bugs/205261
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205261] Re: Backlight flickers when changing brightness due to changes in video.c

2008-03-22 Thread Matthew Garrett
This restores the gutsy behaviour.

** Attachment added: video.diff
   http://launchpadlibrarian.net/12813022/video.diff

-- 
Backlight flickers when changing brightness due to changes in video.c
https://bugs.launchpad.net/bugs/205261
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205261] Re: Backlight flickers when changing brightness due to changes in video.c

2008-03-22 Thread Matthew Garrett

** Attachment added: Well, actually, this one does.
   http://launchpadlibrarian.net/12813094/video.diff

-- 
Backlight flickers when changing brightness due to changes in video.c
https://bugs.launchpad.net/bugs/205261
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 198808] Re: [Hardy] HAL breaks pm-utils quirks and resuming

2008-03-20 Thread Matthew Garrett
What packages? xserver-xorg-video-intel shouldn't be providing a
config.d file, since the functionality is in the kernel and not in the
driver. The kernel can't provide it, because you can install multiple
kernel versions simultaneously and they can't all provide the file. The
logical place to put the video driver handling right now is in pm-utils.

-- 
[Hardy] HAL breaks pm-utils quirks and resuming
https://bugs.launchpad.net/bugs/198808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 199888] Re: No multimedia key button support hardy

2008-03-20 Thread Matthew Garrett
toshiba_acpi.modprobe has been dropped from acpi-support. This is needed
in order to enable the polling support for generating hotkey events on
Toshibas. It was removed because the patch adding this support to the
kernel was inadvertently dropped - the kernel has since been fixed, and
so this file should not have been removed.

** Changed in: acpi-support (Ubuntu)
Sourcepackagename: None = acpi-support
   Status: New = Confirmed

-- 
No multimedia key button support hardy
https://bugs.launchpad.net/bugs/199888
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194609] Re: [patch] add support for the ACPI eject hotkey on Lenovo laptops

2008-03-20 Thread Matthew Garrett
As noted, this is a dock eject button and not a CD eject button. This
patch is wrong and needs to be reverted.

** Changed in: acpi-support (Ubuntu)
   Status: Fix Released = Confirmed

-- 
[patch] add support for the ACPI eject hotkey on Lenovo laptops
https://bugs.launchpad.net/bugs/194609
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 147087] Re: No sound on Aluminium iMac with PCI ID 8086:284b

2008-03-18 Thread Matthew Garrett
I don't have enough bandwidth to do a git pull here, but something like:

case 0x106b1000: /* iMac 24 */
board_config = ALC885_IMAC24;
break;
+case 0x106b00a0: /* Save the universe */
case 0x106b00a1: /* Macbook */
case 0x106b2c00: /* Macbook Pro rev3 */
board_config = ALC885_MBP3;
break;

in l-u-m's sound/alsa-kernel/pci/hda/patch_realtek.c should make this
work without modprobe.conf misery.

** Also affects: linux-ubuntu-modules-2.6.24 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
No sound on Aluminium iMac with PCI ID 8086:284b
https://bugs.launchpad.net/bugs/147087
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 147087] Re: No sound on Aluminium iMac with PCI ID 8086:284b

2008-03-18 Thread Matthew Garrett
The code is actually in lum, not linux

** Changed in: linux-ubuntu-modules-2.6.24 (Ubuntu)
   Status: New = Confirmed

-- 
No sound on Aluminium iMac with PCI ID 8086:284b
https://bugs.launchpad.net/bugs/147087
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 203748] Re: too many interrupts from synaptics touchpad

2008-03-18 Thread Matthew Garrett
Using the trackpad will generate interrupts. There's no other way to get
the information from the pad to the OS.

** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: New = Invalid

-- 
too many interrupts from synaptics touchpad
https://bugs.launchpad.net/bugs/203748
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 147087] Re: No sound on Aluminium iMac with PCI ID 8086:284b

2008-03-17 Thread Matthew Garrett
** Changed in: linux (Ubuntu)
   Status: Won't Fix = Confirmed

-- 
No sound on Aluminium iMac with PCI ID 8086:284b
https://bugs.launchpad.net/bugs/147087
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 147087] Re: No sound on Aluminium iMac with PCI ID 8086:284b

2008-03-12 Thread Matthew Garrett
Colin,

The subvendor and device IDs are generally adequate for determining
which pin table to use. The IDs used in the iMacs only also seems to be
used in the recent Macbook Pros, so the mbp3 table sounds like the right
one to use. Why not just key this as the default for this hardware?

-- 
No sound on Aluminium iMac with PCI ID 8086:284b
https://bugs.launchpad.net/bugs/147087
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 173920] Re: xorg 7.3 no font

2008-01-13 Thread Matthew Garrett
What video driver are you using? I strongly suspect that it's a bug in
that which is triggered by usplash, rather than being a usplash bug.

-- 
xorg 7.3 no font
https://bugs.launchpad.net/bugs/173920
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 176727] Re: Blinking cursor replaces splash screen when fsck runs at boot

2008-01-13 Thread Matthew Garrett
** Changed in: sysvinit (Ubuntu)
Sourcepackagename: usplash = sysvinit

-- 
Blinking cursor replaces splash screen when fsck runs at boot
https://bugs.launchpad.net/bugs/176727
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 158310] Re: Write Now you can turn off your computer if hardware does not support apm or acpi

2008-01-13 Thread Matthew Garrett
** Changed in: sysvinit (Ubuntu)
Sourcepackagename: usplash = sysvinit

-- 
Write Now you can turn off your computer if hardware does not support apm or 
acpi
https://bugs.launchpad.net/bugs/158310
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 177154] cdrtools is undistributable

2007-12-18 Thread Matthew Garrett
Public bug reported:

cdrecord includes the mkisofs binary. mkisofs itself is under the GPL,
but the binary links statically against included libraries that are
under the CDDL. The CDDL contains restrictions not present in the GPL,
preventing us from providing the complete source to the binary under
terms compatible with the GPL. As a consequence, the binaries are
impossible to distribute while satisfying their license. We should
remove the package from the archive until this is corrected.

** Affects: cdrtools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
cdrtools is undistributable
https://bugs.launchpad.net/bugs/177154
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 177154] Re: cdrtools is undistributable

2007-12-18 Thread Matthew Garrett
Under the existing licensing, cdrtools simply can't be legally
distributed at all. By doing so we are infringing the copyright of
several people. Keeping it in multiverse doesn't help that. The
solutions are either for the libraries and build system to be relicensed
under terms compatible with the GPL (keeping them under the CDDL as well
is perfectly acceptable), for all the other copyright holders to grant
permission for the current licensing or for cdrtools to be removed from
the archive. The latter should be done in any case, until the situation
is resolved.

-- 
cdrtools is undistributable
https://bugs.launchpad.net/bugs/177154
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 160955] Re: Packaging request: linux-uvc (webcam drivers)

2007-11-08 Thread Matthew Garrett
We already ship these in linux-ubuntu-modules

** Changed in: linux-source-2.6.22 (Ubuntu)
   Status: New = Invalid

-- 
Packaging request: linux-uvc (webcam drivers)
https://bugs.launchpad.net/bugs/160955
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59695] Re: High frequency of load/unload cycles on some hard disks may shorten lifetime

2007-11-08 Thread Matthew Garrett
** This bug is no longer a duplicate of bug 17216
   Hard drive spindown should be configurable

-- 
High frequency of load/unload cycles on some hard disks may shorten lifetime
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 104535] Re: Default HD power management settings will kill drive

2007-11-08 Thread Matthew Garrett
*** This bug is a duplicate of bug 59695 ***
https://bugs.launchpad.net/bugs/59695

** This bug is no longer a duplicate of bug 17216
   Hard drive spindown should be configurable

** This bug has been marked a duplicate of bug 59695
   High frequency of load/unload cycles on some hard disks may shorten lifetime

-- 
Default HD power management settings will kill drive
https://bugs.launchpad.net/bugs/104535
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 92288] Re: [Gutsy] [Feisty] [Edgy] Ubuntu may eat Hard Drives due to overly-aggressive APM

2007-11-08 Thread Matthew Garrett
*** This bug is a duplicate of bug 59695 ***
https://bugs.launchpad.net/bugs/59695

** This bug is no longer a duplicate of bug 17216
   Hard drive spindown should be configurable

** This bug has been marked a duplicate of bug 59695
   High frequency of load/unload cycles on some hard disks may shorten lifetime

-- 
[Gutsy] [Feisty] [Edgy] Ubuntu may eat Hard Drives due to overly-aggressive APM
https://bugs.launchpad.net/bugs/92288
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59695] Re: default value in power.sh potentially kills laptop disks

2007-10-24 Thread Matthew Garrett
By default, we do nothing to set any disk power values. It's arguable
that the configuration file should make it clearer to the user that
enabling aggressive power management will result in a shorter hard drive
life, but it's also an inevitable consequence of enabling that
aggressive power management. The stock install is entirely safe in this
respect.

-- 
default value in power.sh potentially kills laptop disks
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59695] Re: default value in power.sh potentially kills laptop disks

2007-10-24 Thread Matthew Garrett
Inserting scripts in /etc/apm is unlikely to help anything - we don't
execute them on any laptop made since 2001.

-- 
default value in power.sh potentially kills laptop disks
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 59695] Re: default value in power.sh potentially kills laptop disks

2007-10-24 Thread Matthew Garrett
If your BIOS is enabling aggressive power management, then I would
suggest that that's something you should ask your BIOS vendor about.

-- 
default value in power.sh potentially kills laptop disks
https://bugs.launchpad.net/bugs/59695
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 126077] Re: Ultrabay Hotswapping is not working

2007-10-19 Thread Matthew Garrett
This is now supported natively by the kernel. Just remove the device.

** Changed in: linux-source-2.6.22 (Ubuntu)
   Status: Incomplete = Fix Released

-- 
Ultrabay Hotswapping is not working
https://bugs.launchpad.net/bugs/126077
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151828] Re: [gutsy] brightness keys only pop up a slider on a t61p, they don't affect screen brightness

2007-10-19 Thread Matthew Garrett
** Changed in: linux-restricted-modules-2.6.22 (Ubuntu)
Sourcepackagename: hotkey-setup = linux-restricted-modules-2.6.22

-- 
[gutsy] brightness keys only pop up a slider on a t61p, they don't affect 
screen brightness
https://bugs.launchpad.net/bugs/151828
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 133479] Re: Battery info uses wrong units

2007-10-19 Thread Matthew Garrett
What makes you think they should be in mA? If they were, that would
indicate that your laptop was drawing 430 Watts, which seems unlikely.

-- 
Battery info uses wrong units
https://bugs.launchpad.net/bugs/133479
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127773] Re: A/C Status, CPU Temp, and Battery no longer recognized as present after upgrade to Gutsy in Dell Latitude L400

2007-10-18 Thread Matthew Garrett
** Changed in: acpi (Ubuntu)
   Status: New = Invalid

-- 
A/C Status, CPU Temp, and Battery no longer recognized as present after upgrade 
to Gutsy in Dell Latitude L400
https://bugs.launchpad.net/bugs/127773
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152954] Re: compiz should depend on libgl1-mesa-dri

2007-10-15 Thread Matthew Garrett
It shouldn't - as noted, the Nvidia drivers provide working hardware GL
without using dri.

** Changed in: compiz (Ubuntu)
   Status: New = Invalid

-- 
compiz should depend on libgl1-mesa-dri
https://bugs.launchpad.net/bugs/152954
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151444] Re: Fn-Keys for adjusting brightness of the display does not work anymore in Gutsy on my Dell Inspiron 9400

2007-10-14 Thread Matthew Garrett
** Changed in: kdebase (Ubuntu)
Sourcepackagename: hotkey-setup = kdebase

-- 
Fn-Keys  for adjusting brightness of the display does not work anymore in Gutsy 
on my Dell Inspiron 9400
https://bugs.launchpad.net/bugs/151444
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 152208] Re: A recent (Oct 12) update b0rked my X setup

2007-10-14 Thread Matthew Garrett
What driver is this? What do you mean by bail?

-- 
A recent (Oct 12) update b0rked my X setup
https://bugs.launchpad.net/bugs/152208
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152581] Re: No login screen when using dual screen configuration and themed login screen

2007-10-14 Thread Matthew Garrett
*** This bug is a duplicate of bug 152505 ***
https://bugs.launchpad.net/bugs/152505

** This bug has been marked a duplicate of bug 152505
   gdmgreeter segfaults when XRandR is not available

-- 
No login screen when using dual screen configuration and themed login screen
https://bugs.launchpad.net/bugs/152581
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152727] Re: gdmgreeter crashed with SIGSEGV in __libc_start_main()

2007-10-14 Thread Matthew Garrett
*** This bug is a duplicate of bug 152505 ***
https://bugs.launchpad.net/bugs/152505

** This bug is no longer a duplicate of bug 152688
   gdm crashes endlessly loops

** This bug has been marked a duplicate of bug 152505
   gdmgreeter segfaults when XRandR is not available

-- 
gdmgreeter crashed with SIGSEGV in __libc_start_main()
https://bugs.launchpad.net/bugs/152727
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152729] Re: gdmgreeter crashed with SIGSEGV in __libc_start_main()

2007-10-14 Thread Matthew Garrett
*** This bug is a duplicate of bug 152505 ***
https://bugs.launchpad.net/bugs/152505

** This bug is no longer a duplicate of bug 152688
   gdm crashes endlessly loops

** This bug has been marked a duplicate of bug 152505
   gdmgreeter segfaults when XRandR is not available

-- 
gdmgreeter crashed with SIGSEGV in __libc_start_main()
https://bugs.launchpad.net/bugs/152729
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152688] Re: gdm crashes endlessly loops

2007-10-14 Thread Matthew Garrett
*** This bug is a duplicate of bug 152505 ***
https://bugs.launchpad.net/bugs/152505

** This bug has been marked a duplicate of bug 152505
   gdmgreeter segfaults when XRandR is not available

-- 
gdm crashes endlessly loops
https://bugs.launchpad.net/bugs/152688
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152824] Re: xdmcp/gdmchooser breakage from 2.20.0-0ubuntu3 - 4

2007-10-14 Thread Matthew Garrett
*** This bug is a duplicate of bug 152505 ***
https://bugs.launchpad.net/bugs/152505

** This bug has been marked a duplicate of bug 152505
   gdmgreeter segfaults when XRandR is not available

-- 
xdmcp/gdmchooser breakage from 2.20.0-0ubuntu3 - 4
https://bugs.launchpad.net/bugs/152824
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152553] Re: 2.20.0-0ubuntu4: Login program died. Trying a second time.

2007-10-14 Thread Matthew Garrett
*** This bug is a duplicate of bug 152505 ***
https://bugs.launchpad.net/bugs/152505

** This bug has been marked a duplicate of bug 152505
   gdmgreeter segfaults when XRandR is not available

-- 
2.20.0-0ubuntu4: Login program died. Trying a second time.
https://bugs.launchpad.net/bugs/152553
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152208] Re: A recent (Oct 12) update b0rked my X setup

2007-10-14 Thread Matthew Garrett
*** This bug is a duplicate of bug 152505 ***
https://bugs.launchpad.net/bugs/152505

** This bug has been marked a duplicate of bug 152505
   gdmgreeter segfaults when XRandR is not available

-- 
A recent (Oct 12) update b0rked my X setup
https://bugs.launchpad.net/bugs/152208
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152505] Re: gdmgreeter segfaults when XRandR is not available

2007-10-14 Thread Matthew Garrett

** Changed in: gdm (Ubuntu)
   Status: New = Fix Committed

-- 
gdmgreeter segfaults when XRandR is not available
https://bugs.launchpad.net/bugs/152505
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152505] Re: gdmgreeter segfaults when XRandR is not available

2007-10-14 Thread Matthew Garrett
gdm (2.20.0-0ubuntu5) gutsy; urgency=low

  * debian/patches/63_xrandr_virtual.patch:
- check that XRRGetScreenResources returns a structure. LP: #152505

 -- Matthew Garrett [EMAIL PROTECTED]   Mon, 15 Oct 2007 01:09:40
+0100

** Changed in: gdm (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
gdmgreeter segfaults when XRandR is not available
https://bugs.launchpad.net/bugs/152505
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151938] Re: gutsy kernel is causing data-loss.somehow related to SATA (media-error)

2007-10-12 Thread Matthew Garrett
Additional sense: Unrecovered read error - auto reallocate failed

indicates that your drive is claiming that it has physical errors. Can
you reproduce this with another drive?

-- 
gutsy kernel is causing data-loss.somehow related to SATA (media-error)
https://bugs.launchpad.net/bugs/151938
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 68370] Re: Synaptics touchpad not enabled for second X display

2007-10-12 Thread Matthew Garrett
xserver-xorg-input-synaptics (0.14.6-0ubuntu10) gutsy; urgency=low

  * Bodge around LP: #68370. Something is opening the device even after
we've switched away from the VT. The easiest way to handle this is
to refuse to open unless we're on the current VT.

 -- Matthew Garrett [EMAIL PROTECTED]   Tue, 09 Oct 2007 21:08:23
+0100

** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Synaptics touchpad not enabled for second X display
https://bugs.launchpad.net/bugs/68370
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 121653] Re: [gutsy] Suspend to Ram does not work on Z61m

2007-10-12 Thread Matthew Garrett
** Changed in: linux-restricted-modules-2.6.22 (Ubuntu)
Sourcepackagename: linux-source-2.6.22 = linux-restricted-modules-2.6.22

-- 
[gutsy] fglrx breaks over suspend/resume
https://bugs.launchpad.net/bugs/121653
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127269] Re: [gutsy] tab key in gdm doesn't switch from login to password anymore

2007-10-12 Thread Matthew Garrett
gdm (2.20.0-0ubuntu4) gutsy; urgency=low

  [ Loic Minier ]
  * Remove series file from debian/patches/ as the package uses
simple-patchsys.
  * New patch, 65_tab-means-enter-after-entry, causes tab to act like enter
when the user entered some text in the PAM entry field; GNOME #433495;
LP: #127269.

  [ Matthew Garrett ]
  * debian/patches/63_xrandr_virtual.patch:
- on randr1.0 drivers, set the virtual to the screen resolution in
  order to avoid panning setups (part of LP: #137517)

 -- Matthew Garrett [EMAIL PROTECTED]   Wed, 10 Oct 2007 15:23:49
+0100

** Changed in: gdm (Ubuntu)
   Status: In Progress = Fix Released

-- 
[gutsy] tab key in gdm doesn't switch from login to password anymore
https://bugs.launchpad.net/bugs/127269
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 121653] Re: [gutsy] fglrx breaks over suspend/resume

2007-10-12 Thread Matthew Garrett
This won't be fixed for gutsy. If AMD release a fixed driver, there's
the potential for a stable release update later on.

** Summary changed:

- [gutsy] Suspend to Ram does not work on Z61m
+ [gutsy] fglrx breaks over suspend/resume

** Description changed:

- Binary package hint: kernel-image-2.6.22-6-generic-di
- 
- Suspending to Ram on my Thinkpad z61m with 2.6.22-6 ends with a black
- screen and a blinking cursor in the upper left hand corner. Suspending
- works fine with 2.6.20-16 without a hitch so this would be a regression.
+ SLUB exposes a bug in fglrx that manifests itself as a failure over
+ suspend/resume.

-- 
[gutsy] fglrx breaks over suspend/resume
https://bugs.launchpad.net/bugs/121653
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 126549] Re: Currupted data on usb key after unmounting

2007-10-10 Thread Matthew Garrett

** Changed in: linux-source-2.6.22 (Ubuntu)
   Status: New = Fix Released

-- 
Currupted data on usb key after unmounting
https://bugs.launchpad.net/bugs/126549
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 68370] Re: Synaptics touchpad not enabled for second X display

2007-10-10 Thread Matthew Garrett
Something is calling XOpenDevice after the VT has been switched away but
before the new X server has grabbed it. The easiest workaround is for
the driver to check whether the vt semaphore is currently held, and if
not then fail the open request.

-- 
Synaptics touchpad not enabled for second X display
https://bugs.launchpad.net/bugs/68370
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 68370] Re: Synaptics touchpad not enabled for second X display

2007-10-10 Thread Matthew Garrett
0.14.6-0ubuntu10 is queued.

** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Target: None = ubuntu-7.10-rc

-- 
Synaptics touchpad not enabled for second X display
https://bugs.launchpad.net/bugs/68370
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141075] Re: gutsy: suspend to ram broke between kernel 2.6.22-10 and 2.6.22-11

2007-10-09 Thread Matthew Garrett
** Changed in: linux-source-2.6.22 (Ubuntu)
   Status: Triaged = Fix Released

-- 
gutsy: suspend to ram broke between kernel 2.6.22-10 and 2.6.22-11
https://bugs.launchpad.net/bugs/141075
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 150540] Re: Volume keys on Asus F3jm

2007-10-08 Thread Matthew Garrett
** Changed in: kdebase (Ubuntu)
Sourcepackagename: hotkey-setup = kdebase

-- 
Volume keys on Asus F3jm
https://bugs.launchpad.net/bugs/150540
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144225] Re: Fn + F8 doesn't work on Dell Inspiron 6400 to switch display to another monitor

2007-10-07 Thread Matthew Garrett
Fixed in 7.10

** Changed in: gnome-control-center (Ubuntu)
   Status: New = Fix Released

-- 
Fn + F8 doesn't work on Dell Inspiron 6400 to switch display to another monitor
https://bugs.launchpad.net/bugs/144225
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 134983] Re: Cannot mount /home on /dev/hda16

2007-10-07 Thread Matthew Garrett
It's not an artificial limitation - it's a consequence of the move from
the legacy IDE stack to libata, which is abstracted through the SCSI
layer with the result that only a maximum of 15 partitions per drive are
supported.

-- 
Cannot mount /home on /dev/hda16
https://bugs.launchpad.net/bugs/134983
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 105638] Re: MacBook iSight (isight_usb) works with ekiga but fails with gstreamer

2007-10-07 Thread Matthew Garrett
As far as I can tell, it's a kernel issue. Other people seem to claim
that it works with 640x480, but I haven't been able to track down the
difference - I suspect the firmware version may have some influence.

** Summary changed:

- MacBook iSight (isight_usb) works with ekiga but fails with gstreamer
+ MacBook iSight (isight_usb) reports 640x480, but fails to work at that 
resolution

-- 
MacBook iSight (isight_usb) reports 640x480, but fails to work at that 
resolution
https://bugs.launchpad.net/bugs/105638
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148239] Re: Dell Inspiron 1501 hotkeys are not recognized

2007-10-06 Thread Matthew Garrett
For some reason, the backlight isn't being picked up. Can you please do

ls /sys/class/backlight

and let me know what's there?

** Changed in: hal (Ubuntu)
Sourcepackagename: hotkey-setup = hal

-- 
Dell Inspiron 1501 hotkeys are not recognized
https://bugs.launchpad.net/bugs/148239
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 125832] Re: [gutsy] orinoco_cs.ko missing

2007-10-06 Thread Matthew Garrett
This bug is fixed. It seems that orinoco_cs is causing hangs on boot on
some hardware - please open another bug about that. Ideally, press
escape at startup, press e, select the line starting kernel, press e
again, delete the words quiet and splash, press enter and then press
b. Include the last of the kernel output when filing the new bug. Please
don't follow up here - it's unrelated to this issue.

-- 
[gutsy] orinoco_cs.ko missing
https://bugs.launchpad.net/bugs/125832
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 149997] Re: 2.6.22-13 freezes during boot (related somehow to orinoco_cs)

2007-10-06 Thread Matthew Garrett
Just to clarify something - for those of you using external cards, this
only happens if the card is inserted at boot, right?

** Changed in: linux-source-2.6.22 (Ubuntu)
   Importance: Undecided = Critical
   Status: New = Confirmed

-- 
2.6.22-13 freezes during boot (related somehow to orinoco_cs)
https://bugs.launchpad.net/bugs/149997
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 150015] Re: [Regression] Inserting a pcmcia wireless card that would use the orinoco_cs driver locks up the entire computer (Ubuntu 7.10 beta)

2007-10-06 Thread Matthew Garrett
*** This bug is a duplicate of bug 149997 ***
https://bugs.launchpad.net/bugs/149997

** This bug has been marked a duplicate of bug 149997
   2.6.22-13 freezes during boot (related somehow to orinoco_cs)

-- 
[Regression] Inserting a pcmcia wireless card that would use the orinoco_cs 
driver locks up the entire computer (Ubuntu 7.10 beta)
https://bugs.launchpad.net/bugs/150015
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137477] Re: [gutsy] [regression] suspend-to-ram: resume is blocked on a blinking cursor until some random keystrokes are entered - removing processor module makes it work

2007-10-06 Thread Matthew Garrett
** Changed in: acpi-support (Ubuntu)
   Status: New = Invalid

-- 
[gutsy] [regression] suspend-to-ram: resume is blocked on a blinking cursor 
until some random keystrokes are entered - removing processor module makes it 
work
https://bugs.launchpad.net/bugs/137477
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144501] Re: iwl3945.ko missing

2007-10-06 Thread Matthew Garrett
iwl3945 doesn't drive ipw2200 hardware.

-- 
iwl3945.ko missing
https://bugs.launchpad.net/bugs/144501
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.

2007-10-05 Thread Matthew Garrett
gnome-control-center (1:2.20.0.1-0ubuntu3) gutsy; urgency=low

  * debian/patches/30_extra_touchpad_config_paranoia.patch:
- Be more paranoid when attempting to configure the Synaptics pad, in
  order to avoid crashing out on X errors (LP: #148291)
  * debian/patches/99_autoreconf.patch:
- Remove config.h~ from the diff

 -- Matthew Garrett [EMAIL PROTECTED]   Fri, 05 Oct 2007 10:42:57
+0100

** Changed in: gnome-control-center (Ubuntu)
   Status: New = Fix Released

-- 
Unable to start the settings manager 'gnome-settings-daemon'.
https://bugs.launchpad.net/bugs/148291
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 149249] Re: [gutsy] notebook with Intel ICH8 chipset fails to resume

2007-10-05 Thread Matthew Garrett
This may be fixed with the next kernel upload, but it would help if you
could provide the full error logs - if you run the dmesg command
immediately before suspend, it should still be in the cache on resume.

-- 
[gutsy] notebook with Intel ICH8 chipset fails to resume
https://bugs.launchpad.net/bugs/149249
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 149230] Re: appletouch make hundred interruption by second

2007-10-05 Thread Matthew Garrett
We already ship that code.

** Changed in: linux-source-2.6.22 (Ubuntu)
   Status: New = Invalid

-- 
appletouch make hundred interruption by second
https://bugs.launchpad.net/bugs/149230
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148239] Re: Dell Inspiron 1501 hotkeys are not recognized

2007-10-05 Thread Matthew Garrett
From a terminal, could you please do

killall gnome-power-manager
gnome-power-manager --verbose --no-daemon

and wait for it to finish printing output, then hit the brightness key
and attach whatever it outputs?

-- 
Dell Inspiron 1501 hotkeys are not recognized
https://bugs.launchpad.net/bugs/148239
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 96692] Re: ata_piix used instead of AHCI for Mac Pro

2007-10-05 Thread Matthew Garrett
Just adding the ID to ahci.c would break a large number of other
machines, so while easy it's not possible.

-- 
ata_piix used instead of AHCI for Mac Pro
https://bugs.launchpad.net/bugs/96692
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148239] Re: Dell Inspiron 1501 hotkeys are not recognized

2007-10-05 Thread Matthew Garrett
Hm. That's very odd. Can you attach the output of the lshal command?

-- 
Dell Inspiron 1501 hotkeys are not recognized
https://bugs.launchpad.net/bugs/148239
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 55237] Re: crt/lcd button on inspiron 9300 doesn't do anything

2007-10-05 Thread Matthew Garrett
For now the system will autoprobe the connected outputs when you hit the
button. Press once with the monitor connected to enable both outputs, do
it again after disconnecting to switch to purely the internal screen.

** Changed in: gnome-control-center (Ubuntu)
Sourcepackagename: acpi-support = gnome-control-center
   Status: Incomplete = Fix Released

-- 
crt/lcd button on inspiron 9300 doesn't do anything
https://bugs.launchpad.net/bugs/55237
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 141132] Re: [gutsy] strange freeze-up until mouse moves

2007-10-04 Thread Matthew Garrett
** Changed in: linux-source-2.6.22 (Ubuntu)
   Status: New = Fix Committed

-- 
[gutsy] strange freeze-up until mouse moves
https://bugs.launchpad.net/bugs/141132
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 96692] Re: ata_piix used instead of AHCI for Mac Pro

2007-10-04 Thread Matthew Garrett
The firmware programs the sata controller into piix mode, not ahci mode.
On this specific hardware, the ahci driver is able to reprogram it -
however, that isn't guaranteed in general, and attempts to do so have
led to unfortunate behaviour like missing CD drives. Right now, the
easiest thing to do would be to convince Apple to program the device
into AHCI mode.

** Changed in: linux-source-2.6.20 (Ubuntu)
   Importance: Undecided = Wishlist
   Status: Incomplete = Confirmed

-- 
ata_piix used instead of AHCI for Mac Pro
https://bugs.launchpad.net/bugs/96692
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148239] Re: Dell Inspiron 1501 hotkeys are not recognized

2007-10-04 Thread Matthew Garrett
Are you using KDE?

-- 
Dell Inspiron 1501 hotkeys are not recognized
https://bugs.launchpad.net/bugs/148239
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148050] Appletouch driver loses button up events

2007-10-02 Thread Matthew Garrett
Public bug reported:

The appletouch driver will put the pad into a quiescent state after the
user hasn't touched it for a short time. However, if the mouse button is
held down at the time then the pad will lose the mouse up event. This
leads to very odd behaviour.

** Affects: linux-source-2.6.22 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Appletouch driver loses button up events
https://bugs.launchpad.net/bugs/148050
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140606] Re: Please sync xserver-xorg-input-synaptics with Debian testing (better tuned for appletouch/ALPS)

2007-10-02 Thread Matthew Garrett
That code has been in our driver since it was written (I wrote it
originally)

** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: New = Invalid

-- 
Please sync xserver-xorg-input-synaptics with Debian testing (better tuned for 
appletouch/ALPS)
https://bugs.launchpad.net/bugs/140606
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148055] Thinkpad-acpi controls backlight poorly on new Thinkpads, prevents maximum brightness

2007-10-02 Thread Matthew Garrett
Public bug reported:

Newer Thinkpads have 16 levels of backlight control, but thinkpad-acpi
is unable to provide most of them. This makes it impossible to set full
brightness. The ACPI video interface provides full access to them, and
so thinkpad-acpi should refuse to bind in the case of the video
extension being present.

** Affects: linux-source-2.6.22 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Thinkpad-acpi controls backlight poorly on new Thinkpads, prevents maximum 
brightness
https://bugs.launchpad.net/bugs/148055
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 148219] No locking in ACPI hotswap code

2007-10-02 Thread Matthew Garrett
Public bug reported:

The ACPI bay hotswap code is missing locking. This could potentially
result in unhappiness if anything attempts to reconfigure the port while
a hotswap is being handled.

** Affects: linux-source-2.6.22 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
No locking in ACPI hotswap code
https://bugs.launchpad.net/bugs/148219
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131577] Re: [gutsy] No sound devices loaded for ICH7 Intel High Definition Audio Controller (which working fine in feisty)

2007-10-02 Thread Matthew Garrett
A newer ALSA version will be provided as a backport after release, but
unless there's a minimally invasive patch to fix this specific card then
this won't be fixed for the release.

** Changed in: linux-source-2.6.22 (Ubuntu)
   Status: Confirmed = Won't Fix

** Also affects: linux-backports-modules-2.6.22 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
[gutsy] No sound devices loaded for ICH7 Intel High Definition Audio Controller 
(which working fine in feisty)
https://bugs.launchpad.net/bugs/131577
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131362] Re: synaptics touchpad not detected

2007-10-01 Thread Matthew Garrett
Can you try booting with the

i8042.nopnp

kernel argument?

-- 
synaptics touchpad not detected
https://bugs.launchpad.net/bugs/131362
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


  1   2   3   4   5   6   7   8   >