↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: kernel

Post navigation

← Older posts
Newer posts →

ARM – Odroid U3 to 3.14-rc3, but USB Fail..

Adventures With Linux ™ Posted on March 1, 2014 by RGMarch 1, 2014

After a lot of ‘hacking’, I managed to get the Odroid U3 to boot with Kernel 3.14-rc3, from http://git.prahal.homelinux.net/odroid.git/ , but there were persistent issues with USB, which refused to recognise any devices connected (apart from the USB memory stick (usb-storage) connection built-in to the kernel at compile time). Fedora release 20 (Heisenbug) Kernel 3.14.0-rc3 on an … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Odroid, Opinion, Performance | Tagged boot ok, kernel 3.14-rc3, no connection, odroid u3, usb issues | 4 Replies

Kernel 3.13.4 – And Workaround for UVCVIDEO problem..

Adventures With Linux ™ Posted on February 21, 2014 by RGFebruary 21, 2014

Updated to Kernel 3.13.4, and the latest NVIDIA driver 331.49 and (patched) VMware 10.0.1 compile and load/run OK.. Details of changes are here:  https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.4 I had still been having problems with the uvcvideo driver (with a Logitech C525 webcam), since updating from kernel 3.12 to kernel 3.13 – and the problems is also in 3.14-rc3..   I … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged failed to submit urb, kernel 3.13.4, linux, multiple usb video devieces, nvidia 331.49, success, uvcvideo problem, vmware 10.0.1 patched, worksround | Leave a reply

ARM – Odroid Progress – Compiled Kernel, and KDE..

Adventures With Linux ™ Posted on February 14, 2014 by RGFebruary 14, 2014

Fedora 20 – KDE Desktop on ODROID U3 Found a suitable source tree for (old!) kernel 3.8.13.16: git clone -b odroid-3.8.y –single-branch https://github.com/hardkernel/linux – which compiled on the device itself with no problems – the old-fashioned way (# make zImage, etc..) and installed and ran without problems: Fedora release 20 (Heisenbug) Kernel 3.8.13.16 on an armv7l (ttySAC1) … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Odroid, Performance | Tagged arm, kde, kernel 3.8.13.16, linux, odroid, smplayer, source compile, success, u2/u3, vlc | Leave a reply

NVIDIA – New Driver – Kernel 3.13 Fail..

Adventures With Linux ™ Posted on February 8, 2014 by RGFebruary 8, 2014

NVIDIA have just released driver 334.16, but – despite the fact that Kernel 3.13 has been released for some time now – the driver still fails to load correctly, with the same ”Unknown symbol acpi_os_wait_events_complete (err 0)” error.. So, the existing known/good kernel 3.13 patch still applies, except that the section of the patch relating to /uvm/nvidia_uvm_linux.h … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion, Performance | Tagged fail, kernel 3.13, kernel 3.13.2, nvidia 334.16, patch, success, unknown symbol acpi_os_wait_events_complete | 3 Replies

NVIDIA – Possible Kernel 3.14 Patch..

Adventures With Linux ™ Posted on February 4, 2014 by RGFebruary 4, 2014

There is an article on DevZone that includes a possible Kernel 3.14 patch, from s_molgaard, for driver 331.38:  https://devtalk.nvidia.com/default/topic/683534/linux/331-38-on-3-14-rc1-kernel/ The patch format is – apparently – for kernel boot-time patching using dkms, which I don’t use..   So..  I just manually applied the changes shown for nv-linux.h to the Kernel 3.13 patch mentioned in my previous article http://rglinuxtech.com/?p=1032, … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance | Tagged compile, kernel 3.14-rc1, nvidia 331.38, patch, success | Leave a reply

NVIDIA – A Kernel 3.13 Patch that Works..

Adventures With Linux ™ Posted on February 4, 2014 by RGFebruary 4, 2014

There have been several ‘Kernel 3.13’ patches on various sites for the latest NVIDIA drivers, and I have finally found one that – on my system – actually works, without causing uvcvideo / usb problems (see previous articles..) Thanks to the folks at ArchLinux, the patch can be found here:  https://projects.archlinux.org/svntogit/packages.git/plain/trunk/nvidia_3.13_kernel.patch?h=packages/nvidia Be aware that there are other … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance | Tagged archlinux, kernel 3.13 patch, nvidia 331.38, success, usb, uvcvideo | 4 Replies

Linux/ARM – DreamPlug to 3.14-rc1

Adventures With Linux ™ Posted on February 3, 2014 by RGFebruary 3, 2014

Just updated the DreamPlug to Kernel 3.14-rc1, and everything seems to work OK…    Still getting a few  mvsdio f1090000.mvsdio: unhandled interrupt status=0x0810 en=0x0000 pio=0  messages at boot time, but none after the system has booted… Fedora release 18 (Spherical Cow) Kernel 3.14.0-rc1 on an armv5tel (ttyS0) # uname -a Linux rgdreamplug 3.14.0-rc1 #1 PREEMPT Mon Feb 3 … Continue reading →

Posted in Dreamplug, Fedora, kernel, Linux / ARM, Opinion | Tagged arm, dreamplug, kernel 3.14-rc1, linux, success | 13 Replies

Kernel 3.14-rc1 – VMware OK, NVIDIA Fail..

Adventures With Linux ™ Posted on February 3, 2014 by RGFebruary 3, 2014

Just updated the test system to Kernel 3.14-rc1, and did the usual tests with the latest VMware (10.0.1) and NVIDIA (331.38). VMware compile failed with the VMware version of vmci, but this can be fixed by selecting the kernel.org versions of these modules, from the standard 3.14-rc1 source tree.   The vmci module can be found under ‘Misc … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged compile fail, kernel 3.14-rc1, kernel.org versions, nvidia 331.38, nvidia acpi, vmci, vmware 10.0.1 ok, vsock | Leave a reply

Kernel 3.13.1 – Better NVIDIA Patch, but Still Problems..

Adventures With Linux ™ Posted on January 30, 2014 by RGJanuary 30, 2014

Installed kernel 3.13.1 on my main system, and found a better version of the NVIDIA patch for driver 331.38 here: http://cvs.rpmfusion.org/viewvc/rpms/nvidia-kmod/devel/nvidia_3.13_kernel.patch?revision=1.3&root=nonfree&view=markup Video playback – especially on kaffeine – is better, but I am still getting problems with uvcvideo and usb audio etc: ……. [  841.265226] uvcvideo: Found UVC 1.00 device VF0700 Live! Cam Chat HD (041e:4088) [  … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance | Tagged driver 331.38, kernel 3.13.1, nvidia segfault, patch, uvcvideo problems | Leave a reply

NVIDIA – New ‘Legacy’ Driver – Still Needs Patch

Adventures With Linux ™ Posted on January 25, 2014 by RGJanuary 25, 2014

NVIDIA have just released a new version of their ‘legacy’ 304-series driver – 304.119, but it still needs the usual patch for kernel 3.13.. modprobe: ERROR: could not insert ‘nvidia’: Unknown symbol in module, or unknown parameter (see dmesg) make[1]: *** [package-install] Error 1 make: *** [install] Error 2 Hopefully NVIDIA will release really up-to-date drivers soon, … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance | Tagged driver 304.119, legacy, nvidia, still needs 313 patch | 2 Replies

Post navigation

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