[Kernel-packages] [Bug 2028065] Re: Support for Intel Discrete Gale Peak2/BE200

2023-12-31 Thread Nick Kay
Fresh installed 23.10 Mantic on an HP Z2 Mini G9, I manually upgraded
the wifi card to the Intel BE200 a few weeks ago...no wifi detected at
all by default, although bluetooth was working ok.

Looked in dmesg and I saw it was complaining that there was no valid
firmware image for my wifi adapter.

sudo apt-get install linux-firmware/mantic-proposed

Confirmed it grabbed 20230919.git3672ccab-0ubuntu2.5

And then rebooted, verified fixed.  Thank you.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-6.5 in Ubuntu.
https://bugs.launchpad.net/bugs/2028065

Title:
  Support for Intel Discrete Gale Peak2/BE200

Status in HWE Next:
  New
Status in OEM Priority Project:
  New
Status in linux package in Ubuntu:
  Fix Released
Status in linux-firmware package in Ubuntu:
  In Progress
Status in linux-oem-6.5 package in Ubuntu:
  Invalid
Status in linux source package in Jammy:
  Invalid
Status in linux-firmware source package in Jammy:
  Fix Committed
Status in linux-oem-6.5 source package in Jammy:
  Fix Released
Status in linux source package in Mantic:
  Fix Released
Status in linux-firmware source package in Mantic:
  Fix Committed
Status in linux-oem-6.5 source package in Mantic:
  Invalid

Bug description:
  [SRU Justification]

  == linux-firmware ==

  [Impact]  

 


 
  Missing firmware for Intel BE200 on Intel Meteor Lake platform.   

 


 
  [Fix] 

 


 
  Needed firmware:  

 
  - WiFi:   

 
* a6744df81a30 ("iwlwifi: add FWs for new GL and MA device types with 
multiple RF modules")   
   
  - Bluetooth:  

 
* 37761e2b861b ("Intel Bluetooth: Update firmware file for Intel Bluetooth 
BE200") 
  
* a5a6dded0c7f ("Intel Bluetooth: Update firmware file for Intel Bluetooth 
BE200") 
  
* ba1aa06f3747 ("Intel Bluetooth: Update firmware file for Intel Bluetooth 
BE200") 
  


 
  The driver parts have been landed to linux-oem-6.5/jammy, linux/mantic and

 
  linux/noble.  

 


 
  [Test Case]   

 


 
  Boot with firmware blobs installed, and iwlwifi and btintel should probe  

 
  successfully without error.   

 
   

Re: [Kernel-packages] [Bug 2017444] Re: Computer with Intel Atom CPU will not boot with Kernel 6.2.0-20

2023-12-31 Thread Jan Saarinen
Good New Year's Eve (it's 6 minutes to midnight in Finland) - and Happy 
New Year 2024,

the reason I wrote the Bug Report was that it was impossible to install 
Ubuntu 23 at all. At that time Ubuntu 22.04 was still using Kernel 5.xx 
and problems - if any - were not as severe as in Ubuntu 23.04 and 23.10.


To my understanding atomisp-modules were disabled then.

A quick search with Cherrytrail (ISP2401) gave this news article ( 
https://www.phoronix.com/news/Linux-6.7-Media ) - have You read it already?

It seems that improvements to atomisp have been made during the autumn 
of 2023 and atomisp-modules have been enabled again in kernel.


I do not have more knowledge, but one of the Red Hat engineers referred 
in the Proronix article is Hans de Goede. He is both developing 
atomisp-modules and also the one in charge of atomisp-modules in 
Kernel.org. So by searching what he has published about the subject this 
autumn may give you more info. And if you feel it is important enough - 
you may ask him personally.


Yours,

Sami Saarinen


P.S. I have a week old fresh install of Kubuntu 22.04 LTS in a 
HP-x2-210-G2 with Intel Atom CPU and dmegs's gives no warnings about 
atomisp.


On 30.12.2023 16.03, Imre PĂ©ntek wrote:
> hello, I have this in my dmesg:
>
> [   24.197415] atomisp_gmin_platform: module is from the staging directory, 
> the quality is unknown, you have been warned.
> [   24.197536] atomisp_gmin_platform: module verification failed: signature 
> and/or required key missing - tainting kernel
> [   24.484974] proc_thermal :00:0b.0: enabling device ( -> 0002)
> [   24.562387] atomisp: module is from the staging directory, the quality is 
> unknown, you have been warned.
>
> [   24.572467] **
> [   24.572470] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
> [   24.572472] **  **
> [   24.572474] ** trace_printk() being used. Allocating extra memory.  **
> [   24.572476] **  **
> [   24.572478] ** This means that this is a DEBUG kernel and it is **
> [   24.572479] ** unsafe for production use.   **
> [   24.572481] **  **
> [   24.572483] ** If you see this message and you are not debugging**
> [   24.572485] ** the kernel, report this immediately to your vendor!  **
> [   24.572487] **  **
> [   24.572488] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
> [   24.572490] **
> [   24.580827] atomisp-isp2 :00:03.0: Support for Cherrytrail (ISP2401) 
> was disabled at compile time
>
> is this related?
> Ubuntu 22.04.3 LTS
> headless installation (only ssh (and physical) access)
> there are no pending updates
>

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/2017444

Title:
  Computer with Intel Atom CPU will  not boot with Kernel 6.2.0-20

Status in linux package in Ubuntu:
  Fix Released
Status in linux-firmware package in Ubuntu:
  Invalid
Status in linux source package in Lunar:
  Fix Released
Status in linux-firmware source package in Lunar:
  Invalid

Bug description:
  == SRU Justification ==
  [Impact]
  Some Atom based system cannot boot on kernel 6.2 because of atomisp
  driver.

  [Fix]
  Disable the driver via config, suggested by the driver dev.

  [Test]
  Users confirmed disabling the config works.
   
  [Where problems could occur]
  The ISP camera dever worked on Linux. So disabling it shouldn't
  introduce any surprise.

  
  == Original Bug Report ==
  Computers with Intel Atom CPU will not boot with Kernel 6.2.0-20 OR any other 
Kernel in 6.2 series or Kernel 6.3.0.

  This bug affects all Intel Atom CPU computers in all Linux
  distributions making impossible to install or boot to OS with kernel
  6.2 or higher.

  The bug is caused by Intel atomisp camera driver module which has
  firmware missing: shisp_2401a_v21.bin. Missing firmware causes a
  watchdog bug notice and Soft Lockup of boot sequence.

  NEW SOLUTION AND NOTICE TO UBUNTU KERNEL MAINTAINERS, April 29th:
  The following persons are in charge of atomisp kernel development:

  Hans de Goede  (maintainer:STAGING - ATOMISP DRIVER)
  Mauro Carvalho Chehab  (maintainer:STAGING - ATOMISP 
DRIVER)
  Sakari Ailus  (reviewer:STAGING - ATOMISP 
DRIVER)
  Greg Kroah-Hartman  (supporter:STAGING SUBSYSTEM)
  linux-me...@vger.kernel.org (open list:STAGING - ATOMISP DRIVER)
  linux-stag...@lists.linux.dev (open list:STAGING SUBSYSTEM)
  linux-ker...@vger.kernel.org (open list)

  April 29th Hans de Goede adviced me personally(
  https://github.com/linux-surface/linux-surface/issues/1095 ), that
  atomisp driver is still in development