↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: Hacks

Post navigation

← Older posts
Newer posts →

ARM – Odroid U3 test with Kernel.org 4.0-rc3 – Panic..

Adventures With Linux ™ Posted on March 11, 2015 by RGMarch 11, 2015

As there is no later version of the Odroid-specific 4.0 kernel source available yet, I decided to test with the standard 4.0-rc3 from kernel.org, but the U3 booted – and then Panic‘d.. ……………………….. EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null) VFS: Mounted root (ext4 filesystem) on device 179:3. devtmpfs: mounted Freeing unused kernel memory: … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, Linux / ARM, Odroid, Opinion, Performance | Tagged arm, boot, dump, fail, kernel.org 4.0-rc3, linux, odroid u3, panic | Leave a reply

ARM – CuBox and DreamPlug to 4.0-rc3..

Adventures With Linux ™ Posted on March 10, 2015 by RGMarch 10, 2015

Updated the Cubox-i4Pro to Kernel 4.0-rc3, and still needed to apply the one-line patch to linux/arch/arm/mach-imx/mach-imx6q.c, to get networking to work..  http://rglinuxtech.com/?p=1338 Fedora release 22 (Twenty Two) Kernel 4.0.0-rc3 on an armv7l (ttymxc0) ………… ]# uname -a Linux rgcubox 4.0.0-rc3 #3 SMP Mon Mar 9 20:19:45 EDT 2015 armv7l armv7l armv7l GNU/Linux The DreamPlug was OK, and … Continue reading →

Posted in compilation, CuBox, Dreamplug, Hacks, kernel, Linux / ARM | Tagged arm, cubox patch, cubox-i4pro, dreamplug, kernel 4.0-rc3, linux, success | Leave a reply

Kernel 4.0-rc3 – Radeon R600 Fixed..

Adventures With Linux ™ Posted on March 10, 2015 by RGMarch 10, 2015

Installed Kernel 4.0-rc3, and the problem with the Radeon R600 driver is now fixed.   Brief details of changes since -rc2 are here: http://lkml.iu.edu/hypermail/linux/kernel/1503.1/00218.html As with the previous -rc versions, the patched NVIDIA (346.47) and VMware (11.1) drivers compile and load/run OK.. # uname -a Linux rg6830l 4.0.0-rc3 #1 SMP Mon Mar 9 10:57:55 PDT 2015 x86_64 x86_64 … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, VMware | Tagged kernel 4.0-rc3, nvidia 346.47 patched, radeon r600 fixed, success, vmware 11.1 patched | Leave a reply

Kernel 4.0-rc2 – R600 Radeon Still Broken..

Adventures With Linux ™ Posted on March 4, 2015 by RGMarch 4, 2015

Installed Kernel 4.0-rc2 on the test system, and details of changes from -rc1 are here: http://lkml.iu.edu/hypermail/linux/kernel/1503.0/01963.html Radeon on the HP6830 laptop is still broken: [drm r600_ring_test [radeon]] *ERROR* radeon: ring 0 test failed (scratch(0x8504)=0xFFFFFFFF) radeon 0000:01:00.0: disabling GPU acceleration << HANG >> Same comments apply as for -rc1 – the patched NVIDIA 346.47 driver and VMware 11.1 … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 4.0-rc2, nvidia 346.47 patched, radeon boot hang, ring 0 test failed, success, use framebuffer, vmware 11.1 patched | Leave a reply

ARM – DreamPlug to Kernel 4.0-rc1..

Adventures With Linux ™ Posted on March 3, 2015 by RGMarch 29, 2015

Now that the DreamPlug has a stable power supply (see previous post..) I decided to live dangerously and update the u-boot version and install a modern ‘device tree’ plus kernel.. It has been mentioned many times before that the u-boot update for a DreamPlug is fraught, and can result in a ‘brick’..   There should be a way … Continue reading →

Posted in compilation, Crash and Burn.., Dreamplug, Fedora, Hacks, kernel, Linux / ARM, Opinion, Performance, U-Boot | Tagged arm, device tree, dreamplug, kernel 4.0-rc1, linux, success, u-boot, update, warning | 8 Replies

ARM – DreamPlug Power Fault – and ‘Fix’..

Adventures With Linux ™ Posted on March 3, 2015 by RGMarch 3, 2015

I finally got my old DreamPlug working again, but found that the power would fail intermittently..    After checking for software faults, I tracked the problem down to the power supply cable ‘clip-on’ connector..   The problem was caused by the internal connection between the two external pins and the internal slide-on metal tabs being loose, and causing … Continue reading →

Posted in Crash and Burn.., Dreamplug, Hacks, Opinion, Performance | Tagged dreamplug, fix, loose connector, power supply, problem, success | Leave a reply

NVIDIA – New Driver, Still Needs Patch for 4.0..

Adventures With Linux ™ Posted on February 25, 2015 by RGFebruary 25, 2015

Tested the new NVIIDIA driver 346.47, and it still needs the patch for Kernel 4.0-rc1..  http://rglinuxtech.com/?p=1332 More details here:  http://www.nvidia.com/Download/driverResults.aspx/82252/en-us Robert Gadsdon..  February 25, 2015. … Continue reading →

Posted in Hacks, kernel, Linux, NVIDIA | Tagged 346.47, kernel 4.0 patch, nvidia | Leave a reply

ARM – Kernel 4.0-rc1 – Fix for CuBox-i4 Pro Networking..

Adventures With Linux ™ Posted on February 24, 2015 by RGFebruary 24, 2015

The CuBox-i4 Pro booted Kernel 4.0-rc1 OK, but – although eth0 was present – there was no network connection possible.. I found a similar problem described on the Linux Arm Kernel mailing list:  http://lists.infradead.org/pipermail/linux-arm-kernel/2015-February/325249.html According to the info there, I changed linux/arch/arm/mach-imx/mach-imx6q.c as follows: Around line 214, change clksel = ptp_clk == enet_ref ? IMX6Q_GPR1_ENET_CLK_SEL_ANATOP : IMX6Q_GPR1_ENET_CLK_SEL_PAD; … Continue reading →

Posted in compilation, Crash and Burn.., CuBox, Hacks, kernel, Linux / ARM, Opinion, Performance | Tagged arm, cubox-i4-pro, eth0 not working, fix, kernel 4.0-rc1, mach-imx6q.c, success | Leave a reply

NVIDIA – Driver Fix, for Kernel 4.0. and Earlier..

Adventures With Linux ™ Posted on February 23, 2015 by RGFebruary 23, 2015

I have hacked together a kernel-version-friendly fix for the latest NVIDIA driver (346.35) which works with Kernel 4.0-rc1 (and later) and also for previous kernel versions..   Thanks are due to juston_li for producing the actual code changes needed..  https://devtalk.nvidia.com/default/topic/813458/linux/linux-4-0-rc1-346-35-build-error-_cr4-functions-fix/ Unpack the NVIDIA driver: ./NVIDIA-Linux-x86_64-346.35.run -x Edit NVIDIA-Linux-x86_64-346.35/kernel/nv-pat.c Around line 34, change { unsigned long cr0 = read_cr0(); … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion | Tagged fix, kernel 4.0-rc1, kernel-version-friendly, nv-pat.c, nvidia 346.35, success | 7 Replies

Kernel – Welcome to Linux 4.0? VMware (Patched) OK, NVIDIA Fix Available..

Adventures With Linux ™ Posted on February 23, 2015 by RGFebruary 23, 2015

Just tested Kernel 4.0-rc1 – announced here:  http://lkml.iu.edu/hypermail/linux/kernel/1502.2/04059.html As you will see – not much actual detail on what has changed, and I have already run into a couple of ‘issues’… The Radeon drm driver on my laptop refuses to load, and the boot hangs immediately with drm r600_ring_test [radeon] *ERROR* radeon: ring 0 test failed (scratch(0x8504)=0xFFFFFFFF) … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged boot success, compile fail, fix available, framebuffer workaround, kernel 4.0-rc1, nvidia 346.35, radeon drm error, vmnet patch, vmware 11.1.0 | Leave a reply

Post navigation

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