↓
 

Adventures With Linux ™

Linux Technologies and Fun Times - and Technology Commentary..

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

Tag Archives: linux

Post navigation

← Older posts
Newer posts →

3.7-rc1 – Problems with VMware and NVIDIA.. – and Fixes..?

Adventures With Linux ™ Posted on October 15, 2012 by RGOctober 15, 2012

Just compiled and installed 3.7-rc1 on my test system, and ran into problems straight away.. NVIDIA (304.51) compile fails with a whole host of errors, and VMware (9.0-patched) compile fails immediately, with: vthread-3| I120: Failed version test: /usr/src/linux-3.7-rc1/linux/version.h not found. Update: There is a fix for NVIDIA, here: http://www.nvnews.net/vbulletin/showthread.php?t=194465    – a patch, and the removal of VM_RESERVED … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged 3.7-rc1, kernel, linux, nv-mmap.c, nvidia compile fail, nvidia fix, patch, problems, success, testing, uapi, version.h moved, vmware workaround, vm_reserved | Leave a reply

3.6.2, Already..

Adventures With Linux ™ Posted on October 13, 2012 by RGOctober 13, 2012

Hot on the heels of the release of kernel 3.6.1, comes 3.6.2!    Upgraded this morning, and all is OK.. $ uname -a Linux rglinux 3.6.2 #1 SMP Sat Oct 13 10:50:22 BST 2012 x86_64 x86_64 x86_64 GNU/Linux

Continue reading →
Posted in compilation, kernel, Linux | Tagged 3.6.2, kernel, linux, success, upgrade | Leave a reply

Update to 3.6.1 – No problems..

Adventures With Linux ™ Posted on October 7, 2012 by RGOctober 7, 2012

Just updated my main (Fedora 17, X86_64, Quad-Core Intel) system to 3.6.1 – released today – with no problems.. $ uname -a Linux rglinux 3.6.1 #1 SMP Sun Oct 7 17:18:41 BST 2012 x86_64 x86_64 x86_64 GNU/Linux Planning to update the Dreamplug (Fedora 17 ARM) next..  

Continue reading →
Posted in Fedora, kernel, Linux, Performance | Tagged 3.6.1, kernel, linux, success, update | 3 Replies

Linux and Android – Not Talking to Each Other?

Adventures With Linux ™ Posted on October 2, 2012 by RGOctober 2, 2012

I had been frustrated for years with the dire support for connecting mobile phones (cellphones..) on Linux.    Bluetooth support to phones was patchy, to say the least, and has been completely re-written for KDE, but still has very limited functionality..    I can (just about) connect to my Samsung Android phone, but can only transfer files to the … Continue reading →

Posted in Android, Linux, Opinion | Tagged android, calendar, cloud, google, linux, marketing hype, phone, problems, sync | Leave a reply

3.6 Unleashed…

Adventures With Linux ™ Posted on October 1, 2012 by RGOctober 1, 2012

I had been running the later 3.6-rcs on my test system without any issues, so I have just updated my ‘main’ system to kernel version 3.6 – just released.. $ uname -a Linux rglinux 3.6.0 #1 SMP Mon Oct 1 10:31:43 BST 2012 x86_64 x86_64 x86_64 GNU/Linux VMware 9.0 (patched) and the latest NVIDIA driver (304.51) compile, … Continue reading →

Posted in compilation, Fedora, kernel, Linux, NVIDIA, Performance, VMware | Tagged compiled, kernel 3.6, linux, nvidia, patched, success, vmware | Leave a reply

VMware Workstation 9.0 – Initial Tests.. and a Fix for Kernel 3.5.2..

Adventures With Linux ™ Posted on August 24, 2012 by RGAugust 24, 2012

Just completed some basic tests with the new VMware Workstation 9.0 on my ‘test’ system (x86_64, Fedora 17)… Initial results.. Compiles and runs OK on kernel 3.4.9. Compiles OK, but causes general protection fault (with tombstone..) on kernel 3.5.2.   (scroll down for the fix..) ……………………. /dev/vmnet: port on hub 8 successfully opened /dev/vmnet: open called by PID … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux, Opinion, Performance, VMware | Tagged general protection fault, kernel 3.5.2, linux, tests, vmware, workstation 9.0 | 2 Replies

Hardware Interlude – A Linux / ARM Test Setup

Adventures With Linux ™ Posted on August 13, 2012 by RGAugust 13, 2012

In a break from all the APC angst..   This is the test environment I have set up, for the (2) APCs and the Raspberry Pi.   The Dreamplug is already connected separately via a separate JTAG/UART connector, and is headless, so doesn’t need the HDMI and monitor connections. Typically, a 3-way USB/HDMI KVM would be used, but these … Continue reading →

Posted in Crash and Burn.., Hacks, Linux, Linux / ARM | Tagged arm, diagram, linux, multiple systems, test environment | Leave a reply

APC – The Saga Continues….

Adventures With Linux ™ Posted on August 12, 2012 by RGAugust 12, 2012

On the hunch that there may be something within the U-Boot parameters that causes the boot-to-ram problem, I removed almost all the ‘wmt.xxx‘ parameters.   The only one remaining was wmt.usb.param=11:3, which enables the USB subsystem – as I was booting from a USB-attached ‘disk’.. You can effectively ‘remove’ U-Boot parameters by setting their values to <blank>: setenv … Continue reading →

Posted in Android, APC, Crash and Burn.., Hacks, Linux / ARM, Opinion | Tagged apc, arm, boot, linux, parameters, problem, ram0, tests, u-boot | Leave a reply

APC – Extra Ammunition… Another ARMv6 Compiler Toolchain..

Adventures With Linux ™ Posted on August 7, 2012 by RGAugust 7, 2012

As my APCs are being held to ransom, until I get an invoice for UK customs duty and taxes (by post!!) and am then able to pay it (online?)..  I decided to add another flavour of cross-compiler to the ones I already have installed. This one comes from the self-contained OpenELEC environment which is used to create … Continue reading →

Posted in APC, compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, XBMC | Tagged apc, arm, armv6, compiler, cross-compile, linux, openelec, toolchain, x86_64 | Leave a reply

3.6-rc1 Already!

Adventures With Linux ™ Posted on August 3, 2012 by RGAugust 3, 2012

Kernel version 3.5 has not been out for very long, but now there is 3.6-rc1 already – available from http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=summary Compiling now, and will be interesting to see if anything breaks! Update:   Compiled and installed OK, and VMware 8.0.4 (patched) compiles OK, but – unusually – the NVIDIA driver (304.30) compilation fails: ……………………….from /home/rgadsdon/NVIDIA-Linux-x86_64-304.30/kernel/nv-acpi.c:15: /usr/src/linux-3.6-rc1/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’: … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, VMware | Tagged 3.6-rc1, available, compiling, kernel, linux | 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.