↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: Performance

Post navigation

← Older posts
Newer posts →

Kernel 3.19-rc6 – Good News for NVIDIA..

Adventures With Linux ™ Posted on January 27, 2015 by RGJanuary 27, 2015

Updated to Kernel 3.19-rc6 on the test system, and – at last – the problem with NVIDIA driver GPL inconsistency has been fixed, and now driver 346.35 compiles and loads OK.. Details of changes since -rc5 are here:   http://lkml.iu.edu/hypermail/linux/kernel/1501.3/00776.html And the important change is that /arch/x86/mm/init.c now has EXPORT_SYMBOL(__cachemode2pte_tbl) instead of EXPORT_SYMBOL_GPL(__cachemode2pte_tbl)..etc.. VMware 11 – with the … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, Performance | Tagged 346.35, export_symbol, kernel 3.19-rc6, nvidia gpl problem fixed, success, vmnet patches, vmware 11 | Leave a reply

VMware – Backward-Compatible 3.19 Fix..

Adventures With Linux ™ Posted on January 23, 2015 by RGJanuary 23, 2015

After the solution to the Kernel 3.19/vmnet problem mentioned in previous posts, I have produced a fix that includes tests for kernel versions, and works with Kernel 3.19 and with earlier kernel versions.. This is probably not the most elegant code, but it works – I have tested it with VMware 11.0 and Kernels 3.19-rc5 and 3.18.3 … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, Opinion, Performance, VMware | Tagged backward-compatible, kernel 3.19 fix, success, test for kernel version, vmnet, vmware 11 | 36 Replies

ARM – Odroid U3 to 3.19-rc5

Adventures With Linux ™ Posted on January 23, 2015 by RGJanuary 23, 2015

Updated the Odroid U3 to the patched version of 3.19-rc5, from here: https://github.com/tobiasjakobi/linux-odroid/tree/odroid-3.19.y Fedora release 21 (Twenty One) Kernel 3.19.0-rc5 on an armv7l (ttySAC1) ……………….. [root@rgodroid ~]# uname -a Linux rgodroid 3.19.0-rc5 #1 SMP PREEMPT Wed Jan 21 17:11:42 EST 2015 armv7l armv7l armv7l GNU/Linux Fairly stable, but got the occasional BUG: # [ 123.955111] BUG: sleeping … Continue reading →

Posted in compilation, Crash and Burn.., Linux / ARM, Odroid, Opinion, Performance | Tagged kernel 3.19-rc5 patched, odroid u3, success | 5 Replies

Kernel 3.19-rc4 – OK on CuBox-i4 Pro.. No fixes yet for NVIDIA and VMware on x86..

Adventures With Linux ™ Posted on January 12, 2015 by RGJanuary 12, 2015

Updated the test system to Kernel 3.19-rc4, and the same comments apply as for -rc3..  Still no fixes for NVIDIA and VMware, yet.. I tried the CuBox-i4 Pro with a ‘standard’ kernel from kernel.org, rather than the ‘patched’ version used previously, and it booted OK.. Fedora release 21 (Twenty One) Kernel 3.19.0-rc4 on an armv7l (ttymxc0) …………. … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, Linux / ARM, NVIDIA, Opinion, Performance, VMware | Tagged cubox, dont run preempt?, kernel 3.19-rc4, lockup problem, no fix for nvidia vmware, ok | 2 Replies

ARM/Intel – CuBox-i4 Pro to 3.19-rc2, VMware and NVIDIA Still Broken..

Adventures With Linux ™ Posted on January 4, 2015 by RGJanuary 4, 2015

Updated the test (Intel) system, and the Cubox-i4 Pro to Kernel 3.19-rc2.. NVIDIA and VMware still do not compile (see 3.19-rc1 article for details http://rglinuxtech.com/?p=1258) and – so far – there does not seem to be a patch for either.   The NVIDIA GPL code incompatibility issue may be more convoluted to fix ‘legally’.. I tried more code … Continue reading →

Posted in arm, compilation, Crash and Burn.., CuBox, Hacks, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged cubox-i4 pro success, gpl issue, kernel 3.19-rc2, nvidia and vmware fails | 1 Reply

More Fun with Audacity…

Adventures With Linux ™ Posted on December 24, 2014 by RGDecember 24, 2014

This article relates to compilation on the latest Fedora (21) but can also apply to other Distros… The Distro-supplied version of Audacity is typically functionality-challenged, and does not allow working with some of the more up-to-date audio formats, due to US Patent law concerns.. The necessary functionality can be achieved by compiling it yourself, and this is … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, Linux, Opinion, Performance | Tagged audacity 2.0.6, compile fail, ffmpeg, patch, success | Leave a reply

ARM – Cubox-i4Pro to Kernel 3.19-rc1..

Adventures With Linux ™ Posted on December 23, 2014 by RGDecember 23, 2014

Just updated the Cubox-i4Pro to 3.19-rc1, after disabling the kernel options for ‘power management’, as the current patch does not compile cleanly.. Fedora release 21 (Twenty One) Kernel 3.19.0-rc1 on an armv7l (ttymxc0) ……….. [root@rgcubox ~]# uname -a Linux rgcubox 3.19.0-rc1 #1 SMP PREEMPT Mon Dec 22 15:22:15 EST 2014 armv7l armv7l armv7l GNU/Linux Details of Kernel … Continue reading →

Posted in compilation, CuBox, Hacks, kernel, Linux / ARM, Opinion, Performance | Tagged arm, cubox-i4pro, kernel 3.19-rc1, linux, success | Leave a reply

Kernel 3.19-rc1 – Breaks VMware and NVIDIA..

Adventures With Linux ™ Posted on December 21, 2014 by RGDecember 21, 2014

Just installed Kernel 3.19-rc1 on the test system, and both VMware and NVIDIA fail to compile.. VMware (11.0) vmnet failed with: /tmp/modconfig-2fqpf2/vmnet-only/driver.c: In function ‘VNetFileOpUnlockedIoctl’: /tmp/modconfig-2fqpf2/vmnet-only/driver.c:1194:20: error: ‘struct file’ has no member named ‘f_dentry’ if (filp && filp->f_dentry) { ^ /tmp/modconfig-2fqpf2/vmnet-only/driver.c:1195:19: error: ‘struct file’ has no member named ‘f_dentry’ inode = filp->f_dentry->d_inode; ^ scripts/Makefile.build:257: recipe for target … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged compile fails, kernel 3.19-rc1, nvidia 340.65, vmware 11.0 | Leave a reply

Kernel 3.18 – Another Lockup – Back to 3.16.7!

Adventures With Linux ™ Posted on December 12, 2014 by RGDecember 12, 2014

Yet another ‘lockup’ – this time with 3.18..    So, as the problem also exists with 3.17.x, I have taken the unusual step of reverting to Kernel 3.16.7, for the time being! Some of the latest correspondence on the issue, here:  http://lkml.iu.edu/hypermail/linux/kernel/1412.1/03302.html Robert Gadsdon.   December 12, 2014. … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, Opinion, Performance | Tagged kernel 3.18, lockup problem, ongoing, revert to 3.16.7 | 3 Replies

ARM – CuBox-i4 Pro to 3.18, and full Device Tree..

Adventures With Linux ™ Posted on December 11, 2014 by RGDecember 11, 2014

Updated the CuBox-i4 Pro to Kernel 3.18, and now use the complete ‘device tree’ zImage and dtb boot method: The source can be found here:  https://github.com/jmontleon/fedora-20-cubox-i_hb/tree/3.18.0 – and the u-boot boot commands are: setenv bootargs “root=/dev/mmcblk0p3 rootfstype=ext4 rootwait console=ttymxc0,115200n8 console=tty1 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32” setenv bootcmd “load mmc 0:1 0x10800000 zImage; load mmc 0:1 0x18000000 imx6q-cubox-i.dtb; bootz 0x10800000 – 0x18000000” … Continue reading →

Posted in compilation, Crash and Burn.., CuBox, kernel, Linux / ARM, Opinion, Performance | Tagged boot commands, cubox-i4-pro, device tree, kernel 3.18, success, uboot | Leave a reply

Post navigation

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