Bug#685895: firmware-linux-nonfree: Intermittent black screen on ATI Radeon with nonfree firmware

2012-08-25 Thread Daniel Lindgren
Package: firmware-linux-nonfree
Version: 0.28+squeeze1
Severity: important

I have an old computer with a Radeon 9200 (RV280) AGP card.

After installing Squeeze everything works fine. If I install firmware-linux-
nonfree to get the firmware for my Radeon card, the screen (in X/Gnome) goes
black for a second or two and then returns to normal. This happens mostly when
the screen is updated, e g if I scroll a window, several times per minute if I
actively use the computer.

If I remove firmware-linux-nonfree the problem goes away, but GPU acceleration
is disabled.

I tried using a newer kernel (linux-image-3.2.0-0.bpo.3-686-pae) and firmware-
linux-nonfree (0.35~bpo60+1) from backports, no improvement.

Since I do not need any other firmware from the nonfree package I can remove it
as a workaround. Others might not have that option.

lspci:

00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub
Interface (rev 02)
00:01.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to AGP Controller (rev
02)
00:06.0 System peripheral: Intel Corporation 82865G/PE/P Processor to I/O
Memory Interface (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI
Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI
Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI
Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI
Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI
Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface
Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller
(rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev
02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R)
AC'97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200]
(rev 01)
01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200]
(Secondary) (rev 01)
02:05.0 Ethernet controller: 3Com Corporation 3c940 10/100/1000Base-T [Marvell]
(rev 12)

dmesg | grep radeon:

[6.826320] [drm] radeon kernel modesetting enabled.
[6.826406] radeon :01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[6.829897] [drm] radeon: Initializing kernel modesetting.
[6.835387] radeon :01:00.0: putting AGP V3 device into 8x mode
[6.835405] [drm] radeon: VRAM 128M
[6.835408] [drm] radeon: VRAM from 0x to 0x07FF
[6.835411] [drm] radeon: GTT 64M
[6.835413] [drm] radeon: GTT from 0xF800 to 0xFBFF
[6.835458] [drm] radeon: irq initialized.
[6.835992] [drm] radeon: 128M of VRAM memory ready
[6.835996] [drm] radeon: 64M of GTT memory ready.
[6.836308] [drm] radeon: cp idle (0x02000603)
[6.837096] platform radeon_cp.0: firmware: requesting radeon/R200_cp.bin
[6.983934] [drm] radeon: ring at 0xF800
[6.991159] [drm] radeon: ib pool ready.
[7.361279] fb0: radeondrmfb frame buffer device
[7.380411] [drm] Initialized radeon 2.0.0 20080528 for :01:00.0 on
minor 0



-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

firmware-linux-nonfree depends on no packages.

firmware-linux-nonfree recommends no packages.

Versions of packages firmware-linux-nonfree suggests:
ii  initramfs-tools 0.99~bpo60+1 tools for generating an initramfs
ii  linux-image-2.6.32-5-68 2.6.32-45Linux 2.6.32 for modern PCs
ii  linux-image-3.2.0-0.bpo 3.2.23-1~bpo60+2 Linux 3.2 for modern PCs

-- 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/20120826062051.1989.24664.report...@chieftec.lindgren.loc



Bug#685894: linux FTBFS on alpha: gcc-4.5 no longer available

2012-08-25 Thread Michael Cree
Source: linux
Version: 3.2.23-1
Severity: important
User: debian-al...@lists.debian.org
Usertags: alpha
Tags: patch
X-Debbugs-CC: debian-al...@lists.debian.org
Justification: Fails to build from source but built in the past.

linux no longer builds on Alpha due to the demise of gcc-4.5 in unstable.

We will have to move to the default compiler (gcc-4.6) but using gcc-4.6
to build the kernel results in relocation errors against the sbss
section during the link.  This can be worked around by modifying the
-msmall-data compiler argument in arch/alpha/Makefile to -mlarge-data.
It means extra CPU instructions to access kernel global variables thus a
slightly larger and less efficient kernel.  I did try to ask the gcc
Alpha maintainer why using gcc-4.6 should have such an effect but did
not get back a particularly informative answer.

So if you could remove the requirement to build the kernel with gcc-4.5
and apply the attached patch to switch to the large data model for the
next linux source upload, I should be grateful.

Cheers
Michael.
diff --git a/arch/alpha/Makefile b/arch/alpha/Makefile
index 4759fe7..b5d44bd 100644
--- a/arch/alpha/Makefile
+++ b/arch/alpha/Makefile
@@ -12,7 +12,7 @@ NM := $(NM) -B
 
 LDFLAGS_vmlinux	:= -static -N #-relax
 CHECKFLAGS	+= -D__alpha__ -m64
-cflags-y	:= -pipe -mno-fp-regs -ffixed-8 -msmall-data
+cflags-y	:= -pipe -mno-fp-regs -ffixed-8 -mlarge-data
 cflags-y	+= $(call cc-option, -fno-jump-tables)
 
 cpuflags-$(CONFIG_ALPHA_EV4)		:= -mcpu=ev4


Processed: tagging 685864

2012-08-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 685864 + moreinfo
Bug #685864 [src:linux] linux-image-3.2.0-3-amd64: Commande halt or halt -p and 
shutdown = reboot system. Cm :gigabyte z77x-ud5h
Added tag(s) moreinfo.
> thanks
Stopping processing here.

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



Bug#685864: linux-image-3.2.0-3-amd64: Commande halt or halt -p and shutdown = reboot system. Cm :gigabyte z77x-ud5h

2012-08-25 Thread Ben Hutchings
On Sat, 2012-08-25 at 17:25 +0200, novice wrote:
> Package: src:linux
> Version: 3.2.23-1

What was the last version where you could halt successfully?

> Severity: important
> 
> 
> Use root :
> command:
> 
> halt
> halt -p
> shutdown (all paramettre tested)
> 
> result:
> reboot,

Is the system booted through BIOS or UEFI?  (There is a known bug like
this when using UEFI.)

[...]
> ** Tainted: PO (4097)
>  * Proprietary module has been loaded.
>  * Out-of-tree module has been loaded.
[...]
> ** Loaded modules:
[...]
> nvidia(P)
[...]

Does this happen if you use nouveau instead of nvidia?

Ben.

-- 
Ben Hutchings
Experience is what causes a person to make new mistakes instead of old ones.


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


Bug#586383: Relatively minor Atheros AR242x wireless card light flickering issue with Linux kernel 2.6.32 to 3.5.2 (ath5k driver)

2012-08-25 Thread Deniz Akcal



Hi
Jonathan.



The
behaviour is unexpected and it is undesirable because I believe the
light should be orange only when pressing the button which disables
the device. In the past, the ath5k driver worked at a rate of 1 Mb/s
rather than the 54 Mb/s that it’s working at now (as mentioned
previously) according to gnome’s network manager applet but I have
never noticed anything qualitatively wrong other than the light
flicker. Most importantly, long ago, prior to removing the
pre-installed copy of Windows Vista, I recall the hardware not
behaving like this (and the light was a constant blue when the
network was enabled and orange when it was disabled).
  

Processed: Re: linux-image-2.6.39-rc7: s5h1409/mt2131 read/writereg errors with dvb tuner

2012-08-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 626562 https://bugzilla.kernel.org/show_bug.cgi?id=35102
Bug #626562 [linux-2.6] linux-image-2.6.39-rc7: s5h1409/mt2131 read/writereg 
errors with dvb tuner
Set Bug forwarded-to-address to 
'https://bugzilla.kernel.org/show_bug.cgi?id=35102'.
> tag 626562 + unreproducible
Bug #626562 [linux-2.6] linux-image-2.6.39-rc7: s5h1409/mt2131 read/writereg 
errors with dvb tuner
Added tag(s) unreproducible.
> thanks
Stopping processing here.

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



Processed: reassign 683047 to linux (kernel oops)

2012-08-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # 683047: usbip: Kernel oops when attaching device with usbip
> reassign 683047 src:linux
Bug #683047 [usbip] usbip: Kernel oops when attaching device with usbip
Bug reassigned from package 'usbip' to 'src:linux'.
No longer marked as found in versions linux-tools/3.2.17-1.
Ignoring request to alter fixed versions of bug #683047 to the same values 
previously set
> affects 683047 usbip
Bug #683047 [src:linux] usbip: Kernel oops when attaching device with usbip
Added indication that 683047 affects usbip
> thanks
Stopping processing here.

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



Processed: Re: Bug#682144: linux-image-3.2.0-3-amd64: flash videos unviewable, invalid command stream on radeon

2012-08-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 682144 + unreproducible
Bug #682144 [src:linux] linux-image-3.2.0-3-amd64: flash videos unviewable, 
invalid command stream on radeon
Added tag(s) unreproducible.
> thanks
Stopping processing here.

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



Bug#684516: bluetooth.ko unlikely in initrd

2012-08-25 Thread Geert Stappers
On Sat, Aug 25, 2012 at 09:07:30PM +0200, asronche...@libero.it wrote:
> Da: stapp...@stappers.nl
> Data: 25-ago-2012 19.59
> >
> > Remove the bluetooth module from /lib/modules and the initial ramdisk,
> > so that the computer hasn't any more the module.
> >
> 
> btw, what do you mean with 'ramdisk' ? is that 'initramfs' ?

Yes.


> if i remove that  file, will the system be still bootable?

Do NOT remove files like /boot/initrd.img-*

After removing bluetooth.ko from /lib/module/  update the Init R.D.
with the command

update-initramfs


> (sorry, i still am not an expert about the linux boot stuff)

My "expertise level" also can use some more learning.


Where I/we want
> > so that the computer hasn't any more the module.

I told
> > Remove the bluetooth module from /lib/modules


and should have left out
> > and the initial ramdisk,

on second thought it is unlikely that the bluetooth module is in initrd.
In the initial ramdisk are modules which are needed to mount root f.s.


Groeten
Geert Stappers
-- 
> And is there a policy on top-posting vs. bottom-posting?
Yes.



signature.asc
Description: Digital signature


Bug#685726: linux-image-3.2.0-3-amd64: return error when trying to format image file (mkfs -t ext4 file.img)

2012-08-25 Thread hrayr
> On Fri, 2012-08-24 at 03:30 +0400, Hrayr Grigoryan wrote:
>> Package: src:linux
>> Version: 3.2.23-1
>> Severity: critical
>> Tags: lfs
>> Justification: causes serious data loss
>>
>> Dear Maintainer,
>>
>>When I'm trying to format file image with the command "mkfs -t ext4
>> file.img", it returns the following errors
>> [  142.328065] EXT4-fs error (device sdb1): ext4_ext_map_blocks:3769:
>> inode #12: comm mkfs.ext4: bad extent address lblock: 1022, depth: 2
>> pblock 0
>> [  142.328387] EXT4-fs error (device sdb1): ext4_ext_map_blocks:3769:
>> inode #12: comm mkfs.ext4: bad extent address lblock: 1023, depth: 2
>> pblock 0
>> [  142.328699] EXT4-fs error (device sdb1): ext4_ext_map_blocks:3769:
>> inode #12: comm mkfs.ext4: bad extent address lblock: 9254, depth: 2
>> pblock 0
>> [  142.329018] EXT4-fs error (device sdb1): ext4_ext_map_blocks:3769:
>> inode #12: comm mkfs.ext4: bad extent address lblock: 1057, depth: 2
>> pblock 0
>
> So you have an ext4 filesystem in file.img, on top of an ext4 filesystem
> on /dev/sdb1?
yes, all are ext4, no other file systems I have on that machine.


>
>>The problem visible only for big images f.x. 160Gb and more.
>>I did the tests on different hardwares, but result the same.
> [...]
>
> How is test.img created, before you run mkfs?  Is it a sparse file or
> does it have all data blocks allocated?
No it is not sparse file, test.img was created with the following command
dd if=/dev/zero of=test.img bs=1M count=160k


> Have you tested this on any other kernel versions (earlier or later)?
Yes, I have tested with the earlier versions, all earlier versions of
3.x.x kernels have this bug.

Hrayr.



>
> Ben.
>
> --
> Ben Hutchings
> Experience is what causes a person to make new mistakes instead of old
> ones.
>


-- 
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/2dc67ec745eaea6e198106c238aff5dd.squir...@mail.infotech.am



Bug#684516: R: Re: Regarding: Bug#684516: bluetooth loaded for UNKNOWN reason

2012-08-25 Thread asronche...@libero.it
Hi,
thanks for your advice. I'm going to test this in a week or two. (i'll restore 
a backup image , via dd)
At the moment i installed another distro on this pc, to understand if the 
problem is hardware related.

indeed, it could be a simple hardware problem on this asus notebook, like a 
buggy mobo for example.

#683807 made me think that.
indeed , the strange thing: nobody posted a message like: "hey i have that 
problem too!" . 


After the test with the other distro, i'll restore debian on this pc.

btw, what do you mean with 'ramdisk' ? is that 'initramfs' ? if i remove that 
file, will the system be still bootable?
(sorry, i still am not an expert about the linux boot stuff)

bye
Asdrubale

>Messaggio originale
>Da: stapp...@stappers.nl
>Data: 25-ago-2012 19.59
>A: "asronche...@libero.it"
>Cc: 
>Ogg: Re: Regarding: Bug#684516: bluetooth loaded for UNKNOWN reason
>
>On Thu, Aug 23, 2012 at 09:46:07AM +0200, asronche...@libero.it wrote:
>> Da: stapp...@stappers.nl
>> Data: 20-ago-2012 22.56
>> >
>> >My advice is to research what causes the bluetooth module to be loaded.
>> >
>>
>> that was the reason for me to open this bug report.
>> was it such a simple task i'd already solved it by myself.
>
>Nobody said it would be easy.
>
>
>Another approach to the challenge:
>
>Remove the bluetooth module from /lib/modules and the initial ramdisk,
>so that the computer hasn't any more the module.
>
>You might get an error message from what tries to load bluetooth.
>Yes, I assume that the computer boots.
>
>No load error on bluetooth only a problem,
>when the crash is gone.
>
>
>What I'm trying to say:
>
>* focus on the problem^Wchallenge
>* no limits  ( so removing the bt module, is not beyond a limit )
>* do not wait for other
>
>
>Groeten
>Geert Stappers
>-- 
>> And is there a policy on top-posting vs. bottom-posting?
>Yes.
>


-- 
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/15174664.8471961345921650702.JavaMail.defaultUser@defaultHost



Bug#685864: linux-image-3.2.0-3-amd64: Commande halt or halt -p and shutdown = reboot system. Cm :gigabyte z77x-ud5h

2012-08-25 Thread Geert Stappers
On Sat, Aug 25, 2012 at 05:25:27PM +0200, novice wrote:
> 
> halt
> halt -p
> shutdown (all paramettre tested)
> 
> result:
> reboot,
> 

My first impression is that ACPI ( http://en.wikipedia.org/wiki/Acpi )
is not working ...

> 
> # lsmod
> Module  Size  Used by
> iptable_nat12928  0
Used by zero other modules

> nf_nat 18242  1 iptable_nat
Used by 1 other module, it's name is listed

> xt_owner   12423  0
> iptable_mangle 12536  0
> xt_limit   12638  0
> xt_length  12460  0
> nf_conntrack_ipv4  14078  3 nf_nat,iptable_nat
3 and all three are named/enumerated

> nf_defrag_ipv4 12483  1 nf_conntrack_ipv4
> xt_state   12503  0
> nf_conntrack   52720  4 xt_state,nf_conntrack_ipv4,nf_nat,iptable_nat
> xt_multiport   12548  0
> xt_iprange 12504  0
> xt_comment 12427  0
> ip6table_filter12540  0
> ip6_tables 22175  1 ip6table_filter
> iptable_filter 12536  0
> ip_tables  22042  3 iptable_filter,iptable_mangle,iptable_nat
> ipt_ULOG   16833  1
> x_tables   19073  14 
> ipt_ULOG,ip_tables,iptable_filter,ip6_tables,ip6table_filter,xt_comment,xt_iprange,xt_multiport,xt_state,xt_length,xt_limit,iptable_mangle,xt_owner,iptable_nat
14 and all fourteen are listed

> parport_pc 22364  0
> ppdev  12763  0
> lp 17149  0
> parport31858  3 lp,ppdev,parport_pc
> nfsd  211858  2
> nfs   312243  0
> nfs_acl12511  2 nfs,nfsd
> auth_rpcgss37143  2 nfs,nfsd
> fscache36739  1 nfs
> lockd  67328  2 nfs,nfsd
> sunrpc173671  6 lockd,auth_rpcgss,nfs_acl,nfs,nfsd
> loop   22641  0
> firewire_sbp2  17993  0
> snd_usb_audio  84836  2
> snd_usbmidi_lib23420  1 snd_usb_audio
> snd_seq_midi   12848  0
> snd_seq_midi_event 13316  1 snd_seq_midi
> snd_rawmidi23060  2 snd_seq_midi,snd_usbmidi_lib
> uinput 17440  2
> snd_hda_codec_hdmi 30783  5
> snd_hda_codec_realtek   188797  1
> joydev 17266  0
> usbhid 36379  0
> hid81288  1 usbhid
> nvidia  10823460  41
41 and NON of the *fourty-one* is listed, notice the big size

> coretemp   12898  0
> crc32c_intel   12747  0
> ghash_clmulni_intel13133  0
> snd_hda_intel  26345  3
> snd_hda_codec  78031  3 
> snd_hda_intel,snd_hda_codec_realtek,snd_hda_codec_hdmi
> mxm_wmi12473  0
> snd_hwdep  13186  2 snd_hda_codec,snd_usb_audio
> evdev  17562  24
24 modules for http://en.wikipedia.org/wiki/Evdev

> snd_pcm63900  4 
> snd_hda_codec,snd_hda_intel,snd_hda_codec_hdmi,snd_usb_audio
> aesni_intel50667  0
> snd_page_alloc 13003  2 snd_pcm,snd_hda_intel
> snd_seq45093  2 snd_seq_midi_event,snd_seq_midi
> aes_x86_64 16796  1 aesni_intel
> snd_seq_device 13176  3 snd_seq,snd_rawmidi,snd_seq_midi
> aes_generic33026  2 aes_x86_64,aesni_intel
> snd_timer  22917  2 snd_seq,snd_pcm
> cryptd 14517  2 aesni_intel,ghash_clmulni_intel
> i2c_i801   16870  0
> psmouse64455  0
> iTCO_wdt   17081  0
> serio_raw  12931  0
> pcspkr 12579  0
> snd52850  22 
> snd_timer,snd_seq_device,snd_seq,snd_pcm,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_rawmidi,snd_usbmidi_lib,snd_usb_audio
22 modules and probably all twentytwo listed

> i2c_core   23876  2 i2c_i801,nvidia
> iTCO_vendor_support12704  1 iTCO_wdt
> soundcore  13065  1 snd
> acpi_cpufreq   12935  0

Found an acpi related module


> mperf  12453  1 acpi_cpufreq
> wmi13243  1 mxm_wmi
> video  17628  0
> processor  28157  1 acpi_cpufreq
> button 12937  0
> ext4  350411  3
> crc16  12343  1 ext4
> jbd2   62015  1 ext4
> mbcache13065  1 ext4
> sr_mod 21899  0
> cdrom  35401  1 sr_mod
> sd_mod 36136  5
> crc_t10dif 12348  1 sd_mod
> ahci   24997  4
> firewire_ohci  35772  0
> libahci22860  1 ahci
> firewire_core  48407  2 firewire_ohci,firewire_sbp2
> crc_itu_t  12347  1 firewire_core
> libata140589  2 libahci,ahci
> scsi_mod  162372  4 libata,sd_mod,sr_mod,firewire_sbp2
> atl1c  32217  0
> ehci_hcd   40215  0
> e1000e120822  0
> xhci_hcd   73170  0
> thermal

Bug#685864: linux-image-3.2.0-3-amd64: Commande halt or halt -p and shutdown = reboot system. Cm :gigabyte z77x-ud5h

2012-08-25 Thread novice
Package: src:linux
Version: 3.2.23-1
Severity: important


Use root :
command:

halt
halt -p
shutdown (all paramettre tested)

result:
reboot,

source.list

deb http://debian.ethz.ch/debian testing main contrib non-free
deb-src http://debian.ethz.ch/debian testing main contrib non-free

deb http://debian.ethz.ch/debian/ wheezy-updates main contrib non-free
deb-src http://debian.ethz.ch/debian/ wheezy-updates main contrib non-free

deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free




# lsmod
Module  Size  Used by
iptable_nat12928  0
nf_nat 18242  1 iptable_nat
xt_owner   12423  0
iptable_mangle 12536  0
xt_limit   12638  0
xt_length  12460  0
nf_conntrack_ipv4  14078  3 nf_nat,iptable_nat
nf_defrag_ipv4 12483  1 nf_conntrack_ipv4
xt_state   12503  0
nf_conntrack   52720  4 xt_state,nf_conntrack_ipv4,nf_nat,iptable_nat
xt_multiport   12548  0
xt_iprange 12504  0
xt_comment 12427  0
ip6table_filter12540  0
ip6_tables 22175  1 ip6table_filter
iptable_filter 12536  0
ip_tables  22042  3 iptable_filter,iptable_mangle,iptable_nat
ipt_ULOG   16833  1
x_tables   19073  14
ipt_ULOG,ip_tables,iptable_filter,ip6_tables,ip6table_filter,xt_comment,xt_iprange,xt_multiport,xt_state,xt_length,xt_limit,iptable_mangle,xt_owner,iptable_nat
parport_pc 22364  0
ppdev  12763  0
lp 17149  0
parport31858  3 lp,ppdev,parport_pc
nfsd  211858  2
nfs   312243  0
nfs_acl12511  2 nfs,nfsd
auth_rpcgss37143  2 nfs,nfsd
fscache36739  1 nfs
lockd  67328  2 nfs,nfsd
sunrpc173671  6 lockd,auth_rpcgss,nfs_acl,nfs,nfsd
loop   22641  0
firewire_sbp2  17993  0
snd_usb_audio  84836  2
snd_usbmidi_lib23420  1 snd_usb_audio
snd_seq_midi   12848  0
snd_seq_midi_event 13316  1 snd_seq_midi
snd_rawmidi23060  2 snd_seq_midi,snd_usbmidi_lib
uinput 17440  2
snd_hda_codec_hdmi 30783  5
snd_hda_codec_realtek   188797  1
joydev 17266  0
usbhid 36379  0
hid81288  1 usbhid
nvidia  10823460  41
coretemp   12898  0
crc32c_intel   12747  0
ghash_clmulni_intel13133  0
snd_hda_intel  26345  3
snd_hda_codec  78031  3
snd_hda_intel,snd_hda_codec_realtek,snd_hda_codec_hdmi
mxm_wmi12473  0
snd_hwdep  13186  2 snd_hda_codec,snd_usb_audio
evdev  17562  24
snd_pcm63900  4
snd_hda_codec,snd_hda_intel,snd_hda_codec_hdmi,snd_usb_audio
aesni_intel50667  0
snd_page_alloc 13003  2 snd_pcm,snd_hda_intel
snd_seq45093  2 snd_seq_midi_event,snd_seq_midi
aes_x86_64 16796  1 aesni_intel
snd_seq_device 13176  3 snd_seq,snd_rawmidi,snd_seq_midi
aes_generic33026  2 aes_x86_64,aesni_intel
snd_timer  22917  2 snd_seq,snd_pcm
cryptd 14517  2 aesni_intel,ghash_clmulni_intel
i2c_i801   16870  0
psmouse64455  0
iTCO_wdt   17081  0
serio_raw  12931  0
pcspkr 12579  0
snd52850  22
snd_timer,snd_seq_device,snd_seq,snd_pcm,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_rawmidi,snd_usbmidi_lib,snd_usb_audio
i2c_core   23876  2 i2c_i801,nvidia
iTCO_vendor_support12704  1 iTCO_wdt
soundcore  13065  1 snd
acpi_cpufreq   12935  0
mperf  12453  1 acpi_cpufreq
wmi13243  1 mxm_wmi
video  17628  0
processor  28157  1 acpi_cpufreq
button 12937  0
ext4  350411  3
crc16  12343  1 ext4
jbd2   62015  1 ext4
mbcache13065  1 ext4
sr_mod 21899  0
cdrom  35401  1 sr_mod
sd_mod 36136  5
crc_t10dif 12348  1 sd_mod
ahci   24997  4
firewire_ohci  35772  0
libahci22860  1 ahci
firewire_core  48407  2 firewire_ohci,firewire_sbp2
crc_itu_t  12347  1 firewire_core
libata140589  2 libahci,ahci
scsi_mod  162372  4 libata,sd_mod,sr_mod,firewire_sbp2
atl1c  32217  0
ehci_hcd   40215  0
e1000e120822  0
xhci_hcd   73170  0
thermal17383  0
fan12674  0
thermal_sys18040  4 fan,thermal,processor,video
usbcore   128498  7
xhci_hcd,ehci_hcd,usbhid,snd_usbmidi_lib,snd_

linux-tools_3.5-1~experimental.1_multi.changes ACCEPTED into experimental, experimental

2012-08-25 Thread Debian FTP Masters
Accepted:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 20 Aug 2012 00:57:12 +0100
Source: linux-tools
Binary: linux-kbuild-3.5 linux-tools-3.5
Architecture: i386 source
Version: 3.5-1~experimental.1
Distribution: experimental
Urgency: low
Maintainer: Debian Kernel Team 
Changed-By: Ben Hutchings 
Description: 
 linux-kbuild-3.5 - Kbuild infrastructure for Linux 3.5
 linux-tools-3.5 - Performance analysis tools for Linux 3.5
Changes: 
 linux-tools (3.5-1~experimental.1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 981cc7f5406648ddcbf4cff5b6244fd9077857d3 2156 
linux-tools_3.5-1~experimental.1.dsc
 7c006b3cf6f830eba6803c87f7bd4c5ec6185635 9502805 linux-tools_3.5.orig.tar.gz
 7987d2bb849dd03f3a307d1027cee6f367ae6d7d 18857 
linux-tools_3.5-1~experimental.1.debian.tar.gz
 0cb3b34c3baf9677eeb4ae0a31257f2802df573f 234216 
linux-kbuild-3.5_3.5-1~experimental.1_i386.deb
 5b5de167f43b563e7254672422fb82a243802afe 469402 
linux-tools-3.5_3.5-1~experimental.1_i386.deb
Checksums-Sha256: 
 50389d7ea4c1ef13c811d99e4cd71a6b56650b7e9d767b08d7d21ba36e75b400 2156 
linux-tools_3.5-1~experimental.1.dsc
 3900624e0d567b9af6025692cfda1d1eb0b9c8ed8cc6659d640e4e3ce9958c50 9502805 
linux-tools_3.5.orig.tar.gz
 c91a4a263a589fbbcd1aac3e7b03d7d20bc0235cf08a687744f5a8b3e3b842c8 18857 
linux-tools_3.5-1~experimental.1.debian.tar.gz
 bc4232a2ad1da024e72ec8bd17543344320e13e392f46eb6e69dc0a323d60120 234216 
linux-kbuild-3.5_3.5-1~experimental.1_i386.deb
 4c08e62f77cc2b524ade82c4914f68c0f055483ed5a23584a001a732b86a977d 469402 
linux-tools-3.5_3.5-1~experimental.1_i386.deb
Files: 
 b8f9d2b15df2570e500943b7b1af2eab 2156 devel optional 
linux-tools_3.5-1~experimental.1.dsc
 dfb0a5321f7ab5e6217a6c0dc76bff69 9502805 devel optional 
linux-tools_3.5.orig.tar.gz
 ed70a6e1f40f593280e407885391b692 18857 devel optional 
linux-tools_3.5-1~experimental.1.debian.tar.gz
 a56f922477ad3b169be3e35f51236dbf 234216 devel optional 
linux-kbuild-3.5_3.5-1~experimental.1_i386.deb
 8d59b57408948e4a497fd2f82f3eb695 469402 devel optional 
linux-tools-3.5_3.5-1~experimental.1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIVAwUBUDGA8Oe/yOyVhhEJAQq7WQ//ZtMoJVw+eSy2FTjhT1XyjZt8axGwnSGn
xx3xBcackRsP5mfr99Gp3GPcXREYMe3C970asziDKof6X+OjJeIfcJcARGFAkzCx
1pB9xr04ZbC4BsQ8ADTT8yC/39vBKUU0vMyaD0OEUYj9eNzh3pfxNBLInKuEqpN9
VP4GHYZoO9rTIrkOBTt6zo2U1y/5lP27HmEG2FlWBL6uiI358azzFB17SidpXDPA
w78bb5nR3tCw15Yn6slVPaESVTCVx+KbayblJlVJvQVAAWLddJcdnQSRw9/FX1Es
eR9wkTu7jjkTe6XmHL5gSDXZyEKs0JqKbQSLw+oJqK3aCeytUDb9yejce4wm14nv
tpBniddBFzwajR3aEhBEIXTfd1wsCB51bL0O2F17iPSYEALr7eRJLG9yyBZNbrOU
OMVyQe7rQf6eAKmlhZPTMEXyjAkcbQ1+WjVtadsc0W7Jn+MSa3mZHbAxIZDebmUw
Iefh2kAZLtgIIWElVzPXTIufP3jq6FhZzkn188opFqeWVug5wsoA7tKKVyzmzRzY
mFsw4AG3aGMQnEhexlPKnt4je8arOTyd2KeStArwmY1koVJGBr+EkWEv/UhIoD5j
Q/qezQzrsuntMznFducAnDgM0eOtOY3+PBB4xPMxVI1MLR0p7S66WYLySHUd00rj
mfLE+cyaaio=
=mfFY
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
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/e1t5fy9-0006ma...@franck.debian.org



Bug#586383: Relatively minor Atheros AR242x wireless card light flickering issue with Linux kernel 2.6.32 to 3.5.2 (ath5k driver)

2012-08-25 Thread Adrian Chadd
Hi,

So there's a hardware MAC LED blink thing that can be done. You may be
seeing that enabled by default.



Adrian


-- 
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/caj-vmonjozdwragx0mzzj7mnuzniqzntc6iskh12pmn2hve...@mail.gmail.com