↓
 

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 →

3.12-rc1 – VMware OK, NVIDIA Not…

Adventures With Linux ™ Posted on September 17, 2013 by RGSeptember 17, 2013

Just installed kernel 3.12-rc1 on the test system, and VMware 10.0 compiles OK.. NVIDIA 325.15 (with the 3.11 patch) fails: /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/nv-drm.c: At top level: /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/nv-drm.c:109:15: error: ‘drm_fasync’ undeclared here (not in a function) .fasync = drm_fasync, ^ /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/nv-drm.c: In function ‘nv_alloc_os_descriptor_handle’: /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/nv-drm.c:205:9: error: void value not ignored as it ought to be ret = drm_gem_private_object_init(nvl->drm, &nv_obj->base, size); … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, VMware | Tagged 3.11 patch, compile fail, kernel 3.12-rc1, nvidia 325.15, vmware 10.0 ok | 2 Replies

Pi to 3.11..

Adventures With Linux ™ Posted on September 9, 2013 by RGSeptember 9, 2013

Just updated the Raspberry Pi to kernel 3.11, using the source code available (linux-rpi-3.11.y) on GitHub, with a couple of minor hacks.. As seems to often be the case, there were a couple of source/config files missing: drivers/net/ethernet/Kconfig is missing, so.. just copy one from the older 3.10.x tree.. make[2]: *** No rule to make target `net/mac80211/chan.o’, … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged hack, kernel 3.11, raspberry pi, success | 1 Reply

22nd Anniversary Linux! – 3.11-rc7

Adventures With Linux ™ Posted on August 26, 2013 by RGAugust 26, 2013

Kernel 3.11-rc7 was recently released, exactly 22 years after the very first version of Linux.. Unusually, the release message from Linus was not on the Linux Kernel Mailing List (LKML) but on Google+ https://plus.google.com/+Linux/posts/f96weYxzEu1 As with previous -rc’s, the patched VMware 9.02 and NVIDIA 325.15 drivers compile OK..    (See earlier posts for links to the various patches..) … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, VMware | Tagged kernel 3.11-rc7, linux 22nd anniversary, nvidia, vmware | Leave a reply

Pi to 3.10.3 – with a Simple Fix..

Adventures With Linux ™ Posted on July 27, 2013 by RGJuly 28, 2013

Just downloaded the ‘latest’ (July 26/27) version of linux-rpi-3.10.y from github: https://github.com/raspberrypi/linux/archive/rpi-3.10.y.zip This version – finally – has some of the Pi-specific Broadcom code fixed for 3.10, and the only necessary change to get it to compile cleanly is as follows: Compile Fail:   CC      fs/ext4/mballoc.o   CC      fs/ext4/block_validity.o make[2]: *** No rule to make target `fs/ext4/move_extent.o’, … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux / ARM, Performance, Raspberry Pi | Tagged compile fix, kernel 3.10.3, move_extent, raspberry pi, success | Leave a reply

3.10.2 – Back to 3.9.11..

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

Installed kernel 3.10.2, and all appeared to be OK, but # dmesg revealed tombstones, with both the 319.32 and 325.08 ‘3.10-patched’ drivers: 319.32:[ 9522.805402] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=none,decodes=none:owns=io+mem [ 9522.805553] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  319.32  Wed Jun 19 15:51:20 PDT 2013 [ 9522.805577] ————[ cut here ]———— [ 9522.805585] WARNING: at fs/proc/generic.c:356 proc_register+0xb8/0x140() … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, kernel, Linux, NVIDIA, Opinion, Performance | Tagged back to 3.9.11, kernel 3.10.2, nvidia 319.32 325.08, tombstones | Leave a reply

3.11-rc2 – NVIDIA Patch, Vmblock Workaround..

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

Installed kernel 3.11-rc2, and found a patch for the NVIDIA driver 325.08, which can be accessed via the dev Forum: https://devtalk.nvidia.com/default/topic/557110/linux/linux-3-11_rcx-compatibility/ With VMware, it turned out that – even with the 3.10 patch – vmblock fails to compile, yet again: So.. the workaround is the same as for 3.10 before that vmblock patch was created..   Simply edit … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 3.11-rc2, nvidia 325.08 patch, vmware vmblock workaround | Leave a reply

Pi to 3.9.9 – Fedora EOL… Pidora 404…

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

Updated the Raspberry Pi to kernel 3.9.9, and everything seems to work OK.. Pidora 18 (Raspberry Pi Fedora Remix) Kernel 3.9.9-pi on an armv6l (ttyAMA0) I have been using the ‘official’ Fedora ARM repository for updates, but now it seems that Fedora 18 is the last version that will support the armv5tel version..    Fedora 19 and beyond … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, kernel, Linux / ARM, Opinion, Performance, Raspberry Pi | Tagged 404, fedora armv5tel eol, kernel 3.9.9, pidora, raspberry pi, success | Leave a reply

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

Compile HandBrake on Linux, the Easy Way – and Fedora RPMs..

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

Handbrake is a very useful video conversion tool, and it runs on Linux as well! The latest released version (as of July 2013) is 0.9.9, and can be found here: http://handbrake.fr/downloads.php The compile is somewhat non-standard, and is definitely a good candidate for RTFM…! If you try to do it the ‘usual’ way, you will probably get … Continue reading →

Posted in compilation, Crash and Burn.., Fedora, Hacks, Linux | Tagged compile, fedora, fedora 18 rpm, fedora 19 segfault, handbrake, linux, rtfm, success | 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

Post navigation

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