Bug#689416: Re: Bug#689416: Cannot install on Intel Centrino Ultimate-N 6300 (802.11 a/b/g/n 3X3) Half Mini Card

2012-10-05 Thread Simon Paillard
On Fri, Oct 05, 2012 at 01:41:03PM +0400, jaakov jaakov wrote:
[..]
 The maintainer may modify the wording so that you can find the file easier, 
 in
 case one doesn't read doc and don't download firmware.tar.gz...

 I did all that. But I did not get that the installation could continue
 anyway. And you did not get what file are exactly asked for.

That's the kind of information useful in a bug report despite getting files
from firmware.tar.gz downloaded from ...

-- 
Simon Paillard


-- 
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/20121005155437.ga10...@glenfiddich.mraw.org



Bug#689416: Cannot install on Intel Centrino Ultimate-N 6300 (802.11 a/b/g/n 3X3) Half Mini Card

2012-10-04 Thread Simon Paillard
severity 689416 normal
thanks

Hi,

On Tue, Oct 02, 2012 at 04:31:09PM +0400, jaakov jaakov wrote:
 Package: cdrom
 Version: 7.0.2
 
 The wireless network card
 Intel Centrino Ultimate-N 6300 (802.11 a/b/g/n 3X3) Half Mini Card
 is detected and the following firmware files are asked for:
 iwlwifi-6000-4.ucode
 iwlwifi-6000-5.ucode
 iwlwifi-6000-6.ucode
 
 However, only the -4 file can be found online. I am not sure whether the
 other files exist in the world at all.

* See the installation guide
http://www.debian.org/releases/squeeze/i386/ch06s04.html.fr
As long as you follow steps, it's easy to put firmwares on the USB stick.

* 
http://cdimage.debian.org/cdimage/unofficial/non-free/firmware/wheezy/current/firmware.tar.gz

* You can find the firmware inside
$ dpkg -c firmware-iwlwifi_0.36_all.deb | grep 6000
-rw-r--r-- root/root679436 2012-06-12 17:13 
./lib/firmware/iwlwifi-6000g2b-6.ucode
-rw-r--r-- root/root454608 2012-06-12 17:13 
./lib/firmware/iwlwifi-6000-4.ucode
-rw-r--r-- root/root444128 2012-06-12 17:13 
./lib/firmware/iwlwifi-6000g2a-5.ucode

Or at http://intellinuxwireless.org/?n=Downloads

You cannot find easily find them because of a bug on packages.debian.org, sorry.

For information (from svn://svn.debian.org/kernel/dists/trunk/firmware-nonfree):
-6 = Update Intel Wireless 6030 firmware to version 18.168.6.1 (ABI 6)
-5 = Update Intel Wireless 6025 firmware to version 17.168.5.3

-- Could you try with these files and confirm you can use the wifi ?

The maintainer may modify the wording so that you can find the file easier, in
case one doesn't read doc and don't download firmware.tar.gz...

So downgrading severity.


Best regards.

-- 
Simon Paillard


-- 
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/20121004215425.ga6...@glenfiddich.mraw.org



Bug#636278: nfs.5 man syntax error: sentence missing

2011-08-01 Thread Simon Paillard
Package: nfs-common
Version: 1:1.2.4-1
Tags: patch 
Severity: minor

Hi,

During update of manpages-fr-extra, po4a complained about syntax issues with
nfs.5 manpage from nfs-utils.

It's not only nitpicking for po4a, as it prevents as well some part of the
manpages from being displayed by the pager, a full sentence cannot be displayed:

 To  support  legacy  flock  behavior  similar  to that of NFS clients  2.6.12,
-use Samba as Samba maps Windows share mode locks as flock. Since NFS clients 
+use ´local_lock=flock´. This option is required when exporting NFS mounts via
+Samba as Samba maps Windows share mode locks as flock. Since NFS clients 
 2.6.12 implement flock by emulating POSIX locks, this will result in
 conflicting locks.

This is actually already spotted by lintian: 
http://lintian.debian.org/maintainer/debian-ker...@lists.debian.org.html#nfs-utils

Find attached the patch against your current git tree.


-- 
Simon Paillard
From 09a8a502769a110703bf7424037728d987f50f57 Mon Sep 17 00:00:00 2001
From: Simon Paillard spaill...@debian.org
Date: Tue, 2 Aug 2011 00:13:31 +0200
Subject: [PATCH] nfs.man: escape ' nroff for proper rendering

---
 utils/mount/nfs.man |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
index be91a25..639c931 100644
--- a/utils/mount/nfs.man
+++ b/utils/mount/nfs.man
@@ -753,7 +753,7 @@ is specified, the client assumes that POSIX locks are local and uses NLM
 sideband protocol to lock files when flock locks are used.
 .IP
 To support legacy flock behavior similar to that of NFS clients  2.6.12, use
-'local_lock=flock'. This option is required when exporting NFS mounts via
+\'local_lock=flock\'. This option is required when exporting NFS mounts via
 Samba as Samba maps Windows share mode locks as flock. Since NFS clients 
 2.6.12 implement flock by emulating POSIX locks, this will result in
 conflicting locks.
-- 
1.7.2.5



Bug#624261: Patch for statd.8 and nfsiostat.8 man syntax errors

2011-04-26 Thread Simon Paillard
Package: nfs-common
Version: 1:1.2.3-2
Tags: patch 
Severity: minor

Hi,

During update of manpages-fr-extra, po4a complained about syntax issues with
two manpages from nfs-utils.

It's not only nitpicking for po4a, as it prevents as well some part of the
manpages from being displayed by the pager.

Already spotted by lintian (the 3rd one is not a problem for po4a nor pager):
http://lintian.debian.org/maintainer/debian-ker...@lists.debian.org.html#nfs-utils
 )

Here are two tiny patches for this (against upstream branch from your git).

-- 
Simon Paillard
From eb0f1c1ccb60ebed6c959088467f5bf8bfcaedc9 Mon Sep 17 00:00:00 2001
From: Simon Paillard spaill...@debian.org
Date: Wed, 27 Apr 2011 00:15:49 +0200
Subject: [PATCH] Fix statd.8 manpage syntax 'visible'

---
 utils/statd/statd.man |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/statd/statd.man b/utils/statd/statd.man
index ca00e24..3209a50 100644
--- a/utils/statd/statd.man
+++ b/utils/statd/statd.man
@@ -347,8 +347,8 @@ of the requesting lock manager.
 TI-RPC is a pre-requisite for supporting NFS on IPv6.
 If TI-RPC support is built into
 .BR rpc.statd ,
-it attempts to start listeners on network transports marked
-'visible' in
+it attempts to start listeners on network transports marked 'visible'
+in
 .IR /etc/netconfig .
 As long as at least one network transport listener starts successfully,
 .B rpc.statd
-- 
1.7.2.5

From 00a47ffac69bd0a9331f899cdc04728fb567519d Mon Sep 17 00:00:00 2001
From: Simon Paillard spaill...@debian.org
Date: Wed, 27 Apr 2011 00:22:45 +0200
Subject: [PATCH 2/2] Fix nfsiostat.8 manpage syntax missing .I

---
 tools/nfs-iostat/nfsiostat.man |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/nfs-iostat/nfsiostat.man b/tools/nfs-iostat/nfsiostat.man
index 99e04fb..3ec245d 100644
--- a/tools/nfs-iostat/nfsiostat.man
+++ b/tools/nfs-iostat/nfsiostat.man
@@ -24,7 +24,7 @@ parameter is
 specified, the value of 
 .I count 
 determines the number of reports generated at
-. interval 
+.I interval 
 seconds apart. if the interval parameter is 
 specified without the
 .I count 
-- 
1.7.2.5



Bug#600769: linux-image-2.6.32-5-amd64: brcm80211 suspend to ram issues

2011-02-14 Thread Simon Paillard
On Wed, Oct 20, 2010 at 01:01:48AM +0200, Simon Paillard wrote:
 Package: linux-2.6
 Version: 2.6.32-25
 Severity: normal
 
 On suspend to ram (Toshiba R700-11E), with firmware-brcm80211 from
 sid/non-free, the brcm80211 module must *always* to be unloaded and
 reloaded again to get a fonctionnal wifi chip.
 
 (BTW, why not requesting an unblock for firmware-nonfree ?)

A patch is announced at
https://patchwork.kernel.org/patch/474491/

Will try to adapt it to squeeze kernel.

-- 
Simon Paillard



-- 
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/20110214202342.gj31...@glenfiddich.ikibiki.org



Bug#600769: linux-image-2.6.32-5-amd64: brcm80211 suspend to ram issues

2010-10-19 Thread Simon Paillard
)
Subsystem: Intel Corporation Device [8086:8086]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0

ff:00.1 Host bridge [0600]: Intel Corporation Core Processor QuickPath 
Architecture System Address Decoder [8086:2d01] (rev 02)
Subsystem: Intel Corporation Device [8086:8086]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0

ff:02.0 Host bridge [0600]: Intel Corporation Core Processor QPI Link 0 
[8086:2d10] (rev 02)
Subsystem: Intel Corporation Device [8086:8086]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0

ff:02.1 Host bridge [0600]: Intel Corporation Core Processor QPI Physical 0 
[8086:2d11] (rev 02)
Subsystem: Intel Corporation Device [8086:8086]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0

ff:02.2 Host bridge [0600]: Intel Corporation Core Processor Reserved 
[8086:2d12] (rev 02)
Subsystem: Intel Corporation Device [8086:8086]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0

ff:02.3 Host bridge [0600]: Intel Corporation Core Processor Reserved 
[8086:2d13] (rev 02)
Subsystem: Intel Corporation Device [8086:8086]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0


** USB devices:
Bus 002 Device 003: ID 0930:0214 Toshiba Corp. 
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 0bda:58f5 Realtek Semiconductor Corp. 
Bus 001 Device 003: ID 08ff:168b AuthenTec, Inc. 
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.32-5-amd64 depends on:
ii  debconf [debconf-2.0] 1.5.36 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.98.4 tools for generating an initramfs
ii  linux-base2.6.32-25  Linux image base package
ii  module-init-tools 3.12-1 tools for managing Linux kernel mo

Versions of packages linux-image-2.6.32-5-amd64 recommends:
ii  firmware-lin 2.6.36~rc6-1~experimental.1 Binary firmware for various driver

Versions of packages linux-image-2.6.32-5-amd64 suggests:
pn  grub | lilo   none (no description available)
pn  linux-doc-2.6.32  none (no description available)

Versions of packages linux-image-2.6.32-5-amd64 is related to:
pn  firmware-bnx2 none (no description available)
pn  firmware-bnx2xnone (no description available)
pn  firmware-ipw2x00  none (no description available)
pn  firmware-ivtv none (no description available)
pn  firmware-iwlwifi  none (no description available)
pn  firmware-linuxnone (no description available)
pn  firmware-linux-nonfreenone (no description available)
pn  firmware-qlogic   none (no description available)
pn  firmware-ralink   none (no description available)
pn  xen-hypervisornone (no description available)

-- debconf information:
  linux-image-2.6.32-5-amd64/postinst/depmod-error-initrd-2.6.32-5-amd64: false
  linux-image-2.6.32-5-amd64/prerm/removing-running-kernel-2.6.32-5-amd64: true
  linux-image-2.6.32-5-amd64/postinst/missing-firmware-2.6.32-5-amd64:
  linux-image-2.6.32-5-amd64/postinst/ignoring-do-bootloader-2.6.32-5-amd64:
-- 
Simon Paillard



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