Re: Bug#701511: base: At boot, the wrong b43 driver is loaded. I installed compat-drivers-3.7.6-1

2013-02-24 Thread Holger Levsen
reassign 701511 src:linux-2.6
severity 701511 normal
thanks

On Sonntag, 24. Februar 2013, tomdean wrote:
 Package: base
 Severity: important
 
 The b43 driver installed at boot does not work.  I have included a
 work around.
 I installed the b43 driver from compat-drivers-3.7.6-1 and it works.
 After boot, I can manually unload the b43 driver and reload it
 then ifup wlan0 works.  Doing this in rc.local does not work
 unless I add sleep's
 
  locate b43.ko
 
 /lib/modules/2.6.32-5-686/kernel/drivers/net/wireless/b43/b43.ko
 /lib/modules/2.6.32-5-686/updates/drivers/net/wireless/b43/b43.ko
 
  cat /etc/rc.local
 
 /sbin/modprobe -v -r b43
 /sbin/modprobe -v b43
 /sbin/ifup wlan0
 
 Does not work.
 
  cat /etc/rc.local
 
 sleep 2
 /sbin/modprobe -v -r b43
 sleep 2
 /sbin/modprobe -v b43
 sleep 2
 /sbin/ifup wlan0
 
 does work.
 
 
 -- System Information:
 Debian Release: 6.0.6
   APT prefers stable-updates
   APT policy: (500, 'stable-updates'), (500, 'stable')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
 Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash





Processed: Re: Bug#701511: base: At boot, the wrong b43 driver is loaded. I installed compat-drivers-3.7.6-1

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 701511 src:linux-2.6
Bug #701511 [base] base: At boot, the wrong b43 driver is loaded.  I installed 
compat-drivers-3.7.6-1
Bug reassigned from package 'base' to 'src:linux-2.6'.
Ignoring request to alter found versions of bug #701511 to the same values 
previously set
Ignoring request to alter fixed versions of bug #701511 to the same values 
previously set
 severity 701511 normal
Bug #701511 [src:linux-2.6] base: At boot, the wrong b43 driver is loaded.  I 
installed compat-drivers-3.7.6-1
Severity set to 'normal' from 'important'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
701511: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701511
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136169543819812.transcr...@bugs.debian.org



Processed: Re: [squeeze] At boot, the wrong b43 driver is loaded. I installed compat-drivers-3.7.6-1

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # hardware support
 severity 701511 important
Bug #701511 [src:linux-2.6] base: At boot, the wrong b43 driver is loaded.  I 
installed compat-drivers-3.7.6-1
Severity set to 'important' from 'normal'
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
701511: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701511
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136169620526681.transcr...@bugs.debian.org



Bug#701511: [squeeze] At boot, the wrong b43 driver is loaded. I installed compat-drivers-3.7.6-1

2013-02-24 Thread Jonathan Nieder
# hardware support
severity 701511 important
quit

Hi,

tomdean wrote:

 The b43 driver installed at boot does not work.  I have included a
 work around.
 I installed the b43 driver from compat-drivers-3.7.6-1 and it works.

Thanks for testing (and thanks to Holger for passing on the report).
Am I correct in guessing that the 3.2.y kernel from wheezy or
squeeze-backports works fine?

We might be able to backport the missing support to the 2.6.32.y
kernel in a future squeeze point release if it's simple.  Pursuing
that would require a little information about your wifi card (its PCI
id) and some help testing it.  Output from

  reportbug --template linux-image-$(uname -r)

should be enough to get started.

Hope that helps,
Jonathan


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130224085632.GA4815@elie.Belkin



Bug#701511: [squeeze] At boot, the wrong b43 driver is loaded. I installed compat-drivers-3.7.6-1

2013-02-24 Thread Jonathan Nieder
Thomas D. Dean wrote:
 tomdean wrote:

 The b43 driver installed at boot does not work.  I have included a
 work around.
 I installed the b43 driver from compat-drivers-3.7.6-1 and it works.
[...]
 sudo update-initramfs -u

 Fixed the problem.

Um, do you mean that when installing squeeze on your hardware:

 1. The b43 driver does not work out of the box
 2. Running sudo update-initramfs -u is enough to get it working
 3. An alternative way to get it working is to install the b43 driver
from compat-drivers

?

In any case, please attach output from
reportbug --template linux-image-$(uname -r).  It is useful context.

Puzzled,
Jonathan


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130224091515.GC4815@elie.Belkin



Bug#701511: [squeeze] At boot, the wrong b43 driver is loaded. I installed compat-drivers-3.7.6-1

2013-02-24 Thread Thomas D. Dean

On 02/24/13 00:56, Jonathan Nieder wrote:

# hardware support
severity 701511 important
quit

Hi,

tomdean wrote:


The b43 driver installed at boot does not work.  I have included a
work around.
I installed the b43 driver from compat-drivers-3.7.6-1 and it works.


Thanks for testing (and thanks to Holger for passing on the report).
Am I correct in guessing that the 3.2.y kernel from wheezy or
squeeze-backports works fine?

We might be able to backport the missing support to the 2.6.32.y
kernel in a future squeeze point release if it's simple.  Pursuing
that would require a little information about your wifi card (its PCI
id) and some help testing it.  Output from

   reportbug --template linux-image-$(uname -r)

should be enough to get started.

Hope that helps,
Jonathan



sudo update-initramfs -u

Fixed the problem.

I appropriate, please close the PR.

Tom Dean


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5129d89e.6060...@speakeasy.org



Re: Bug#693720: base: shutdown with hwclock --systohc cause battery to drain.

2013-02-24 Thread Holger Levsen
reassign 693720 src:linux
forwarded 693720 https://bugzilla.kernel.org/show_bug.cgi?id=47811
thanks

On Montag, 19. November 2012, François Boisson wrote:
 Package: base
 Severity: normal
 
 
 
 -- System Information:
 Debian Release: wheezy/sid
   APT prefers testing
   APT policy: (500, 'testing'), (500, 'stable'), (1, 'experimental')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 3.5.4-fb-aufs (SMP w/4 CPU cores)
 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Lorsqu'on arrête la machine avec l'option HWCLOCKACCESS non précisé ou mise
 à yes (c'est pareil), donc lorsque la machine effectue un

english version below...
 
 hwclock --systohc
 
 juste avant de s'arrêter, la batterie perd sa charge. En fait la
 consommation est à peu près celle d'une mise en veille.
 
 Si on met l'option HWCLOCKACCESS=no (par exemple dans /etc/default/hwclock)
 alors cette perte de charge n'a plus lieu. Un «sleep 1» juste après le
 hwclock ne résoud pas le problème. Ce bug arrive avec les noyaux 3.0 -
 3.5.4.
 
 À noter que ce bug n'a pas lieu sur une Ubuntu (il faudrait voir si cette
 option est par défaut sur Ubuntu).
 
 J'ai constaté la présence de ce bug sur tous les Toshiba et sur d'autres
 machines. Voir à ce sujet
 
 https://bugzilla.kernel.org/show_bug.cgi?id=47811
 
 (je pensais ce bug lié au noyau auparavant).
 
 English: Halt the computer with HWCLOCKACCESS not set or set to yes causes
 battery to drain. (Consumption is about the same that when the computer
 is in sleep mode).
 If we put HWCLOCKACCESS=yes in /etc/default/hwclock, then battery doesn't
 drain off then. So doing
 
 hwclock --systohc
 
 before halt causes battery to drain. Put «sleep 1» after hwclock doesn't
 change anything.
 This happens on various computers but not with the Ubuntu distribution.
 Look at https://bugzilla.kernel.org/show_bug.cgi?id=47811 for the first
 bug report when I thought that it was an ACPI bug. (Now I think it's a
 kernel bug in the gestion of RTC but may be I'm wrong).
 
 Regards





Processed: Re: Bug#693720: base: shutdown with hwclock --systohc cause battery to drain.

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 693720 src:linux
Bug #693720 [base] base: shutdown with hwclock --systohc cause battery to drain.
Bug reassigned from package 'base' to 'src:linux'.
Ignoring request to alter found versions of bug #693720 to the same values 
previously set
Ignoring request to alter fixed versions of bug #693720 to the same values 
previously set
 forwarded 693720 https://bugzilla.kernel.org/show_bug.cgi?id=47811
Bug #693720 [src:linux] base: shutdown with hwclock --systohc cause battery to 
drain.
Set Bug forwarded-to-address to 
'https://bugzilla.kernel.org/show_bug.cgi?id=47811'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
693720: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693720
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136170425325067.transcr...@bugs.debian.org



Bug#693720: shutdown with hwclock --systohc cause battery to drain.

2013-02-24 Thread Jonathan Nieder
tags 693720 + upstream
# approximating: 3.0, 3.1, 3.2 (Debian wheezy kernel), 3.3, 3.5.2 and
# 3.5.4 but not 2.6.37-486-PAE
found 693720 linux-2.6/3.0.0-1, linux/3.5.2-1~experimental.1
# regression
severity 693720 important
quit

Bonjour François,

In November, François Boisson wrote:

 Lorsqu'on arrête la machine avec l'option HWCLOCKACCESS non précisé ou mise
 à yes (c'est pareil), donc lorsque la machine effectue un

 hwclock --systohc

 juste avant de s'arrêter, la batterie perd sa charge. En fait la
 consommation est à peu près celle d'une mise en veille.

 Si on met l'option HWCLOCKACCESS=no (par exemple dans /etc/default/hwclock)
 alors cette perte de charge n'a plus lieu. Un «sleep 1» juste après le
 hwclock ne résoud pas le problème. Ce bug arrive avec les noyaux 3.0 -
 3.5.4.
[...]
 J'ai constaté la présence de ce bug sur tous les Toshiba et sur d'autres
 machines. Voir à ce sujet

 https://bugzilla.kernel.org/show_bug.cgi?id=47811

Thanks for your work on this, and sorry for the slow response.  If I
have any questions, I'll ask them on the upstream bugtracker.

Sincerely,
Jonathan


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130224112414.GA6371@elie.Belkin



Processed: Re: shutdown with hwclock --systohc cause battery to drain.

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 693720 + upstream
Bug #693720 [src:linux] base: shutdown with hwclock --systohc cause battery to 
drain.
Added tag(s) upstream.
 # approximating: 3.0, 3.1, 3.2 (Debian wheezy kernel), 3.3, 3.5.2 and
 # 3.5.4 but not 2.6.37-486-PAE
 found 693720 linux-2.6/3.0.0-1, linux/3.5.2-1~experimental.1
Bug #693720 [src:linux] base: shutdown with hwclock --systohc cause battery to 
drain.
Marked as found in versions linux/3.5.2-1~experimental.1 and linux-2.6/3.0.0-1.
 # regression
 severity 693720 important
Bug #693720 [src:linux] base: shutdown with hwclock --systohc cause battery to 
drain.
Severity set to 'important' from 'normal'
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
693720: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693720
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136170506931361.transcr...@bugs.debian.org



AACRAID / Adaptech updated drivers

2013-02-24 Thread Jani Willberg
Hi,

adaptec comeout new RAID cards and drivers ex. model 7805 and these cards not 
work current kernel 2.6.32 (Debian Squueze 6.0.6) if not update drivers:

http://www.adaptec.com/en-us/downloads/debian/debian_6/productid=sas-7805qdn=adaptec+raid+7805q.html

If these can include next kernel update/install cd also.

Best Regards

Jani Willberg
Zoner Oy
Pakkalankuja 6 (6 krs)
01510 Vantaa
puh: 020 7597694
www: www.zoner.fi

Tämä viesti voi sisältää yksityistä ja salaista tai muuten luottamuksellista 
tietoa. Siksi tämän viestin tai sen osan kopiointi, esittäminen, muu käyttö tai 
toimittaminen kolmannelle osapuolelle on ehdottomasti kielletty.


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/14993987.271658.1361713354009.javamail.r...@zoner.fi



Bug#701511: [squeeze] At boot, the wrong b43 driver is loaded. I installed compat-drivers-3.7.6-1

2013-02-24 Thread Ben Hutchings
On Sun, 2013-02-24 at 01:15 -0800, Jonathan Nieder wrote:
 Thomas D. Dean wrote:
  tomdean wrote:
 
  The b43 driver installed at boot does not work.  I have included a
  work around.
  I installed the b43 driver from compat-drivers-3.7.6-1 and it works.
 [...]
  sudo update-initramfs -u
 
  Fixed the problem.
 
 Um, do you mean that when installing squeeze on your hardware:
 
  1. The b43 driver does not work out of the box
  2. Running sudo update-initramfs -u is enough to get it working
  3. An alternative way to get it working is to install the b43 driver
 from compat-drivers
 
 ?
[...]

I think the new driver from compat-drivers is needed, but until Thomas
ran update-initramfs the old driver would still be loaded from the
initramfs.

Ben.

-- 
Ben Hutchings
Absolutum obsoletum. (If it works, it's out of date.) - Stafford Beer


signature.asc
Description: This is a digitally signed message part


Bug#693720: base: shutdown with hwclock --systohc cause battery to drain.

2013-02-24 Thread Ben Hutchings
On Sun, 2013-02-24 at 12:10 +0100, Holger Levsen wrote:
[...]
  English: Halt the computer with HWCLOCKACCESS not set or set to yes causes
  battery to drain. (Consumption is about the same that when the computer
  is in sleep mode).
 
  If we put HWCLOCKACCESS=yes in /etc/default/hwclock, then battery doesn't
  drain off then. So doing
[...]

Comparing with the French, this second paragraph should say
HWCLOCKACCESS=no.  Otherwise it is contradicting the first...

Ben.

-- 
Ben Hutchings
Absolutum obsoletum. (If it works, it's out of date.) - Stafford Beer


signature.asc
Description: This is a digitally signed message part


Re: AACRAID / Adaptech updated drivers

2013-02-24 Thread Ben Hutchings
On Sun, 2013-02-24 at 15:42 +0200, Jani Willberg wrote:
 Hi,
 
 adaptec comeout new RAID cards and drivers ex. model 7805 and these
 cards not work current kernel 2.6.32 (Debian Squueze 6.0.6) if not
 update drivers:
 
 http://www.adaptec.com/en-us/downloads/debian/debian_6/productid=sas-7805qdn=adaptec+raid+7805q.html
 
 If these can include next kernel update/install cd also.

We normally only incorporate newer 'in-tree' drivers (part of Linux
releases) and not 'out-of-tree' drivers (distributed separately) in
Debian Linux packages.  The reason for this is that out-of-tree drivers
may include features that aren't in any in-tree version.  When we switch
to a new upstream version of the kernel we would have to either remove
those features or keep adding them to new kernel versions indefinitely,
which would be a lot of work and hard to test.

Does Linux 3.2 (available in testing/unstable/squeeze-backports and in
the Debian 7.0 installer release candidate) work with the new hardware?

Ben.

-- 
Ben Hutchings
Absolutum obsoletum. (If it works, it's out of date.) - Stafford Beer


signature.asc
Description: This is a digitally signed message part


Bug#697029: [ilk] using GNOME 3 makes computer sluggish after a few minutes

2013-02-24 Thread Pierre AUSSAGUEL

Le 24/02/2013 08:08, Ben Hutchings a écrit :

On Sat, 2013-02-23 at 12:05 -0800, Jonathan Nieder wrote:

found 697029 linux/3.7.3-1~experimental.1
tags 697029 - wontfix
affects 697029 + release-notes
quit

Hi,

Chris Wilson wrote:


The performance issue on 3.7 is not due to the missed irq, but a
combination of using UXA and VT-d. In order to workaround an erratum
on Ironlake, every time we touch the GPU's page tables, we have to
idle the GPU before doing so. This causes extremely noticeable display
lag.


For reference, the workaround seems to be implemented by:

commit 6fbcfb3e467adb414e235eeefaeaf51ad12f2461
Author: David Woodhouse dw...@infradead.org
Date:   Sun Sep 25 19:11:14 2011 -0700

 intel-iommu: Workaround IOTLB hang on Ironlake GPU

commit 5c0422878fcdc279ae9a8e8b66972a15b5efb67f
Author: Ben Widawsky b...@bwidawsk.net
Date:   Mon Oct 17 15:51:55 2011 -0700

 drm/i915: ILK + VT-d workaround

However the latter is applied only to Ironlake M (mobile).  So either
there are two different bugs or there is some confusion about which
chips have the bug.


Pierre AUSSAGUEL wrote:


Appending intel_iommu=off seems to fix the problem (I tested a few
days befor posting).


Daniel Vetter wrote:


Since we can't fix the hw, closing this as wontfix. Thanks for
reporting this issue anyway.


That makes this a distro issue, I suppose.

Ben and X team, any ideas?  Would it makes sense to disable
intel_iommu by default on this hardware and require intel_iommu=on to
reenable it?


Use of an IOMMU is in part a performance vs security trade-off.  I tend
to think that security settings should have consistent defaults, as
otherwise users may assume that a security feature is enabled when it is
not.

Aside from that, the Intel IOMMU can be enabled separately per device
(except behind PCI bridges).  Since IGPs aren't real PCI(e) devices and
Intel has not always validated their interaction with the IOMMU, they
often don't work with it.  There is already a kernel parameter to
disable it for the IGP ('intel_iommu=igfx_off') and a quirk to do so
automatically for the G4x and GM45.  Maybe the thing to do is to log a
message about this parameter when enabling the workaround for Ironlake.


Should GNOME somehow detect that it should use classic
mode by default when the iommu is enabled?


I think this would be a very poor heuristic.


If we can't come up with a workaround, this should be mentioned in the
release notes to prevent a regression on upgrade.  Please feel free to
remind me in that case so I can come up with some wording (though I
also wouldn't mind if someone else does).


Graphics rendering may be very slow on Intel 'Ironlake M' GPUs (PCI ID
8086:0046) when an IOMMU (VT-d) is enabled.  The IOMMU functionality can
be disabled for the GPU by adding the kernel parameter
'intel_iommu=igfx_off'.



Do you want that I test with intel_iommu=igfx_off in 3.7, or even in 3.2 ?
Do you want that I test too intel_iommu=off in 3.2 ?

For now, the system works well with 3.7 but that would be better to use 
a stable kernel for sure !




(The identification of which devices are affected may need to be
revised.)

Ben.




--
Pierre AUSSAGUEL
ACHROME photographies : http://achrome.eu/


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/512a3c26.20...@yahoo.fr



Bug#697029: [ilk] using GNOME 3 makes computer sluggish after a few minutes

2013-02-24 Thread Ben Hutchings
On Sun, 2013-02-24 at 17:13 +0100, Pierre AUSSAGUEL wrote:
 Le 24/02/2013 08:08, Ben Hutchings a écrit :
[...]
  If we can't come up with a workaround, this should be mentioned in the
  release notes to prevent a regression on upgrade.  Please feel free to
  remind me in that case so I can come up with some wording (though I
  also wouldn't mind if someone else does).
 
  Graphics rendering may be very slow on Intel 'Ironlake M' GPUs (PCI ID
  8086:0046) when an IOMMU (VT-d) is enabled.  The IOMMU functionality can
  be disabled for the GPU by adding the kernel parameter
  'intel_iommu=igfx_off'.
 
 
 Do you want that I test with intel_iommu=igfx_off in 3.7, or even in 3.2 ?
 Do you want that I test too intel_iommu=off in 3.2 ?

 For now, the system works well with 3.7 but that would be better to use 
 a stable kernel for sure !

Please test intel_iommu=igfx_off in both 3.7 and the 3.2+drm kernel
linked from http://bugs.debian.org/687442#131.

(The next upload to unstable will include those drm changes.)

Ben.

-- 
Ben Hutchings
Absolutum obsoletum. (If it works, it's out of date.) - Stafford Beer


signature.asc
Description: This is a digitally signed message part


Bug#701577: BUG

2013-02-24 Thread Salvatore - Capritel Centro TIM
Package: linux-source-2.6.32
Version: 2.6.32-48

When CONFIG_AMD_NB is not set, compiling fails with:

amd_bus.c:(.init.text+0x148a): undefined reference to `amd_get_mmconfig_range'.

The patchfix:

--- arch/x86/pci/Makefile-orig  2013-02-24 12:46:05.0 +0100
+++ arch/x86/pci/Makefile   2013-02-24 12:51:05.0 +0100
@@ -14,4 +14,4 @@
 obj-$(CONFIG_X86_NUMAQ)+= numaq_32.o

 obj-y  += common.o early.o
-obj-y  += amd_bus.o
+obj-$(CONFIG_AMD_NB)   += amd_bus.o


Processed: severity of 701577 is wishlist, tagging 701577

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 701577 wishlist
Bug #701577 [linux-source-2.6.32] BUG
Severity set to 'wishlist' from 'normal'
 tags 701577 + patch
Bug #701577 [linux-source-2.6.32] BUG
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
701577: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701577
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136172996625955.transcr...@bugs.debian.org



Bug#701525: linux-image-3.2.0-4-amd64: Lenovo B575 ports doesn't work correctly

2013-02-24 Thread Ben Hutchings
Control: tag -1 moreinfo

On Sun, 2013-02-24 at 08:28 +0100, Adam Chyła wrote:
 Package: src:linux
 Version: 3.2.35-2
 Severity: important
 Tags: upstream
 
 There is a problem with card reader rts5139 module. When I insert pendrive
 to port on the right side it is not visible. To solve that problem
 I have to blacklist rts5139 module.
[...]

Does the kernel log any messages when you insert the pen drive while
rts5139 is loaded?

Does the built-in camera work while rts5139 is loaded?

Ben.

-- 
Ben Hutchings
Absolutum obsoletum. (If it works, it's out of date.) - Stafford Beer


signature.asc
Description: This is a digitally signed message part


Processed: Re: Bug#701525: linux-image-3.2.0-4-amd64: Lenovo B575 ports doesn't work correctly

2013-02-24 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 moreinfo
Bug #701525 [src:linux] linux-image-3.2.0-4-amd64: Lenovo B575 ports doesn't 
work correctly
Added tag(s) moreinfo.

-- 
701525: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701525
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b701525.13617318486534.transcr...@bugs.debian.org



Bug#700975: Happens with wheezy kernel

2013-02-24 Thread Maik Zumstrull
Tried building an array with linux-image-3.2.0-4-amd64 / 3.2.35-2, same issue.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAO=zWDJBVVw05L1eDTd_K=G_Z_Y2mFXbUVvLcNmQnan=+dd...@mail.gmail.com



Bug#697029: Which Ironlake chips need IOTLB sync

2013-02-24 Thread Ben Hutchings
We had a report of slow graphics performance in Linux 3.2 and 3.7,
apparently related to carrying out frequent IOTLB syncs.

If I understand correctly, IOTLB and GTT changes must be serialised on
Ironlake chips to avoid hangs (or access to the wrong memory address?).
These commits seem to implement the workaround:

commit 6fbcfb3e467adb414e235eeefaeaf51ad12f2461
Author: David Woodhouse dw...@infradead.org
Date:   Sun Sep 25 19:11:14 2011 -0700

intel-iommu: Workaround IOTLB hang on Ironlake GPU

commit 5c0422878fcdc279ae9a8e8b66972a15b5efb67f
Author: Ben Widawsky b...@bwidawsk.net
Date:   Mon Oct 17 15:51:55 2011 -0700

drm/i915: ILK + VT-d workaround

The intel-iommu quirk is applied if any of these device IDs are found:

#define PCI_DEVICE_ID_INTEL_IRONLAKE_D_HB   0x0040
#define PCI_DEVICE_ID_INTEL_IRONLAKE_M_HB   0x0044
#define PCI_DEVICE_ID_INTEL_IRONLAKE_MA_HB  0x0062
#define PCI_DEVICE_ID_INTEL_IRONLAKE_MC2_HB0x006a

though not:

#define PCI_DEVICE_ID_INTEL_IRONLAKE_D2_HB  0x0069

The intel-gtt quirk is applied if either of these are found as the IGP:

#define PCI_DEVICE_ID_INTEL_IRONLAKE_M_HB   0x0044
#define PCI_DEVICE_ID_INTEL_IRONLAKE_M_IG   0x0046

but of course the first will never match.

Does the bug affect Ironlake D or not?

Ben.

-- 
Ben Hutchings
Absolutum obsoletum. (If it works, it's out of date.) - Stafford Beer


signature.asc
Description: This is a digitally signed message part


Bug#701498: hda: Internal mic does not work on Thinkpad T420s (CX20590 codec)

2013-02-24 Thread Ben Hutchings
On Sat, 2013-02-23 at 20:42 +0100, Adrian Lang wrote:
 Package: src:linux
 Version: 3.2.35-2
 Severity: normal
 
 There are two microphones in alsamixer and Gnome 3 audio settings (i. e.,
 pulseaudio), but I can't get any sound using either of them. I think that's 
 the
 same problem as reported to [openSUSE] and [Ubuntu].
 
 The problem persists with 3.7 (3.7.8-1~experimental.1) from
 experimental.
 
 [openSUSE]
 http://forums.opensuse.org/english/get-technical-help-here/laptop/469210-opensuse-12-1-cannot-get-internal-mic-work-lenovo-g770-laptop.html
 [Ubuntu]
 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/938644

I happen to have a Thinkpad T420 with the same audio codec, and the
internal mic works fine.  (There does seem to be a problem with external
mics, now that I check, but let's ignore that for now.)  So this is more
board-specific, not chip-specific, behaviour.

[...]
 ** Model information
 sys_vendor: LENOVO
 product_name: 4171CTO
 product_version: ThinkPad T420s
[...]

Does the T420s also have a single socket that can be used with either
headphones or headset?

[I'm copying your alsa-info.txt as an attachment for the benefit of
alsa-devel.]

Ben.

-- 
Ben Hutchings
Absolutum obsoletum. (If it works, it's out of date.) - Stafford Beer
upload=truescript=truecardinfo=
!!
!!ALSA Information Script v 0.4.61
!!

!!Script ran on: Sat Feb 23 19:33:45 UTC 2013


!!Linux Distribution
!!--

Debian GNU/Linux 7.0 \n \l PRETTY_NAME=Debian GNU/Linux 7.0 (wheezy) 
NAME=Debian GNU/Linux ID=debian HOME_URL=http://www.debian.org/; 
SUPPORT_URL=http://www.debian.org/support/; 
BUG_REPORT_URL=http://bugs.debian.org/;


!!DMI Information
!!---

Manufacturer:  LENOVO
Product Name:  4171CTO
Product Version:   ThinkPad T420s
Firmware Version:  8CET51WW (1.31 )


!!Kernel Information
!!--

Kernel release:3.2.0-4-amd64
Operating System:  GNU/Linux
Architecture:  x86_64
Processor: unknown
SMP Enabled:   Yes


!!ALSA Version
!!

Driver version: 1.0.24
Library version:1.0.25
Utilities version:  1.0.25


!!Loaded ALSA modules
!!---

snd_hda_intel
thinkpad_acpi


!!Sound Servers on this system
!!

Pulseaudio:
  Installed - Yes (/usr/bin/pulseaudio)
  Running - Yes


!!Soundcards recognised by ALSA
!!-

 0 [PCH]: HDA-Intel - HDA Intel PCH
  HDA Intel PCH at 0xf1a2 irq 51
29 [ThinkPadEC ]: ThinkPad EC - ThinkPad Console Audio Control
  ThinkPad Console Audio Control at EC reg 0x30, fw unknown


!!PCI Soundcards installed in the system
!!--

00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 04)


!!Advanced information - PCI Vendor/Device/Subsystem ID's
!!---

00:1b.0 0403: 8086:1c20 (rev 04)
Subsystem: 17aa:21d2


!!Modprobe options (Sound related)
!!

snd_pcsp: index=-2
snd_usb_audio: index=-2
snd_atiixp_modem: index=-2
snd_intel8x0m: index=-2
snd_via82xx_modem: index=-2
snd_hda_intel: model=auto


!!Loaded sound module options
!!---

!!Module: snd_hda_intel
align_buffer_size : Y
bdl_pos_adj : 
1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
beep_mode : 
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
enable_msi : -1
id : 
(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
index : 
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
model : 
auto,(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
patch : 
(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
position_fix : 
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
power_save : 1
power_save_controller : Y
probe_mask : 
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
probe_only : 
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
single_cmd : N
snoop : Y

!!Module: thinkpad_acpi

Bug#701511: [squeeze] At boot, the wrong b43 driver is loaded. I installed compat-drivers-3.7.6-1

2013-02-24 Thread Thomas D. Dean

On 02/24/13 01:15, Jonathan Nieder wrote:

Thomas D. Dean wrote:

tomdean wrote:



The b43 driver installed at boot does not work.  I have included a
work around.
I installed the b43 driver from compat-drivers-3.7.6-1 and it works.

[...]

sudo update-initramfs -u

Fixed the problem.


Um, do you mean that when installing squeeze on your hardware:

  1. The b43 driver does not work out of the box
  2. Running sudo update-initramfs -u is enough to get it working
  3. An alternative way to get it working is to install the b43 driver
 from compat-drivers

?

In any case, please attach output from
reportbug --template linux-image-$(uname -r).  It is useful context.

Puzzled,
Jonathan




Include network configuration and status from this computer? 
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: tomdean tomd...@speakeasy.org
To: Debian Bug Tracking System sub...@bugs.debian.org
Subject: none
X-Debbugs-Cc: tomd...@speakeasy.org

Package: linux-2.6
Version: 2.6.32-46
Severity: wishlist



-- Package-specific info:
** Version:
Linux version 2.6.32-5-686 (Debian 2.6.32-46) (da...@debian.org) (gcc version 
4.3.5 (Debian 4.3.5-4) ) #1 SMP Sun Sep 23 09:49:36 UTC 2012

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 
root=UUID=ee88c460-9819-4828-94f2-9ef39ae70c16 ro quiet

** Not tainted

** Kernel log:
[8.309650] nouveau :01:00.0: putting AGP V3 device into 8x mode
[8.309678] [drm] nouveau :01:00.0: 128 MiB GART (aperture)
[8.309969] [drm] nouveau :01:00.0: Allocating FIFO number 0
[8.310829] [drm] nouveau :01:00.0: nouveau_channel_alloc: initialised 
FIFO 0
[8.310839] [drm] nouveau :01:00.0: Initial CRTC_OWNER is 0
[8.310846] [drm] nouveau :01:00.0: Saving VGA fonts
[8.381046] intel8x0_measure_ac97_clock: measured 54026 usecs (2603 samples)
[8.381052] intel8x0: clocking to 48000
[8.383428] Intel ICH Modem :00:1f.6: PCI INT B - GSI 17 (level, low) 
- IRQ 17
[8.383455] Intel ICH Modem :00:1f.6: setting latency timer to 64
[8.388490] [drm] nouveau :01:00.0: Detected a LVDS connector
[8.494451] [drm] nouveau :01:00.0: Detected a VGA connector
[8.494517] [drm] nouveau :01:00.0: Detected a TV connector
[8.496836] [drm] nouveau :01:00.0: Setting dpms mode 3 on lvds encoder 
(output 0)
[8.496843] [drm] nouveau :01:00.0: Calling LVDS script 1:
[8.496848] [drm] nouveau :01:00.0: Calling LVDS script 6:
[8.496852] [drm] nouveau :01:00.0: 0xDD31: Parsing digital output 
script table
[8.736045] MC'97 0 converters and GPIO not ready (0x1)
[9.47] [drm] nouveau :01:00.0: Setting dpms mode 3 on vga encoder 
(output 1)
[9.55] [drm] nouveau :01:00.0: Setting dpms mode 3 on TV encoder 
(output 2)
[9.092245] [drm] nouveau :01:00.0: allocated 1440x900 fb: 0x49000, bo 
d7b52600
[9.104477] [drm] nouveau :01:00.0: Output LVDS-1 is running on CRTC 1 
using output A
[9.104481] [drm] nouveau :01:00.0: Calling LVDS script 2:
[9.104485] [drm] nouveau :01:00.0: 0xDE4E: Parsing digital output 
script table
[9.160028] [drm] nouveau :01:00.0: Setting dpms mode 0 on lvds encoder 
(output 0)
[9.160031] [drm] nouveau :01:00.0: Calling LVDS script 5:
[9.160035] [drm] nouveau :01:00.0: 0xDD1A: Parsing digital output 
script table
[9.160046] [drm] nouveau :01:00.0: Output LVDS-1 is running on CRTC 1 
using output A
[9.164195] Console: switching to colour frame buffer device 180x56
[9.168345] fb0: nouveaufb frame buffer device
[9.168348] registered panic notifier
[9.168355] [drm] Initialized nouveau 0.0.15 20090420 for :01:00.0 on 
minor 0
[9.672085] Adding 1004020k swap on /dev/sda7.  Priority:-1 extents:1 
across:1004020k 
[   10.265197] EXT3 FS on sda1, internal journal
[   10.445029] loop: module loaded
[   12.609711] kjournald starting.  Commit interval 5 seconds
[   12.609978] EXT3 FS on sda9, internal journal
[   12.609985] EXT3-fs: mounted filesystem with ordered data mode.
[   12.647497] kjournald starting.  Commit interval 5 seconds
[   12.647736] EXT3 FS on sda8, internal journal
[   12.647742] EXT3-fs: mounted filesystem with ordered data mode.
[   12.695301] kjournald starting.  Commit interval 5 seconds
[   12.695560] EXT3 FS on sda5, internal journal
[   12.695566] EXT3-fs: mounted filesystem with ordered data mode.
[   12.732744] kjournald starting.  Commit interval 5 seconds
[   12.732997] EXT3 FS on sda6, internal journal
[   12.733005] EXT3-fs: mounted filesystem with ordered data mode.
[   14.932069] b43-phy0: dea29de4
[   14.997538] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   17.260348] wlan0: authenticate with 08:86:3b:d6:f5:c8
[   17.272169] wlan0: send auth to 08:86:3b:d6:f5:c8 (try 1/3)
[   17.273657] wlan0: authenticated
[   17.277015] wlan0: associate with 08:86:3b:d6:f5:c8 (try 1/3)
[   17.279563] wlan0: RX AssocResp 

Bug#697029: Which Ironlake chips need IOTLB sync

2013-02-24 Thread Ben Widawsky
On Sun, Feb 24, 2013 at 07:24:33PM +, Ben Hutchings wrote:
 We had a report of slow graphics performance in Linux 3.2 and 3.7,
 apparently related to carrying out frequent IOTLB syncs.
 
 If I understand correctly, IOTLB and GTT changes must be serialised on
 Ironlake chips to avoid hangs (or access to the wrong memory address?).
 These commits seem to implement the workaround:
 
 commit 6fbcfb3e467adb414e235eeefaeaf51ad12f2461
 Author: David Woodhouse dw...@infradead.org
 Date:   Sun Sep 25 19:11:14 2011 -0700
 
 intel-iommu: Workaround IOTLB hang on Ironlake GPU
 
 commit 5c0422878fcdc279ae9a8e8b66972a15b5efb67f
 Author: Ben Widawsky b...@bwidawsk.net
 Date:   Mon Oct 17 15:51:55 2011 -0700
 
 drm/i915: ILK + VT-d workaround
 
 The intel-iommu quirk is applied if any of these device IDs are found:
 
 #define PCI_DEVICE_ID_INTEL_IRONLAKE_D_HB 0x0040
 #define PCI_DEVICE_ID_INTEL_IRONLAKE_M_HB 0x0044
 #define PCI_DEVICE_ID_INTEL_IRONLAKE_MA_HB0x0062
 #define PCI_DEVICE_ID_INTEL_IRONLAKE_MC2_HB0x006a
 
 though not:
 
 #define PCI_DEVICE_ID_INTEL_IRONLAKE_D2_HB0x0069
 
 The intel-gtt quirk is applied if either of these are found as the IGP:
 
 #define PCI_DEVICE_ID_INTEL_IRONLAKE_M_HB 0x0044
 #define PCI_DEVICE_ID_INTEL_IRONLAKE_M_IG 0x0046
 
 but of course the first will never match.
 
 Does the bug affect Ironlake D or not?
 

First of all, this has changed a little bit for 3.8 (or is it 3.9?). The
logic should be a bit better. The latest check is moved to the i915 drm
driver, and is:
if (IS_GEN5(dev)  IS_MOBILE(dev)  intel_iommu_gfx_mapped)
   return true;


Yes, the PCI id matching is weird. It was taken verbatim from the errata
doc, which I never had a link to, and never bothered to search for. It
made it sound like there was a PCI id rsvd for 0x44, which just never
made it to the wild.  In any case, it made internal people happy, so I
just went with it. It seems bogus to me as well...

To the best of my knowledge, this only effected mobile chipsets, and the
proper check would have actually been to just check the PCI id of the
host bridge. The 3.8 check is much more appropriate IMO.

-- 
Ben Widawsky, Intel Open Source Technology Center


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130224213300.gb27...@bwidawsk.net



Re: Uploading linux (3.2.39-1)

2013-02-24 Thread Julien Cristau
On Sun, Feb 17, 2013 at 23:59:43 +, Ben Hutchings wrote:

 Would it be OK to upload a package based on that shortly after?  Are
 there any other urgent fixes?
 
No objection here, feel free to upload.  And sorry for the delay.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#695182: [RFC] Reproducible OOM with just a few sleeps

2013-02-24 Thread paul . szabo
Dear Simon,

 So if he config sparse memory, the issue can be solved I think.

In my config file I have:

CONFIG_HAVE_SPARSE_IRQ=y
CONFIG_SPARSE_IRQ=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_SPARSEMEM_STATIC=y
# CONFIG_INPUT_SPARSEKMAP is not set
# CONFIG_SPARSE_RCU_POINTER is not set

Is that sufficient for sparse memory, or should I try something else?
Or maybe, you meant that some kernel source patches might be possible
in the sparse memory code?

Thanks, Paul

Paul Szabo   p...@maths.usyd.edu.au   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of SydneyAustralia


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/201302242210.r1omadad021...@como.maths.usyd.edu.au



Processed: tagging 687442

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 687442 + pending
Bug #687442 [src:linux] Use DRM/KMS subsystem from Linux 3.4 in wheezy
Ignoring request to alter tags of bug #687442 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
687442: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687442
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13617526056153.transcr...@bugs.debian.org



Processed: tagging 689268

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 689268 + pending
Bug #689268 [src:linux] linux-image-3.2.0-3-amd64: Intel HD 4000 (Ivy Bridge) 
graphics freeze
Bug #692234 [src:linux] Intel DH77EB (H77): sporadic freeze and increased power 
consumption during interactive use
Bug #692500 [src:linux] [linux-image-amd64] system freezes with Ivy Brigde CPU
Bug #692862 [src:linux] linux-image-3.2.0-4-amd64: hangs with Intel i5-3210M 
CPU / Intel HD 4000 graphics
Ignoring request to alter tags of bug #689268 to the same tags previously set
Ignoring request to alter tags of bug #692234 to the same tags previously set
Ignoring request to alter tags of bug #692500 to the same tags previously set
Ignoring request to alter tags of bug #692862 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
689268: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689268
692234: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692234
692500: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692500
692862: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692862
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13617526056139.transcr...@bugs.debian.org



Processed: tagging 690284

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 690284 + pending
Bug #690284 [src:linux] linux-image-3.2.0-3-amd64: nVidia GF106 fails with KMS 
(nomodeset works)
Bug #690586 [src:linux] installation-reports: NVIDIA GF108 [Quadro 1000M] 
10de:0dfa (rev a1) X fails with nouveau/linux-3.2
Ignoring request to alter tags of bug #690284 to the same tags previously set
Ignoring request to alter tags of bug #690586 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
690284: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690284
690586: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690586
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13617526136199.transcr...@bugs.debian.org



Processed: tagging 684767

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 684767 + pending
Bug #684767 [src:linux] kernel: missing support for Ivy Bridge GT2 Server
Ignoring request to alter tags of bug #684767 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
684767: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684767
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13617526176221.transcr...@bugs.debian.org



Processed: tagging 697175

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 697175 - moreinfo
Bug #697175 [src:linux] linux-image-3.2.0-4-amd64: Problems with asus_wmi 
module when battery charging
Removed tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
697175: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697175
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13617613542780.transcr...@bugs.debian.org



Processed: tagging 697077

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 697077 + pending
Bug #697077 [src:linux] linux-image-3.2.0-0.bpo.4-686-pae: suspend to ram 
doesnt work anymore with todays update (3.2.35-2~bpo60+1)
Bug #697154 [src:linux] v86d refuses to freeze
Ignoring request to alter tags of bug #697077 to the same tags previously set
Ignoring request to alter tags of bug #697154 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
697077: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697077
697154: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697154
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176335717583.transcr...@bugs.debian.org



Processed: tagging 700550

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 700550 + pending
Bug #700550 [src:linux] Laptop Sony Vaio VPCEH2S1R. Bluetooth is not included.
Ignoring request to alter tags of bug #700550 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
700550: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700550
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176335717600.transcr...@bugs.debian.org



Processed: tagging 664068

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 664068 + pending
Bug #664068 {Done: Ben Hutchings b...@decadent.org.uk} [src:linux] 
linux-image-3.2.0-2-amd64: USB MIDI keyboard fails to initialize
Ignoring request to alter tags of bug #664068 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
664068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664068
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176336217676.transcr...@bugs.debian.org



Processed: tagging 697903

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 697903 + pending
Bug #697903 [src:linux] Bug fix: bridge: Pull ip header into skb-data before 
looking into ip
Ignoring request to alter tags of bug #697903 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
697903: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697903
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176337317792.transcr...@bugs.debian.org



Processed: tagging 698382

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 698382 + pending
Bug #698382 {Done: Ben Hutchings b...@decadent.org.uk} [src:linux] s390/time: 
fix sched_clock() overflow
Bug #698387 {Done: Ben Hutchings b...@decadent.org.uk} [src:linux] s390/time: 
fix sched_clock() overflow
Ignoring request to alter tags of bug #698382 to the same tags previously set
Ignoring request to alter tags of bug #698387 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
698382: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698382
698387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698387
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176336617732.transcr...@bugs.debian.org



Processed: tagging 696321

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 696321 + pending
Bug #696321 [src:linux] fatal exception in snd_complete_urb unplugging USB 
audio device
Bug #699937 [src:linux] linux-image-3.2.0-4-amd64: crash caused by 
disconnecting usb audio device
Ignoring request to alter tags of bug #696321 to the same tags previously set
Ignoring request to alter tags of bug #699937 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
696321: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696321
699937: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699937
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176336917762.transcr...@bugs.debian.org



Processed: tagging 689268

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 689268 + pending
Bug #689268 [src:linux] linux-image-3.2.0-3-amd64: Intel HD 4000 (Ivy Bridge) 
graphics freeze
Bug #692234 [src:linux] Intel DH77EB (H77): sporadic freeze and increased power 
consumption during interactive use
Bug #692500 [src:linux] [linux-image-amd64] system freezes with Ivy Brigde CPU
Bug #692862 [src:linux] linux-image-3.2.0-4-amd64: hangs with Intel i5-3210M 
CPU / Intel HD 4000 graphics
Ignoring request to alter tags of bug #689268 to the same tags previously set
Ignoring request to alter tags of bug #692234 to the same tags previously set
Ignoring request to alter tags of bug #692500 to the same tags previously set
Ignoring request to alter tags of bug #692862 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
689268: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689268
692234: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692234
692500: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692500
692862: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692862
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176338217842.transcr...@bugs.debian.org



Processed: tagging 690284

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 690284 + pending
Bug #690284 [src:linux] linux-image-3.2.0-3-amd64: nVidia GF106 fails with KMS 
(nomodeset works)
Bug #690586 [src:linux] installation-reports: NVIDIA GF108 [Quadro 1000M] 
10de:0dfa (rev a1) X fails with nouveau/linux-3.2
Ignoring request to alter tags of bug #690284 to the same tags previously set
Ignoring request to alter tags of bug #690586 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
690284: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690284
690586: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690586
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176338617870.transcr...@bugs.debian.org



Processed: tagging 687442

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 687442 + pending
Bug #687442 [src:linux] Use DRM/KMS subsystem from Linux 3.4 in wheezy
Ignoring request to alter tags of bug #687442 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
687442: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687442
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176337717820.transcr...@bugs.debian.org



Processed: tagging 697479

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 697479 + pending
Bug #697479 [src:linux] Critical bug fixes to be2net driver
Ignoring request to alter tags of bug #697479 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
697479: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697479
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176340318077.transcr...@bugs.debian.org



Processed: tagging 697035

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 697035 + pending
Bug #697035 [src:linux] installer: kb and mouse don't work on a decTop (NSC 
geode processor)
Ignoring request to alter tags of bug #697035 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
697035: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697035
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176340718108.transcr...@bugs.debian.org



Processed: tagging 696925

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 696925 + pending
Bug #696925 [linux-image-3.2.0-4-amd64] [linux-image-3.2.0-4-amd64] please 
backport iguanair driver from kernel 3.8
Ignoring request to alter tags of bug #696925 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
696925: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696925
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176339317926.transcr...@bugs.debian.org



Processed: tagging 684767

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 684767 + pending
Bug #684767 [src:linux] kernel: missing support for Ivy Bridge GT2 Server
Ignoring request to alter tags of bug #684767 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
684767: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684767
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176338917890.transcr...@bugs.debian.org



Processed: tagging 696592

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 696592 + pending
Bug #696592 [src:linux] [src:linux] Fix rt2800 antenna selection for newer 
chipsets (RT5390R)
Ignoring request to alter tags of bug #696592 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
696592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696592
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176339617959.transcr...@bugs.debian.org



Processed: tagging 697128

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 697128 + pending
Bug #697128 [src:linux] missing ata-modules for d-i on efikamx, breaking d-i 
wheezy Beta4
Ignoring request to alter tags of bug #697128 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
697128: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697128
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176340018015.transcr...@bugs.debian.org



Processed: tagging 697229

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 697229 + pending
Bug #697229 [src:linux] Disabling KMS makes X unstable
Ignoring request to alter tags of bug #697229 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
697229: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697229
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176341118133.transcr...@bugs.debian.org



Processed: tagging 696182

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 696182 + pending
Bug #696182 [src:linux] linux-image-3.2.0-4-versatile: Module i2c-versatile is 
missing
Ignoring request to alter tags of bug #696182 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
696182: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696182
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176341818175.transcr...@bugs.debian.org



Processed: tagging 685726

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 685726 + pending
Bug #685726 [src:linux] linux-image-3.2.0-3-amd64: return error when trying to 
format image file (mkfs -t ext4 file.img)
Ignoring request to alter tags of bug #685726 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
685726: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685726
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176342218214.transcr...@bugs.debian.org



Processed: tagging 696650

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 696650 + pending
Bug #696650 [linux] fsync() of read-only RAID triggers BUG
Ignoring request to alter tags of bug #696650 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
696650: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696650
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176342618239.transcr...@bugs.debian.org



Processed: tagging 698376

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 698376 + pending
Bug #698376 [src:linux] linux-image-3.2.0-4-686-pae: fscache do not cache 
largefile ( 2GB).
Ignoring request to alter tags of bug #698376 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
698376: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698376
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176341518154.transcr...@bugs.debian.org



Processed: tagging 699129

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 699129 + pending
Bug #699129 [linux-image-3.2.0-4-amd64] alx driver for Atheros AR8161/AR8162 is 
not included
Ignoring request to alter tags of bug #699129 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
699129: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699129
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176342918264.transcr...@bugs.debian.org



Processed: tagging 686636

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 686636 + pending
Bug #686636 [linux] Please backport virtio-scsi to wheezy
Ignoring request to alter tags of bug #686636 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
686636: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686636
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176344718375.transcr...@bugs.debian.org



Processed: tagging 699283

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 699283 + pending
Bug #699283 [linux] linux: Build Sandy Bridge EDAC module in kernels that 
support it
Ignoring request to alter tags of bug #699283 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
699283: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699283
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176344418356.transcr...@bugs.debian.org



Processed: tagging 627372

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 627372 + pending
Bug #627372 [linux-2.6] linux-image-2.6.38-2-686: Console turns black during 
boot
Ignoring request to alter tags of bug #627372 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
627372: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627372
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176343718309.transcr...@bugs.debian.org



Processed: tagging 693997

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 693997 + pending
Bug #693997 [src:linux] drivers/rtc/rtc-s35390a.c: add wakealarm support for 
rtc-s35390A rtc chip
Ignoring request to alter tags of bug #693997 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
693997: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693997
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176343218287.transcr...@bugs.debian.org



Processed: tagging 680737

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 680737 + pending
Bug #680737 [src:linux] linux-image-3.2.0-2-amd64: Intel i915: black display 
after boot
Ignoring request to alter tags of bug #680737 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
680737: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680737
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176344118337.transcr...@bugs.debian.org



Processed: tagging 700211

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 700211 + pending
Bug #700211 [src:linux] line6 sound driver is not enabled
Ignoring request to alter tags of bug #700211 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
700211: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700211
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176345018403.transcr...@bugs.debian.org



Processed: tagging 699913

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 699913 + pending
Bug #699913 [src:linux] linux-image-3.2.0-4-amd64: Memory hotplug (VMware) 
often fails
Ignoring request to alter tags of bug #699913 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
699913: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699913
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176345518724.transcr...@bugs.debian.org



Processed: tagging 700418

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 700418 + pending
Bug #700418 [src:linux] vmlinux debuginfo is not in kdump-tools search path
Ignoring request to alter tags of bug #700418 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
700418: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700418
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176345918883.transcr...@bugs.debian.org



Processed: tagging 697740

2013-02-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 697740 + pending
Bug #697740 [src:linux] src:linux: Missing python build-dep bump since r18491
Ignoring request to alter tags of bug #697740 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
697740: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697740
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136176346219069.transcr...@bugs.debian.org



Bug#701189: linux-image-3.7-trunk-amd64: 3.7.8 locks up occasionally

2013-02-24 Thread Ben Hutchings
Control: tag -1 moreinfo

On Fri, 2013-02-22 at 15:48 +0100, Christian Ohm wrote:
 Package: src:linux
 Version: 3.7.8-1~experimental.1
 Severity: important
 
 Dear Maintainer,
 
 After upgrading from 3.7.3-1~experimental.1 to 3.7.8-1~experimental.1,
 my system locked up occasionally. 3.7.3 had an uptime of about one
 month, with frequent suspend to ram. 3.7.8 locked up after a short time
 (two or three times now since the update). I didn't see anything in the
 logs, screen was off, the music that was playing hung in a short
 repeating loop, keyboard leds were normal iirc. I'm not sure if any of
 the patches in 3.7.9 might fix this, but I notice that it came out quite
 quickly with only a few changes, so it seems important.
[...]

Linux 3.7.9 has a fix for a regression in xfs in 3.7.6, but the rest of
the fixes are for older bugs.

Instead of updating to 3.7.9, I'll be uploading 3.8 to experimental
shortly.  Could you report whether that is more stable, once you've used
it for a while?

Ben.

-- 
Ben Hutchings
Absolutum obsoletum. (If it works, it's out of date.) - Stafford Beer


signature.asc
Description: This is a digitally signed message part


Processed: Re: Bug#701189: linux-image-3.7-trunk-amd64: 3.7.8 locks up occasionally

2013-02-24 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 moreinfo
Bug #701189 [src:linux] linux-image-3.7-trunk-amd64: 3.7.8 locks up occasionally
Added tag(s) moreinfo.

-- 
701189: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701189
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b701189.1361765462730.transcr...@bugs.debian.org



Re: Uploading linux (3.2.39-1)

2013-02-24 Thread Ben Hutchings
On Sun, 2013-02-24 at 23:14 +0100, Julien Cristau wrote:
 On Sun, Feb 17, 2013 at 23:59:43 +, Ben Hutchings wrote:
 
  Would it be OK to upload a package based on that shortly after?  Are
  there any other urgent fixes?
  
 No objection here, feel free to upload.  And sorry for the delay.

Done.

Ben.

-- 
Ben Hutchings
Absolutum obsoletum. (If it works, it's out of date.) - Stafford Beer


signature.asc
Description: This is a digitally signed message part


Processing of linux_3.2.39-1_multi.changes

2013-02-24 Thread Debian FTP Masters
linux_3.2.39-1_multi.changes uploaded successfully to localhost
along with the files:
  linux_3.2.39-1.dsc
  linux_3.2.39.orig.tar.xz
  linux_3.2.39-1.debian.tar.xz
  linux-doc-3.2_3.2.39-1_all.deb
  linux-support-3.2.0-4_3.2.39-1_all.deb
  linux-manual-3.2_3.2.39-1_all.deb
  linux-source-3.2_3.2.39-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1u9qbe-0002e7...@franck.debian.org



Bug#701498: [alsa-devel] Bug#701498: hda: Internal mic does not work on Thinkpad T420s (CX20590 codec)

2013-02-24 Thread Raymond Yau
 On Sat, 2013-02-23 at 20:42 +0100, Adrian Lang wrote:
  Package: src:linux
  Version: 3.2.35-2
  Severity: normal
 
  There are two microphones in alsamixer and Gnome 3 audio settings (i.
e.,
  pulseaudio), but I can't get any sound using either of them. I think
that's the
  same problem as reported to [openSUSE] and [Ubuntu].
 
  The problem persists with 3.7 (3.7.8-1~experimental.1) from
  experimental.
 
  [openSUSE]
 
http://forums.opensuse.org/english/get-technical-help-here/laptop/469210-opensuse-12-1-cannot-get-internal-mic-work-lenovo-g770-laptop.html
  [Ubuntu]
  https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/938644

 I happen to have a Thinkpad T420 with the same audio codec, and the
 internal mic works fine.  (There does seem to be a problem with external
 mics, now that I check, but let's ignore that for now.)  So this is more
 board-specific, not chip-specific, behaviour.

 [...]
  ** Model information
  sys_vendor: LENOVO
  product_name: 4171CTO
  product_version: ThinkPad T420s
 [...]

 Does the T420s also have a single socket that can be used with either
 headphones or headset?

Seem related to

http://git.kernel.org/?p=linux/kernel/git/tiwai/sound.git;a=commit;h=6b45214277bec2193ad3ccb8d7aa6100b5a0f1a9

Node 0x14 [Audio Input] wcaps 0x100d1b: Stereo Amp-In R/L
  Control: name=Mic Capture Volume, index=0, device=0
ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Control: name=Mic Capture Switch, index=0, device=0
ControlAmp: chs=3, dir=In, idx=0, ofs=0
  Control: name=Internal Mic Capture Volume, index=0, device=0
ControlAmp: chs=3, dir=In, idx=2, ofs=0
  Control: name=Internal Mic Capture Switch, index=0, device=0
ControlAmp: chs=3, dir=In, idx=2, ofs=0
  Device: name=CONEXANT Analog, type=Audio, device=0
  Amp-In caps: ofs=0x4a, nsteps=0x50, stepsize=0x03, mute=1
  Amp-In vals:  [0x80 0x80] [0x4a 0x4a] [0x50 0x50] [0x4a 0x4a]
  Converter: stream=0, channel=0
  SDI-Select: 0
  PCM:
rates [0x160]: 44100 48000 96000
bits [0xe]: 16 20 24
formats [0x1]: PCM
  Power states:  D0 D1 D2 D3 D3cold EPSS
  Power: setting=D0, actual=D0
  Connection: 4
 0x17 0x18 0x23* 0x24


Bug#701498: [alsa-devel] Bug#701498: hda: Internal mic does not work on Thinkpad T420s (CX20590 codec)

2013-02-24 Thread David Henningsson

On 02/24/2013 08:59 PM, Ben Hutchings wrote:

On Sat, 2013-02-23 at 20:42 +0100, Adrian Lang wrote:

Package: src:linux
Version: 3.2.35-2
Severity: normal

There are two microphones in alsamixer and Gnome 3 audio settings (i. e.,
pulseaudio), but I can't get any sound using either of them. I think that's the
same problem as reported to [openSUSE] and [Ubuntu].

The problem persists with 3.7 (3.7.8-1~experimental.1) from
experimental.

[openSUSE]
http://forums.opensuse.org/english/get-technical-help-here/laptop/469210-opensuse-12-1-cannot-get-internal-mic-work-lenovo-g770-laptop.html
[Ubuntu]
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/938644


These are different bugs as they concern different hardware.


I happen to have a Thinkpad T420 with the same audio codec, and the
internal mic works fine.  (There does seem to be a problem with external
mics, now that I check, but let's ignore that for now.)  So this is more
board-specific, not chip-specific, behaviour.


Ok. For the internal mic, this could be the cancelling out problem; see 
the Inverted Internal Mic section of this blog post [1] for more 
information.


...as these bugs can sometimes be very specific - when the factory 
finally assembles the laptop, they might select a different component 
just for the DMIC, that has this problem.


--
David Henningsson, Canonical Ltd.
https://launchpad.net/~diwic

[1] 
http://voices.canonical.com/david.henningsson/2012/05/22/three-audio-bugs-in-12-04/



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/512b01bc.2090...@canonical.com