<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>My weird place</title>
	<atom:link href="http://blogs.freebsdish.org/xride/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.freebsdish.org/xride</link>
	<description>Just another FreeBSD Committers Blogs weblog</description>
	<pubDate>Tue, 15 Jul 2008 17:58:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Ham radio project.</title>
		<link>http://blogs.freebsdish.org/xride/2008/07/15/ham-radio-project/</link>
		<comments>http://blogs.freebsdish.org/xride/2008/07/15/ham-radio-project/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 17:58:37 +0000</pubDate>
		<dc:creator>xride</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[HamRadio]]></category>

		<category><![CDATA[Homebrew]]></category>

		<guid isPermaLink="false">http://blogs.freebsdish.org/xride/2008/07/15/ham-radio-project/</guid>
		<description><![CDATA[	&#160;have been looking at this program for a while: glfer. though i haven&#8217;t been able to get it running.

	To test it i&#8217;m using a homebrewed magnetics loop antenna with an amp and bp filter.
 ]]></description>
			<content:encoded><![CDATA[	<p>&nbsp;have been looking at this program for a while: <a href="http://" title="http://www.qsl.net/in3otd/glfer.html">glfer</a>. though i haven&#8217;t been able to get it running.</p>

	<p>To test it i&#8217;m using a homebrewed magnetics loop antenna with an amp and bp filter.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://blogs.freebsdish.org/xride/2008/07/15/ham-radio-project/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New job.</title>
		<link>http://blogs.freebsdish.org/xride/2008/07/15/new-job/</link>
		<comments>http://blogs.freebsdish.org/xride/2008/07/15/new-job/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 17:50:42 +0000</pubDate>
		<dc:creator>xride</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blogs.freebsdish.org/xride/2008/07/15/new-job/</guid>
		<description><![CDATA[	Started July 1. at Innocom. I finally get to work with both hardware and software.

	Not like till now where the majority has been software.

	This is going to be fun.

	So what am I going to be woking with CATV and other RF applications.

	.. Let the fun begin ..
 ]]></description>
			<content:encoded><![CDATA[	<p>Started July 1. at <a href="http://" title="http://www.innocom.dk/">Innocom</a>. I finally get to work with both hardware and software.</p>

	<p>Not like till now where the majority has been software.</p>

	<p>This is going to be fun.</p>

	<p>So what am I going to be woking with <span class="caps">CATV</span> and other RF applications.</p>

	<p>.. Let the fun begin ..</p>
 ]]></content:encoded>
			<wfw:commentRss>http://blogs.freebsdish.org/xride/2008/07/15/new-job/feed/</wfw:commentRss>
		</item>
		<item>
		<title>syslog to a FreeBSD syslogd host.</title>
		<link>http://blogs.freebsdish.org/xride/2007/05/06/syslog-to-a-freebsd-syslogd-host/</link>
		<comments>http://blogs.freebsdish.org/xride/2007/05/06/syslog-to-a-freebsd-syslogd-host/#comments</comments>
		<pubDate>Sun, 06 May 2007 08:08:11 +0000</pubDate>
		<dc:creator>xride</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://blogs.freebsdish.org/xride/2007/05/06/syslog-to-a-freebsd-syslogd-host/</guid>
		<description><![CDATA[	Today I decided to set up some syslog logging of my router.

	I enabled syslog logging on the router and pointed it in direction of the syslogd box.

	I could see that the syslog packets got to the interface of the syslogd box, but nothing in the logs.

	First removed -s from syslogd_flags in /etc/rc.conf, then added -a [...]]]></description>
			<content:encoded><![CDATA[	<p>Today I decided to set up some syslog logging of my router.</p>

	<p>I enabled syslog logging on the router and pointed it in direction of the syslogd box.</p>

	<p>I could see that the syslog packets got to the interface of the syslogd box, but nothing in the logs.</p>

	<p>First removed -s from syslogd_flags in /etc/rc.conf, then added -a syslog_src_ip/bitmask to syslogd_flags.</p>

	<p>Still nothing in the logs.</p>

	<p>Then added -dv to the flags, and found that i got:</p>

	<p><font size="-1"><strong>rejected in rule 0 due to port mismatch</strong></font></p>

	<p>Well after some searching i found that one could add :* to the -a ip:bitmask line.</p>

	<p>Did so and messages got into syslogd, but they did not end up in the right log file.</p>

	<p>&#8216;+hostname&#8217; to the rescue, added it at the end of /etc/syslog.conf, still nothing in the right logfile.</p>

	<p>Then noticed that the logfile specified in the +hostname block was assigned to the last !program block.</p>

	<p>I figured that the right order of /etc/syslog.conf should be:</p>

	<p>1) General logging.</p>

	<p>2) +hostname block(s).</p>

	<p>3) !program block(s).</p>

	<p>If not in this order it will not work.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://blogs.freebsdish.org/xride/2007/05/06/syslog-to-a-freebsd-syslogd-host/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SD/MMC support for IBM/Lenovo with Ricoh hw</title>
		<link>http://blogs.freebsdish.org/xride/2007/04/26/sdmmc-support-for-ibmlenovo-with-ricoh-hw/</link>
		<comments>http://blogs.freebsdish.org/xride/2007/04/26/sdmmc-support-for-ibmlenovo-with-ricoh-hw/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 22:12:21 +0000</pubDate>
		<dc:creator>xride</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://blogs.freebsdish.org/xride/2007/04/26/sdmmc-support-for-ibmlenovo-with-ricoh-hw/</guid>
		<description><![CDATA[	About a week ago i came across this post:

	http://lists.freebsd.org/pipermail/freebsd-mobile/2007-April/009666.html

	This evning i decided to give it a try.

	For a starter, my laptop is a Lenovo 3000 N100 (&#60;LENOVO TP-61&#62; according to acpi).

	#pciconf -lv

	[SNIP]

	none2@pci5:6:1: class=0&#215;080500 card=0&#215;207717aa chip=0&#215;08221180 rev=0&#215;19 hdr=0&#215;00
vendor&#194;&#160;&#194;&#160;&#194;&#160;&#194;&#160; = &#8216;Ricoh Company, Ltd.&#8217;
device&#194;&#160;&#194;&#160;&#194;&#160;&#194;&#160; = &#8216;SD Bus Host Adapter&#8217;
class&#194;&#160;&#194;&#160;&#194;&#160;&#194;&#160;&#194;&#160; = base peripheral
none3@pci5:6:2: class=0&#215;088000 card=0&#215;207817aa chip=0&#215;08431180 rev=0&#215;01 hdr=0&#215;00
vendor&#194;&#160;&#194;&#160;&#194;&#160;&#194;&#160; = [...]]]></description>
			<content:encoded><![CDATA[	<p>About a week ago i came across this post:</p>

	<p><a href="http://lists.freebsd.org/pipermail/freebsd-mobile/2007-April/009666.html">http://lists.freebsd.org/pipermail/freebsd-mobile/2007-April/009666.html</a></p>

	<p>This evning i decided to give it a try.</p>

	<p>For a starter, my laptop is a Lenovo 3000 <span class="caps">N100 </span>(&lt;LENOVO TP-61&gt; according to acpi).</p>

	<p>#pciconf -lv</p>

	<p>[SNIP]</p>

	<p>none2@pci5:6:1: class=0&#215;080500 card=0&#215;207717aa chip=0&#215;08221180 rev=0&#215;19 hdr=0&#215;00<br />
vendor&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp; = &#8216;Ricoh Company, Ltd.&#8217;<br />
device&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp; = &#8216;SD Bus Host Adapter&#8217;<br />
class&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp; = base peripheral<br />
none3@pci5:6:2: class=0&#215;088000 card=0&#215;207817aa chip=0&#215;08431180 rev=0&#215;01 hdr=0&#215;00<br />
vendor&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp; = &#8216;Ricoh Company, Ltd.&#8217;<br />
device&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp; = &#8216;unknown Ricoh <span class="caps">MMC </span>Host Controller&#8217;<br />
class&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp; = base peripheral<br />
none4@pci5:6:3: class=0&#215;088000 card=0&#215;207917aa chip=0&#215;05921180 rev=0&#215;0a hdr=0&#215;00<br />
vendor&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp; = &#8216;Ricoh Company, Ltd.&#8217;<br />
device&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp; = &#8216;unknown Ricoh Memory Stick Host Controller&#8217;<br />
class&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp; = base peripheral<br />
none5@pci5:6:4: class=0&#215;088000 card=0&#215;207a17aa chip=0&#215;08521180 rev=0&#215;05 hdr=0&#215;00<br />
vendor&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp; = &#8216;Ricoh Company, Ltd.&#8217;<br />
device&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp; = &#8216;unknown Ricoh xD-Picture Card Host Controller&#8217;<br />
class&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp;&Acirc;&nbsp; = base peripheral<br />
This are some of the hard facts.</p>

	<p>Getting src/sys patched up was somewhat easy. There is one small problem though.</p>

	<p>The function &#8217; bus_setup_intr()&#8217; has lately changed the number of arguments.</p>

	<p>after looking at some other drivers i decided to try and just add <span class="caps">NULL</span>,.</p>

	<p>It compiled then, even loaded as a module.</p>

	<p>sdh0: &lt;SD Host Controller&gt; mem 0xb0300400-0xb03004ff irq 23 at device 6.1 on pci5</p>

	<p>sdh0: Found 1 slots</p>

	<p>sdh0: [ITHREAD]</p>

	<p>Everything looks fine.. atleast till i decide to hotplug a sd card .. whoops reboot no panic.</p>

	<p>Debugging will continue later..</p>
 ]]></content:encoded>
			<wfw:commentRss>http://blogs.freebsdish.org/xride/2007/04/26/sdmmc-support-for-ibmlenovo-with-ricoh-hw/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What things are called and can do</title>
		<link>http://blogs.freebsdish.org/xride/2007/04/25/what-things-are-called-and-can-do/</link>
		<comments>http://blogs.freebsdish.org/xride/2007/04/25/what-things-are-called-and-can-do/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 12:16:19 +0000</pubDate>
		<dc:creator>xride</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.freebsdish.org/xride/2007/04/25/what-things-are-called-and-can-do/</guid>
		<description><![CDATA[	Dru posted this on IRC today:

	http://blogs.ittoolbox.com/unix/bsd/archives/unix-humour-15908

	I specially like the &#8216;make love&#8217; one.
 ]]></description>
			<content:encoded><![CDATA[	<p>Dru posted this on <span class="caps">IRC</span> today:</p>

	<p><a href="http://blogs.ittoolbox.com/unix/bsd/archives/unix-humour-15908" title="Dru Lavigne's blog">http://blogs.ittoolbox.com/unix/bsd/archives/unix-humour-15908</a></p>

	<p>I specially like the &#8216;make love&#8217; one.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://blogs.freebsdish.org/xride/2007/04/25/what-things-are-called-and-can-do/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What am I doing?</title>
		<link>http://blogs.freebsdish.org/xride/2007/03/19/hello-world/</link>
		<comments>http://blogs.freebsdish.org/xride/2007/03/19/hello-world/#comments</comments>
		<pubDate>Mon, 19 Mar 2007 15:03:40 +0000</pubDate>
		<dc:creator>xride</dc:creator>
		
		<category><![CDATA[FreeBSD]]></category>

		<category><![CDATA[HamRadio]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[	Currently looking on http://www.scps.org

	Why am I doing this? To figure out if it could be usable for Ham Radio instead of tcp/ip over ax.25.
 ]]></description>
			<content:encoded><![CDATA[	<p>Currently looking on <a href="http://www.scps.org" title="Space Comunication Protocol Suite">http://www.scps.org</a></p>

	<p>Why am I doing this? To figure out if it could be usable for Ham Radio instead of tcp/ip over ax.25.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://blogs.freebsdish.org/xride/2007/03/19/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
