-
Recent Posts
Archives
- June 2013
- April 2013
- March 2013
- February 2013
- January 2013
- October 2012
- August 2012
- July 2012
- June 2012
- January 2012
- November 2011
- May 2011
- April 2011
- November 2010
- June 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- November 2008
- October 2008
- July 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
Categories
Meta
Category Archives: Linux
Rebuild a Debian package from source
In some rare cases I need to debug some networking protocols and my target of interest is NTP. I am debugging an issue where (maybe) NTP sets the current time backwards about two hours. My first candidate to look deeper … Continue reading
Building etna_viv on the sabre lite
At the moment I am playing around with a cute nice little imx6q board – the sabre lite. I am running a freescale based RFS with the binary libGAL.so blob in the user space. So why not look into etna_viv … Continue reading
SMBus Compatibility With an I²C Device
Some naive guys – like me – think that SMBus and I²C are equal expect the bus level. But in the last days I run into a problem where an at24 based EEPROM connected via SMBus triggers a bus collision … Continue reading
Detect initramfs under Debian squeeze
I am looking for a way to detect If a initramfs was used during boot. And after some reboots and reading of init script of initramfs-tools I found this solution. This may not work under wheezy or any other working … Continue reading
Posted in Debian, Linux
Leave a comment
systemd on a Gentoo based system
I always wanted to try out systemd as I like the ideas and concept behind it. So lets get started: add systemd USE-flag emerge –ask –changed-use –deep @world emerge –ask systemd change grub config to use init=/usr/bin/systemd reboot This can be fixed … Continue reading
Couldn’t register serial port 0000:02:0a.2: -28
I run into a problem where I have a device which has two normal serial ports and some on a PCI device. After booting the kernel I got this error line: In order to get more than 2 serial ports … Continue reading
Git via Git
If you already have Git installed, you can get the latest development version via Git itself: git clone https://github.com/git/git.git
Posted in Linux, Programming
Leave a comment
Change mac address under linux – the brutal way
Last days I run into a problem that I needed to change the mac address of a network card directly under linux. In the last years VxWorks was used for this purpose – oh and yes I know that you … Continue reading
Posted in Linux
Leave a comment
Who is wasting my disk space
I think all of us run into this problem… the free space on a storage medium is getting smaller and smaller and you are not really sure why this is the case. For such cases I use a graphical tool … Continue reading
Posted in Linux, Stuff
Leave a comment
em8300: starting from scratch
The last two days I found again some time to hack on the em8300/dxr3 driver. I see the end comming of all my work, but I need to change the way I work. I have renamed the old project on … Continue reading