Posts in category www.bsdimp.blogspot.com
What is all the TBEMD stuff
I\'ve been getting questions about what TBEMD means in my commits to FreeBSD head.First, I\'ll tell you the name. TBE stands for TARGET_BIG_ENDIAN. For the MIPS and ARM ports, it is an environment variable that you have to set to build these targets for big endian (otherwise they default to little endian). MD is Must Die. A few years (Re [...]
What is all the TBEMD stuff
The dangers of forgetting svn add
I spent a lot of time before the 8.1 release adding code to transparently map COMPAT_IA32 to COMPAT_FREEBSD32. I tested all kinds of different scenarios to make sure that it works, that it got error messages from old config programs, etc.Today I got a complaint that COMPAT_IA32 doesn\'t work in 8.1-RELEASE. Linux module was failing to load [...]
The dangers of forgetting svn add
silly vpn hack
silly vpn hack
I finally got frustrated by the inability of /etc/resolv.conf to do what I\'d say in pseudo code:if domain==example.com; then nameserver=1.2.3.4else nameserver=4.3.2.1since I need that when I\'m on my VPN to example.com.So, round one of the hack is to tell dhclient to use my local nameserver, and do it with named.So, in /etc/dhclient.conf, I [...]
video on FreeBSD with skype
video on FreeBSD with skype
Hans Peter Selasky has been very busy adding support for web cams and other usb video devices. We tried a number of different cameras that we had laying around iX Systems the other day. All of them were recognized as valid video cameras. Some of them worked with pwcview and skype. Some of them had problems with the palettes, or (Read mor [...]
Booting instructions for FreeBSD on C...
Booting instructions for FreeBSD on C...
Here\'s a quick note on how to net boot the Cavium EBT3000 board running uboot. The Cavium kernel is still a work in progress as I restore all the fixes I made to an earlier version of this code that I was unable to release.You\'ll need to break into the boot sequence for this board. Usually that\'s just hitting (Read more...)
DLINK DIR-615 REV C1 Redux
After hitting a dry hole with my DIR-615 REV A1, I thought I\'d try the DIR-615 REV C1 that I have. It has an Atherose AR9130 in it. This is very similar to the AR7130 that the RouterStation I have running, and I thought it would be a simple matter to use uboot to netboot this code.Again, I was (Read more...)