Ok you in Grub press tab and then add ?3? after the initrd entry ?. quiet?? yum remove xorg-x11-drv-nouveau And see if X11 come up with standard frambuffer? Disable nouveau complete from kernel if the upper not helps. nano /etc/modprobe.d/blacklist-nouveau.conf blacklist nouveau> Am 04.08.2017 um 12:52 schrieb wwp <subscript at free.fr>: > > Hello, > > > On Thu, 03 Aug 2017 13:53:45 -0500 Lance Lassetter <lancelassetter at gmail.com <mailto:lancelassetter at gmail.com>> wrote: > >> On August 2, 2017 3:18:29 AM CDT, wwp <subscript at free.fr> wrote: >>> Hello Johnny, >>> >>> >>> On Fri, 28 Jul 2017 13:47:14 -0500 Johnny Hughes <johnny at centos.org> >>> wrote: >>> >>>> On 07/28/2017 11:32 AM, wwp wrote: >>>>> Hello Johnny, >>>>> >>>>> >>>>> On Fri, 28 Jul 2017 10:33:15 -0500 Johnny Hughes >>> <johnny at centos.org> wrote: >>>>> >>>>> [snip] >>>>>>> I've just succeeded in installing CentOS7 from the DVD! Had no >>> luck >>>>>>> using a Live CD (both dd'ed to a flash drive). >>>>>>> >>>>>>> Hardware support is not complete (or not configured as-is): >>>>>>> - bluetooth not working >>>>>>> - HDMI ouput -> nothing >>>>>>> - dell Fn keys -> no screen light, no wifi toggle >>>>>>> - no suspend/hibernate >>>>>>> >>>>>>> I will now try to inject more recent kernels (yours *) or extra >>> firmware, >>>>>>> see how I can find better hardware support and configuration. And >>>>>>> compare this to what Fedora 26 provides.. >>>>>>> >>>>>>> (*) BTW, I installed your 4.9.39 kernel (did a yum update after >>>>>>> configuring a repo file to get your stuff) and at boot, I >>> immediately >>>>>>> get: >>>>>>> error: $KERNEL_NAME_HERE has invalid signature >>>>>>> error: you need to load the kernel first >>>>>>> >>>>>> >>>>>> There are actually 2 kernels, one on the live DVD I just posted, >>> and one >>>>>> in the experimental repo. >>>>>> >>>>>> Both of those would require NO secure boot turned on, but they >>> both >>>>>> should work fine with UEFI and secure boot off. >>>>> >>>>> I could boot 4.9.39, it brings: >>>>> - Dell features like screen light control and wireless toggle key, >>>>> - dual screen support using the HDMI port, >>>>> and maybe more that I couldn't see, wow! >>>>> >>>> >>>> I am using this experimental kernel on my workstation (lenovo w541). >>> I >>>> have been using it for quite a long time and have not had any major >>> issues. >>>> >>>> I also use it on my secondary workstation (lenovo h50-55). >>> >>> In addition to my previous reply: >>> - suspend works >>> - hibernate works >>> This is just great! >>> >>> But it fails to configure VMWare Workstation 12.5.7 and this is a must >>> for my pro activities on this machine. >>> >>> The build of vmmon and vmnet kernel modules fail. The 12.5.7 version >>> contain the fixes for known/recent issues related to installing VMWare >>> WS on 4.6/4.9 kernels (API changes) and I couldn't find a tip about how >>> to solve this yet. Probably off-topic here, but I doubt I'll get >>> support from VMWare since it's an experimental kernel on top of >>> CentOS7. >>> >>> >>> Regards, >> >> What about now that you have it booted and working except for VMWare install the mainline 4.x kernel that is available? Take precautionary steps to make sure that will work, hence, back up any data and, if need be, configs. >> >> Would that work? > > It didn't. I tried to boot using kernel-ml-4.12.4-1.el7.elrepo.x86_64 > but it hangs either before or right after the graphical login. No > visual tip, system is not responsive until I shutdown the computer. > /var/log/message is full of kernel info about failures in a loop > that I cannot interpret, see: > > https://paste.fedoraproject.org/paste/TogaA36LBQ3NgUsUGyVVoQ <https://paste.fedoraproject.org/paste/TogaA36LBQ3NgUsUGyVVoQ> > > > Regards, > > -- > wwp > _______________________________________________ > CentOS mailing list > CentOS at centos.org <mailto:CentOS at centos.org> > https://lists.centos.org/mailman/listinfo/centos <https://lists.centos.org/mailman/listinfo/centos>
If you wanne use the opensource version from nvidia can test my private driver stack [cms4all-kernel] name=cms4all-kernel baseurl=http://centos.cms4all.org/repo/7/kernel/ #baseurl=file:///srv/repo/centos/7/kernel gpgcheck=0 enabled=1 Same as ml + some AMD flags and [cms4all-drivers] name=cms4all-drivers baseurl=http://centos.cms4all.org/repo/7/drivers/ #baseurl=file:///srv/repo/centos/7/drivers gpgcheck=0 enabled=1 newer linux drivers from libdrm and x11. Optional [cms4all-mesa] name=cms4all-mesa baseurl=http://centos.cms4all.org/repo/7/mesa/ #baseurl=file:///srv/repo/centos/7/mesa gpgcheck=0 enabled=1 Sincerely Andy Am Freitag, den 04.08.2017, 13:24 +0200 schrieb Andreas Benzler:> Ok you in Grub press tab and then add ?3? after the initrd entry ?. quiet?? > > yum remove xorg-x11-drv-nouveau > > And see if X11 come up with standard frambuffer? > > Disable nouveau complete from kernel if the upper not helps. > > nano /etc/modprobe.d/blacklist-nouveau.conf > > blacklist nouveau > > > Am 04.08.2017 um 12:52 schrieb wwp <subscript at free.fr>: > > > > Hello, > > > > > > On Thu, 03 Aug 2017 13:53:45 -0500 Lance Lassetter <lancelassetter at gmail.com <mailto:lancelassetter at gmail.com>> wrote: > > > >> On August 2, 2017 3:18:29 AM CDT, wwp <subscript at free.fr> wrote: > >>> Hello Johnny, > >>> > >>> > >>> On Fri, 28 Jul 2017 13:47:14 -0500 Johnny Hughes <johnny at centos.org> > >>> wrote: > >>> > >>>> On 07/28/2017 11:32 AM, wwp wrote: > >>>>> Hello Johnny, > >>>>> > >>>>> > >>>>> On Fri, 28 Jul 2017 10:33:15 -0500 Johnny Hughes > >>> <johnny at centos.org> wrote: > >>>>> > >>>>> [snip] > >>>>>>> I've just succeeded in installing CentOS7 from the DVD! Had no > >>> luck > >>>>>>> using a Live CD (both dd'ed to a flash drive). > >>>>>>> > >>>>>>> Hardware support is not complete (or not configured as-is): > >>>>>>> - bluetooth not working > >>>>>>> - HDMI ouput -> nothing > >>>>>>> - dell Fn keys -> no screen light, no wifi toggle > >>>>>>> - no suspend/hibernate > >>>>>>> > >>>>>>> I will now try to inject more recent kernels (yours *) or extra > >>> firmware, > >>>>>>> see how I can find better hardware support and configuration. And > >>>>>>> compare this to what Fedora 26 provides.. > >>>>>>> > >>>>>>> (*) BTW, I installed your 4.9.39 kernel (did a yum update after > >>>>>>> configuring a repo file to get your stuff) and at boot, I > >>> immediately > >>>>>>> get: > >>>>>>> error: $KERNEL_NAME_HERE has invalid signature > >>>>>>> error: you need to load the kernel first > >>>>>>> > >>>>>> > >>>>>> There are actually 2 kernels, one on the live DVD I just posted, > >>> and one > >>>>>> in the experimental repo. > >>>>>> > >>>>>> Both of those would require NO secure boot turned on, but they > >>> both > >>>>>> should work fine with UEFI and secure boot off. > >>>>> > >>>>> I could boot 4.9.39, it brings: > >>>>> - Dell features like screen light control and wireless toggle key, > >>>>> - dual screen support using the HDMI port, > >>>>> and maybe more that I couldn't see, wow! > >>>>> > >>>> > >>>> I am using this experimental kernel on my workstation (lenovo w541). > >>> I > >>>> have been using it for quite a long time and have not had any major > >>> issues. > >>>> > >>>> I also use it on my secondary workstation (lenovo h50-55). > >>> > >>> In addition to my previous reply: > >>> - suspend works > >>> - hibernate works > >>> This is just great! > >>> > >>> But it fails to configure VMWare Workstation 12.5.7 and this is a must > >>> for my pro activities on this machine. > >>> > >>> The build of vmmon and vmnet kernel modules fail. The 12.5.7 version > >>> contain the fixes for known/recent issues related to installing VMWare > >>> WS on 4.6/4.9 kernels (API changes) and I couldn't find a tip about how > >>> to solve this yet. Probably off-topic here, but I doubt I'll get > >>> support from VMWare since it's an experimental kernel on top of > >>> CentOS7. > >>> > >>> > >>> Regards, > >> > >> What about now that you have it booted and working except for VMWare install the mainline 4.x kernel that is available? Take precautionary steps to make sure that will work, hence, back up any data and, if need be, configs. > >> > >> Would that work? > > > > It didn't. I tried to boot using kernel-ml-4.12.4-1.el7.elrepo.x86_64 > > but it hangs either before or right after the graphical login. No > > visual tip, system is not responsive until I shutdown the computer. > > /var/log/message is full of kernel info about failures in a loop > > that I cannot interpret, see: > > > > https://paste.fedoraproject.org/paste/TogaA36LBQ3NgUsUGyVVoQ <https://paste.fedoraproject.org/paste/TogaA36LBQ3NgUsUGyVVoQ> > > > > > > Regards, > > > > -- > > wwp > > _______________________________________________ > > CentOS mailing list > > CentOS at centos.org <mailto:CentOS at centos.org> > > https://lists.centos.org/mailman/listinfo/centos <https://lists.centos.org/mailman/listinfo/centos> > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos
Hello Andy, On Fri, 04 Aug 2017 14:55:33 +0200 Andreas Benzler <andreas at benzlerweb.de> wrote:> If you wanne use the opensource version from nvidia can test > my private driver stack > > [cms4all-kernel] > name=cms4all-kernel > baseurl=http://centos.cms4all.org/repo/7/kernel/ > #baseurl=file:///srv/repo/centos/7/kernel > gpgcheck=0 > enabled=1 > > Same as ml + some AMD flags and > > [cms4all-drivers] > name=cms4all-drivers > baseurl=http://centos.cms4all.org/repo/7/drivers/ > #baseurl=file:///srv/repo/centos/7/drivers > gpgcheck=0 > enabled=1 > > newer linux drivers from libdrm and x11. Optional > > [cms4all-mesa] > name=cms4all-mesa > baseurl=http://centos.cms4all.org/repo/7/mesa/ > #baseurl=file:///srv/repo/centos/7/mesa > gpgcheck=0 > enabled=1I thought it was an Intel-inside thing ;-), but obviously no, or not only: 00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04) (prog-if 00 [VGA controller]) Subsystem: Dell Device 07be Flags: bus master, fast devsel, latency 0, IRQ 131 Memory at eb000000 (64-bit, non-prefetchable) [size=16M] Memory at 80000000 (64-bit, prefetchable) [size=256M] I/O ports at f000 [size=64] [virtual] Expansion ROM at 000c0000 [disabled] [size=128K] Capabilities: [40] Vendor Specific Information: Len=0c <?> Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00 Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit- Capabilities: [d0] Power Management version 2 Capabilities: [100] Process Address Space ID (PASID) Capabilities: [200] Address Translation Service (ATS) Capabilities: [300] Page Request Interface (PRI) Kernel driver in use: i915 Kernel modules: i915 01:00.0 3D controller: NVIDIA Corporation Device 1c8d (rev a1) Subsystem: Dell Device 07be Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at ec000000 (32-bit, non-prefetchable) [size=16M] Memory at c0000000 (64-bit, prefetchable) [size=256M] Memory at d0000000 (64-bit, prefetchable) [size=32M] I/O ports at e000 [size=128] Expansion ROM at ed000000 [disabled] [size=512K] Capabilities: [60] Power Management version 3 Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+ Capabilities: [78] Express Endpoint, MSI 00 Capabilities: [100] Virtual Channel Capabilities: [250] Latency Tolerance Reporting Capabilities: [258] L1 PM Substates Capabilities: [128] Power Budgeting <?> Capabilities: [420] Advanced Error Reporting Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?> Capabilities: [900] #19 Kernel modules: nouveau I must admit that this is new to me! I'm not familiar w/ laptops w/ 2 devices like that. Now I understand why under Windows, Dell has installed both Intel and NVidia software. Could anyone explain why such hardware configuration? I'll try disabling nouveau as soon as I can and let you know, but also try the opensource version from nvidia. Thanks for both suggestions! Regards, -- wwp -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20170804/e5482478/attachment-0001.sig>
Hello, On Fri, 4 Aug 2017 13:24:08 +0200 Andreas Benzler <andreas at benzlerweb.de> wrote:> Ok you in Grub press tab and then add ?3? after the initrd entry ?. quiet?? > > yum remove xorg-x11-drv-nouveau > > And see if X11 come up with standard frambuffer? > > Disable nouveau complete from kernel if the upper not helps. > > nano /etc/modprobe.d/blacklist-nouveau.conf > > blacklist nouveauI yum-removed xorg-x11-drv-nouveau, but system will still hang after gfx login. After I log in, the mouse is shown on the grey wallpaper, and nothing more. If I attempt to switch to a text tty: mouse is gone, same wallpaper, and no more control on mouse or keyboard, this looks like a video/Xorg issue. Xorg.log shows that it loads the Intel module but still looks for the nouveau one: [ 6.565] (II) LoadModule: "nouveau" [ 6.565] (WW) Warning, couldn't open module nouveau [ 6.565] (II) UnloadModule: "nouveau" [ 6.565] (II) Unloading nouveau [ 6.565] (EE) Failed to load module "nouveau" (module does not exist, 0) Second attempt: blacklisted nouveau kernel module -> nouveau still shows in `lsmod` after reboot (w/ a non-ml kernel), wft? But Xorg.log doesn't mention nouveau anymore, success? No, it still hangs w/ ml kernel. === After all this, I wanted to get back to kernel 3.10, to see now that nouveau is off, if that changes something. Well this is a surprise, everything works fine w/ this 3.10.0-514.26.2.el7.x86_64 kernel (suspend/hibernate/wifi/hmdi-out/dell keys/vmware) BUT the bluetooth (and the dell fn+radioswitch key). I re-installed drv-nouveau, removed the blacklist file from /etc/modprobe.d and all is still OK, but Xorg doesn't loads nouveau driver despite the fact that lsmod shows the nouveau kernel module (I checked, during my former attempts w/ this 3.10 kernels, it was already the case: Xorg not loading drv nouveau). IOW this whole topics turns into something more complex (call that a mess?) ;-) and I don't understand how it could not work w/ regard to these laptop features and how it works now. I'm willing to help w/ the experimental or ML 4.x series kernels, but in terms of personal productivity, I will also focus on solving the bluetooth issue w/ 3.10 kernel. Regards,> > Am 04.08.2017 um 12:52 schrieb wwp <subscript at free.fr>: > > > > Hello, > > > > > > On Thu, 03 Aug 2017 13:53:45 -0500 Lance Lassetter <lancelassetter at gmail.com <mailto:lancelassetter at gmail.com>> wrote: > > > >> On August 2, 2017 3:18:29 AM CDT, wwp <subscript at free.fr> wrote: > >>> Hello Johnny, > >>> > >>> > >>> On Fri, 28 Jul 2017 13:47:14 -0500 Johnny Hughes <johnny at centos.org> > >>> wrote: > >>> > >>>> On 07/28/2017 11:32 AM, wwp wrote: > >>>>> Hello Johnny, > >>>>> > >>>>> > >>>>> On Fri, 28 Jul 2017 10:33:15 -0500 Johnny Hughes > >>> <johnny at centos.org> wrote: > >>>>> > >>>>> [snip] > >>>>>>> I've just succeeded in installing CentOS7 from the DVD! Had no > >>> luck > >>>>>>> using a Live CD (both dd'ed to a flash drive). > >>>>>>> > >>>>>>> Hardware support is not complete (or not configured as-is): > >>>>>>> - bluetooth not working > >>>>>>> - HDMI ouput -> nothing > >>>>>>> - dell Fn keys -> no screen light, no wifi toggle > >>>>>>> - no suspend/hibernate > >>>>>>> > >>>>>>> I will now try to inject more recent kernels (yours *) or extra > >>> firmware, > >>>>>>> see how I can find better hardware support and configuration. And > >>>>>>> compare this to what Fedora 26 provides.. > >>>>>>> > >>>>>>> (*) BTW, I installed your 4.9.39 kernel (did a yum update after > >>>>>>> configuring a repo file to get your stuff) and at boot, I > >>> immediately > >>>>>>> get: > >>>>>>> error: $KERNEL_NAME_HERE has invalid signature > >>>>>>> error: you need to load the kernel first > >>>>>>> > >>>>>> > >>>>>> There are actually 2 kernels, one on the live DVD I just posted, > >>> and one > >>>>>> in the experimental repo. > >>>>>> > >>>>>> Both of those would require NO secure boot turned on, but they > >>> both > >>>>>> should work fine with UEFI and secure boot off. > >>>>> > >>>>> I could boot 4.9.39, it brings: > >>>>> - Dell features like screen light control and wireless toggle key, > >>>>> - dual screen support using the HDMI port, > >>>>> and maybe more that I couldn't see, wow! > >>>>> > >>>> > >>>> I am using this experimental kernel on my workstation (lenovo w541). > >>> I > >>>> have been using it for quite a long time and have not had any major > >>> issues. > >>>> > >>>> I also use it on my secondary workstation (lenovo h50-55). > >>> > >>> In addition to my previous reply: > >>> - suspend works > >>> - hibernate works > >>> This is just great! > >>> > >>> But it fails to configure VMWare Workstation 12.5.7 and this is a must > >>> for my pro activities on this machine. > >>> > >>> The build of vmmon and vmnet kernel modules fail. The 12.5.7 version > >>> contain the fixes for known/recent issues related to installing VMWare > >>> WS on 4.6/4.9 kernels (API changes) and I couldn't find a tip about how > >>> to solve this yet. Probably off-topic here, but I doubt I'll get > >>> support from VMWare since it's an experimental kernel on top of > >>> CentOS7. > >>> > >>> > >>> Regards, > >> > >> What about now that you have it booted and working except for VMWare install the mainline 4.x kernel that is available? Take precautionary steps to make sure that will work, hence, back up any data and, if need be, configs. > >> > >> Would that work? > > > > It didn't. I tried to boot using kernel-ml-4.12.4-1.el7.elrepo.x86_64 > > but it hangs either before or right after the graphical login. No > > visual tip, system is not responsive until I shutdown the computer. > > /var/log/message is full of kernel info about failures in a loop > > that I cannot interpret, see: > > > > https://paste.fedoraproject.org/paste/TogaA36LBQ3NgUsUGyVVoQ <https://paste.fedoraproject.org/paste/TogaA36LBQ3NgUsUGyVVoQ> > > > > > > Regards, > > > > -- > > wwp > > _______________________________________________ > > CentOS mailing list > > CentOS at centos.org <mailto:CentOS at centos.org> > > https://lists.centos.org/mailman/listinfo/centos <https://lists.centos.org/mailman/listinfo/centos>-- wwp -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20170804/ae44b869/attachment-0001.sig>
wwp wrote:> > On Fri, 4 Aug 2017 13:24:08 +0200 Andreas Benzler <andreas at benzlerweb.de> > wrote: > >> Ok you in Grub press tab and then add ?3? after the initrd entry ?. >> quiet?? >> >> yum remove xorg-x11-drv-nouveau >> >> And see if X11 come up with standard frambuffer? >> >> Disable nouveau complete from kernel if the upper not helps. >> >> nano /etc/modprobe.d/blacklist-nouveau.conf >> >> blacklist nouveau > > I yum-removed xorg-x11-drv-nouveau, but system will still hang after > gfx login. > > After I log in, the mouse is shown on the grey wallpaper, and nothing > more.<MVNCH> Suggestion: set it to runlevel 3. After it comes up in text mode, try startx, and see if that tells you more. Also, you won't have to reboot.... Have you looked at /etc/X11? Or tried the nVidia configurator? mark mark