Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #66750 > unrolled thread

Bug#956658: firmware-misc-nonfree: Missing firmware for i915 intel cards

Started bymando <mando@april.org>
First post2020-04-14 01:40 +0200
Last post2020-07-17 16:00 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.debian.kernel


Contents

  Bug#956658: firmware-misc-nonfree: Missing firmware for i915 intel cards mando <mando@april.org> - 2020-04-14 01:40 +0200
    Bug#956658: firmware-misc-nonfree: Missing firmware for i915 intel cards mando <mando@april.org> - 2020-04-27 12:40 +0200
    Bug#956658: marked as done (firmware-misc-nonfree: Missing  firmware for i915 intel cards) "Debian Bug Tracking System" <owner@bugs.debian.org> - 2020-07-17 16:00 +0200

#66750 — Bug#956658: firmware-misc-nonfree: Missing firmware for i915 intel cards

Frommando <mando@april.org>
Date2020-04-14 01:40 +0200
SubjectBug#956658: firmware-misc-nonfree: Missing firmware for i915 intel cards
Message-ID<zVgQh-4Hk-3@gated-at.bofh.it>
Package: firmware-misc-nonfree
Version: 20190717-2
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

My computer is an Asus UX433F which embeds a Nvidia and an Intel video card.
I use a Debian Bullseye up-to-date.
When I installed nvidia-driver, which returned the following results.

Paramétrage de nvidia-driver (440.64-2) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.30-4) ...
Traitement des actions différées (« triggers ») pour initramfs-tools (0.136) ...
update-initramfs: Generating /boot/initrd.img-5.4.0-4-amd64
W: Possible missing firmware /lib/firmware/i915/icl_dmc_ver1_07.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_dmc_ver2_04.bin for module i915
W: Possible missing firmware /lib/firmware/i915/bxt_huc_ver01_8_2893.bin for module i915
Traitement des actions différées (« triggers ») pour update-glx (1.1.0) ...
Traitement des actions différées (« triggers ») pour glx-alternative-nvidia (1.1.0) ...
update-alternatives: utilisation de « /usr/lib/nvidia » pour fournir « /usr/lib/glx » (glx) en mode automatique
Traitement des actions différées (« triggers ») pour glx-alternative-mesa (1.1.0) ...
Traitement des actions différées (« triggers ») pour systemd (245.4-3) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.30-4) ...
Traitement des actions différées (« triggers ») pour initramfs-tools (0.136) ...
update-initramfs: Generating /boot/initrd.img-5.4.0-4-amd64
W: Possible missing firmware /lib/firmware/i915/icl_dmc_ver1_07.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_dmc_ver2_04.bin for module i915
W: Possible missing firmware /lib/firmware/i915/bxt_huc_ver01_8_2893.bin for module i915

   * What outcome did you expect instead?

The missing firmware should be available when installing the firmware-misc-nonfree package.

Thanks
Best regards 

*** End of the template - remove these template lines ***


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

Kernel: Linux 5.4.0-4-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_WARN
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE= (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

firmware-misc-nonfree depends on no packages.

firmware-misc-nonfree recommends no packages.

Versions of packages firmware-misc-nonfree suggests:
ii  initramfs-tools  0.136

-- no debconf information

[toc] | [next] | [standalone]


#66891

Frommando <mando@april.org>
Date2020-04-27 12:40 +0200
Message-ID<A09l7-5fS-13@gated-at.bofh.it>
In reply to#66750
Hello,

I installed the missing firmwares by writting and running this script;

#!/bin/bash

URL="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915/"

MISSING_FIRMWARES=$(update-initramfs -u 2>&1 | grep "W: Possible missing 
firmware" | cut -d" " -f5 | cut -d"/" -f5)
echo Missing firmwares:
cd /lib/firmware/i915
echo $MISSING_FIRMWARES
for fw in $MISSING_FIRMWARES
do
         wget $URL/$fw
done
update-initramfs -u
cd -

Best regards

[toc] | [prev] | [next] | [standalone]


#67553 — Bug#956658: marked as done (firmware-misc-nonfree: Missing firmware for i915 intel cards)

From"Debian Bug Tracking System" <owner@bugs.debian.org>
Date2020-07-17 16:00 +0200
SubjectBug#956658: marked as done (firmware-misc-nonfree: Missing firmware for i915 intel cards)
Message-ID<Atz46-5cJ-13@gated-at.bofh.it>
In reply to#66750

[Multipart message — attachments visible in raw view] — view raw

Your message dated Fri, 17 Jul 2020 15:47:06 +0200
with message-id <20200717134706.GD133673@photino.stro.at>
and subject line Re:  firmware-misc-nonfree: Missing firmware for i915 intel cards
has caused the Debian Bug report #956658,
regarding firmware-misc-nonfree: Missing firmware for i915 intel cards
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 owner@bugs.debian.org
immediately.)


-- 
956658: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956658
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.kernel


csiph-web