Jan 5 2012

Oktolight 8 port slave

20120105-172138.jpg

20120105-172147.jpg
2 mcu powered oktolight slaves for 8 channels. 16 channels to come soon.


Jan 11 2012

Oktolight master 8 port smd is ready

Here we go , brand new and ready. 3 mcu powered 8 channel master with one (spi) output to the next 8 port smd slave. So 3 slaves an 1 master would be sufficient for 32 channels.

see it in action on youtube

if the above video does not work for you, use this one, without music

with music, might not work in every country. then see video above without music…

 

20120111-011711.jpg

20120111-011721.jpg

20120111-011729.jpg

20120111-011746.jpg

lol
20120112-040214.jpg


May 18 2012

font’s in xterm

xterm -fn 9×15
list of fonts available :  xlsfonts

letters belonging to a given font: xfd


May 18 2012

mount image file’s partition

fdisk -ul image.img
You must set cylinders.
You can do this from the extra functions menu.
Disk image-sda: 0 MB, 0 bytes
255 heads, 63 sectors/track, 0 cylinders, total 0 sectors
Units = sectors of 1 * 512 = 512 bytes
Device     Boot Start End      Blocks    Id System
image.img *    63    78140159 39070048+ 7  HPFS/NTFS
Partition 1 has different physical/logical endings:
phys=(1023, 254, 63) logical=(4863, 254, 63)
# mount -o loop,offset='''32256''' -t auto image.img mnt/

May 16 2012

initrd auspacken / einpacken | vmlinuz

auspacken:

gunzip < initrd.img | cpio -i –make-directories

 

einpacken:

find ./ | cpio -H newc -o > initrd.cpio

gzip initrd.cpio

mv initrd.cpio.gz initrd.img

———-

 

 

vmlinuz:

od -t x1 -A d vmlinuz | grep "1f 8b 08" 
0008322 1b 00 1f 8b 08 00 d5 c2
dd bs=1 skip=8324 if=vmlinuz | zcat > vmlinux_extract


May 16 2012

p910nd not starting ?

AW: p910nd – Daemon kann nicht gestartet werden

na leute, habt ihr es hinbekommen?
also, hier zwei dinge die ihr nach dem kompilieren noch machen müsst:

wenn ihr das init.d startscript nutzen wollt: einfach startproc weglöschen
und jetzt zu dem wichtigerem teil, da nach geht es nämlich immer noch nicht… :P

ihr müsst schauen, dass auch alle Pfade existieren (zu finden in den man pages), bir mir fehlte:
/var/lock/subsys/
var/lock war zwar da, aber subsys nicht…
hoffe, es hilft dem einen oder anderen…

bis dahin,
OO


May 13 2012

ffmpeg and copy metatag from flac to mp3 – incl converting

a=”`echo “$1″| sed -s “s/\.flac//g”`”;

echo ffmpeg -i \”$1\” -map_metadata 0:g:0 -acodec libmp3lame -ar 44100 -ab 224k -y \”$a.mp3\”

 

use as script:

ls  *.flac| while read line; do ./convert_flac2mp3.sh “$line”;done


Mar 25 2012

Oktolight rgb led connectors

20120325-145626.jpg

20120325-145654.jpg

Red = red
Green = green
Blue = blue
Black = +12V

20120325-151009.jpg


Feb 23 2012

Configure script missing?

aclocal
Autoconf
Automake
Automake –missing………

Shtools – automake to be installed


Feb 16 2012

Oktolight master professional pcb

20120216-113231.jpg

20120216-113242.jpg


Feb 11 2012

Oktolight v2.7 – now on stock !

20120211-003119.jpg


Feb 8 2012

udev rules

udevadm info -a -p $(udevadm info -q path -n /dev/input/event2)

find infos and update /etc/udev/rules.d/31-rulename

example_:

ATTRS{maxchild}==”0″
ATTRS{quirks}==”0×0″
ATTRS{avoid_reset_quirk}==”0″
ATTRS{authorized}==”1″
ATTRS{manufacturer}==”X10 Wireless Technology Inc”
ATTRS{product}==”USB Receiver”