[opensuse-kernel] Tumbleweed snapshaot 20160116+ failed with no nvme module available
Some regression with the arrival of 4.4.0 in TW https://bugzilla.opensuse.org/show_bug.cgi?id=963114 What was the most strange things, last week I was using 4.4.0 from K:S and it was working on a installed TW (installed with the previous 4.3) Someone has a clue about what's happened here ? and why nvme is missing. -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch openSUSE Member & Board, fsfe fellowship GPG KEY : D5C9B751C4653227 irc: tigerfoot -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Moin, On Fri, 22 Jan 2016, 15:13:09 +0100, Bruno Friedmann wrote:
Some regression with the arrival of 4.4.0 in TW
https://bugzilla.opensuse.org/show_bug.cgi?id=963114
What was the most strange things, last week I was using 4.4.0 from K:S and it was working on a installed TW (installed with the previous 4.3)
Someone has a clue about what's happened here ? and why nvme is missing.
are you sure? It exists on my 20160116 system: # modinfo nvme filename: /lib/modules/4.4.0-1-default/kernel/drivers/nvme/host/nvme.ko version: 1.0 license: GPL author: Matthew Wilcox <willy@linux.intel.com> srcversion: E1531C5944985289040524C alias: pci:v0000106Bd00002001sv*sd*bc*sc*i* alias: pci:v*d*sv*sd*bc01sc08i02* ...
Bruno Friedmann
Cheers. l8er manfred
On 22 January 2016 at 15:40, Manfred Hollstein <mhollstein@t-online.de> wrote:
Moin,
On Fri, 22 Jan 2016, 15:13:09 +0100, Bruno Friedmann wrote:
Some regression with the arrival of 4.4.0 in TW
https://bugzilla.opensuse.org/show_bug.cgi?id=963114
What was the most strange things, last week I was using 4.4.0 from K:S and it was working on a installed TW (installed with the previous 4.3)
Someone has a clue about what's happened here ? and why nvme is missing.
are you sure? It exists on my 20160116 system:
# modinfo nvme filename: /lib/modules/4.4.0-1-default/kernel/drivers/nvme/host/nvme.ko version: 1.0 license: GPL author: Matthew Wilcox <willy@linux.intel.com> srcversion: E1531C5944985289040524C alias: pci:v0000106Bd00002001sv*sd*bc*sc*i* alias: pci:v*d*sv*sd*bc01sc08i02* ...
Bruno Friedmann
Both you and Bruno can be correct I believe that nvme is missing from the installation DVD (as in the existing bug report) nvme might be present in the distribution, and therefore fine on existing systems, but that's no good for someone wanting to install on nvme -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On Friday 22 January 2016 15.42:43 Richard Brown wrote:
On 22 January 2016 at 15:40, Manfred Hollstein <mhollstein@t-online.de> wrote:
Moin,
On Fri, 22 Jan 2016, 15:13:09 +0100, Bruno Friedmann wrote:
Some regression with the arrival of 4.4.0 in TW
https://bugzilla.opensuse.org/show_bug.cgi?id=963114
What was the most strange things, last week I was using 4.4.0 from K:S and it was working on a installed TW (installed with the previous 4.3)
Someone has a clue about what's happened here ? and why nvme is missing.
are you sure? It exists on my 20160116 system:
# modinfo nvme filename: /lib/modules/4.4.0-1-default/kernel/drivers/nvme/host/nvme.ko version: 1.0 license: GPL author: Matthew Wilcox <willy@linux.intel.com> srcversion: E1531C5944985289040524C alias: pci:v0000106Bd00002001sv*sd*bc*sc*i* alias: pci:v*d*sv*sd*bc01sc08i02* ...
Bruno Friedmann
Both you and Bruno can be correct
I believe that nvme is missing from the installation DVD (as in the existing bug report)
nvme might be present in the distribution, and therefore fine on existing systems, but that's no good for someone wanting to install on nvme
And not only on the DVD (but for that part it should be 1 = 1) the ftp tree (I'm trying to do the installation on UEFI secure boot pxe ) Yeah I know I love risks :-))) -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch openSUSE Member & Board, fsfe fellowship GPG KEY : D5C9B751C4653227 irc: tigerfoot -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On Fri, 22 Jan 2016 15:42:43 +0100, Richard Brown wrote:
On 22 January 2016 at 15:40, Manfred Hollstein <mhollstein@t-online.de> wrote:
Moin,
On Fri, 22 Jan 2016, 15:13:09 +0100, Bruno Friedmann wrote:
Some regression with the arrival of 4.4.0 in TW
https://bugzilla.opensuse.org/show_bug.cgi?id=963114
What was the most strange things, last week I was using 4.4.0 from K:S and it was working on a installed TW (installed with the previous 4.3)
Someone has a clue about what's happened here ? and why nvme is missing.
are you sure? It exists on my 20160116 system:
# modinfo nvme filename: /lib/modules/4.4.0-1-default/kernel/drivers/nvme/host/nvme.ko version: 1.0 license: GPL author: Matthew Wilcox <willy@linux.intel.com> srcversion: E1531C5944985289040524C alias: pci:v0000106Bd00002001sv*sd*bc*sc*i* alias: pci:v*d*sv*sd*bc01sc08i02* ...
Bruno Friedmann
Both you and Bruno can be correct
I believe that nvme is missing from the installation DVD (as in the existing bug report)
nvme might be present in the distribution, and therefore fine on existing systems, but that's no good for someone wanting to install on nvme
Right, it's missing in the installation image. The module.list file doesn't contain it because it was moved from drivers/block to drivers/nvme, while module.list contains only drivers/block/. Takashi -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On Friday 22 January 2016 15.40:22 Manfred Hollstein wrote:
Moin,
On Fri, 22 Jan 2016, 15:13:09 +0100, Bruno Friedmann wrote:
Some regression with the arrival of 4.4.0 in TW
https://bugzilla.opensuse.org/show_bug.cgi?id=963114
What was the most strange things, last week I was using 4.4.0 from K:S and it was working on a installed TW (installed with the previous 4.3)
Someone has a clue about what's happened here ? and why nvme is missing.
are you sure? It exists on my 20160116 system:
# modinfo nvme filename: /lib/modules/4.4.0-1-default/kernel/drivers/nvme/host/nvme.ko version: 1.0 license: GPL author: Matthew Wilcox <willy@linux.intel.com> srcversion: E1531C5944985289040524C alias: pci:v0000106Bd00002001sv*sd*bc*sc*i* alias: pci:v*d*sv*sd*bc01sc08i02* ...
Bruno Friedmann
Cheers.
l8er manfred The problem is not in the installed kernel, but for the installation kernel
find /lib/modules/4.4.0-1-default/initrd/ -name nvme.ko == NULL ;-) -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch openSUSE Member & Board, fsfe fellowship GPG KEY : D5C9B751C4653227 irc: tigerfoot
participants (4)
-
Bruno Friedmann
-
Manfred Hollstein
-
Richard Brown
-
Takashi Iwai