↓
 

Adventures With Linux ™

Linux Technologies and Fun Times - and Technology Commentary..

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

Category Archives: kernel

Post navigation

← Older posts
Newer posts →

Kernel 3.11-rc1 – First Impressions – VMware OK, NVIDIA not..

Adventures With Linux ™ Posted on July 15, 2013 by RGJuly 15, 2013

Just installed the newly-released kernel 3.11-rc1 on the test system… VMware Workstation 9.02 – with the 3.10 patches for vmnet and vmblock – compiles OK, but – for some reason – the modules don’t install using the usual command (# vmware-modconfig –console –install-all)..    But, the ‘user’ command does work, (# vmware-modconfig –icon=vmware-workstation –appname=VMware, or just type # … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Performance, VMware | Tagged kernel 3.10 patches, kernel 3.11-rc1, nvidia 319.32, nvidia fail, vmware 9.02, vmware ok | Leave a reply

Tried 3.10 – Back to 3.9.9, for the Time Being..

Adventures With Linux ™ Posted on July 6, 2013 by RGJuly 6, 2013

I had tried running kernel 3.10, but encountered several problems..   The KDE desktop would ‘hang’, and the wifi connections (rt2800, using NetworkManager) refused to connect, most of the time, and kmix (sound mixer app) wouldn’t run.. I had tried all the ‘patched’ NVIDIA drivers, and found that the ‘old’ 310.51 driver compiled OK, but didn’t work correctly … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, KDE, kernel, Linux, NVIDIA, VMware | Tagged hang, kde, kernel 3.10, kmix, networkmanager, nvidia, problems, revert to 3.9.9, vmware | Leave a reply

VMware on 3.10 – Now, a patch for vmblock..

Adventures With Linux ™ Posted on July 4, 2013 by RGJuly 4, 2013

I have all VMware modules running on kernel 3.10 now, and there is a patch for vmblock, which can be found at:http://mysticalzero.blogspot.com/2013/07/vmblock-patch-for-linux-310-vmware.html Thanks to maz-1 for producing this! Robert Gadsdon.  July 4, 2013.

Continue reading →
Posted in compilation, Hacks, kernel, Linux, VMware | Tagged kernel 3.10, success, vmblock patch, vmware | Leave a reply

Kernel 3.10-rc7 – NVIDIA (patched) OK, and VMware OK, with vmblock Disabled..

Adventures With Linux ™ Posted on June 27, 2013 by RGJune 27, 2013

Updated the test system to kernel 3.10-rc7, and the patched NVIDIA drivers for 310.51 and 319.23 compile OK, as before. VMware 9.02 – with the vmnet patch – compiles OK, except for vmblock..   I still can’t find a patch for vmblock and kernel 3.10-rcN, but VMware can run without vmblock, so just stop it from trying to … Continue reading →

Posted in compilation, Fedora, Hacks, kernel, Linux, NVIDIA, VMware | Tagged 310.51 patched, 319.23 patched, disable vmblock compile, kernel 3.10-rc7, nvidia, success, vmware 9.02, workaround | 2 Replies

Stop the Insanity! – Keep Simple Network Interface Names..

Adventures With Linux ™ Posted on June 25, 2013 by RGJune 25, 2013

I have been running a wifi network connection on Fedora 19 – Kernel 3.9.7 – and was somewhat fed up with having to keep track of the byzantine magical interface renaming, each time I plugged the wifi dongle into a different usb port..     So… If you prefer good old wlan0 to wlp0s19f2u4 then read on! The older … Continue reading →

Posted in compilation, Fedora, Hacks, kernel, Linux, Performance | Tagged biosdevnames, fedora 19, kernel command line, linux, net.ifnames, solved, stop network device renaming | Leave a reply

3.10-rc3 – NVIDIA Patches OK, Still Missing VMware vmblock Patch..

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

Just installed 3.10-rc3 on the test system, and the latest NVIDIA drivers (310.51, and 319.23 beta) both compile OK with the patch mentioned in the posting on 3.10-rc2  https://rglinuxtech.com/?p=738 The – rather complex – 3.10 patch for vmnet works, but there is still no patch for vmblock, which fails to compile: /tmp/modconfig-J79ptB/vmblock-only/linux/inode.c:49:4: warning: initialization from incompatible pointer … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, VMware | Tagged 310.51, 319.23, kernel 3.10-rc3, nvidia, success, vmblock compile fail, vmnet patch, vmware | 5 Replies

3.10-rc2 – NVIDIA Patch now Available..

Adventures With Linux ™ Posted on May 27, 2013 by RGMay 27, 2013

As reported by Walter Layher and Mal Haak, there is a now a patch available for the NVIDIA drivers on kernel 3.10-rc2, and it works successfully… For details and a link, see the comments below the original article:  https://rglinuxtech.com/?p=733 Update: Tested with patched drivers 310.51 (Released) and 319.17 (Beta) on kernel 3.10-rc2, and both compile OK.. Robert … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA | Tagged 310.51, 319.17, compile, kernel 3.10-rc2, nvidia, patch available, success | Leave a reply

3.10-rc2 – No Go for VMware and NVIDIA…

Adventures With Linux ™ Posted on May 21, 2013 by RGMay 21, 2013

Just installed kernel 3.10-rc2, and VMware and NVIDIA fail to compile: VMware: ………………. /tmp/modconfig-i0TsV7/vmnet-only/hub.c: In function ‘VNetHubAlloc’: /tmp/modconfig-i0TsV7/vmnet-only/hub.c:366:28: error: dereferencing pointer to incomplete type /tmp/modconfig-i0TsV7/vmnet-only/hub.c:367:28: error: dereferencing pointer to incomplete type make[2]: *** [/tmp/modconfig-i0TsV7/vmnet-only/hub.o] Error 1 make[2]: *** Waiting for unfinished jobs…. make[1]: *** [_module_/tmp/modconfig-i0TsV7/vmnet-only] Error 2 make[1]: Leaving directory `/usr/src/linux-3.10-rc2′ make: *** [vmnet.ko] Error 2 …………….. … Continue reading →

Posted in kernel, Linux, NVIDIA, VMware | Tagged compile, fail, kernel 3.10-rc2, nvidia, vmnet patch, vmware | 6 Replies

3.9.3 – All OK, with VMware and NVIDIA latest..

Adventures With Linux ™ Posted on May 21, 2013 by RGMay 21, 2013

My swap file boot failure turned out – as I suspected – to be self-inflicted, as I had somehow managed to ‘unselect’ the ”support for paging of anonymous memory (swap)” option under General setup… Once this was corrected, the 3.9.x kernel compiled – and booted – successfully.. Kernel 3.9.3 compiles the latest VMware (9.02) and NVIDIA (310.51 … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, VMware | Tagged compile, kernel 3.9.3, nvidia 310.51, nvidia 319.17, success, vmware 9.02 | Leave a reply

3.9.1 – HP6830s – Hang on Boot…

Adventures With Linux ™ Posted on May 9, 2013 by RGMay 9, 2013

Just updated my HP6830s laptop to kernel 3.9.1, and got a hang at boot: ……………. Mounting /boot… systemd[1]: segfault at 0 ip 00007fede1d04241 sp  00007fff8e4fdf20 error 4 in libc-2.16.so[7fede1c90000+1ad000] [FAILED] Failed to activate swap /dev/disk/by-uuid/82145a5b-0a2f-4659-9f14-8acf69aea7b4. …………….. [   OK   ] Reached target Swap. <<<  HANG  >>> Reverted to 3.9.0, and everything was OK…     No mention of this – … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, Performance | Tagged hang at boot, hp6830s, kernel 3.9.1, swap fail | Leave a reply

Post navigation

← Older posts
Newer posts →
Original content &copy Robert Gadsdon 2013
↑
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.