↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: linux

Post navigation

← Older posts
Newer posts →

Fedora – Installing a Working ZoneMinder..

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

Installed ZoneMinder ( https://zoneminder.com ) for some IP and WiFi cameras, and the first thing to remember is to not use the Fedora version!    This is due to the lack of ffmpeg and vlc support in that version, which makes the software somewhat less than useful.. Fortunately, there is good Fedora support, with a fully-functional version – … Continue reading →

Posted in Fedora, fix, Linux, Opinion, Performance, success, Video | Tagged fedora, install, ip-cams, linux, repo changes, success, zoneminder | 1 Reply

ARM – Kernel 4.4-rc3 – OK with Odroid U3 (and Fan..)

Adventures With Linux ™ Posted on December 4, 2015 by RGDecember 4, 2015

Tested Kernel 4.4-rc3 with the Odroid U3, and – finally – the fan works correctly..    Kernels from 4.2 onward booted successfully, but the fan ran continuously…    And now I can add the U3 to the (small!) list of my ARM devices that work with the standard unpatched kernel.org kernel (the others are the DreamPlug (ARMv5) and the … Continue reading →

Posted in compilation, kernel, Linux / ARM, Odroid, Opinion, Performance | Tagged arm, armv7, cooling fan works OK, kernel 4.4-rc3, linux, odroid u3 | 18 Replies

Kernel – 4.3 Final released – OK with Latest VMware and NVIDIA…

Adventures With Linux ™ Posted on November 2, 2015 by RGNovember 2, 2015

Updated to Kernel 4.3 ‘Final’ and the latest versions of VMware (12.0.1) and NVIDIA (tested with 352.55) install and load/run OK, without the need for any patches.. Brief details of changes from -rc7 are here: http://lkml.iu.edu/hypermail/linux/kernel/1511.0/00204.html $ uname -a Linux rglinux-i7 4.3.0 #1 SMP Sun Nov 1 17:27:46 PST 2015 x86_64 x86_64 x86_64 GNU/Linux Robert Gadsdon.   November … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged kernel 4.3 final, linux, no patches needed, nvidia 352.55, released, success, vmware 12.0.1 | 2 Replies

ARM – Odroid U3 OK With Latest U-Boot..

Adventures With Linux ™ Posted on September 25, 2015 by RGSeptember 25, 2015

Recently tried the latest standard release of u-boot from ftp://ftp.denx.de/pub/u-boot/ , and it now works OK with the SDCard in the Odroid U3.    You still have to incorporate the ‘special’ secure-boot binaries and shell script from the hardkernel version ( in directory sd_fuse) from https://github.com/hardkernel/u-boot/tree/odroid-v2010.12 and change the reference to u-boot.bin to u-boot-dtb.bin in sd_fusing.sh. U-Boot 2015.10-rc3 … Continue reading →

Posted in Linux / ARM, Performance, success, U-Boot | Tagged arm, linux, odroid u3, sd_fusing, success, u-boot 2015.10-rc3 | 2 Replies

ARM – Odroid to 4.3-rc2..

Adventures With Linux ™ Posted on September 21, 2015 by RGSeptember 21, 2015

Just updated the Odroid U3 to (patched) Kernel 4.3-rc2, from here:  https://github.com/tobiasjakobi/linux-odroid/tree/odroid-4.3.y Fedora 23 (Twenty Three) Kernel 4.3.0-rc2 on an armv7l (ttySAC1) …………….. ]# uname -a Linux rgodroid 4.3.0-rc2 #1 SMP Mon Sep 21 13:38:23 PDT 2015 armv7l armv7l armv7l GNU/Linux I had tried the ‘standard’ release of 4.3-rc2 from kernel.org, and this booted OK, but the … Continue reading →

Posted in compilation, kernel, Linux / ARM, Odroid, Opinion, Performance | Tagged arm, kernel 4.3-rc2 patched, linux, odroid u3, success | 3 Replies

ARM64 – DragonBoard 410c to Kernel 4.2-rc5..

Adventures With Linux ™ Posted on August 25, 2015 by RGAugust 25, 2015

Just updated the Qualcomm DragonBoard 410c to (patched..) Kernel 4.2-rc5, from here:  https://git.linaro.org/landing-teams/working/qualcomm/kernel.git/shortlog/refs/heads/integration-linux-qcomlt This time, the boot was successful, and the mmc1 SDcard (rootfs) was recognised correctly.. Fedora release 23 (Twenty Three) Kernel 4.2.0-rc5 on an aarch64 (ttyMSM0) ……… ]# uname -a Linux rg410c 4.2.0-rc5 #1 SMP PREEMPT Tue Aug 25 11:38:52 PDT 2015 aarch64 aarch64 aarch64 … Continue reading →

Posted in aarch64, arm, Dragonboard, kernel, Linux / ARM | Tagged aarch64, arm64, dragonboard 410c, kernel 4.2-rc5, linaro/qcom, linux, patched, success | Leave a reply

ARM – Odroid to 4.2-rc7..

Adventures With Linux ™ Posted on August 22, 2015 by RGAugust 22, 2015

Just updated the Odroid U3 to Kernel 4.2-rc7, from here:  https://github.com/tobiasjakobi/linux-odroid/tree/odroid-4.2.y Fedora release 23 (Twenty Three) Kernel 4.2.0-rc7 on an armv7l (ttySAC1) ……………… ]# uname -a Linux rgodroid 4.2.0-rc7 #1 SMP Fri Aug 21 11:30:26 PDT 2015 armv7l armv7l armv7l GNU/Linux The workflow is as before ( http://rglinuxtech.com/?p=1297 ), with the exception that  # make exynos4412_defconfig is … Continue reading →

Posted in Fedora, kernel, Linux / ARM, Odroid | Tagged arm, kernel 4.2-rc7, linux, odroid u3, success, update | 2 Replies

ARM64 – HiKey – Change to UEFI Boot..

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

After some more testing, including trying (unsuccessfully) the HiKey version of Kernel 4.1-rc4 # git clone -b hikey-mainline-rebase –single-branch https://github.com/96boards/linux/   I was frustrated by the complete lack of kernel boot info on screen, after the proprietary bootloader had finished.. More research found that this bootloader was described as somewhat deficient in the ‘fit for purpose’ department, and … Continue reading →

Posted in aarch64, ARM64, compilation, Crash and Burn.., Hikey, Linux / ARM, UEFI | Tagged arm64, bootloader, emmc, grub, hikey, linux, success, uefi | Leave a reply

ARM64 – DragonBoard to 4.2-rc1 – And Back Again..

Adventures With Linux ™ Posted on July 17, 2015 by RGJuly 17, 2015

Updated the DragonBoard 410c to patched Kernel 4.2-rc1 from https://git.linaro.org/landing-teams/working/qualcomm/kernel.git/tree/refs/heads/integration-linux-qcomlt , and the system booted OK: Fedora release 22 (Twenty Two) Kernel 4.2.0-rc1+ on an aarch64 (ttyMSM0) ……….. # uname -a Linux rg410c 4.2.0-rc1+ #2 SMP PREEMPT Thu Jul 16 15:14:27 PDT 2015 aarch64 aarch64 aarch64 GNU/Linux – But, on further testing, the SD Card (mmc1) had … Continue reading →

Posted in aarch64, ARM64, compilation, Crash and Burn.., Dragonboard, Hacks, kernel, Linux / ARM | Tagged arm64, boot ok, dragonboard 410c, kernel 4.2-rc1 patched, linux, mmc1, reset 0x1 never completed, sdcard not detected | 3 Replies

ARM64 – And Now… 8 Cores!

Adventures With Linux ™ Posted on July 9, 2015 by RGJuly 9, 2015

I had another ARM64 system on order for some time, and – unexpectedly – it shipped a few days ago.. It is an 8-core ‘Hikey’ board, based on the same 96Boards outline as the DragonBoard 410c.. So far, I have it booting – with the Linaro/Hikey 3.18 kernel – and have put Fedora 22 on it.. Fedora … Continue reading →

Posted in aarch64, ARM64, Fedora, Hikey | Tagged 8 cores, 96boards, arm64, boot, fedora 22, hikey, linux, success | 2 Replies

Post navigation

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