↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Post navigation

← Older posts
Newer posts →

Linux – Dual-Boot Nasty Hack..

Adventures With Linux ™ Posted on March 14, 2018 by RGMarch 14, 2018

I am setting up an HP Z820 as – primarily – a video creating/editing/restoring system, but I need to be able to boot into Windows 7 Pro (for Vegas Pro, AviSynth, Prodrenalin, Mercalli, etc. etc..) and Linux (Fedora)..   I had set up dual-boot systems before, and I am still using Windows 7 Pro SP1, but this time … Continue reading →

Posted in boot, dual-boot, Fedora, fix, grub, Hacks, Linux, Opinion, quirks, UEFI, Win 7 | Tagged dual-boot, fedora entry missing, fix, grub2, hack, linux, substitute, success, uefi, windows 7, z820 | Leave a reply

Linux – Dual-Boot Nasty Hack..

Adventures With Linux ™ Posted on March 14, 2018 by RGMarch 14, 2018

I am setting up an HP Z820 as – primarily – a video creating/editing/restoring system, but I need to be able to boot into Windows 7 Pro (for Vegas Pro, AviSynth, Prodrenalin, Mercalli, etc. etc..) and Linux (Fedora)..   I had set up dual-boot systems before, and I am still using Windows 7 Pro SP1, but this time … Continue reading →

Posted in boot, dual-boot, Fedora, fix, grub, Hacks, Linux, Opinion, quirks, UEFI, Win 7 | Tagged dual-boot, fedora entry missing, fix, grub2, hack, linux, substitute, success, uefi, windows 7, z820 | Leave a reply

NVIDIA – New Driver – Still Broken With 4.16..

Adventures With Linux ™ Posted on March 12, 2018 by RGMarch 12, 2018

NVIDIA have released a new driver – 390.42 – and brief details are here:  http://www.nvidia.com/Download/driverResults.aspx/131853/en-us This still fails with Kernel 4.16 (tested with 4.16-rc5): ………………… ld -r -o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.42/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.42/kernel/nvidia-modeset/nvidia-modeset-linux.o Building modules, stage 2. MODPOST 4 modules WARNING: “swiotlb_map_sg_attrs” [/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.42/kernel/nvidia.ko] undefined! I have had various VMware problems with the 390.xx series of drivers, and so will be … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion | Tagged 390.42, fails with kernel 4.16-rc5, nvidia, swiotlb_map_sg_attrs | Leave a reply

NVIDIA – Possible Fix for Kernel 4.16..

Adventures With Linux ™ Posted on March 6, 2018 by RGMarch 6, 2018

Thanks to the efforts of mlau on the NVIDIA Devtalk Forum, there is a possible fix for the swiotlb issue with Kernel 4.16..     See https://devtalk.nvidia.com/default/topic/1030082/linux/kernel-4-16-rc1-breaks-latest-drivers-unknown-symbol-swiotlb_map_sg_attrs-/ for details.. For NVIDIA driver 384.111, I had to increment all the nv–linux.h patch line number references by 100 (so ‘…@@ –1209,6 +1209,7 @@… becomes …@@ –1309,6 +1309,7 @@..’ and ‘..@@ -1251,7 … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches | Tagged 384.111 patched, kernel 4.16, nv-linux.h, nvidia, possible fix, swiotlb | Leave a reply

NVIDIA – Kernel 4.16 Issues – Update..

Adventures With Linux ™ Posted on March 6, 2018 by RGMarch 6, 2018

An update on the ”Unknown symbol swiotlb_map_sg_attrs” issue with Kernel 4.16-rc and the latest NVIDIA drivers (384.111 and 390.25).. From more testing done after I posted brief details on the NVIDIA Forum, it would appear that – as is sometimes the case – this one issue may have been masking further problems..   See https://devtalk.nvidia.com/default/topic/1030082/linux/kernel-4-16-rc1-breaks-latest-drivers-unknown-symbol-swiotlb_map_sg_attrs-/ for more info.. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion | Tagged kernel 4.16, more issues, nvidia, reverted, swiotlb_map_sg_attrs | Leave a reply

IA64 – Updated to 4.16-rc3..

Adventures With Linux ™ Posted on February 26, 2018 by RGFebruary 26, 2018

Just updated the HP RX2600 to Kernel 4.16-rc3, and apart from an odd quirk at compile time, all went OK.. ………….. Building modules, stage 2. MODPOST 98 modules GZIP arch/ia64/hp/sim/boot/vmlinux.gz File “./arch/ia64/scripts/unwcheck.py”, line 19 print “Usage: %s FILE” % sys.argv[0] ^ SyntaxError: Missing parentheses in call to ‘print’ make: [arch/ia64/Makefile:78: unwcheck] Error 1 (ignored) ……………… Despite this, … Continue reading →

Posted in compilation, IA64, Itanium, kernel, Linux | Tagged boots ok, compile quirk, hp rx2600, ia64, kernel 4.16-rc3 | 2 Replies

Kernel – 4.16-rc3 Released, and Still no NVIDIA Fix?

Adventures With Linux ™ Posted on February 26, 2018 by RGFebruary 26, 2018

Kernel 4.16-rc3 is out, and brief details of post-rc2 changes are here:  http://lkml.iu.edu/hypermail/linux/kernel/1802.3/00500.html I still cannot find any solution proposed for the ‘Unknown symbol swiotlb_map_sg_attrs‘ error with the latest NVIDIA drivers, despite posting brief details on the Developers Forum over a week ago.. Robert Gadsdon.   February 26, 2018. … Continue reading →

Posted in kernel, Linux, NVIDIA | Tagged 4.16-rc3, kernel, linux, no fix yet, nvidia, released, swiotlb_map_sg_attrs | 2 Replies

Kernel – 4.16-rc1 – OK with VMware 14.1.1, Breaks NVIDIA?..

Adventures With Linux ™ Posted on February 11, 2018 by RGFebruary 11, 2018

Kernel 4.16-rc1 is out, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1802.1/02325.html VMware 14.1.1 is OK, and NVIDIA 384.111 and 390.25 both compile OK, but then fail to load/run: ………… modprobe: ERROR: could not insert ‘nvidia’: Unknown symbol in module, or unknown parameter (see dmesg) dmesg: [ 2142.352238] nvidia: Unknown symbol swiotlb_map_sg_attrs (err 0) Comparing kernel 4.15.x compiled source … Continue reading →

Posted in kernel, Linux, NVIDIA, VMware | Tagged kernel 4.16-rc1, nvidia 384.111 and 390.25, released, swiotlb_map_sg_attrs, unknown symbol, vmware 14.1.1 ok | 1 Reply

Kernel – GCC and ‘Retpoline’..

Adventures With Linux ™ Posted on February 1, 2018 by RGFebruary 1, 2018

The recent summary of Kernel 4.15 mentioned the test for ‘compliant’ versions of GCC which fully support the retpoline mitigation, but only gave an example of non-compliance: With GCC 7.2: ~]$ cat /sys/devices/system/cpu/vulnerabilities/spectre_v2  Vulnerable: Minimal generic ASM retpoline I re-created Fedora (Rawhide) GCC 7.3.1 for Fedora 27, and it gives the following, after Kernel 4.15 compilation/boot: ~]$ … Continue reading →

Posted in compilation, gcc, Intel, kernel, Linux, Performance, retpoline | Tagged 7.3.1, backport, gcc, kernel, linux, mitigation, retpoline, spectre2 | Leave a reply

Kernel – 4.15 Final, at Last..

Adventures With Linux ™ Posted on January 28, 2018 by RGJanuary 28, 2018

Kernel 4.15 is – finally – released, and an overview of changes since -rc9 is here:  http://lkml.iu.edu/hypermail/linux/kernel/1801.3/02794.html The latest NVIDIA drivers – 384.111 and 390.12 – compile and load OK, and VMware 14.1.1 is also OK. It is worth mentioning that , although the final release was delayed due to more work on PTI mitigation etc,  this … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged gcc 7.3, kernel 4.15 final, linux, nvidia 384.111 390.12, pti mitigation, retpoline, vmware 14.1.1 | 2 Replies

Post navigation

← Older posts
Newer posts →

If You Like This…

You may like my other - less technical - blog. 'Today's Technology Commentary', at rhgtechnology.com

Recent Posts

  • Kernel – 6.18-rc1 Released – Mostly Harmless..
  • Kernel – 6.17 is out… Almost No Surprises?
  • NVIDIA – New Driver 580.82.09, OK with Kernel 6.17..
  • NVIDIA – Patch for Kernel 6.17 Support…
  • Kernel – 6.17-rc1 Released – Patched VMware OK, NVIDIA Compile Fails..

Most Popular..

aarch64 android apc arm arm64 armv7 boot compile compile fail cross-compile cubox-i4-pro cubox-i4pro dreamplug fail fedora fedora 17 fix fixed hack kernel linux new driver nvidia odroid c2 odroid u3 ok ok with latest nvidia patch patch available patched problems raspberry pi released success testing u-boot update usb vmmon vmnet vmnet patch vmware vmware 10.0.2 workaround x86_64

Categories

  • aarch64
  • alpha release
  • AMD
  • Android
  • APC
  • Apollo Lake
  • arm
  • ARM64
  • armv7
  • Audacity
  • Audio
  • Bacula
  • BananaPro
  • boot
  • BTRFS
  • Bug
  • Cherry Trail
  • Chromebook
  • clang
  • compilation
  • Crash and Burn..
  • CuBox
  • Debian
  • DisplayLink
  • Dracut
  • Dragonboard
  • Dreamplug
  • dual-boot
  • DVB
  • DVB-S2
  • Ethernet
  • Fedora
  • Firmware
  • fix
  • fixed
  • FUSE
  • gcc
  • geekbox
  • Gentoo
  • GK802
  • grub
  • Hacks
  • hardware
  • Hikey
  • HPPA
  • HTC
  • IA64
  • Intel
  • Intel Atom
  • intel ethernet
  • Itanium
  • KDE
  • kernel
  • Kodi
  • Linux
  • Linux / ARM
  • linux install
  • LTO
  • Network
  • new install
  • Next CHIP
  • NTFS
  • NVIDIA
  • NVME
  • Odroid
  • Odroid C2
  • Odroid N2
  • Opinion
  • PA-RISC
  • patches
  • Performance
  • Pidora
  • Pine64
  • Plasma Desktop
  • quirks
  • radxa
  • Raspberry Pi
  • Raspberry Pi 4
  • repo problems
  • retpoline
  • Rock Pi N10
  • Rock2
  • RX2600
  • rx3288
  • SCSI
  • serial console
  • some systems ok
  • success
  • U-Boot
  • UART
  • UEFI
  • UP Board
  • upgrades
  • USB
  • USB3
  • Video
  • VirtualBox
  • VMware
  • Wayland
  • Webmin
  • WiFi
  • Win 7
  • Workaround
  • working
  • X86_64
  • XBMC

Archives

  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • January 2024
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
Original content © Robert Gadsdon 2013
↑