Bug#967896: Failed to load firmware chunk for iwlwifi Intel(R) Dual Band Wireless AC 9560 on debian-installer

2022-01-16 Thread Pier Paolo Franco
Dear all,
shortly after this bug commit, I successfully managed to install Debian SID
on this machine with netinst image. IWLWIFI currently working and happily
upgraded to Linux sid 5.15.0-2-amd64 #1 SMP Debian 5.15.5-2 (2021-12-18)
x86_64 GNU/Linux with bookworm/sid without any tweaks in grub/modprobe

Connot repeat a full install: maybe you could need the output of some
system command or file?

Thanx,
Pp

l e x h a c k . i t
PIER PAOLO FRANCO
avvocato | diritto tributario e d'impresa
www.lexhack.it  //  pierpaolo.fra...@lexhack.it  /
pierpaolo.fra...@pec.lexhack.it  (PEC)
P.Iva 03459781203 / Polizza R.C. LLOYD'S A121C540307-LB
VENEZIA, 30032, Fiesso D'Artico, Riviera del Brenta, 305 / T. 041 88 77 018
/ F. 041 88 17 341

Il giorno dom 16 gen 2022 alle ore 00:26 Holger Wansing <
hwans...@mailbox.org> ha scritto:

> Hi all,
>
> Holger Wansing  wrote (Sun, 29 Aug 2021 21:06:11
> +0200):
> > Control: tag -1 moreinfo
> >
> > Pier Paolo Franco  wrote:
> > > Debian installer warns about missing firmware for iwlwifi Intel
> wireless
> > > AC9560, so I manually copied over (on subsequent attempt)
> > > - debian packages (firmware-misc-nonfree, firmware-nonfree,
> > > firmware-iwlwifi),
> > > - tried to get ucodes (34, 38, 41) from USB drive (grabbed from
> > >
> https://cdimage.debian.org/cdimage/unofficial/non-free/firmware/buster/current/
> ),
> > >
> > > - manually copied ucodes avaible for Debian buster in /lib/firmware and
> > > outside in /lib/ (iwlwifi-9000-pu-jf-b0-34, 38, 41 and 43 .ucode)
> > > - iwlwifi-9000-pu-jf-b0-34 from
> > >
> https://www.intel.it/content/www/it/it/support/articles/05511/network-and-i-o/wireless-networking.html
> > >
> > > Neither works. This is a blocking issue on my Lenovo Yoga C640 without
> any
> > > LTE or ethernet fallback.
> >
> > Would you be in the position for testing this with a current bullseye
> > installer?
> > There have been major improvements regarding firmware installation
> > shortly before the release of Bullseye.
> > You will need to use one of the unofficial images with firmware included
> > for such test:
> >
> https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/
>
> Would you be in the position to test this with a Debian Bullseye
> installer, from
>
> https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/11.2.0+nonfree/
> ?
> (unofficial, due to non-free firmware)
>
>
> Thanks
>
> Holger
>
>
> --
> Holger Wansing 
> PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076
>

-- 
Comunicazione
 riservata
esclusivamente ai destinatari indicati 
soggetta a segreto professionale. Ogni invio o
  inoltro a diversi
 
 destinatari è da ritenersi erroneo o illegittimo, nel qual

  caso si prega di darne
  notizia al mittente ed eliminare la 
comunicazione dai propri 
dispositivi.​​ // Reserved to disclosed 
recipients only, communication subject to attorney-client privilege 
according to Italian law. It is strictly forbidden to post or forward this 
message to any other recipient, if you received said message by mistake 
please inform the sender and 
delete it from your devices.
Module  Size  Used by
ctr16384  2
ccm20480  6
sd_mod 61440  0
sg 36864  0
uas32768  0
usb_storage81920  1 uas
cdc_ether  24576  0
usbnet 57344  1 cdc_ether
scsi_mod  270336  4 sd_mod,usb_storage,uas,sg
r8152 126976  0
mii16384  2 usbnet,r8152
scsi_common16384  4 scsi_mod,usb_storage,uas,sg
cmac   16384  2
algif_hash 16384  1
algif_skcipher 16384  1
af_alg 32768  6 algif_hash,algif_skcipher
hid_multitouch 32768  0
mei_hdcp   24576  0
bnep   28672  2
btusb  65536  0
btrtl  28672  1 btusb
btbcm  20480  1 btusb
btintel45056  1 btusb
bluetooth 753664  28 btrtl,btintel,btbcm,bnep,btusb
jitterentropy_rng  16384  1
uvcvideo  118784  0
videobuf2_vmalloc  20480  1 uvcvideo
sha512_ssse3   45056  1
videobuf2_memops   20480  1 videobuf2_vmalloc
videobuf2_v4l2 36864  1 uvcvideo
sha512_generic 16384  1 sha512_ssse3
videobuf2_common   69632  4 
videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops
drbg   40960  1
videodev  270336  3 videobuf2_v4l2,uvcvideo,videobuf2_common
mc 65536  4 
videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
ansi_cprng

Bug#786393: Workaround to keep systemd-cryptsetup-generator from decrypt an already mounted root device throught Debian /etc/crypttab keyscript

2016-08-06 Thread Pier Paolo Franco
After some googling i derived an ugly keyscript for /etc/crypttab to
decrypt root disk (as per standard wholedisk encryption Debian install).

I manage to prevent the 90s delay annoyance hardcoding the device uuid in
the script instead of in the crypttab file.
This consent to plain aptitude updates (without the need to change
/etc/crypttab at any update-initramfs) and somehow prevent systemd magic. I
hope it will also permit subsequent systemd crypto logic.
Note that I use a raw (unpartitioned) usb stick to hold the key, and in its
absence the keyscript nicely fallback to cryptsetup askpass cli.

It shouldn't be too difficult to extend the script for more complex
solutions (eg. deriving correct device uuid and/or seek key position from
crypto mapper name).

~$ cat /etc/crypttab
 UUID= none luks,discard,keyscript=/opt/
passphrase-from-usb

~$ cat /opt/passphrase-from-usb
#!/bin/sh
set -e

CRYPTTAB_KEY="/dev/disk/by-id/"

if ! [ -e /root/passphrase-from-usb-done ]; then
touch /root/passphrase-from-usb-done
if [ -e "$CRYPTTAB_KEY" ]; then
echo "Unlocking $CRYPTTAB_NAME..." >&2
dd if="$CRYPTTAB_KEY" bs=1 skip= count=
2>/dev/null
exit
fi
fi

/lib/cryptsetup/askpass "Enter passphrase: "

Thanks.
ppf


Bug#702809: gnome-shell: Lenovo Edge 11 Amd, SSD, no swap

2014-03-21 Thread Pier Paolo Franco
Package: gnome-shell
Version: 3.4.2-7+deb7u1
Followup-For: Bug #702809

Dear Maintainer,

   * What led up to the situation?

   Random, not reproducible. Seems not related to specific apps: posts stating 
this or that apps is responsible for generally refer to Iceweasel or Chrome... 
and a browser or an editor is somewhat always open in my laptop.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

   Generally I can switch to tty. Gnome-shell totally unresponsive. Oddly 
notification area react to network-manager SSID changes (this freeze is 
frequent with maybe another wheezy/gnome/nm bugs: network-manager disconnect 
from whatever SSID, keep asking password of all auto-ssid and never connect).

   * What was the outcome of this action?

   On tty I invocke lightdm restart and this lead to a flickering login screen 
(graphic driver issues ...too??). If i kill gnome-shell flickering stops but 
lightdm never reappears... OMG!

   * What outcome did you expect instead?

   I wish i'll have a debian linux working, please rise severity of this bug. 
Sadly, since Sarge, it seems to me that Wheezy is the worst Debian release. 

-- System Information:
Debian Release: 7.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (99, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backe  0.12.1-3
ii  gconf-service 3.2.5-1+build1
ii  gir1.2-accountsservice-1.00.6.21-8
ii  gir1.2-atk-1.02.4.0-2
ii  gir1.2-caribou-1.00.4.4-1
ii  gir1.2-clutter-1.01.10.8-2
ii  gir1.2-cogl-1.0   1.10.2-7
ii  gir1.2-coglpango-1.0  1.10.2-7
ii  gir1.2-folks-0.6  0.6.9-1+b1
ii  gir1.2-freedesktop1.32.1-1
ii  gir1.2-gconf-2.0  3.2.5-1+build1
ii  gir1.2-gcr-3  3.4.1-3
ii  gir1.2-gdesktopenums-3.0  3.4.2-3
ii  gir1.2-gdkpixbuf-2.0  2.26.1-1
ii  gir1.2-gee-1.00.6.4-2
ii  gir1.2-gkbd-3.0   3.4.0.2-1
ii  gir1.2-glib-2.0   1.32.1-1
ii  gir1.2-gmenu-3.0  3.4.2-5
ii  gir1.2-gnomebluetooth-1.0 3.4.2-1
ii  gir1.2-gtk-3.03.4.2-7
ii  gir1.2-json-1.0   0.14.2-1
ii  gir1.2-mutter-3.0 3.4.1-5
ii  gir1.2-networkmanager-1.0 0.9.4.0-10
ii  gir1.2-pango-1.0  1.30.0-1
ii  gir1.2-polkit-1.0 0.105-3
ii  gir1.2-soup-2.4   2.38.1-2
ii  gir1.2-telepathyglib-0.12 0.18.2-2
ii  gir1.2-telepathylogger-0.20.4.0-1
ii  gir1.2-upowerglib-1.0 0.9.17-1
ii  gjs   1.32.0-5
ii  gnome-bluetooth   3.4.2-1
ii  gnome-icon-theme-symbolic 3.4.0-2
ii  gnome-settings-daemon 3.4.2+git20121218.7c1322-3+deb7u3
ii  gnome-shell-common3.4.2-7+deb7u1
ii  gnome-themes-standard 3.4.2-2.1
ii  gsettings-desktop-schemas 3.4.2-3
ii  libatk1.0-0   2.4.0-2
ii  libc6 2.17-97
ii  libcairo-gobject2 1.12.2-3
ii  libcairo2 1.12.2-3
ii  libcanberra0  0.28-6
ii  libclutter-1.0-0  1.10.8-2
ii  libcogl-pango01.10.2-7
ii  libcogl9  1.10.2-7
ii  libcroco3 0.6.6-2
ii  libdbus-1-3   1.6.8-1+deb7u1
ii  libdbus-glib-1-2  0.100.2-1
ii  libebook-1.2-13   3.4.4-3
ii  libecal-1.2-113.4.4-3
ii  libedataserver-1.2-16 3.4.4-3
ii  libedataserverui-3.0-13.4.4-3
ii  libffi5   3.0.10-3
ii  libfolks250.6.9-1+b1
ii  libgck-1-03.4.1-3
ii  libgconf-2-4  3.2.5-1+build1
ii  libgcr-3-13.4.1-3
ii  libgdk-pixbuf2.0-02.26.1-1
ii  libgee2   0.6.4-2
ii  libgirepository-1.0-1 1.32.1-1
ii  libgjs0b [libgjs0-libmozjs185-1.0]1.32.0-5
ii  libgl1-mesa-glx [libgl1]  8.0.5-4+deb7u2
ii  libglib2.0-0  

Bug#732197: python-lxml: Iterparse() regression, already fixed upstream and in Ubuntu

2013-12-15 Thread Pier Paolo Franco
Package: python-lxml
Version: 2.3.2-1
Severity: important

Dear Maintainer,
parsing well-formatted xml with lxml lead to unavoidable cycle break.
Known problem already fixed upstream and in Ubuntu maybe 
(https://bugs.launchpad.net/ubuntu/+source/libxml2/+bug/1201849).

Step to reproduce:
from lxml import etree
for event, elem in etree.iterparse('doc.xml', tag='sometag'):
  do something

traceback:
  File iterparse.pxi, line 478, in lxml.etree.iterparse.__next__ 
(src/lxml/lxml.etree.c:98432)
  File iterparse.pxi, line 530, in lxml.etree.iterparse._read_more_events 
(src/lxml/lxml.etree.c:98953)
  File parser.pxi, line 601, in lxml.etree._raiseParseError 
(src/lxml/lxml.etree.c:74863)
lxml.etree.XMLSyntaxError: None

On Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=874546

Cannot find relevant upstream bugreport and fix, sorry.

I will try unstable lxml 3.2.

-- System Information:
Debian Release: 7.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages python-lxml depends on:
ii  libc6   2.13-38
ii  libxml2 2.8.0+dfsg1-7+nmu2
ii  libxslt1.1  1.1.26-14.1
ii  python  2.7.3-4+deb7u1
ii  python2.6   2.6.8-1.1
ii  python2.7   2.7.3-6
ii  zlib1g  1:1.2.7.dfsg-13

python-lxml recommends no packages.

Versions of packages python-lxml suggests:
pn  python-lxml-dbg  none

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#680723: gnome-bluetooth: confirm

2013-10-01 Thread Pier Paolo Franco
Package: gnome-bluetooth
Version: 3.4.2-1
Followup-For: Bug #680723

-- System Information:
Debian Release: 7.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages gnome-bluetooth depends on:
ii  bluez4.99-2
ii  consolekit   0.4.5-3.1
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-3
ii  dpkg 1.16.10
ii  gir1.2-atk-1.0   2.4.0-2
ii  gir1.2-freedesktop   1.32.1-1
ii  gir1.2-gdkpixbuf-2.0 2.26.1-1
ii  gir1.2-glib-2.0  1.32.1-1
ii  gir1.2-gnomebluetooth-1.03.4.2-1
ii  gir1.2-gtk-3.0   3.4.2-6
ii  gir1.2-pango-1.0 1.30.0-1
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-38
ii  libcairo-gobject21.12.2-3
ii  libcairo21.12.2-3
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.33.12+really2.32.4-5
ii  libgnome-bluetooth10 3.4.2-1
ii  libgtk-3-0   3.4.2-6
ii  libnotify4   0.7.5-1
ii  libpango1.0-01.30.0-1
ii  obex-data-server 0.4.5-1+b3
ii  obexd-client 0.46-1+b1
ii  udev 175-7.2

Versions of packages gnome-bluetooth recommends:
ii  gvfs-backends  1.12.3-4

Versions of packages gnome-bluetooth suggests:
ii  gnome-user-share  3.0.2-1
ii  nautilus-sendto   3.0.3-2+b1

-- no debconf information

same exact symptoms;
eventually i can send zipped epubs but not unzipped.

awkward and annoying


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org