[BACK]Return to zaurus.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/zaurus.html, Revision 1.87

1.1       miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
                      3: <html>
                      4: <head>
                      5: <title>OpenBSD/zaurus</title>
                      6: <link rev="made" href="mailto:www@openbsd.org">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      8: <meta name="resource-type" content="document">
                      9: <meta name="description" content="the OpenBSD/zaurus page">
                     10: <meta name="keywords" content="openbsd,zaurus,PDA,ARM,XScale">
                     11: <meta name="distribution" content="global">
1.76      jsg        12: <meta name="copyright" content="This document copyright 2005-2007 by OpenBSD.">
1.1       miod       13: </head>
                     14:
                     15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     17:
                     18: <h2><font color="#e00000">OpenBSD/zaurus</font></h2>
                     19:
                     20: <hr>
                     21:
                     22: <p>
1.4       deraadt    23: <a href="images/zaurus-c3000.jpg">
1.29      deraadt    24: <img src="images/zaurus-c3000-small.jpg" width="400" height="300" align="right"></a>
1.1       miod       25: OpenBSD/zaurus is an effort to make OpenBSD run on several PDAs of the
1.38      deraadt    26: Sharp Zaurus family.
1.68      deraadt    27: Initially targeted is the C3000/C3100/C3200 models which contain a 4GB CF
1.38      deraadt    28: hard drive internally.
1.1       miod       29:
                     30: <p>
                     31: A mailing list for ARM-based ports is available at
                     32: <u><font color="#23238e">arm@openbsd.org</font></u>.
                     33: To join the OpenBSD/arm mailing list, send a message body of
                     34: <b>"subscribe arm"</b> to
                     35: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     36: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     37: subscribing.
                     38:
                     39: <p>
1.38      deraadt    40: The current port maintainers are Dale Rahn
                     41: (<a href="mailto:drahn@openbsd.org">drahn@openbsd.org</a>) and Uwe Stuehler
                     42: (<a href="mailto:uwe@openbsd.org">uwe@openbsd.org</a>).
1.1       miod       43: Others are definitely welcome to contribute!
                     44:
1.81      nick       45: <a name="toc"></a>
1.1       miod       46: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     47:
                     48: <ul>
                     49:   <li><a href="#history">History of the port</a>
                     50:   <li><a href="#status">Current status</a>
                     51:   <li><a href="#projects">Project list</a>
                     52:   <li><a href="#hardware">Supported hardware</a>
1.22      uwe        53:   <li><a href="#install">Getting and installing OpenBSD/zaurus</a>
1.1       miod       54: <!--
                     55:   <li><a href="#problems">Known problems</a>
                     56: -->
                     57: </ul>
                     58:
                     59: <hr>
                     60: <a name="history"></a>
                     61: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
                     62:
                     63: <p>
                     64: Shortly after Sharp unveiled its first Zaurus machines, some OpenBSD developers
                     65: started dreaming of running OpenBSD on it, to have the smallest possible
                     66: ssh-capable machine!
                     67:
                     68: <p>
                     69: After the <a href="cats.html">OpenBSD/cats</a> was completed in order to benefit
1.26      deraadt    70: from a good ARM development platform, work on the Zaurus hardware started in 2004.
1.29      deraadt    71: Since the Zaurus is a fully capable machine, we no longer cross compile. All
1.77      uwe        72: builds of Zaurus are done on the Zaurus directly. (The shared "arm" packages are
                     73: nowadays built on the <a href="armish.html">armish</a> platform, because it is faster.)
1.1       miod       74:
                     75: <hr>
                     76: <a name="status"></a>
                     77: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     78:
                     79: <p>
1.70      miod       80: Hardware support is mostly complete and quite stable.
1.26      deraadt    81: The Zaurus boots multiuser, X11 runs, and device support is being
1.13      drahn      82: constantly improved.
1.8       pvalchev   83: Most PCMCIA/CF devices work (such as wireless/ethernet cards), as well
1.77      uwe        84: as host USB, SD/MMC memory cards and the keyboard and touch screen are supported by X11.
1.56      uwe        85: Audio playback is working, and the machine is of course able to suspend
1.26      deraadt    86: much like a regular laptop.
1.56      uwe        87: Even the processor performance mode can be adjusted with
                     88: <a
1.62      mbalmer    89: href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;sektion=8&amp;arch=zaurus">apmd</a>,
1.56      uwe        90: just like on other platforms.
1.1       miod       91:
                     92: <hr>
                     93: <a name="projects"></a>
                     94: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     95: </strong></font></h3>
                     96:
                     97: <ul>
1.31      deraadt    98:   <li>Repair pcmcia issues that are causing "white-out" problems with some devices.
1.56      uwe        99:   <li>Fix the odd suspend crashing bugs and RTC skew.
1.37      jolan     100:   <li>C860/C1000 support.
1.68      deraadt   101:   <li>Support the I2C GPIO controller (C3100 and C3200) using the
                    102:       machine-independent i2c code.
1.79      deraadt   103:   <li>Internal flash memory support as a sd(4) device.
                    104:   <li>Fix battery drain during suspend.
                    105:   <li>Fix remaining issues in SDIO support.
1.1       miod      106: </ul>
                    107:
                    108: <hr>
                    109: <a name="hardware"></a>
                    110: <h3><font color="#0000e0"><strong>Supported hardware:
                    111: </strong></font></h3>
                    112:
                    113: <p>
1.31      deraadt   114: At the moment, the following Zaurus models and devices are supported:
1.1       miod      115:
1.25      uwe       116: <ul>
1.58      uwe       117: <li><strong>Zaurus SL-C3000 / SL-C3100 / SL-C3200</strong>
1.1       miod      118: <ul>
1.35      uwe       119: <li>Standard and infrared serial ports
1.1       miod      120: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    121: <li>LCD display panel
                    122: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lcd&amp;arch=zaurus&amp;sektion=4">lcd</a>)
1.25      uwe       123: <li>Touch screen
                    124: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zts&amp;arch=zaurus&amp;sektion=4">zts</a>)
1.26      deraadt   125: <li>Native keyboard
1.5       deraadt   126: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zkbd&amp;arch=zaurus&amp;sektion=4">zkbd</a>)
1.1       miod      127: <li>PCMCIA slot
                    128: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxapcic&amp;arch=zaurus&amp;sektion=4">pxapcic</a>)
                    129: <li>On-board microdrive
                    130: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd</a>)
1.75      deraadt   131: <li>USB controller as either host
1.1       miod      132: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci</a>)
1.75      deraadt   133: or slave
                    134: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdcef&amp;sektion=4">cdcef</a>)
1.77      uwe       135: <li>MMC/SD/SDIO controller
                    136: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxammc&amp;sektion=4&amp;arch=zaurus">pxammc</a>)
1.26      deraadt   137: <li>Power management and suspend
1.14      uwe       138: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;sektion=4&amp;arch=zaurus">apm</a>)
1.75      deraadt   139: <li>Audio
1.50      miod      140: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zaudio&amp;sektion=4&amp;arch=zaurus">zaudio</a>)
1.52      uwe       141: <li>Remote control
                    142: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zrc&amp;sektion=4&amp;arch=zaurus">zrc</a>)
1.1       miod      143: </ul>
                    144: </ul>
                    145:
                    146: <p>
1.48      deraadt   147: <strong>USB Devices</strong><p>
1.54      fgsch     148: Note: the Zaurus USB port supplies very little current when using the USB host
                    149: cable, hence some devices will require use of a powered HUB.  Using the Zaurus
                    150: as a USB device is currently not supported.
1.1       miod      151: <ul>
                    152: <li>ADMtek AN986-based USB adapters (<a
                    153: href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;sektion=4">aue</a>),
                    154: including:
                    155:     <ul>
1.10      jsg       156:     <li>3Com 3c460b
1.1       miod      157:     <li>Abocom UFE1000
                    158:     <li>Abocom DSB650TX
                    159:     <li>Accton USB320-EC
1.10      jsg       160:     <li>Accton SpeedStream Ethernet
1.1       miod      161:     <li>Admtek Pegasus
                    162:     <li>Admtek Pegasus II
1.10      jsg       163:     <li>AEI USB Fast Ethernet
                    164:     <li>Allied Telesyn AT-USB100
                    165:     <li>ATEN UC-110T
                    166:     <li>Belkin USB to LAN
1.1       miod      167:     <li>Billionton Systems USB100
1.10      jsg       168:     <li>Billionton Systems USB100EL
                    169:     <li>Billionton Systems USB100LP
                    170:     <li>Billionton Systems USBE100
1.1       miod      171:     <li>Corega FEther USB-TX
1.10      jsg       172:     <li>Corega FEther USB-TXS
1.1       miod      173:     <li>D-Link DSB-650
                    174:     <li>D-Link DSB-650TX
                    175:     <li>D-Link DSB-650TX-PNA
1.10      jsg       176:     <li>ELCON Systemtechnik Goldpfeil P-LAN
                    177:     <li>Elecom LD-USB/TX
                    178:     <li>Elecom LD-USBL/TX
1.1       miod      179:     <li>Elsa Microlink USB2Ethernet
1.10      jsg       180:     <li>GIGABYTE GN-BR402W
                    181:     <li>Hawking UF100
                    182:     <li>HP HN210E
1.1       miod      183:     <li>I/O DATA USB ETTX
                    184:     <li>Kingston KNU101TX
1.10      jsg       185:     <li>Laneed LD-USBL/TX
1.55      jolan     186:     <li>Linksys USB100TX
                    187:     <li>Linksys USB100H1
                    188:     <li>Linksys USB10T
                    189:     <li>Linksys USB10TA
                    190:     <li>Linksys USB10TX
1.1       miod      191:     <li>Melco Inc. LUA-TX
1.10      jsg       192:     <li>Melco Inc. LUA2-TX
                    193:     <li>Microsoft MN110
                    194:     <li>Mobility EasiDock Ethernet
                    195:     <li>Netgear FA101
                    196:     <li>Omnidirectional Control Technology USB TO Ethernet
1.1       miod      197:     <li>Siemens SpeedStream USB
                    198:     <li>Smartbridges smartNIC 2
1.39      jsg       199:     <li>SMC 2202USB/ETH
                    200:     <li>SMC 2206USB/ETH
1.1       miod      201:     <li>SOHOware NUB100
1.10      jsg       202:     <li>SOHOware NUB110
1.1       miod      203:     </ul>
                    204: <li>ASIX Electronics AX88172 USB adapters (<a
                    205: href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;sektion=4">axe</a>),
                    206: including:
                    207:     <ul>
1.10      jsg       208:     <li>ATEN UC210T
1.41      jsg       209:     <li>BAFO BF-320
1.10      jsg       210:     <li>Billionton Systems USB2AR
1.41      jsg       211:     <li>Buffalo(MELCO) LUA-U2-KTX
1.6       jsg       212:     <li>Corega FEther USB2-TX
1.10      jsg       213:     <li>D-Link DUB-E100
1.50      miod      214:     <li>Good Way GWUSB2E
1.10      jsg       215:     <li>Hawking UF200
                    216:     <li>Intellinet USB 2.0 to Ethernet (rev A)
1.15      jsg       217:     <li>JVC MP-PRX1
1.55      jolan     218:     <li>Linksys USB200M
1.1       miod      219:     <li>Netgear FA120
1.6       jsg       220:     <li>Sitecom LN-029
1.41      jsg       221:     <li>SMC 2209USB/ETH
1.6       jsg       222:     <li>SnapPort USB 2.0 LAN Adapter
1.10      jsg       223:     <li>ST Lab USB 2.0 Fast Ethernet
                    224:     <li>Surecom EP-1427X-2
1.6       jsg       225:     <li>System TALKS SGC-X2UL
1.10      jsg       226:     <li>TRENDnet TU2-ET100
1.41      jsg       227:     <li>Z-TEK ZK-R01-2
1.1       miod      228:     </ul>
1.64      jmc       229: <li>Atmel AT76C50x IEEE 802.11b USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=zaurus&amp;sektion=4">atu</a>), including:
1.12      jsg       230:     <ul>
1.18      jsg       231:     <li>3Com 3CRSHEW696
                    232:     <li>AboCom BWU613
                    233:     <li>Accton 2664W
1.12      jsg       234:     <li>Acer Peripherals AWL300
                    235:     <li>Acer Peripherals AWL400
1.18      jsg       236:     <li>Actiontec 802UAT1
                    237:     <li>Addtron AWU120
1.12      jsg       238:     <li>Aincomm AWU2000B
1.18      jsg       239:     <li>Askey Computer Voyager 1010
                    240:     <li>Askey Computer WLL013 (Intersil Radio)
                    241:     <li>Askey Computer WLL013 (RFMD Radio)
                    242:     <li>Atmel AT76C503 (Intersil Radio)
                    243:     <li>Atmel AT76C503 (RFMD Radio)
                    244:     <li>Atmel AT76C505 (RFMD Radio)
                    245:     <li>Atmel AT76C505 (RFMD 2958 Radio)
                    246:     <li>Atmel AT76C505A (RFMD 2958 Radio)
                    247:     <li>Atmel AT76C505AS (RFMD 2958 Radio)
                    248:     <li>Belkin F5D6050
1.12      jsg       249:     <li>Bluetake BW002
1.18      jsg       250:     <li>Compaq iPAQ h54xx/h55xx Internal WLAN
                    251:     <li>Conceptronic C11U
                    252:     <li>Conceptronic WL210
                    253:     <li>Corega WLAN USB Stick 11
                    254:     <li>Dick Smith Electronics CHUSB 611G
                    255:     <li>Dick Smith Electronics WL200U
                    256:     <li>Dick Smith Electronics WL240U
                    257:     <li>Dick Smith Electronics XH1153
                    258:     <li>D-Link DWL-120 rev E
1.12      jsg       259:     <li>Geowave GW-US11S
1.18      jsg       260:     <li>Gigabyte GN-WLBM101
                    261:     <li>Gigaset WLAN
                    262:     <li>Hewlett-Packard HN210W
                    263:     <li>Intel AP310 AnyPoint II
                    264:     <li>I/O DATA USB WN-B11
                    265:     <li>Lexar 2662W-AR
                    266:     <li>Linksys WUSB11 802.11b
                    267:     <li>Linksys WUSB11 802.11b v2.8
                    268:     <li>MSI WLAN
                    269:     <li>Netgear MA101
1.12      jsg       270:     <li>Netgear MA101 rev B
1.64      jmc       271:     <li>OQO model 01 WiFi
1.12      jsg       272:     <li>Ovislink AirLive WL-1120USB
                    273:     <li>OvisLink AirLive WL-1130USB
1.18      jsg       274:     <li>Planex Communications GW-US11S
                    275:     <li>Samsung SWL2100W
                    276:     <li>Siemens WLL013
                    277:     <li>SMC EZ Connect 11Mbps (SMC2662w)
                    278:     <li>SMC EZ Connect 11Mbps v2 (SMC2662wV2)
                    279:     <li>Tekram U-300C
1.64      jmc       280:     <li>TRENDnet TEW-229UB
1.18      jsg       281:     <li>W-Buddie WN210
                    282:     <li>Z-Com M4Y-750
1.12      jsg       283:     </ul>
1.1       miod      284: <li>USB Host-to-Host Communication Devices (<a
                    285: href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdce&amp;sektion=4">cdce</a>)
                    286: <li>CATC USB-EL1210A-based USB adapters (<a
                    287: href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;sektion=4">cue</a>),
                    288: including:
                    289:     <ul>
1.10      jsg       290:     <li>Belkin F5U111
1.1       miod      291:     <li>CATC Netmate and Netmate II
1.10      jsg       292:     <li>SmartBridges SmartLink
1.1       miod      293:     </ul>
                    294: <li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a
                    295: href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;sektion=4">kue</a>),
                    296: including:
                    297:     <ul>
1.10      jsg       298:     <li>3Com 3c19250
1.1       miod      299:     <li>3Com 3c460 HomeConnect
1.10      jsg       300:     <li>AboCom Systems URE450 Ethernet
1.1       miod      301:     <li>ADS Technologies USB-10BT
                    302:     <li>Aox USB101
1.10      jsg       303:     <li>Asante USB to Ethernet
                    304:     <li>ATen DSB-650C
1.1       miod      305:     <li>ATen UC10T
                    306:     <li>Corega USB-T
1.10      jsg       307:     <li>D-Link DSB-650C
                    308:     <li>Entrega NET-USB-E45
                    309:     <li>I/O Data USB-ET/T
                    310:     <li>Jaton USB XpressNet
1.1       miod      311:     <li>Kawasaki USB101
1.10      jsg       312:     <li>Kingston Ethernet
1.55      jolan     313:     <li>Linksys USB10T
1.10      jsg       314:     <li>Mobility Ethernet
1.1       miod      315:     <li>Netgear EA101
                    316:     <li>Peracom USB
1.10      jsg       317:     <li>Portgear Ethernet
                    318:     <li>Portsmith Express Ethernet
                    319:     <li>Psion Dacom Gold Port Ethernet
                    320:     <li>Shark Pocket Adapter
                    321:     <li>Silicom U2E
                    322:     <li>SMC 2102USB
                    323:     <li>SMC 2104USB
1.1       miod      324:     </ul>
                    325: <li>Davicom DM9601 USB Ethernet adapters (<a
                    326: href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;sektion=4">udav</a>),
                    327: including:
                    328:     <ul>
                    329:     <li>Corega FEther USB-TXC
                    330:     </ul>
                    331: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;sektion=4">ukbd</a>)
                    332: <li>USB Mass Storage devices, i.e., USB floppy drives and USB memory stick
                    333: controllers (<a
                    334: href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&amp;sektion=4">umass</a>)
                    335: <li>USB-USB cables (<a
                    336: href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;sektion=4">upl</a>)
1.87    ! jmc       337: <li>Ralink Technology IEEE 802.11b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&amp;arch=zaurus&amp;sektion=4">ural</a>), including:
1.17      jsg       338:     <ul>
                    339:     <li>AMIT WL532U
                    340:     <li>ASUS WL-167g
1.50      miod      341:     <li>Belkin F5D7050
                    342:     <li>Buffalo WLI-U2-KG54
                    343:     <li>Buffalo WLI-U2-KG54-AI
                    344:     <li>Buffalo WLI-U2-KG54-YB
1.17      jsg       345:     <li>CNet CWD-854
                    346:     <li>Compex WLU54G
1.50      miod      347:     <li>Conceptronic C54RU
1.17      jsg       348:     <li>D-Link DWL-G122 (b1)
1.40      jsg       349:     <li>Dynalink WLG25USB
1.17      jsg       350:     <li>E-Tech WGUS02
1.40      jsg       351:     <li>Eminent 3035
1.50      miod      352:     <li>Gigabyte GN-WBKG
                    353:     <li>Hercules HWGUSB2-54
1.40      jsg       354:     <li>KCORP LifeStyle KLS-685
1.17      jsg       355:     <li>Linksys WUSB54G v4
                    356:     <li>Linksys WUSB54GP v4
1.50      miod      357:     <li>MSI MS-6861
                    358:     <li>MSI MS-6865
                    359:     <li>MSI MS-6869
1.65      jmc       360:     <li>Nintendo Wi-Fi USB Connector
                    361:     <li>Nova Tech NV-902W
                    362:     <li>OvisLink Evo-W54USB
1.40      jsg       363:     <li>SerComm UB801R
                    364:     <li>SparkLAN WL-685R
1.50      miod      365:     <li>Sphairon UB801R
1.74      jsg       366:     <li>Surecom EP-9001-g rev 3A
1.65      jmc       367:     <li>Sweex LC100060
1.40      jsg       368:     <li>Tonze UW-6200C
                    369:     <li>Zaapa ZNWUSB-54
1.65      jmc       370:     <li>Zinwell ZPlus-G250
1.50      miod      371:     <li>Zinwell ZWX-G261
1.40      jsg       372:     <li>Zonet ZEW2500
1.17      jsg       373:     </ul>
1.66      jmc       374: <li>Ralink Technology USB IEEE 802.11a/b/g USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rum&amp;arch=zaurus&amp;sektion=4">rum</a>), including:
                    375:     <ul>
1.72      jmc       376:     <li>3Com Aolynk WUB320g
                    377:     <li>Abocom WUG2700
1.66      jmc       378:     <li>Airlink101 AWLL5025
                    379:     <li>ASUS WL-167g ver 2
                    380:     <li>Belkin F5D7050 ver 3
                    381:     <li>Belkin F5D9050 ver 3
1.73      jmc       382:     <li>Buffalo WLI-U2-SG54HP
                    383:     <li>Buffalo WLI-U2-G54HP
1.66      jmc       384:     <li>CNet CWD-854 ver F
                    385:     <li>Conceptronic C54RU ver 2
1.72      jmc       386:     <li>Corega CG-WLUSB2GO
1.66      jmc       387:     <li>D-Link DWL-G122 rev C1
                    388:     <li>D-Link WUA-1340
1.72      jmc       389:     <li>Digitus DN-7003GR
1.66      jmc       390:     <li>Edimax EW-7318USG
                    391:     <li>Gigabyte GN-WB01GS
1.69      jmc       392:     <li>Gigabyte GN-WI05GS
1.66      jmc       393:     <li>Hawking HWUG1
1.72      jmc       394:     <li>Hawking HWU54DM
                    395:     <li>Hercules HWGUSB2-54-LB
                    396:     <li>Hercules HWGUSB2-54V2-AP
                    397:     <li>LevelOne WNC-0301USB v3
1.66      jmc       398:     <li>Linksys WUSB54G rev C
1.72      jmc       399:     <li>Linksys WUSB54GR
                    400:     <li>Planex GW-US54HP
                    401:     <li>Planex GW-US54Mini2
1.66      jmc       402:     <li>Planex GW-USMM
                    403:     <li>Senao NUB-3701
                    404:     <li>Sitecom WL-113 ver 2
                    405:     <li>Sitecom WL-172
                    406:     <li>Sweex LW053
                    407:     <li>TP-LINK TL-WN321G
                    408:     </ul>
1.1       miod      409: <li>Realtek RTL8150L based USB adapters (<a
                    410: href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;sektion=4">url</a>),
                    411: including:
                    412:     <ul>
1.10      jsg       413:     <li>Abocom RTL8151
1.1       miod      414:     <li>GreenHouse GH-USB100B
1.10      jsg       415:     <li>GreenHouse GH-USB100B with HomePNA
1.1       miod      416:     <li>Linksys USB100M
1.10      jsg       417:     <li>Longshine LCS-8138TX
                    418:     <li>Melco Inc. LUA-KTX
                    419:     <li>Micronet SP128AR
                    420:     <li>SMC 2208USB/ETH
1.47      grunk     421:     <li>TRENDnet TU-ET100C
1.10      jsg       422:     <li>Zt USB10/100
1.1       miod      423:     </ul>
1.67      jmc       424: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b USB adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=zaurus&amp;sektion=4">wi</a>), including:
1.1       miod      425:     <ul>
                    426:     <li>Acer Warplink USB-400
                    427:     <li>Actiontec HWU01170
1.11      jsg       428:     <li>AirVast WM168b
                    429:     <li>Ambit WLAN
1.1       miod      430:     <li>Apacer Wireless Steno MB112
1.11      jsg       431:     <li>ASUS WL-140
                    432:     <li>Compaq W100
1.1       miod      433:     <li>Corega WLUSB-11
1.11      jsg       434:     <li>Corega WLUSB-11 Key
                    435:     <li>D-Link DWL-120 (rev F)
                    436:     <li>D-Link DWL-122
1.1       miod      437:     <li>I-O DATA WN-B11/USB
                    438:     <li>Intel PRO/Wireless 2011B
                    439:     <li>Intersil Prism 2X
                    440:     <li>JVC MP-XP7250
                    441:     <li>Linksys WUSB11 v3.0
                    442:     <li>Linksys WUSB12
1.11      jsg       443:     <li>Melco WLI-USB-KB11
1.1       miod      444:     <li>Melco WLI-USB-KS11G
1.11      jsg       445:     <li>Melco WLI-USB-S11
1.1       miod      446:     <li>Microsoft MN510
1.11      jsg       447:     <li>Netgear MA111 (version 1 only)
                    448:     <li>Pheenet WL-503IA
                    449:     <li>Planex GW-US11H
1.1       miod      450:     <li>Siemens SpeedStream SS1022
1.11      jsg       451:     <li>Sitecom WL-022
1.1       miod      452:     <li>Syntax USB-400
1.11      jsg       453:     <li>US Robotics 1120
1.67      jmc       454:     <li>ViewSonic Airsync
1.11      jsg       455:     <li>Z-Com XI-725/726
                    456:     <li>Z-Com XI-735
                    457:     <li>ZyXEL ZyAIR B-200
1.1       miod      458:     </ul>
                    459: </ul>
                    460:
1.7       uwe       461: <p>
1.38      deraadt   462: <strong>PCMCIA/CF Devices</strong><br>
                    463: Note that it is possible to use a PCMCIA card using a PCMCIA->CF adapter.
1.7       uwe       464: <ul>
1.9       mcbride   465: <li>CF Mass Storage devices
                    466:     <ul>
                    467:     <li>Most Compact Flash cards and CF Microdrives.
                    468: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd</a>)
                    469:     </ul>
1.85      mglocker  470: <li>Marvell Libertas IEEE 802.11b/g Compact Flash adapters (will be detected as PCMCIA adapters) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&amp;arch=macppc&amp;sektion=4">malo</a>), including:
                    471:     <ul>
                    472:     <li>Ambicom WL54CF
                    473:     </ul>
1.7       uwe       474: <li>NE2000 compatible CF Ethernet adapters
                    475: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne</a>)
                    476:     <ul>
1.78      deraadt   477:     <li>Billionton Systems CFLT2-10B
1.7       uwe       478:     <li>Billionton Systems CFLT2-10N
1.20      uwe       479:     <li>Buffalo LPC-CF-CLT
1.53      uwe       480:     <li>Hawking CF686TX
1.27      xsa       481:     <li>Tamarack TC3299CE
1.53      uwe       482:     <li>TRENDnet TE-CF100
1.7       uwe       483:     </ul>
1.67      jmc       484: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b Compact Flash adapters (will be detected as PCMCIA adapters) (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=zaurus&amp;sektion=4">wi</a>), including:
1.7       uwe       485:     <ul>
1.46      uwe       486:     <li>AmbiCom WL1100C-CF
1.67      jmc       487:     <li>ASUS SpaceLink WL-110
                    488:     <li>Belkin F5D6060 (version 1 only)
1.7       uwe       489:     <li>Buffalo AirStation
                    490:     <li>D-Link DCF-660W
                    491:     <li>ELSA XI800
1.9       mcbride   492:     <li>Linksys WCF12
1.12      jsg       493:     <li>Netgear MA701
1.51      uwe       494:     <li>Pretec Compact WLAN OC-WLBXX-A
1.49      grunk     495:     <li>Senao NL-2511CF
1.7       uwe       496:     </ul>
1.67      jmc       497: <li>WaveLAN/IEEE, PRISM 2-3, and Spectrum24 IEEE 802.11b PCMCIA adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;arch=zaurus&amp;sektion=4">wi</a>), including:
                    498:     <ul>
                    499:     <li>3Com AirConnect 3CRWE737A
                    500:     <li>Actiontec HWC01170
                    501:     <li>Adaptec AWN-8030
                    502:     <li>Addtron AWP-100
                    503:     <li>Agere ORiNOCO
                    504:     <li>ARtem Onair
                    505:     <li>ASUS SpaceLink WL-100
                    506:     <li>Belkin F5D6020 (version 1 only)
                    507:     <li>Buffalo AirStation
                    508:     <li>Cabletron RoamAbout
                    509:     <li>Compaq Agency NC5004
                    510:     <li>Contec FLEXLAN/FX-DS110-PCC
                    511:     <li>Corega PCC-11
                    512:     <li>Corega PCCA-11
                    513:     <li>Corega PCCB-11
                    514:     <li>D-Link DWL-650 (rev A1-J3 only)
                    515:     <li>ELSA XI300
                    516:     <li>ELSA XI325
                    517:     <li>ELSA XI325H
                    518:     <li>EMTAC A2424i
                    519:     <li>Ericsson Wireless LAN CARD C11
                    520:     <li>Gemtek WL-311
                    521:     <li>Hawking Technology WE110P
                    522:     <li>I-O DATA WN-B11/PCM
                    523:     <li>Intel PRO/Wireless 2011
                    524:     <li>Intersil Prism II
                    525:     <li>Linksys Instant Wireless WPC11
                    526:     <li>Linksys Instant Wireless WPC11 2.5
                    527:     <li>Linksys Instant Wireless WPC11 3.0
                    528:     <li>Lucent WaveLAN
                    529:     <li>Microsoft MN520
                    530:     <li>NANOSPEED ROOT-RZ2000
                    531:     <li>NEC CMZ-RT-WP
                    532:     <li>Netgear MA401
                    533:     <li>Netgear MA401RA
                    534:     <li>Nokia C020 Wireless LAN
                    535:     <li>Nokia C110/C111 Wireless LAN
                    536:     <li>NTT-ME 11Mbps Wireless LAN
                    537:     <li>Planex GW-NS11H
                    538:     <li>Proxim Harmony
                    539:     <li>Proxim RangeLAN-DS
                    540:     <li>Samsung MagicLAN SWL-2000N
                    541:     <li>Siemens SpeedStream SS1021
                    542:     <li>SMC 2632 EZ Connect
                    543:     <li>Symbol Spectrum24
                    544:     <li>TDK LAK-CD011WL
                    545:     <li>US Robotics 2410
                    546:     <li>US Robotics 2445
                    547:     </ul>
1.38      deraadt   548: <li>Serial ports
                    549: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>).
                    550:     <ul>
                    551:     <li>Most modems, digital cellular modems, and serial cards should work.
1.45      uwe       552:     <li>AudioVOX GSM/GPRS modems
1.61      fkr       553:     <li>Novatel Wireless Merlin U530 GSM/GPRS/UMTS modems
1.45      uwe       554:     <li>Siemens Connect2AIR GSM/GPRS modems
                    555:     <li>Sierra Wireless A550, A555 CDMA 1x, and A710, A750 GSM/GPRS modems
1.59      robert    556:     <li>Pretec CompactGPRS GSM/GPRS modems
1.38      deraadt   557:     </ul>
1.7       uwe       558: </ul>
                    559:
1.1       miod      560: <hr>
                    561: <a name="install"></a>
                    562: <h3><font color="#0000e0">
                    563: <strong>Getting and installing OpenBSD/zaurus:</strong>
                    564: </font></h3>
                    565:
1.20      uwe       566: <p>
1.1       miod      567: The latest supported OpenBSD/zaurus release is
1.86      miod      568: <a href="42.html">OpenBSD 4.2</a>.
1.1       miod      569: Here are the
1.86      miod      570: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.2/zaurus/INSTALL.zaurus">
                    571: OpenBSD/zaurus 4.2 installation instructions
1.1       miod      572: </a>.
                    573:
                    574: <p>
                    575: Snapshots are made available from time to time, in
                    576: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/zaurus">this location</a>
                    577: as well as in a few
                    578: <a href="ftp.html">mirrors</a>.
                    579: Here are the
                    580: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/zaurus/INSTALL.zaurus">
                    581: OpenBSD/zaurus snapshot installation instructions
                    582: </a> as well.
                    583:
                    584: <hr>
                    585: <a href="plat.html">
                    586: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    587: </a>
                    588: <br>
                    589: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                    590: <br>
1.87    ! jmc       591: <small>$OpenBSD: zaurus.html,v 1.86 2007/11/03 12:34:40 miod Exp $</small>
1.1       miod      592:
                    593: </body>
                    594: </html>