↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: Crash and Burn..

Post navigation

← Older posts
Newer posts →

NVIDIA – Driver 340.58 – No Patch Needed..

Adventures With Linux ™ Posted on November 6, 2014 by RGNovember 6, 2014

Tested the latest ‘main’ release of the NVIDIA driver – 340.58 – and it compiled/loaded with Kernel 3.18-rc3 without any patches..    Further testing not possible, as 3.18-rc3 is still not stable on my systems.. More info at:  http://www.nvidia.com/Download/driverResults.aspx/79413/en-us Robert Gadsdon.  November 5, 2014. … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA | Tagged 340.58, kernel 3.18-rc3, no patch neded, nvidia | Leave a reply

Kernel 3.18-rc3 – Boots OK with ‘new’ .config..

Adventures With Linux ™ Posted on November 4, 2014 by RGNovember 4, 2014

Tested Kernel 3.18-rc3 and found that it would not boot with the .config that worked OK with -rc1..    Re-created a new .config from scratch, and now my temporary test system (HP6830 laptop) boots OK, but overall performance still seems rather sluggish.. # uname -a Linux rg6830l 3.18.0-rc3 #1 SMP PREEMPT Mon Nov 3 18:19:06 PST 2014 x86_64 … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged kernel 3.18-rc3, new .config needed, nv-drm.c patch, nvidia 340.46, success, vmnet patch, vmware 10.0.3 | 1 Reply

Kernel 3.18-rc2 – Best to Wait for -rc3?

Adventures With Linux ™ Posted on October 29, 2014 by RGOctober 29, 2014

An unusual experience with testing Kernel 3.18-rc2, as it actually failed to boot on my test system!     Config was the same as the one that booted OK on -rc1, but this time the system can’t find the root disk…. [    OK   ]  Reached target Basic System [ ***    ]  (1 of 3) A start job is running … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, Opinion, Performance | Tagged a start job is running, boot failure, kernel 3.18-rc2 | 3 Replies

Kernel 3.18-rc1 – NVIDIA Fix..

Adventures With Linux ™ Posted on October 21, 2014 by RGOctober 21, 2014

Thanks to juston_li, there is a one-line fix to enable the latest NVIDIA drivers to compile with Kernel 3.18-rc1 See: https://devtalk.nvidia.com/default/topic/783364/linux/343-22-driver-incompatible-with-linux-3-18-/ The fix there is for Beta version 343.22, but I applied it to main version 340.46, as follows: In NVIDIA-Linux-x86_64-340.46/kernel/nv-drm.c , at line 19, change #if defined(NV_DRM_AVAILABLE) #include <drm/drmP.h> to #if defined(NV_DRM_AVAILABLE) #include <drm/drmP.h> #include <drm/drm_gem.h> … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, Linux, NVIDIA, Opinion, Performance, success | Tagged 340.46, drm_gem.h, kernel 3.18-rc1, nv-drm.c, nvidia fix, one line | Leave a reply

Kernel 3.17-rc3 – Breaks VMNET – and a Fix..

Adventures With Linux ™ Posted on September 4, 2014 by RGSeptember 4, 2014

Just tested Kernel 3.17-rc3, and it breaks VMware (10.0.3) – vmnet: ……………. /tmp/modconfig-d0zqLW/vmnet-only/netif.c: In function ‘VNetNetIf_Create’: /tmp/modconfig-d0zqLW/vmnet-only/netif.c:152:64: error: macro “alloc_netdev” requires 4 arguments, but only 3 given     dev = alloc_netdev(sizeof *netIf, deviceName, VNetNetIfSetup);                                                                 ^ /tmp/modconfig-d0zqLW/vmnet-only/netif.c:152:10: error: ‘alloc_netdev’ undeclared (first use in this function)     dev = alloc_netdev(sizeof *netIf, deviceName, VNetNetIfSetup); …………… Thanks to Erwin Zoer (see … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, Opinion, Performance, VMware | Tagged fix, kernel 3.17-rc3, netif.c, net_name_unknown, requires 4 arguments, success, vmnet, vmware problem | 4 Replies

ARM – New Quad-Core Cubox-i4-PRO

Adventures With Linux ™ Posted on May 30, 2014 by RGMay 30, 2014

Just took delivery of one of a CuBox-i4-PRO, with quad-core i-MX6 1Mhz CPUs and 2GB memory built in.. CuBox-i4-PRO (with Odroid in the background..) The device comes with Android on a 4GB SD card, and I discarded this and – for testing purposes – used an old 16GB SD card and installed Fedora 20 on it. Some … Continue reading →

Posted in compilation, Crash and Burn.., CuBox, Fedora, Hacks, kernel, Linux / ARM, Opinion | Tagged arm, confused instructions, cubox-i4-pro, esata, imx6q-cubox-i.dtb, kernel, kernel 3.14.4, linux, quad-core, success | 3 Replies

Pi – Pidora Catch-22..

Adventures With Linux ™ Posted on May 24, 2014 by RGMay 24, 2014

Encountered a classic ‘Catch 22’ problem with a recent Pidora 20 update.. The version of RPM – rpm-4.11.2-3.fc20.v6.armv6hl – was broken, as it had the ‘build architecture’ set to arm5tel, instead of armv6hl.. This meant that all subsequent yum updates failed, with ”package xxxxxxxxx.armv6hl is intended for a different architecture” errors. And… updating RPM with yum also … Continue reading →

Posted in Crash and Burn.., Hacks, Linux / ARM, Pidora | Tagged catch 22, fix, intended for a different architecture, pidora 20, rpm problem, rpm-4.11.2-3.fc20.v6.armv6hl, solution, success, yum update failure | Leave a reply

Kernel 3.15-rc4 – Still OK..

Adventures With Linux ™ Posted on May 6, 2014 by RGMay 6, 2014

Updated to Kernel 3.15-rc4 on my test system, and the latest VMware (10.0.2) and NVIDIA (337.12) still compile and run OK.. Brief details are here:  http://lkml.iu.edu//hypermail/linux/kernel/1405.0/01774.html You will have to select the kernel.org versions of VMware modules, as the original VMware-supplied ones will not work..    See my original article at http://rglinuxtech.com/?p=1090 $ uname -a Linux rglinux 3.15.0-rc4 … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, VMware | Tagged kernel 3.15-rc4, kernel.org vmware modules, nvidia 337.12, success, vmware 10.0.2 | Leave a reply

VMware: Linux ‘Guest’ Fix for Kernel 3.15..

Adventures With Linux ™ Posted on April 23, 2014 by RGApril 23, 2014

After further testing, I found that the hgfs ‘shared folders’ function in VMware 10.0.2, which worked fine for Kernel 3.14, did not work for Kernel 3.15… I tried to find a patch, and eventually created a (fairly unsophisticated!) one for myself, and have tested it with VMware 10.0.2 (Linux ‘host’) and Linux Kernel 3.14.1 and 3.15-rc2 ‘guests’. … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, VMware | Tagged fix, hack, kernel 3.15, link.c, linux guest, patch, shared folders, success, vmhgfs, vmware 10.0.2 | Leave a reply

Kernel 3.14-rc7 – Getting Better, Now..

Adventures With Linux ™ Posted on March 17, 2014 by RGMarch 17, 2014

After all the ‘noise’ around recent 3.14-rc releases, things appear to have calmed down with 3.14-rc7.. Details are here:   http://lkml.iu.edu//hypermail/linux/kernel/1403.2/00164.html As before, VMware 10.0.1 – with the usual patch – compiles and runs OK, and the latest NVIDIA driver 334.21 – with the nv-linux.h patch mentioned in an earlier article – compiles and loads and runs OK..   … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Performance, VMware | Tagged kernel 3.14-rc7, nv-linux.h, nvidia 334.21 patched, run time ok, success, vmware 10.0.1 patched | Leave a reply

Post navigation

← Older posts
Newer posts →
Original content © Robert Gadsdon 2013
↑