<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://sarwiki.informatik.hu-berlin.de/index.php?action=history&amp;feed=atom&amp;title=WGT634U_Tips_%26_Tricks</id>
	<title>WGT634U Tips &amp; Tricks - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://sarwiki.informatik.hu-berlin.de/index.php?action=history&amp;feed=atom&amp;title=WGT634U_Tips_%26_Tricks"/>
	<link rel="alternate" type="text/html" href="https://sarwiki.informatik.hu-berlin.de/index.php?title=WGT634U_Tips_%26_Tricks&amp;action=history"/>
	<updated>2026-05-13T22:00:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://sarwiki.informatik.hu-berlin.de/index.php?title=WGT634U_Tips_%26_Tricks&amp;diff=5603&amp;oldid=prev</id>
		<title>Jeschke: /* New Kernel Howto */</title>
		<link rel="alternate" type="text/html" href="https://sarwiki.informatik.hu-berlin.de/index.php?title=WGT634U_Tips_%26_Tricks&amp;diff=5603&amp;oldid=prev"/>
		<updated>2006-05-13T11:00:32Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;New Kernel Howto&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 11:00, 13 May 2006&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 11:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 11:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;## &#039;&#039;&#039;Attention&#039;&#039;&#039;: &amp;lt;tt&amp;gt;Kernel hacking&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Default kernel command string&amp;lt;/tt&amp;gt;, the 2.6.12-rc3 needed &amp;lt;code&amp;gt;console=ttyS1,115200&amp;lt;/code&amp;gt; while the 2.6.16 needs &amp;lt;code&amp;gt;console=ttyS0,115200&amp;lt;/code&amp;gt; for the serial console. Also: &amp;lt;code&amp;gt;/etc/inittab&amp;lt;/code&amp;gt; should be changed to give a shell on &amp;lt;code&amp;gt;tts/0&amp;lt;/code&amp;gt;.&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;## &#039;&#039;&#039;Attention&#039;&#039;&#039;: &amp;lt;tt&amp;gt;Kernel hacking&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Default kernel command string&amp;lt;/tt&amp;gt;, the 2.6.12-rc3 needed &amp;lt;code&amp;gt;console=ttyS1,115200&amp;lt;/code&amp;gt; while the 2.6.16 needs &amp;lt;code&amp;gt;console=ttyS0,115200&amp;lt;/code&amp;gt; for the serial console. Also: &amp;lt;code&amp;gt;/etc/inittab&amp;lt;/code&amp;gt; should be changed to give a shell on &amp;lt;code&amp;gt;tts/0&amp;lt;/code&amp;gt;.&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;# Big change: OpenWgt used devfs for its device file system which has been deprecated for some time and is completely removed by now. For the time being you&#039;ll need to set up a static &amp;lt;code&amp;gt;/dev&amp;lt;/code&amp;gt; directory on your root file system. Simply use tar to pack up a copy of your old &amp;lt;code&amp;gt;/dev&amp;lt;/code&amp;gt; and untar it in your root. Note: your root will most likely be readonly, but the logger wants to create its &amp;lt;code&amp;gt;/dev/log&amp;lt;/code&amp;gt; socket on startup. Thus you should create a symlink that links &amp;lt;code&amp;gt;/dev/log&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;/tmp/log&amp;lt;/code&amp;gt; (for example).&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;# Big change: OpenWgt used devfs for its device file system which has been deprecated for some time and is completely removed by now. For the time being you&#039;ll need to set up a static &amp;lt;code&amp;gt;/dev&amp;lt;/code&amp;gt; directory on your root file system. Simply use tar to pack up a copy of your old &amp;lt;code&amp;gt;/dev&amp;lt;/code&amp;gt; and untar it in your root. Note: your root will most likely be readonly, but the logger wants to create its &amp;lt;code&amp;gt;/dev/log&amp;lt;/code&amp;gt; socket on startup. Thus you should create a symlink that links &amp;lt;code&amp;gt;/dev/log&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;/tmp/log&amp;lt;/code&amp;gt; (for example).&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== Unionfs for linux-2.6.16 ==&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* UnionFS version 1.1.4 use a broken locking mechanism, so try a snapshot instead, e.g.:&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* Prepare build&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; $ wget ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/snapshots/unionfs-20060503-0408.tar.gz&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; $ tar xzf unionfs-20060503-0408.tar.gz&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; $ cd unionfs-20060503-0408&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; $ ./patch-kernel.sh ~/linux-2.6.16-with-unionfs/&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* Configure kernel&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; $ cd ~/linux-2.6.16-with-unionfs/&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; $ make menuconfig ARCH=mips (Select &quot;File Systems&quot; -&amp;gt; &quot;Miscellaneous filesystems&quot; -&amp;gt; &quot;&amp;lt;M&amp;gt; Union fs support&quot;)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; $ # patch Makefile as described [[MathiasJeschke|here]], if you don&#039;t want debugging stuff -&amp;gt; saves many (useless) code&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* Build kernel (and/or modules)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; $ cat build.sh&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; #!/bin/sh&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; CROSS_PATH=/home/mj/openwgt-dev/buildroot/build_mipsel/staging_dir/bin/&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; &lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; make \&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; CC=$CROSS_PATH/mipsel-linux-gcc \&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; LD=$CROSS_PATH/mipsel-linux-ld \&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; AR=$CROSS_PATH/mipsel-linux-ar \&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; NM=$CROSS_PATH/mipsel-linux-nm \&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; ARCH=mips $*&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; $ sh build.sh modules&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; $ ls -l fs/unionfs/unionfs.ko&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-empty diff-side-deleted&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; -rw-r--r--  1 mj users 111415 2006-05-13 14:33 fs/unionfs/unionfs.ko&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Jeschke</name></author>
	</entry>
	<entry>
		<id>https://sarwiki.informatik.hu-berlin.de/index.php?title=WGT634U_Tips_%26_Tricks&amp;diff=5289&amp;oldid=prev</id>
		<title>Henryk: /* New Kernel Howto */</title>
		<link rel="alternate" type="text/html" href="https://sarwiki.informatik.hu-berlin.de/index.php?title=WGT634U_Tips_%26_Tricks&amp;diff=5289&amp;oldid=prev"/>
		<updated>2006-03-23T19:57:04Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;New Kernel Howto&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:57, 23 March 2006&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 4:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 4:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;# Get the patches for bcm947xx support from OpenWrt&#039;s Kamikaze branch at https://dev.openwrt.org/browser/trunk/openwrt/target/linux/brcm-2.6/patches/&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;# Get the patches for bcm947xx support from OpenWrt&#039;s Kamikaze branch at https://dev.openwrt.org/browser/trunk/openwrt/target/linux/brcm-2.6/patches/&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;# Apply the patches: &amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;$ cd linux-2.6.16&amp;lt;br /&amp;gt;$ patch -p1 &amp;lt; &amp;lt;var&amp;gt;/path/to/&amp;lt;/var&amp;gt;001-bcm947xx.patch&amp;lt;br /&amp;gt;$ patch -p1 &amp;lt; &amp;lt;var&amp;gt;/path/to/&amp;lt;/var&amp;gt;002-flash-map.patch&amp;lt;br /&amp;gt;$ patch -p1 &amp;lt; &amp;lt;var&amp;gt;/path/to/&amp;lt;/var&amp;gt;003-bcm4710_cache_fixes.patch&amp;lt;br /&amp;gt;$ patch -p1 &amp;lt; &amp;lt;var&amp;gt;/path/to/&amp;lt;/var&amp;gt;004-b44_bcm47xx_support.patch&amp;lt;/code&amp;gt;&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;# Apply the patches: &amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;$ cd linux-2.6.16&amp;lt;br /&amp;gt;$ patch -p1 &amp;lt; &amp;lt;var&amp;gt;/path/to/&amp;lt;/var&amp;gt;001-bcm947xx.patch&amp;lt;br /&amp;gt;$ patch -p1 &amp;lt; &amp;lt;var&amp;gt;/path/to/&amp;lt;/var&amp;gt;002-flash-map.patch&amp;lt;br /&amp;gt;$ patch -p1 &amp;lt; &amp;lt;var&amp;gt;/path/to/&amp;lt;/var&amp;gt;003-bcm4710_cache_fixes.patch&amp;lt;br /&amp;gt;$ patch -p1 &amp;lt; &amp;lt;var&amp;gt;/path/to/&amp;lt;/var&amp;gt;004-b44_bcm47xx_support.patch&amp;lt;/code&amp;gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;# You may use the .config file (it&#039;s in &amp;lt;code&amp;gt;/proc/config.gz&amp;lt;/code&amp;gt;)&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt; from the old kernel&lt;/del&gt;, but there are some tweaks to do:&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;# You may use the .config file&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt; from the old kernel&lt;/ins&gt; (it&#039;s in &amp;lt;code&amp;gt;/proc/config.gz&amp;lt;/code&amp;gt;), but there are some tweaks to do:&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;## &amp;lt;tt&amp;gt;Machine selection&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;System type: Support for BCM947xx based boards&amp;lt;/tt&amp;gt;&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;## &amp;lt;tt&amp;gt;Machine selection&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;System type: Support for BCM947xx based boards&amp;lt;/tt&amp;gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;## &amp;lt;tt&amp;gt;Device drivers&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Network device support&amp;lt;/tt&amp;gt;: &amp;lt;tt&amp;gt;[*] Ethernet (10 or 100Mbit)&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;[*] EISA, VLB, PCI and on board controller&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;&amp;lt;*&amp;gt; Broadcom 4400 ethernet support (EXPERIMENTAL)&amp;lt;/tt&amp;gt;&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;## &amp;lt;tt&amp;gt;Device drivers&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Network device support&amp;lt;/tt&amp;gt;: &amp;lt;tt&amp;gt;[*] Ethernet (10 or 100Mbit)&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;[*] EISA, VLB, PCI and on board controller&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;&amp;lt;*&amp;gt; Broadcom 4400 ethernet support (EXPERIMENTAL)&amp;lt;/tt&amp;gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;## (Do &#039;&#039;not&#039;&#039; &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;check&lt;/del&gt; &amp;lt;tt&amp;gt;Device drivers&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Input device support&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Hardware I/O ports&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&amp;lt; &amp;gt; &lt;/del&gt;Serial I/O support&amp;lt;/tt&amp;gt;)&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;## (Do &#039;&#039;not&#039;&#039; &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;enable&lt;/ins&gt; &amp;lt;tt&amp;gt;Device drivers&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Input device support&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Hardware I/O ports&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Serial I/O support&amp;lt;/tt&amp;gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt; -&amp;gt; &amp;lt;tt&amp;gt;i8042 PC Keyboard controller&amp;lt;/tt&amp;gt;, the kernel would hang while probing for a keyboard controller.&lt;/ins&gt;)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;## &amp;lt;tt&amp;gt;Device drivers&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Character devices&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Serial drivers&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;&amp;lt;*&amp;gt; 8250/16550 and compatible serial support&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;[*] Console on 8250/16550 and compatible serial port&amp;lt;/tt&amp;gt;&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;## &amp;lt;tt&amp;gt;Device drivers&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Character devices&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Serial drivers&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;&amp;lt;*&amp;gt; 8250/16550 and compatible serial support&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;[*] Console on 8250/16550 and compatible serial port&amp;lt;/tt&amp;gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;## &#039;&#039;&#039;Attention&#039;&#039;&#039;: &amp;lt;tt&amp;gt;Kernel hacking&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Default kernel command string&amp;lt;/tt&amp;gt;, the 2.6.12-rc3 needed &amp;lt;code&amp;gt;console=ttyS1,115200&amp;lt;/code&amp;gt; while the 2.6.16 needs &amp;lt;code&amp;gt;console=ttyS0,115200&amp;lt;/code&amp;gt; for the serial console. Also: &amp;lt;code&amp;gt;/etc/inittab&amp;lt;/code&amp;gt; should be changed to give a shell on &amp;lt;code&amp;gt;tts/0&amp;lt;/code&amp;gt;.&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;## &#039;&#039;&#039;Attention&#039;&#039;&#039;: &amp;lt;tt&amp;gt;Kernel hacking&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Default kernel command string&amp;lt;/tt&amp;gt;, the 2.6.12-rc3 needed &amp;lt;code&amp;gt;console=ttyS1,115200&amp;lt;/code&amp;gt; while the 2.6.16 needs &amp;lt;code&amp;gt;console=ttyS0,115200&amp;lt;/code&amp;gt; for the serial console. Also: &amp;lt;code&amp;gt;/etc/inittab&amp;lt;/code&amp;gt; should be changed to give a shell on &amp;lt;code&amp;gt;tts/0&amp;lt;/code&amp;gt;.&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Henryk</name></author>
	</entry>
	<entry>
		<id>https://sarwiki.informatik.hu-berlin.de/index.php?title=WGT634U_Tips_%26_Tricks&amp;diff=5272&amp;oldid=prev</id>
		<title>Henryk: WTF634U Tips &amp; Tricks moved to WGT634U Tips &amp; Tricks</title>
		<link rel="alternate" type="text/html" href="https://sarwiki.informatik.hu-berlin.de/index.php?title=WGT634U_Tips_%26_Tricks&amp;diff=5272&amp;oldid=prev"/>
		<updated>2006-03-23T00:35:22Z</updated>

		<summary type="html">&lt;p&gt;WTF634U Tips &amp;amp; Tricks moved to WGT634U Tips &amp;amp; Tricks&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 00:35, 23 March 2006&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Henryk</name></author>
	</entry>
	<entry>
		<id>https://sarwiki.informatik.hu-berlin.de/index.php?title=WGT634U_Tips_%26_Tricks&amp;diff=5271&amp;oldid=prev</id>
		<title>Henryk at 00:34, 23 March 2006</title>
		<link rel="alternate" type="text/html" href="https://sarwiki.informatik.hu-berlin.de/index.php?title=WGT634U_Tips_%26_Tricks&amp;diff=5271&amp;oldid=prev"/>
		<updated>2006-03-23T00:34:04Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= New Kernel Howto =&lt;br /&gt;
[http://openwgt.informatik.hu-berlin.de/ OpenWgt] offers the choice of a 2.6.12-rc3 for the linux 2.6 series. This kernel comes from the Tuxap project and is slightly outdated by now. Here&amp;#039;s how to get a more recent kernel up and running:&lt;br /&gt;
# Get a new kernel (I&amp;#039;ll go with 2.6.16) from kernel.org (I used linux-mips.org, but kernel.org should be fine) and unpack it.&lt;br /&gt;
# Get the patches for bcm947xx support from OpenWrt&amp;#039;s Kamikaze branch at https://dev.openwrt.org/browser/trunk/openwrt/target/linux/brcm-2.6/patches/&lt;br /&gt;
# Apply the patches: &amp;lt;br /&amp;gt;&amp;lt;code&amp;gt;$ cd linux-2.6.16&amp;lt;br /&amp;gt;$ patch -p1 &amp;lt; &amp;lt;var&amp;gt;/path/to/&amp;lt;/var&amp;gt;001-bcm947xx.patch&amp;lt;br /&amp;gt;$ patch -p1 &amp;lt; &amp;lt;var&amp;gt;/path/to/&amp;lt;/var&amp;gt;002-flash-map.patch&amp;lt;br /&amp;gt;$ patch -p1 &amp;lt; &amp;lt;var&amp;gt;/path/to/&amp;lt;/var&amp;gt;003-bcm4710_cache_fixes.patch&amp;lt;br /&amp;gt;$ patch -p1 &amp;lt; &amp;lt;var&amp;gt;/path/to/&amp;lt;/var&amp;gt;004-b44_bcm47xx_support.patch&amp;lt;/code&amp;gt;&lt;br /&gt;
# You may use the .config file (it&amp;#039;s in &amp;lt;code&amp;gt;/proc/config.gz&amp;lt;/code&amp;gt;) from the old kernel, but there are some tweaks to do:&lt;br /&gt;
## &amp;lt;tt&amp;gt;Machine selection&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;System type: Support for BCM947xx based boards&amp;lt;/tt&amp;gt;&lt;br /&gt;
## &amp;lt;tt&amp;gt;Device drivers&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Network device support&amp;lt;/tt&amp;gt;: &amp;lt;tt&amp;gt;[*] Ethernet (10 or 100Mbit)&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;[*] EISA, VLB, PCI and on board controller&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;&amp;lt;*&amp;gt; Broadcom 4400 ethernet support (EXPERIMENTAL)&amp;lt;/tt&amp;gt;&lt;br /&gt;
## (Do &amp;#039;&amp;#039;not&amp;#039;&amp;#039; check &amp;lt;tt&amp;gt;Device drivers&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Input device support&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Hardware I/O ports&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;&amp;lt; &amp;gt; Serial I/O support&amp;lt;/tt&amp;gt;)&lt;br /&gt;
## &amp;lt;tt&amp;gt;Device drivers&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Character devices&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Serial drivers&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;&amp;lt;*&amp;gt; 8250/16550 and compatible serial support&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;[*] Console on 8250/16550 and compatible serial port&amp;lt;/tt&amp;gt;&lt;br /&gt;
## &amp;#039;&amp;#039;&amp;#039;Attention&amp;#039;&amp;#039;&amp;#039;: &amp;lt;tt&amp;gt;Kernel hacking&amp;lt;/tt&amp;gt; -&amp;gt; &amp;lt;tt&amp;gt;Default kernel command string&amp;lt;/tt&amp;gt;, the 2.6.12-rc3 needed &amp;lt;code&amp;gt;console=ttyS1,115200&amp;lt;/code&amp;gt; while the 2.6.16 needs &amp;lt;code&amp;gt;console=ttyS0,115200&amp;lt;/code&amp;gt; for the serial console. Also: &amp;lt;code&amp;gt;/etc/inittab&amp;lt;/code&amp;gt; should be changed to give a shell on &amp;lt;code&amp;gt;tts/0&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Big change: OpenWgt used devfs for its device file system which has been deprecated for some time and is completely removed by now. For the time being you&amp;#039;ll need to set up a static &amp;lt;code&amp;gt;/dev&amp;lt;/code&amp;gt; directory on your root file system. Simply use tar to pack up a copy of your old &amp;lt;code&amp;gt;/dev&amp;lt;/code&amp;gt; and untar it in your root. Note: your root will most likely be readonly, but the logger wants to create its &amp;lt;code&amp;gt;/dev/log&amp;lt;/code&amp;gt; socket on startup. Thus you should create a symlink that links &amp;lt;code&amp;gt;/dev/log&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;/tmp/log&amp;lt;/code&amp;gt; (for example).&lt;/div&gt;</summary>
		<author><name>Henryk</name></author>
	</entry>
</feed>