Skip to content

Instantly share code, notes, and snippets.

@bonnieking
bonnieking / dvb-dmesg.txt
Created December 19, 2015 07:38
dvb dmesg outernet
[ 0.000000] microcode: CPU0 microcode updated early to revision 0x1b, date = 2014-05-29
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.2.3-200.fc22.x86_64 (mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC) ) #1 SMP Thu Oct 8 03:23:55 UTC 2015
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.2.3-200.fc22.x86_64 root=/dev/mapper/vg_featherfall-lv_root ro rd.md=0 rd.lvm.lv=vg_featherfall/lv_swap KEYTABLE=us SYSFONT=True rd.luks=0 LANG=en_US.UTF-8 rd.lvm.lv=vg_featherfall/lv_root rd.dm=0
[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
@bonnieking
bonnieking / ondd error
Created December 19, 2015 07:37
ondd error
[bonniek@featherfall orx86]$ pkill ondd-x86_64
[bonniek@featherfall orx86]$ ./ondd-x86_64
01:36:30.736 [main] Unable to load config: /etc/ondd.conf (null)
01:36:30.737 [main] v2.0.0
01:36:30.751 [main] thread exception: bind() failed: (98) Address already in use
[bonniek@featherfall orx86]$ sudo ./ondd-x86_64
[sudo] password for bonniek:
01:36:39.355 [main] Unable to load config: /etc/ondd.conf (null)
01:36:39.356 [main] v2.0.0
01:36:39.415 [main] tuning to 0 Mhz 0 KSym
@bonnieking
bonnieking / 0000-geniatech-hdstar-modules.patch
Created December 18, 2015 14:55 — forked from pdp7/0000-geniatech-hdstar-modules.patch
outernet hdstar patch: orx-rpi/rpi/patches/linux/0aa6fa69a7874060590c8cb4fabdb9a222501a08/0000-geniatech-hdstar-modules.patch
diff --git a/drivers/media/dvb-frontends/ds3000.c b/drivers/media/dvb-frontends/ds3000.c
index 9d0d034..6cc9d22 100644
--- a/drivers/media/dvb-frontends/ds3000.c
+++ b/drivers/media/dvb-frontends/ds3000.c
@@ -1,8 +1,8 @@
/*
- Montage Technology DS3000 - DVBS/S2 Demodulator driver
- Copyright (C) 2009-2012 Konstantin Dimitrov <kosio.dimitrov@gmail.com>
+ Montage Technology DS3000/TS2020 - DVBS/S2 Demodulator/Tuner driver
+ Copyright (C) 2009 Konstantin Dimitrov <kosio.dimitrov@gmail.com>
@bonnieking
bonnieking / lighthouse notes 2015-12-14
Last active December 14, 2015 17:55
lighthouse notes 2015-12-14
########################################################################
root@outernet:~# find /sys |grep bcm
/sys/bus/sdio/drivers/bcmsdh_sdmmc
/sys/bus/sdio/drivers/bcmsdh_sdmmc/bind
/sys/bus/sdio/drivers/bcmsdh_sdmmc/sdio:0001:1
/sys/bus/sdio/drivers/bcmsdh_sdmmc/sdio:0001:2
/sys/bus/sdio/drivers/bcmsdh_sdmmc/uevent
/sys/bus/sdio/drivers/bcmsdh_sdmmc/unbind
root@outernet:~# find /sys -type f |grep broadcm
@bonnieking
bonnieking / lighthouse ps
Created December 12, 2015 05:19
lighthouse ps
outernet@outernet:~$ ps -ef
PID USER COMMAND
1 root init
2 root [kthreadd]
3 root [ksoftirqd/0]
5 root [kworker/0:0H]
6 root [kworker/u4:0]
7 root [migration/0]
8 root [rcu_preempt]
9 root [rcu_bh]
Welcome to minicom 2.7
OPTIONS: I18n
Compiled on Aug 17 2014, 17:46:40.
Port /dev/ttyUSB0, 23:10:00
Press CTRL-A Z for help on special keys
Password:
@bonnieking
bonnieking / bbb rcn bb-kernel linux 4.1
Created October 31, 2015 21:05
bbb rcn bb-kernel linux 4.1
[bonniek@featherfall bb-kernel]$ ./build_kernel.sh
+ Detected build host ["Fedora release 22 (Twenty Two)"]
+ host: [x86_64]
+ git HEAD commit: [c674bb1cd71beb7e6a24dc2255f71bf50ca94597]
RPM distro version: [22]
Installing:
-----------------------------
--2015-10-31 16:04:59-- https://releases.linaro.org/15.05/components/toolchain/binaries/arm-linux-gnueabihf/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf.tar.xz
Resolving releases.linaro.org (releases.linaro.org)... 54.225.141.114
Connecting to releases.linaro.org (releases.linaro.org)|54.225.141.114|:443... connected.
@bonnieking
bonnieking / bbb rcn bb-kernel linux 4.3
Last active November 2, 2015 05:38
bbb rcn bb-kernel linux 4.3
############################################################
[bonniek@featherfall bb-kernel-v2]$ git checkout am33x-v4.3
Already on 'am33x-v4.3'
Your branch is up-to-date with 'origin/am33x-v4.3'.
[bonniek@featherfall bb-kernel-v2]$ cat .git/cop
cat: .git/cop: No such file or directory
[bonniek@featherfall bb-kernel-v2]$ cat .git/config
[core]
repositoryformatversion = 0
filemode = true
@bonnieking
bonnieking / bbb rcn bb-kernel am33x-v3.8: part 2
Last active November 2, 2015 05:38
bbb rcn bb-kernel am33x-v3.8: part 2
[bonniek@featherfall KERNEL]$ git diff
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index a0c757a..fbbb7cc 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -15,6 +15,8 @@ config SH_MIPI_DSI
config SH_LCD_MIPI_DSI
bool
+source "drivers/video/fbtft/Kconfig"
@bonnieking
bonnieking / bbb rcn bb-kernel am33x-v3.8
Last active November 2, 2015 05:38
bbb rcn bb-kernel am33x-v3.8
#################################################################
[bonniek@featherfall bb-kernel]$ git checkout am33x-v3.8
Already on 'am33x-v3.8'
Your branch is up-to-date with 'origin/am33x-v3.8'.
[bonniek@featherfall bb-kernel]$
[bonniek@featherfall bb-kernel]$ ./build_kernel.sh
+ Detected build host ["Fedora release 22 (Twenty Two)"]
+ host: [x86_64]