Re: Uploading linux-2.6 (3.1.0-1)

2011-11-11 Thread Bastian Blank
On Fri, Nov 11, 2011 at 01:56:46AM +, Ben Hutchings wrote:
 I intend to upload linux-2.6 version 3.1.0-1 to sid this weekend.
 This will include stable update 3.1.1 and fixes for the FTBFS in sid
 (powerpc) and experimental (armel, powerpc).  It will be built with
 gcc-4.6, the default compiler version for wheezy.

What now. 3.1.0-1 or 3.1.1-1?

Bastian

-- 
No more blah, blah, blah!
-- Kirk, Miri, stardate 2713.6


-- 
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/2011133851.ga31...@wavehammer.waldi.eu.org



Bug#647095: CPU hyperthreading turned on after soft power-cycle

2011-11-11 Thread Clarinet


Hi all,


Hi Jiri,

Jiri Polach wrote:


On Ben's advice I am trying to locate the commit that causes the problem to
appear more precisely using 'git bisect'. However, too many of generated
revisions are unbootable so I have to use 'bisect skip' frequently.


Ok, so I've looked over the log athttp://bugs.debian.org/647095, and
this seems totally weird.  Have I described the symptoms correctly below?
(Warning: I am making some guesses, especially at step 5.  In case of
doubt, see the bug log just mentioned.)

1. Disable SMT in the BIOS.

2. Boot a bad kernel.  /proc/cpuinfo (correctly) shows one entry
   per core.

3. shutdown -h now.  Enter BIOS.  SMT is still disabled.
   Don't save.

4. Boot any kernel.  /proc/cpuinfo shows two entries per core.

5. shutdown -h now.  Boot any kernel.  /proc/cpuinfo still shows
   two entries per core.

6. shutdown -h now.  Enter BIOS.  SMT is still disabled.  Save.
   Now /proc/cpuinfo will (correctly) shows one entry per core.

Reproducible for Jiri with v3.0.4.


Yes, this is exactly how it works. Something happens when kernel shuts 
down. Not when kernel reboots.



Result of bisecting: v2.6.38-rc1 exhibits the problem.  v2.6.37 and
many of the topic branches merged in the 2.6.38 merge window work ok.
Some other topic branches do not boot at all.

Jiri: if you have gitk installed, then git bisect visualize can help
get a sense of what's in the middle of the regression range.
gitk --bisect --first-parent v2.6.37..v2.6.38-rc1 might be a good way
to find mainline commits to test before finding a topic branch to delve
into.


I have been able to narrow the interval manually a little bit from the 
top (the bad side) and I will go on from the bottom now. However, 
there seems to be a large area where kernels are unbootable for me - 
they mostly stop when init is called and I do not know why.



x86 people: do the symptoms seem familiar?  Any hints for tracking it
down?


Please! I have spent more than a month trying to resolve it. I cannot 
revert back to 2.6.37 kernels and I cannot live with SMT changing on 
every shutdown - I have too many servers to allow such unusual behavior ...


Thank you,

Jiri Polach


Thanks and 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/4ebd2825.6050...@atlas.cz



Bug#614400: Alerta de segurança

2011-11-11 Thread HELP DESK


-- 
Alerta de segurança,

Um vírus DGTJTO tem sido detectado em sua conta de webmail. Sua conta de
Webmail deve ser protegido para o nosso novo VQZZF Secured! Macafee
anti-vírus versão 2011/1012 para evitar danos ao nosso banco de dados e
seus arquivos importantes e mensagens. Preencha simplesmente os detalhes
necessários abaixo e envie de volta para nós para a proteção de seus
arquivos e nossa base de dados para evitar a propagação do vírus.

Endereço de e-mail:
Nome de usuário:
senha:
Redigite a senha:
Código Anti Virus: qq1 76!

Webmaster Webmail. Note-se que sua senha será criptografada e sua cota de
e-mail também será atualizado para sua segurança.

Obrigado por sua cooperação,
Web Admin



-- 
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/6f28cf6c2c50569fc6dcefb49204b...@t-com.me



Re: Bug#647825: udevd[XXX]: unable to receive ctrl connection: Function not implemented

2011-11-11 Thread Ben Hutchings
On Fri, 2011-11-11 at 17:09 +0100, Émeric Maschino wrote:
 2011/11/11 Ben Hutchings b...@decadent.org.uk:
  --- a/arch/ia64/include/asm/unistd.h2011-03-15 02:20:32.0 +0100
  +++ b/arch/ia64/include/asm/unistd.h2011-11-10 21:27:31.0 +0100
  @@ -315,11 +315,12 @@
   #define __NR_fanotify_init 1323
   #define __NR_fanotify_mark 1324
   #define __NR_prlimit64 1325
  +#define __NR_accept4   1326
 
   #ifdef __KERNEL__
 
 
  -#define NR_syscalls302 /* length of syscall table */
  +#define NR_syscalls303 /* length of syscall table */
 
   /*
* The following defines stop scripts/checksyscalls.sh from complaining 
  about
 
 
  --- a/arch/ia64/kernel/entry.S  2011-03-15 02:20:32.0 +0100
  +++ b/arch/ia64/kernel/entry.S  2011-11-10 21:32:03.0 +0100
  @@ -1771,6 +1771,7 @@
  data8 sys_fanotify_init
  data8 sys_fanotify_mark
  data8 sys_prlimit64 // 1325
  +   data8 sys_accept4
 
  .org sys_call_table + 8*NR_syscalls // guard against
  failures to increase NR_syscalls
   #endif /* __IA64_ASM_PARAVIRTUALIZED_NATIVE */
 
 
 
  The above changes look reasonable; please send them to
  linux-i...@vger.kernel.org with a signed-off-by line as explained in
  Documentation/SubmittingPatches.
 
 OK, will do.
 
 I however imagine that these patches are to be created against current
 linux-3.2-rc1 source tree, right?

Yes.

 One thing that thus worries me is
 that I won't be able to test the resulting kernel, since that the
 initramfs-tools 0.99 issue prevents me from running kernel  2.6.38.

No it doesn't.  The Debian packagaing of new kernel versions depends on
new initramfs-tools, but the upstream code does not.

  However, even with these patches applied, test_accept4 still report
  that accept4() is not implemented :-(.
 
  Isn't that because it is using the installed header which doesn't define
  __NR_accept4?
 
  What am I still missing?
 
  Don't know can you point to the version of test_accept4 that you are
  using?  I only found the original version which is explicitly for x86
  only.
 
 Sorry Ben, you were CC'ed too lately in the discussion!
 
 I was referring to the test_accept4.c file that I've modified and
 attached in Message #25
 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647825#25). Here's
 the direct link to get the file:
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=25;filename=test_accept4.c;att=1;bug=647825

That version just calls the libc implementation of accept4(), which
won't work until libc is rebuilt.  You need to define __NR_accept4 and
call syscall(__NR_accept4, ...) in the test program instead.

Ben.

-- 
Ben Hutchings
The program is absolutely right; therefore, the computer must be wrong.


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


Re: Uploading linux-2.6 (3.1.0-1)

2011-11-11 Thread Ben Hutchings
On Fri, 2011-11-11 at 14:38 +0100, Bastian Blank wrote:
 On Fri, Nov 11, 2011 at 01:56:46AM +, Ben Hutchings wrote:
  I intend to upload linux-2.6 version 3.1.0-1 to sid this weekend.
  This will include stable update 3.1.1 and fixes for the FTBFS in sid
  (powerpc) and experimental (armel, powerpc).  It will be built with
  gcc-4.6, the default compiler version for wheezy.
 
 What now. 3.1.0-1 or 3.1.1-1?

Calling it 3.1.1-1 means another new orig tarball and won't avoid
confusion when we apply further stable updates without bumping the
upstream version.

Ben.

-- 
Ben Hutchings
The program is absolutely right; therefore, the computer must be wrong.


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


Re: Uploading linux-2.6 (3.1.0-1)

2011-11-11 Thread Bastian Blank
On Fri, Nov 11, 2011 at 04:49:57PM +, Ben Hutchings wrote:
 On Fri, 2011-11-11 at 14:38 +0100, Bastian Blank wrote:
  What now. 3.1.0-1 or 3.1.1-1?
 Calling it 3.1.1-1 means another new orig tarball and won't avoid
 confusion when we apply further stable updates without bumping the
 upstream version.

One orig per stable version was the plan.

Bastian

-- 
It would be illogical to kill without reason.
-- Spock, Journey to Babel, stardate 3842.4


-- 
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/2011183424.ga4...@wavehammer.waldi.eu.org



Bug#648466: linux-image-2.6-powerpc: Reopen #610859: Sound is unusable for 2.6.39+35.1~bpo+1 and 2.6.32+29 Powerbook3, 5

2011-11-11 Thread Steffen Hoenig
Package: linux-image-2.6-powerpc
Version: 2.6.39+35.1~bpo60+1
Severity: normal


It's the same generation of hardware, except the CPU is 867 MHz and not 1000 
MHz. Sound is crackling while just listening to music (e.G. with cmus or 
mplayer) in a somewhat arbitraty frequency but definitely is getting worse 
while typing or using the trackpad (both are adb attached devices - adbhid). 
Interestingly this is not the case using  my usb attached mouse, there is no 
additonal distortion noticable. snd-aoa doesn't work for me as well.

-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.39-bpo.2-powerpc
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6-powerpc depends on:
ii  linux-image-2.6.39-bpo. 2.6.39-3~bpo60+1 Linux 2.6.39 for uniprocessor 32-b

linux-image-2.6-powerpc recommends no packages.

linux-image-2.6-powerpc suggests no packages.

-- no debconf information



-- 
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/2011195032.2673.76578.report...@maxfrisch.fritz.box



Bug#648466: Sound is unusable for 2.6.39+35.1~bpo+1 and 2.6.32+29 Powerbook3, 5

2011-11-11 Thread Jonathan Nieder
retitle 648466 [867 MHz powerbook] sound crackles when typing or using trackpad
tags 648466 + moreinfo
quit

Hi,

Steffen Hoenig wrote:

 Sound is crackling while just listening to music (e.G. with cmus or
 mplayer) in a somewhat arbitraty frequency but definitely is getting
 worse while typing or using the trackpad (both are adb attached
 devices - adbhid). Interestingly this is not the case using  my usb
 attached mouse, there is no additonal distortion noticable. snd-aoa
 doesn't work for me as well.

Please test with a 3.x kernel from sid or experimental.  Aside from
the kernel itself, the only packages from outside squeeze you should
need in order to test are linux-base and initramfs-tools.  (If this is
reproducible with a 3.x kernel, we can get help from upstream, and if
not and it is still reproducible with a squeeze kernel then we can try
to find which patch fixed it.)

It would also be useful to send output from reportbug --template
linux-image-$(uname -r), so we can get to know your hardware better
(what sound card and other peripherals this machine has, what drivers
are being used for them, and whether there are any warnings in the
kernel log).

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/2011200659.ga3...@elie.hsd1.il.comcast.net



Processed: Re: Sound is unusable for 2.6.39+35.1~bpo+1 and 2.6.32+29 Powerbook3, 5

2011-11-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 648466 [867 MHz powerbook] sound crackles when typing or using 
 trackpad
Bug #648466 [linux-image-2.6-powerpc] linux-image-2.6-powerpc: Reopen #610859: 
Sound is unusable for 2.6.39+35.1~bpo+1 and 2.6.32+29 Powerbook3, 5
Changed Bug title to '[867 MHz powerbook] sound crackles when typing or using 
trackpad' from 'linux-image-2.6-powerpc: Reopen #610859: Sound is unusable for 
2.6.39+35.1~bpo+1 and 2.6.32+29 Powerbook3, 5'
 tags 648466 + moreinfo
Bug #648466 [linux-image-2.6-powerpc] [867 MHz powerbook] sound crackles when 
typing or using trackpad
Added tag(s) moreinfo.
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
648466: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648466
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.13210420399022.transcr...@bugs.debian.org



Re: Uploading linux-2.6 (3.1.0-1)

2011-11-11 Thread Ben Hutchings
On Fri, Nov 11, 2011 at 07:34:25PM +0100, Bastian Blank wrote:
 On Fri, Nov 11, 2011 at 04:49:57PM +, Ben Hutchings wrote:
  On Fri, 2011-11-11 at 14:38 +0100, Bastian Blank wrote:
   What now. 3.1.0-1 or 3.1.1-1?
  Calling it 3.1.1-1 means another new orig tarball and won't avoid
  confusion when we apply further stable updates without bumping the
  upstream version.
 
 One orig per stable version was the plan.

I'm not sure we're ready to do that yet.  We certainly won't be able
to do that during a (Debian) stable release as the old kernel packages
will not get auto-removed.

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus


-- 
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/2011205706.gs3...@decadent.org.uk



Re: Bug#647825: udevd[XXX]: unable to receive ctrl connection: Function not implemented

2011-11-11 Thread Ben Hutchings
On Fri, Nov 11, 2011 at 07:48:24PM +0100, Émeric Maschino wrote:
 2011/11/11 Ben Hutchings b...@decadent.org.uk:
  That version just calls the libc implementation of accept4(), which
  won't work until libc is rebuilt.  You need to define __NR_accept4 and
  call syscall(__NR_accept4, ...) in the test program instead.
 
 Isn't Wheezy eglibc 2.13-21 supposed to already implement accept4()?

That is a little difficult when the system call is not even defined
for an architecture!  Until it is rebuilt against the new kernel
header, I assume it will use a fallback implementation that always
fails.

 I've nevertheless modified test_accept.c following your guidelines. I
 also had to rename accept4() to __accept4(), otherwise it will
 conflict with non-static definition of accept4() in
 /usr/include/ia64-linux-gnu/sys/socket.h (isn't this the eglibc
 declaration?)

Right.

 I'm however still getting the error message stating that accept4() is
 not implemented, although I've rebuilt my kernel with the patches and
 booted the system with it:
 
 emeric@longspeak:~/Documents$ ./test_accept4
 ===
 Calling accept4(): flags = 0
 accept4(): Function not implemented
[...]

I have no idea why this would still fail; maybe you need to change
something additional in the kernel.  Ask the linux-ia64 mailing list.

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus


-- 
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/2011210728.gt3...@decadent.org.uk



Re: Uploading linux-2.6 (3.1.0-1)

2011-11-11 Thread Bastian Blank
On Fri, Nov 11, 2011 at 08:57:06PM +, Ben Hutchings wrote:
 On Fri, Nov 11, 2011 at 07:34:25PM +0100, Bastian Blank wrote:
  One orig per stable version was the plan.
 I'm not sure we're ready to do that yet.  We certainly won't be able
 to do that during a (Debian) stable release as the old kernel packages
 will not get auto-removed.

Hu? I don't speak about package names, only versions.

Bastian

-- 
Oh, that sound of male ego.  You travel halfway across the galaxy and
it's still the same song.
-- Eve McHuron, Mudd's Women, stardate 1330.1


-- 
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/2011211454.ga12...@wavehammer.waldi.eu.org



Bug#648466: (no subject)

2011-11-11 Thread Steffen Hoenig
Include network configuration and status from this computer? 
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Steffen Hoenig schtzng...@googlemail.com
To: Debian Bug Tracking System sub...@bugs.debian.org
Subject: none

Package: linux-2.6
Version: 3.0.0-5
Severity: wishlist



-- Package-specific info:
** Version:
Linux version 3.0.0-2-powerpc (Debian 3.0.0-5) (b...@decadent.org.uk) (gcc 
version 4.5.3 (Debian 4.5.3-9) ) #1 Fri Oct 7 21:49:07 UTC 2011

** Command line:
root=/dev/mapper/maxfrisch-root ro 

** Not tainted

** Kernel log:
[5.488435] pata-macio 0.0002:ata-3: Activating pata-macio chipset 
KeyLargo ATA-3, Apple bus ID 0
[5.500215] scsi1 : pata_macio
[5.511156] ata2: PATA max MWDMA2 irq 20
[5.680677] ata2.00: ATAPI: MATSHITACD-RW  CW-8121, AA21, max MWDMA2
[5.704646] ata2.00: configured for MWDMA2
[5.714898] scsi 1:0:0:0: CD-ROMMATSHITA CD-RW  CW-8121   AA21 
PQ: 0 ANSI: 5
[5.749757] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[5.758326] cdrom: Uniform CD-ROM driver Revision: 3.20
[5.773621] sr 1:0:0:0: Attached scsi CD-ROM sr0
[5.801403] sd 0:0:0:0: Attached scsi generic sg0 type 0
[5.828575] sr 1:0:0:0: Attached scsi generic sg1 type 5
[5.877800] device-mapper: uevent: version 1.0.3
[5.888147] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: 
dm-de...@redhat.com
[6.761629] PM: Starting manual resume from disk
[6.771279] PM: Hibernation image partition 254:1 present
[6.771285] PM: Looking for hibernation image.
[6.788150] PM: Image not found (code -22)
[6.788157] PM: Hibernation image not present or could not be loaded.
[6.877660] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: 
(null)
[8.780647] udev[210]: starting version 164
[9.396488] PowerMac i2c bus pmu 2 registered
[9.407131] PowerMac i2c bus pmu 1 registered
[9.422633] PowerMac i2c bus mac-io 0 registered
[9.440910] PowerMac i2c bus uni-n 1 registered
[9.455895] PowerMac i2c bus uni-n 0 registered
[9.584086] cfg80211: Calling CRDA to update world regulatory domain
[9.757293] orinoco 0.15 (David Gibson her...@gibson.dropbear.id.au, Pavel 
Roskin pro...@gnu.org, et al)
[9.911809] yenta_cardbus 0001:10:1a.0: CardBus bridge found [:]
[9.921146] yenta_cardbus 0001:10:1a.0: Enabling burst memory read 
transactions
[9.930183] yenta_cardbus 0001:10:1a.0: Using CSCINT to route CSC interrupts 
to PCI
[9.939085] yenta_cardbus 0001:10:1a.0: Routing CardBus interrupts to PCI
[9.947995] yenta_cardbus 0001:10:1a.0: TI: mfunc 0x0002, devctl 0x60
[   10.060502] yenta_cardbus 0001:10:1a.0: ISA IRQ mask 0x, PCI irq 58
[   10.069404] yenta_cardbus 0001:10:1a.0: Socket status: 3086
[   10.078321] yenta_cardbus 0001:10:1a.0: pcmcia: parent PCI bridge window: 
[io  0x-0x7f]
[   10.088708] yenta_cardbus 0001:10:1a.0: pcmcia: parent PCI bridge window: 
[mem 0xf300-0xf3ff]
[   10.097621] pcmcia_socket pcmcia_socket0: cs: memory probe 
0xf300-0xf3ff: clean.
[   10.106447] yenta_cardbus 0001:10:1a.0: pcmcia: parent PCI bridge window: 
[mem 0x8000-0xafff]
[   10.117563] airport 0.15 (Benjamin Herrenschmidt b...@kernel.crashing.org)
[   10.117645] airport: Physical address 8003
[   10.240575] pcmcia_socket pcmcia_socket0: cs: memory probe 
0x8000-0xafff: excluding 0x8000-0x807f 0x8400-0x8bff 
0xa000-0xa07f
[   10.608783] pcmcia_socket pcmcia_socket0: cs: memory probe 
0x8000-0x80ff: excluding 0x8000-0x800f
[   11.325123] airport 0.0003:radio: Hardware identity 0005:0001:0001:0002
[   11.334354] airport 0.0003:radio: Station identity  001f:0001:0008:0046
[   11.343483] airport 0.0003:radio: Firmware determined as Lucent/Agere 
8.70
[   11.492686] airport 0.0003:radio: Hardware identity 0005:0001:0001:0002
[   11.501632] airport 0.0003:radio: Station identity  001f:0002:0009:0030
[   11.510349] airport 0.0003:radio: Firmware determined as Lucent/Agere 
9.48
[   11.519034] airport 0.0003:radio: Ad-hoc demo mode supported
[   11.527584] airport 0.0003:radio: IEEE standard IBSS ad-hoc mode 
supported
[   11.536075] airport 0.0003:radio: WEP supported, 104-bit key
[   11.544340] airport 0.0003:radio: WPA-PSK supported
[   11.614744] udev[217]: renamed network interface eth1 to wlan0
[   12.167070] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   12.434922] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[   12.682705] loop: module loaded
[   12.841712] irq: irq 1 on host 
/pci@f200/mac-io@17/interrupt-controller@4 mapped to virtual irq 30
[   12.841757] irq: irq 2 on host 
/pci@f200/mac-io@17/interrupt-controller@4 mapped to virtual irq 31
[   12.848249] irq: irq 61 on host 
/pci@f200/mac-io@17/interrupt-controller@4 mapped to virtual irq 61
[   13.256571] i2c i2c-0: 

Bug#648466: marked as done ([867 MHz powerbook] sound crackles when typing or using trackpad)

2011-11-11 Thread Debian Bug Tracking System
Your message dated Fri, 11 Nov 2011 21:35:31 +
with message-id 2011213531.gu3...@decadent.org.uk
and subject line Re: Bug#648466: (no subject)
has caused the Debian Bug report #648466,
regarding [867 MHz powerbook] sound crackles when typing or using trackpad
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
648466: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648466
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-image-2.6-powerpc
Version: 2.6.39+35.1~bpo60+1
Severity: normal


It's the same generation of hardware, except the CPU is 867 MHz and not 1000 
MHz. Sound is crackling while just listening to music (e.G. with cmus or 
mplayer) in a somewhat arbitraty frequency but definitely is getting worse 
while typing or using the trackpad (both are adb attached devices - adbhid). 
Interestingly this is not the case using  my usb attached mouse, there is no 
additonal distortion noticable. snd-aoa doesn't work for me as well.

-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.39-bpo.2-powerpc
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6-powerpc depends on:
ii  linux-image-2.6.39-bpo. 2.6.39-3~bpo60+1 Linux 2.6.39 for uniprocessor 32-b

linux-image-2.6-powerpc recommends no packages.

linux-image-2.6-powerpc suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
This report did not state any problem.

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus

---End Message---


Bug#648466: [867 MHz powerbook] sound crackles when typing or using trackpad

2011-11-11 Thread Jonathan Nieder
reopen 648466
quit

Ben Hutchings wrote:

 This report did not state any problem.

It was a follow-up to an existing report to include bugscript output
(for the future: Stefan, sending as an attachment and using the email
body as a place to put explanatory text can help).  Sorry for the
confusion.



-- 
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/2011214548.ga4...@elie.hsd1.il.comcast.net



Processed: Re: [867 MHz powerbook] sound crackles when typing or using trackpad

2011-11-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 648466
Bug #648466 {Done: Ben Hutchings b...@decadent.org.uk} 
[linux-image-2.6-powerpc] [867 MHz powerbook] sound crackles when typing or 
using trackpad
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
648466: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648466
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.13210479595210.transcr...@bugs.debian.org



Bug#648466: [867 MHz powerbook] sound crackles when typing or using trackpad

2011-11-11 Thread Jonathan Nieder
found 648466 linux-2.6/3.0.0-5
tags 648466 - moreinfo
quit

Steffen Hoenig wrote:

 [   13.256571] i2c i2c-0: PMac Keywest Audio: attach_adapter method is 
 deprecated
 [   13.263656] i2c i2c-0: Please use another way to instantiate your 
 i2c_client

Interesting, but sounds harmless.

 ** Model information
 revision  : 3.2 (pvr 8001 0302)
 platform  : PowerMac
 model : PowerBook3,5
 machine   : PowerBook3,5
 motherboard   : PowerBook3,5 MacRISC2 MacRISC Power Macintosh

Thanks.

 snd_aoa_i2sbus 19872  0 
 snd_pcm64222  3 snd_powermac,snd_aoa_i2sbus
 snd_page_alloc  8957  1 snd_pcm
 snd50534  10 
 snd_powermac,snd_aoa_i2sbus,snd_pcm,snd_seq,snd_timer,snd_seq_device
 snd_aoa_soundbus6653  1 snd_aoa_i2sbus

Ok, this is the AOA (Apple Onboard Audio) ALSA driver.  No obviously
relevant changes since v3.0 upstream.  Good.

Let's take this upstream.  Please send:

 - a summary of the problem and a quick way to reproduce it (e.g.,
   does playing a CD and moving the touchpad always produce crackle?)

 - information about when it started and the version number of the
   oldest kernel you were able to reproduce it with

 - if this was a regression, the version number of the newest kernel
   you were able not to reproduce it with

 - any other weird observations

 - output from the alsa-info.sh script[1], as an attachment

to linuxppc-...@lists.ozlabs.org, cc-ing alsa-de...@alsa-project.org,
and me or this bug log so we can track the resulting discussion.

Thanks for your quick answers, and hope that helps.
Jonathan

[1] 
http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh



-- 
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/2011220227.ga5...@elie.hsd1.il.comcast.net



Processed: Re: [867 MHz powerbook] sound crackles when typing or using trackpad

2011-11-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 648466 linux-2.6/3.0.0-5
Bug #648466 [linux-image-2.6-powerpc] [867 MHz powerbook] sound crackles when 
typing or using trackpad
Bug Marked as found in versions linux-2.6/3.0.0-5.
 tags 648466 - moreinfo
Bug #648466 [linux-image-2.6-powerpc] [867 MHz powerbook] sound crackles when 
typing or using trackpad
Removed tag(s) moreinfo.
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
648466: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648466
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.132104895911150.transcr...@bugs.debian.org



Bug#648477: ath9k wireless: frequent connection drops (TKIP MIC failure)

2011-11-11 Thread Jonathan Nieder
Hi Christoph,

Christoph Wiedemann wrote:

 I observe frequent (1 per minute) connection drops with a new SONY VAIO
 notebook.
[...]
  02:00.0 Network controller [0280]: Atheros Communications Inc. AR9485 
 Wireless
 Network Adapter [168c:0032] (rev 01)
 
 Disabling hwcrypt as suggested in http://www.mail-archive.com/ath9k-
 de...@lists.ath9k.org/msg04221.html seems to fix the problem

Thanks.  There have been some AR9485 fixes upstream recently.  Could
you test v3.1 from experimental?

If that fails, please report it upstream to
ath9k-de...@lists.ath9k.org, cc-ing linux-wirel...@vger.kernel.org and
either me or this bug log so we can track it.



-- 
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/2011222642.ga5...@elie.hsd1.il.comcast.net



Bug#624794: Re: Bug#624794: Missing support for various storage and network

2011-11-11 Thread Ryan Gelobter
I can confirm Debian 6.0.3 has support for the Intel 82579LM adapter.

Ryan G
Limestone Networks, Inc.

-Original Message-
From: Ryan Gelobter 
Sent: Monday, July 25, 2011 5:13 PM
To: 624...@bugs.debian.org
Subject: Re: Bug#624794: Missing support for various storage and network

A backport for the Intel 82579LM didn't make it into 6.0.2 release, is this 
still possibly being worked on for 6.0.3?

Thanks,

Ryan G
Limestone Networks, Inc.



--
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/216636937abe004e8cd94ddb2ad8baa501d533875...@lsnexchange.limestonenetworks.com



Bug#647750: linux-source-2.6.32: keyboard.c: 8 bits diacritics are displayed as a 7 bits representation after a space

2011-11-11 Thread Bjarni Ingi Gislason
On Wed, Nov 09, 2011 at 02:54:37AM +, Ben Hutchings wrote:
 On Sat, Nov 05, 2011 at 07:18:31PM +, Bjarni Ingi Gislason wrote:
  Package: linux-source-2.6.32
  Version: 2.6.32-35squeeze2
  Severity: normal
  
Diacritics, that are 8 bits (accent (´, 0xB4), dieresis (¨,
  0xA8), cedilla (¸, 0xB8)), are displayed as their 7 bits
  representation (',) if a space is input after them.
 [...]
 
 Which keymap are you using?  Have you enabled Unicode mode for the VT
 (unicode_start)?
 

  The keymap is boottime.kmap.gz, slightly changed.

  I use 8 bit mode (xlate).

  Lines with (6) diacritcs:

keymaps 0-2,4-6,8,12
keycode  27 = apostrophe   question dead_tilde   
Control_bracketright
alt keycode  27 = Meta_bracketright
keycode  40 = dead_acute   dead_acute   dead_circumflex
control keycode  40 = Control_g
alt keycode  40 = Meta_apostrophe
keycode  41 = degree   dead_diaeresis   bar  nul
alt keycode  41 = Meta_grave
keycode  43 = plus asterisk dead_grave
Control_backslash
alt keycode  43 = Meta_backslash
keycode  51 = commasemicolondead_cedilla
alt keycode  51 = Meta_comma


  Using Unicode makes no difference.

-- 
Bjarni I. Gislason



--
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/2011233715.ga28...@rhi.hi.is



Bug#647750: linux-source-2.6.32: keyboard.c: 8 bits diacritics are displayed as a 7 bits representation after a space

2011-11-11 Thread Ben Hutchings
On Fri, Nov 11, 2011 at 11:37:15PM +, Bjarni Ingi Gislason wrote:
 On Wed, Nov 09, 2011 at 02:54:37AM +, Ben Hutchings wrote:
  On Sat, Nov 05, 2011 at 07:18:31PM +, Bjarni Ingi Gislason wrote:
   Package: linux-source-2.6.32
   Version: 2.6.32-35squeeze2
   Severity: normal
   
 Diacritics, that are 8 bits (accent (´, 0xB4), dieresis (¨,
   0xA8), cedilla (¸, 0xB8)), are displayed as their 7 bits
   representation (',) if a space is input after them.
  [...]
  
  Which keymap are you using?  Have you enabled Unicode mode for the VT
  (unicode_start)?
  
 
   The keymap is boottime.kmap.gz, slightly changed.
[...]

Can you reproduce this with a standard keymap that includes
dead keys?

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus



-- 
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/2012002341.gv3...@decadent.org.uk



Processed: reassign 648477 to src:linux-2.6

2011-11-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 648477 src:linux-2.6 3.0.0-3
Bug #648477 [linux-headers-3.0.0-1-amd64] linux-headers-3.0.0-1-amd64: ath9k 
wireless: frequent connection drops (TKIP MIC failure)
Bug reassigned from package 'linux-headers-3.0.0-1-amd64' to 'src:linux-2.6'.
Bug No longer marked as found in versions linux-2.6/3.0.0-3.
Bug #648477 [src:linux-2.6] linux-headers-3.0.0-1-amd64: ath9k wireless: 
frequent connection drops (TKIP MIC failure)
Bug Marked as found in versions linux-2.6/3.0.0-3.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
648477: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648477
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.132105825726610.transcr...@bugs.debian.org