[BACK]Return to i386-laptop.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/i386-laptop.html, Revision 1.295

1.78      jufi        1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
                      4: <title>OpenBSD/i386 Laptop Page</title>
1.78      jufi        5: <link rev=made href="mailto:www@openbsd.org">
1.1       deraadt     6: <meta name="resource-type" content="document">
1.78      jufi        7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.17      wvdputte    8: <meta name="description" content="OpenBSD laptop">
1.1       deraadt     9: <meta name="keywords" content="openbsd,main">
                     10: <meta name="distribution" content="global">
1.292     jasper     11: <meta name="copyright" content="This document copyright 1997-2009 by OpenBSD.">
1.1       deraadt    12: </head>
                     13:
1.80      david      14: <body bgcolor="#FFFFFF" text="#000000" link="#23238E">
1.74      jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.1       deraadt    16: <p>
1.78      jufi       17: <h2><font color="#e00000">i386 Laptop Status</font></h2>
                     18: <hr>
1.1       deraadt    19:
1.92      nick       20: <p> This is a list of laptops known to be working with OpenBSD.
1.1       deraadt    21:
1.92      nick       22: <p> If your laptop isn't listed below doesn't mean that it won't work,
1.95      nick       23: and you will most likely find a similar model that is listed below.
                     24: Most laptops work very well, however some will still have minor issues.
1.92      nick       25:
                     26: <p> Of those that have problems,
1.1       deraadt    27: <ul>
1.5       deraadt    28: <li>Some exhibit problems with APM support.  Note that <strong>apm -S</strong>
1.95      nick       29:        fails to suspend some laptops.
1.38      deraadt    30: <li>Some lack sound support
1.84      mickey     31: <li>A few have subtle bugs with their PCMCIA and CardBus support
1.271     martynas   32: <li>There is currently no Firewire support in OpenBSD
1.191     aanriot    33: <li>Some other built-in devices don't work.
1.1       deraadt    34: <li>Some have problems with pcmcia card eject interrupts.
1.95      nick       35: <li>Almost all modern laptops with on-board modems have "winmodems",
                     36:        which are not currently and are unlikely to ever be supported.
1.104     nick       37:        Use a PCCard modem if you need one that works.  You can
1.95      nick       38:        assume any modem on the machines below does NOT work unless
                     39:        indicated.
1.273     sobrado    40: <li>IBM ThinkPads (and perhaps other notebooks, too) with Phoenix-style
1.101     nick       41:        BIOSes offer a so-called "hibernation mode", where memory is
                     42:        written to disk. You can use this feature with OpenBSD.
                     43:        Generate the partition for hibernation using the
                     44:        <tt>/usr/ports/sysutils/tphdisk</tt> utility from the
1.189     steven     45:        ports collection.
1.275     ian        46:        The hibernation partition is required to be a MS-DOS partition at
1.184     grunk      47:        the beginning of the harddisk. This partition can be of type
                     48:        16 bit FAT or FAT32 (as such it is possible that a Windows install
                     49:        lives in this partition).
1.273     sobrado    50: <li>IBM ThinkPads with mini-PCI slots will check PCI IDs against a
1.115     nick       51:        built-in list of "allowed" devices, and thus will not work with
1.294     sthen      52:        third-party cards. On older machines (pre-X32/T43) this behavior
                     53:        can be changed by using the <tt>/usr/ports/misc/tpwireless</tt>
                     54:        utility from ports BEFORE inserting the third-party card.
                     55:        This utility sets a "magic bit" in the BIOS to disable this check.
1.200     steven     56: <li>In order to get the full native resolution of the LCD screen on some
                     57:        laptops, Intel i8x5/i9x5 chipsets can be adjusted using the
                     58:        <tt>x11/915resolution</tt> package. This software changes the
                     59:        resolution of an available vbios mode. It patches only the RAM
                     60:        version of the video bios, so the new resolution is lost upon
                     61:        rebooting.<br>
1.216     steven     62:        Note that the 915resolution port is only available since 4.0, and
1.200     steven     63:        that it supersedes 855resolution, which is still mentioned in a number
                     64:        of entries below.
1.278     matthieu   65:        Since 4.3, the intel 2.x driver doesn't need those hacks anymore.
1.1       deraadt    66: </ul>
                     67:
                     68: <p>
                     69: <table border=1>
1.106     nick       70: <tr valign="top">
1.1       deraadt    71:        <th>Laptop</th>
                     72:        <th>Notes</th>
1.106     nick       73: </tr><tr valign="top"><td>
1.275     ian        74:        Acer Aspire One
                     75:        (1GB/160GB model)
                     76: </td><td>
                     77: <p><ul>
1.289     ian        78:        <li>OpenBSD 4.4-current works (January, 2009).
1.290     ian        79:        Some bsd.rd kernels may spam message like "pckbcintr: no dev for slot 1"
1.275     ian        80:        making it hard to type, but the live kernel does not give these.
1.290     ian        81:        <li>Should run with GENERIC.MP; the Atom 270 CPU is "dual threaded" and
                     82:        appears as a dual-core CPU.
1.275     ian        83:        <li>X works out of the box with no config file
1.285     tobias     84:        (Intel 82945GME Video, 1024x600). External monitor works if connected
1.283     ian        85:        when X starts up; changes resolution to 1024x768 to synch with most
                     86:        external monitors.
1.275     ian        87:        <li>Touchpad and both buttons work.
                     88:        Fn+F7 disables touchpad for use with USB mouse, as indicated on keytop.
1.284     ian        89:        <li>Built-in  "SuYin Acer Crystal Eye webcam" works fine but only
1.286     sthen      90:        supports YUV format; use <code>luvcview -f yuv ...</code>
1.275     ian        91:        <li>Wired networking works.
1.276     ian        92:        Wireless does not; recognized as ath0
1.283     ian        93:        but does not connect, strange initialization errors.
1.291     ian        94:        <li>"Storage Extension" and card reader slots work but only if
                     95:        you disable ACPI or if there's an SD card in at boot time.
1.275     ian        96: </ul>
                     97:        Contact <a href="mailto:ian@darwinsys.com">Ian Darwin</a>.
                     98:        <p align="left">
                     99:        <font size=2>
                    100:        <a href='http://www.darwinsys.com/openbsd/dmesg.aspireone.txt'>
                    101:        dmesg</a>
                    102:        </font>
                    103: </td></tr><tr valign="top"><td>
1.208     steven    104:        Acer Aspire 1312XC
                    105: </td><td>
                    106: <p><ul>
                    107:        <li>OpenBSD 3.9 works.
1.209     steven    108:        <li>DMA problem with internal HD (Hitachi Travelstar) and another
1.208     steven    109:        internal HD (Seagate Momentus). After lowering wd(4)'s flags
                    110:        everything works fine in OpenBSD. In Windows both HDs sound strange
                    111:        (loud klicking).
                    112:        <li>Graphics card (S3 ProSavage DDR) works with X.org's
                    113:        "S3 Savage (generic)" at full resolution 1024x768x24.
                    114:        <li>halt -p works.
                    115:        <li>On-board ethernet (VIA RhineII-2) works.
                    116:        <li>Sound (AC97) works.
                    117:        <li>Hard to find any technical data on Acer's website.
                    118:        Better info at <a href="http://www.viaarena.com/">VIA Arena</a>.
                    119:        Start with the article "How to ID your chipset and motherboard".
                    120:        <li>Touchpad is slow, and tapping (klicking by tapping the touchpad)
                    121:        is always on. Rebooting from Windows after setting up stuff doesn't
                    122:        help, maybe all touchpad settings are reset at startup and need a
                    123:        driver.
                    124:        <li>USB doesn't work well with ASUS CD-RW - min driver buffer fill
                    125:        always reports ca 20% (even at low speed in single-user mode)
                    126:        and CD-RW often hangs on "fixating...".
                    127:        <li>USB doesn't work with Microsoft Basic Optical Mouse:
                    128: <pre>
                    129: uhub0: device problem, disabling port 1
                    130: </pre>
                    131: </ul>
                    132:        Contact <a href="mailto:magnus.ahman@home.se">Magnus &Aring;hman</a>.
                    133:        <p align="left">
                    134:        <font size=2>
                    135:        <a href="http://troligen.se/aspire/dmesg.txt">dmesg</a>
                    136:        &brvbar;
                    137:        <a href="http://troligen.se/aspire/xorg.conf.txt">xorg.conf</a>
                    138:        </font>
1.211     steven    139: </td></tr><tr valign="top"><td>
1.94      nick      140:        Acer Aspire 1360
1.92      nick      141: </td><td>
1.97      nick      142: <p><ul>
1.204     steven    143:        <li>OpenBSD 3.9-current (Jun 5, 2006) works.
1.106     nick      144:        <li>It comes with AMD Sempron 2800+.
1.205     steven    145:        <li>APM works fine (speeds: 1600 MHz, 800 Mhz).
1.204     steven    146:        <li>Most of the Fn keys work (brightness, sound, black screen).
                    147:        <li>Ethernet: built-in RhineII-2 works.
                    148:        <li>Graphics: VIA S3 Unichrome PRO works with vesa in xorg.conf.
                    149:        <li>CardBus doesn't work.
                    150:        <li>mini-PCI with WLAN card doesn't work.
                    151:        Can't enable radio transmitter using button on front panel.
                    152:        <li>mini-PCI with HiFn card works.
1.97      nick      153: </ul>
                    154:        Contact <a href="mailto:maxim@unixconn.com">Maxim
1.94      nick      155:        Bourmistrov</a>.
1.97      nick      156:        <p align="left">
                    157:        <font size=2>
                    158:        <a href="http://www.unixconn.com/aa1360-dmesg">dmesg</a>
                    159:        &brvbar;
                    160:        <a href="http://www.unixconn.com/aa1360-xorg">xorg.conf</a>
                    161:        </font>
1.106     nick      162: </td></tr><tr valign="top"><td>
1.170     steven    163:        Acer Aspire 3003WLCi
                    164: </td><td>
                    165: <p><ul>
                    166:        <li>OpenBSD 3.8 works (previous versions have DMA problems).
                    167:        <li>Integrated Broadcom wifi doesn't work.
                    168:        <li>ACPI-only machine, no APM.
                    169:        <li>Fn keys don't work, except for screen brightness adjustment
                    170:        and backlight switch.
1.273     sobrado   171:        <li>USB 2.0 and CardBus slot untested.
1.170     steven    172:        <li>Everything else works.
                    173: </ul>
                    174:        Contact <a href="mailto:perlhaq@gmail.com">Stephen Takacs</a>.
                    175:        <p align="left">
                    176:        <font size=2>
                    177:        <a href="http://perlguru.net/obsd/acer/dmesg-38">dmesg</a>
                    178:        &brvbar;
                    179:        <a href="http://perlguru.net/obsd/acer/xorg.conf">xorg.conf</a>
                    180:        </font>
                    181: </td></tr><tr valign="top"><td>
1.186     steven    182:        Acer TravelMate 2303LC
                    183: </td><td>
                    184: <p><ul>
1.230     steven    185:        <li>OpenBSD 4.0-current (Dec 31, 2006) works.
1.186     steven    186:        <li>ACPI-only machine, no APM support.
                    187:        <li>Ethernet: Broadcom BCM4401 10/100 works.
                    188:        <li>Graphics: Intel 82852/855GM, works with resolution
                    189:        1024x768x24.
                    190:        <li>CD-RW works: burning tested, reading both CD and DVD is ok.
                    191:        <li>Touchpad works.
                    192:        <li>USB works: tested with many devices.
                    193:        <li>Sound works.
                    194:        <li>PCMCIA works.
                    195: </ul>
                    196:        Contact <a href="mailto:alenitchev@gmail.com">Dmitri Alenitchev</a>.
                    197:        <p align="left">
                    198:        <font size=2>
1.230     steven    199:        <a href="http://dma.org.ru/computers/tm2300/dmesg">dmesg</a>
1.186     steven    200:        &brvbar;
1.230     steven    201:        <a href="http://dma.org.ru/computers/tm2300/xorg.conf">xorg.conf</a>
1.186     steven    202:        </font>
                    203: </td></tr><tr valign="top"><td>
1.189     steven    204:        Acer TravelMate 2403WXCi
                    205: </td><td>
                    206: <p><ul>
                    207:        <li>OpenBSD 3.9-current (Apr 19, 2006) works.
                    208:        <li>ACPI-only machine, no APM support.
                    209:        <li>Ethernet: Broadcom BCM4401 10/100 works, but requires the AC
                    210:        adapter to be disconnected when powering on.
                    211:        <li>Graphics: Intel 82915GM works but requires the
                    212:        <a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/855resolution/">855resolution</a>
                    213:        utility to get 1280x800 widescreen.
                    214:        <li>USB works (several devices tested).
                    215:        <li>CD-RW: Philips SCB5265 CDRW/DVD works (see the
                    216:        <a href="http://bsdbandit.dk/TM2400-cdtest.txt">test result</a>).
                    217:        <li>Built-in sound and Touchpad work.
1.273     sobrado   218:        <li>PCMCIA: Texas Instruments PCI1410 PC card CardBus Controller
1.189     steven    219:        does not work, because of the BIOS's way to handle IRQ-adressing.
                    220:        <li>Integrated modem and Broadcom WiFi do not work.
                    221: </ul>
                    222:        Contact <a href="mailto:bsdbandit@gmail.com">Henrik Borgh</a>.
                    223:        <p align="left">
                    224:        <font size=2>
                    225:        <a href="http://bsdbandit.dk/TM2400-dmesg.boot.txt">dmesg</a>
                    226:        &brvbar;
                    227:        <a href="http://bsdbandit.dk/TM2400-xorg.conf.txt">xorg.conf</a>
                    228:        </font>
                    229: </td></tr><tr valign="top"><td>
1.176     steven    230:        Acer TravelMate 4654LMi
                    231: </td><td>
                    232: <p><ul>
1.236     steven    233:        <li>OpenBSD 4.0 works.
                    234:        <li>Ethernet: Broadcom BCM5788 10/100/1G works.
1.180     brad      235:        <li>Graphics: NVIDIA GeForce Go 6600, works with resolution
1.176     steven    236:        1400x1050x24.
1.236     steven    237:        <li>DVD-RW works.
1.176     steven    238:        <li>Touchpad works.
1.236     steven    239:        <li>USB 1.1 works. USB 2.0 (ehci) still doesn't work.
1.176     steven    240:        <li>Sound works.
1.236     steven    241:        <li>APM doesn't work (ACPI based computer)
1.176     steven    242:        <li>Wireless (iwi) doesn't work.
                    243:        Can't enable radio transmitter using button on front panel.
                    244:        <li>Card reader doesn't work.
                    245:        <li>PCMCIA doesn't work: tested with ORINOCO wireless (wi) card that is
1.273     sobrado   246:        working with my ThinkPad T40.
1.236     steven    247: <pre>
                    248:        pccom3 at pcmcia0 function 0: can't allocate i/o space
                    249: </pre>
1.176     steven    250:        <li>Not all functional keys are workable.
1.191     aanriot   251:        <li>Bluetooth, IrDA, internal modem: not tested.
1.176     steven    252: </ul>
                    253:        Contact <a href="mailto:avv@mail.zp.ua">Alexey Vatchenko</a>
                    254:        <p align="left">
                    255:        <font size=2>
1.236     steven    256:        <a href="http://www.bsdua.org/hw/AcerTravelmate4654LMi/dmesg">dmesg</a>
1.176     steven    257:        &brvbar;
1.236     steven    258:        <a href="http://www.bsdua.org/hw/AcerTravelmate4654LMi/xorg.conf">xorg.conf</a>
1.176     steven    259:        </font>
                    260: </td></tr><tr valign="top"><td>
1.287     sthen     261:        Asus EeePC 701
1.268     matthieu  262: </td><td>
                    263: <p><ul>
                    264:        <li>OpenBSD 4.3 works. X works.
                    265:        <li>Internal SSD works as pciide(4).
                    266:        <li>SDHC card reader works as umass(4).
                    267:        <li>Internal ethernet works as lii(4) in -current after 2008/4/3.
                    268:        <li>Sound works as azalia(4). No output on external jack though.
1.269     matthieu  269:        <li>acpibat(4) panics the kernel with BIOS rev 910 in -current.
                    270:             Earlier BIOS versions are worse.
1.268     matthieu  271:        <li>Integrated wireless (Atheros AR5424) doesn't work.
1.269     matthieu  272:        <li>Camera is recognized by uvideo(4) but doesn't work yet.
1.268     matthieu  273: </ul>
                    274:        Contact <a href="mailto:matthieu@openbsd.org">Matthieu Herrb</a>
                    275:        <p align="left">
                    276:        <font size=2>
                    277:        <a href="http://herrb.net/dmesg/eeepc.txt">dmesg</a>
1.294     sthen     278:        </font>
1.268     matthieu  279: </td></tr><tr valign="top"><td>
1.287     sthen     280:        Asus EeePC 901
                    281: </td><td>
                    282: <p><ul>
                    283:        <li>OpenBSD 4.4-current (2009 Jan) works. X works.
                    284:        <li>The two internal SSD (4GB/16GB) work as pciide(4).
                    285:        <li>Internal ethernet is Attansic (Atheros) L1E - not supported.
                    286:        <li>Integrated wireless (Ralink RT2870) works well.
                    287:        <li>Sound output (speaker/jack) works as azalia(4). Input untested.
                    288:        <li>acpibat(4) works.
1.288     sthen     289:        <li>SDHC card reader works as umass(4).
1.287     sthen     290:        <li>Camera attaches as uvideo(4), doesn't work yet.
1.288     sthen     291:        <li>Bluetooth works as ubt(4).
1.287     sthen     292: </ul>
                    293:        Contact <a href="mailto:sthen@openbsd.org">Stuart Henderson</a>
                    294:        <p align="left">
                    295:        <font size=2>
                    296:        <a href="http://spacehopper.org/eee901.txt">dmesg</a>
1.294     sthen     297:        </font>
                    298: </td></tr><tr valign="top"><td>
                    299:        Asus EeePC 904HA
                    300: </td><td>
                    301: <p><ul>
                    302:        <li>OpenBSD 4.4-current (2009 Jan) works.
                    303:        <li>Internal ethernet is Attansic (Atheros) L1E - not supported.
                    304:        <li>Integrated wireless (Atheros AR5424) doesn't work.
                    305: </ul>
                    306:        Contact <a href="mailto:dorian.buettner@gmx.de">Dorian B&uuml;ttner</a>
                    307:        <p align="left">
                    308:        <font size=2>
                    309:        <a href="http://powersupply.kicks-ass.org/eee904ha.dmesg">dmesg</a>
                    310:        </font>
1.287     sthen     311: </td></tr><tr valign="top"><td>
1.114     nick      312:        Clevo D410V
                    313: </td><td>
                    314: <p><ul>
1.195     grunk     315:        <li>Works with OpenBSD 3.9-current (2006 May)
1.114     nick      316:        <li>CPU: 2.8Ghz with HyperThreading. I use it with GENERIC kernel.
                    317:        <li>Graphics: ATI 9600. It's working fine with Xorg loaded glx.
                    318:        DRI not working. Resolution 1400x1050 works fine.
                    319:        <li>Ethernet: 100/1000 Realtek 8169. Working with re(4) fine.
1.195     grunk     320:        <li>PCMCIA: Working with Buffalo WLI-CB-B11 (11Mbps) WiFi Card. rtw(4)
                    321:        <li>USB: Working. I tried with Lexar JumpDrive and digital camera.
1.152     jmc       322:        <li>Sound: auich(4) working (AC'97)
1.114     nick      323:        <li>apm(8) is not working properly. Cannot apm -S:
                    324:        <tt>apm0: APM set power state: unable to enter requested state (96)</tt>
                    325:        <li>apm -z freezes.
1.195     grunk     326:        <li>MMC: Card reader works excellent.
                    327:        <li>Infrared: not tested.
1.114     nick      328:        <li>CD/DVD -
                    329:        <tt>QSI, CDRW/DVD SBW-242, UX02 SCSI0 5/cdrom removable</tt>
                    330:        I can write cd, and view dvd.
                    331: </ul>
                    332:        Contact <a href="mailto:wooh@wooh.hu">Adam Papai</a>
                    333:        <p align="left">
                    334:        <font size=2>
                    335:        <a href="http://wooh.hu/~wooh/dmesg">dmesg</a>
                    336:        &brvbar;
                    337:        <a href="http://wooh.hu/~wooh/XF86Config">xorg.conf</a>
                    338:        </font>
                    339: </td></tr><tr valign="top"><td>
1.201     ian       340:        Compaq Presario R4035
                    341: </td><td>
                    342: <p><ul>
1.272     ian       343:        <li>OpenBSD 4.4-current (Aug 2008) works in both i386 and amd64 mode.
                    344:        Must boot MP kernel or boot -c and disable acpi, due to ACPI issues
                    345:        on this machine.
                    346:        <li>CardBus works if you update the BIOS or
                    347:                change PCIBIOS to "flags 1" using boot -c
1.203     ian       348:                or using a custom kernel
1.272     ian       349:        <li>X works out of the box.
1.258     ian       350:        <li>Wireless card works as bwi(4).
1.203     ian       351:        <li>Sound works, sort of: the chipset seems to be stuck at 48KHz whereas
                    352:                most software expects to be able to set it to 44.1 KHz (so sound
                    353:                comes out at slightly wrong speed).
1.258     ian       354:        <li>The SD card (sdhc(4)/sdmmc(4)) memory slot does not work.
1.201     ian       355: </ul>
                    356:        Contact Ian Darwin (ian at darwinsys point com).
                    357:        <p align="left">
                    358:        <font size=2>
                    359:        <a href="http://www.darwinsys.com/openbsd/dmesg.r4035.txt">dmesg</a>
1.207     ian       360:        &brvbar;
                    361:        <a href="http://www.darwinsys.com/openbsd/xorg.conf.r4035.txt">xorg.conf</a>
1.201     ian       362:        </font>
                    363: </td></tr><tr valign="top"><td>
1.213     jasper    364:      Compaq Presario 700EA
                    365: </td><td>
                    366: <p><ul>
                    367:        <li>OpenBSD 4.0-current (Oct 3, 2006) works.
                    368:        <li>All components are detected except for the onboard modem
                    369:        <li>Xorg works with a modified xorg.conf
                    370:        <li>Apm does not show battery and A/C power status
                    371:        <li>Suspending sometimes works
                    372:        <li>Resuming after suspend prevents an external usb mouse from working
                    373: </ul>
                    374:        Contact Wijnand Wiersma ( wijnand at nedbsd point nl ).
                    375:        <p align="left">
                    376:        <font size=2>
                    377:        <a
                    378:        href="http://nedbsd.nl/~wijnand/laptop/dmesg-presario-700">dmesg</a>
                    379:        &brvbar;
                    380:        <a href="http://nedbsd.nl/~wijnand/laptop/xorg.conf">xorg.conf</a>
                    381:        </font>
                    382: </td></tr><tr valign="top"><td>
1.234     steven    383:        Compaq Presario V2405US
                    384: </td><td>
                    385: <p><ul>
                    386:        <li>OpenBSD 4.0-current (Dec 30, 2006) works.
                    387:        <li>Broadcom built-in wireless not supported.
                    388:        <li>Texas Instruments CardBus slot not supported.
                    389:        <li>Realtek built-in 10/100 ethernet works fine.
                    390:        <li>X.Org works perfectly without special config file (1280x768?).
                    391:        <li>Touchpad is very sensitive under X.Org! I typically disable it
                    392:        via <tt>config -e</tt>, disabling pms and pmsi.
                    393: </ul>
                    394:        Contact <a href="mailto:benny@bennyvision.com">C. Bensend</a>
                    395:        <p align="left">
                    396:        <font size=2>
                    397:        <a href="http://www.bennyvision.com/projects/openbsd/compaq-presario-v2405us/2007-01-03-compaq_presario_v2405us-CURRENT.dmesg">dmesg</a>
                    398:        &brvbar;
                    399:        <a href="http://www.bennyvision.com/projects/openbsd/compaq-presario-v2405us/2007-01-03-compaq_presario_v2405us.xorg">xorg.conf</a>
                    400:        </font>
                    401: </td></tr><tr valign="top"><td>
1.198     grunk     402:        Compaq NX9030
                    403: </td><td>
                    404: <p><ul>
1.199     grunk     405:        <li>OpenBSD 3.9 works.
1.198     grunk     406:        <li>APM does not work correctly. "Battery state: absent" and 0 percent
                    407:        charge when running on AC or battery.
                    408:        <li>Built-in wireless works with iwi firmware from Damien
                    409:        <li>Audio works good.
                    410: </ul>
                    411:        Contact <a href="mailto:g.bechis@snb.it">Giovanni Bechis</a>.
                    412:        <p align="left">
                    413:        <font size=2>
                    414:        <a href="http://bigio.snb.it/openbsd/dmesg.38">dmesg</a>
                    415:        &brvbar;
                    416:        <a href="http://bigio.snb.it/openbsd/xorg.conf">xorg.conf</a>
                    417:        </font>
                    418: </td></tr><tr valign="top"><td>
1.143     grunk     419:        Dell Inspiron 1000
                    420: </td><td>
                    421: <p><ul>
1.194     steven    422:        <li>OpenBSD 3.9 works.
1.143     grunk     423:        <li>APM causes kernel panic, no way to disable in BIOS, so disabled in
1.194     steven    424:        kernel (see dmesg and bug i386/5084).
                    425:        <li>CD-RW/DVD-ROM works for burning CD-R/W and reading DVD-ROM and
                    426:        playing (though see more info, below).
                    427:        <li>PCMCIA, Touchpad, USB 2.0, Ethernet sis(4), and Audio
                    428:        (SiS 7012 AC'97) work.
                    429:        <li>Video (SiS 650L) works with X driver sis, VGA out works if
                    430:        configured properly in xorg.conf.
1.143     grunk     431:        <li>Fn keys:
                    432:        <ul>
                    433:        <li>Brightness keys work without any special configuration
                    434:        <li>Enable/disable system beep works
                    435:        (mixerctl inputs.phone.mute=off first)
                    436:        <li>Num Lock works (though see additional link for more info
                    437:        on using it)
1.194     steven    438:        <li>mute and volume up/down don't seem to work (though configuration
                    439:        may be possible)
1.143     grunk     440:        <li>display change works (to a point; see link for more info)
                    441:        <li>SysRq and Break keys not tested
                    442:        </ul>
                    443:        </ul>
                    444:        Contact <a href="mailto:chjones@aleph0.com">Christian Jones</a>.
                    445:        <p align="left">
                    446:        <font size=2>
1.194     steven    447:        <a href="http://www.aleph0.com/computing/machines/dave/dmesg-OpenBSD-3.9">dmesg</a>
1.143     grunk     448:        &brvbar;
1.194     steven    449:        <a href="http://www.aleph0.com/computing/machines/dave/xorg.conf-OpenBSD-3.9">xorg.conf</a>
1.143     grunk     450:        &brvbar;
                    451:        <a href="http://www.aleph0.com/computing/machines/dave/">more info</a>
                    452:        </font>
                    453: </td></tr><tr valign="top"><td>
1.262     steven    454:        Dell Inspiron 9400
                    455: </td><td>
                    456: <p><ul>
                    457:        <li>OpenBSD 4.2-current (Nov 15, 2007) works.
                    458:        <li>Touchpad and widescreen work fine with X, but I had to edit
                    459:        xorg.conf to support 1920x1280.
                    460:        Switching the backlight off via DPMS works.
                    461:        <li>ACPI works fine with the latest snapshots: halt -p works,
                    462:        battery and AC power are recognized.
                    463:        Using bsd.mp with acpi and acpiec enabled, uscanner disabled to
                    464:        recognize HP scanner.
                    465:        <li>Audio is working, but setting volume is also influencing
                    466:        the balance (using aumix and gmplayer).
                    467:        <li>Wireless works fine with the wpi-3945 driver from Damien
                    468:        Bergamini, using WEP encryption.
                    469:        <li>Fn keys work fine.
                    470:        <li>Very stable system, all normal functions are working fine.
                    471:        </ul>
                    472:        Contact <a href="mailto:e4ea@xs4all.nl">Jan</a>.
                    473:        <p align="left">
                    474:        <font size=2>
                    475:        <a href="http://pastebin.com/fa274abc">dmesg</a>
                    476:        &brvbar;
                    477:        <a href="http://pastebin.com/f664feeab">xorg.conf</a>
1.266     steven    478:        </font>
1.262     steven    479: </td></tr><tr valign="top"><td>
1.128     grunk     480:        Dell Latitude c400
                    481: </td><td>
                    482: <p><ul>
1.246     steven    483:        <li>OpenBSD 4.1-beta (Feb 16, 2007) works.
                    484:        <li>All hardware (including iwi(4), sound, X at 1024x768/24bit) works.
1.128     grunk     485:        <li>Suspend sort of works: the system will go to sleep (either by
                    486:        zzz(8), closing the lid, or Fn-Esc), but it won't wake up properly (I
                    487:        get a flashing _ cursor) ... so, I have to hold down the power button
                    488:        for a few seconds, reboot, and fsck.
                    489:        <li>For some reason, unless specifically told, X will default to a
                    490:        lower resolution. Ctrl-Alt-Backspace kicks it into gear.
                    491:        Hardcoding 1024x768 into xorg.conf fixes it for good though.
                    492: </ul>
1.246     steven    493:        Contact <a href="mailto:marco@azbsd.org">Mark Peoples</a>.
1.128     grunk     494:        <p align="left">
                    495:        <font size=2>
1.162     grunk     496:        <a href="http://www.azbsd.org/~marco/openbsd/laptop/dmesg">dmesg</a>
1.128     grunk     497:        &brvbar;
1.162     grunk     498:        <a href="http://www.azbsd.org/~marco/openbsd/laptop/xorg.conf">xorg.conf</a>
1.128     grunk     499:        </font>
                    500: </td></tr><tr valign="top"><td>
1.122     grunk     501:        Dell Latitude c610
                    502: </td><td>
                    503: <p><ul>
1.254     jasper    504:        <li>OpenBSD 4.1-current (June 17, 2007) works.
1.166     grunk     505:        <li>Audio, video, PCMCIA, and onboard NIC work.
1.253     steven    506:        <li>halt -p works.
                    507:        <li>apmd works.
                    508:        <li>ACPI works if enabled.
                    509:        <li>Standby (apm -S) does not work.
1.222     steven    510:        <li>Suspend (zzz, apm -z, suspend key) works with one caveat:
                    511:        shut the laptop promptly after starting suspend sequence,
                    512:        otherwise the fan runs at high speed after resume.
1.122     grunk     513: </ul>
1.166     grunk     514:        Contact <a href="mailto:josh@jggimi.homeip.net">Josh Grosse</a>.
1.122     grunk     515:        <p align="left">
                    516:        <font size=2>
1.222     steven    517:        <a href="http://jggimi.homeip.net/dmesg">dmesg</a>
1.122     grunk     518:        </font>
                    519: </td></tr><tr valign="top"><td>
1.181     steven    520:        Dell Latitude c840
                    521: </td><td>
                    522: <p><ul>
                    523:        <li>OpenBSD 3.8 works.
                    524:        <li>NIC works.
                    525:        <li>USB 1.0 works.
                    526:        <li>X.org works at 1600x1200, 24bpp.
                    527:        <li>All Fn key combinations work, including numeric keypad, except
                    528:        audio controls, mute, volUp and volDn.
                    529: </ul>
                    530:        Contact <a href="mailto:obsd-web@slashboot.org">Craig McCormick</a>.
                    531:        <p align="left">
                    532:        <font size=2>
                    533:        <a href="http://slashboot.org/openbsd/dmesg_c840.txt">dmesg</a>
                    534:        &brvbar;
                    535:        <a href="http://slashboot.org/openbsd/xorg-conf-c840.txt">xorg.conf</a>
                    536:        </font>
                    537: </td></tr><tr valign="top"><td>
1.217     steven    538:        Dell Latitude D410
                    539: </td><td>
                    540: <p><ul>
1.295   ! landry    541:        <li>4.4-current works fine.
1.217     steven    542:        <li>Wireless works with iwi(4).
                    543:        <li>i915GM dual-screen works with dock VGA output.
1.295   ! landry    544:        <li>inteldrm works when using only one screen.
1.217     steven    545:        <li>Sound and touchpad work out of the box.
                    546:        <li>Built-in Bluetooth is detected (not tested).
1.295   ! landry    547:        <li>ACPI works.
1.217     steven    548: </ul>
1.295   ! landry    549:        Contact <a href="mailto:landry@openbsd.org">Landry Breuil</a>.
1.217     steven    550: </td></tr><tr valign="top"><td>
1.227     steven    551:        Dell Latitude D420
                    552: </td><td>
                    553: <p><ul>
1.249     ajacouto  554:        <li>OpenBSD 4.1-current (Apr 24, 2007) works.
                    555:        <li>Integrated 82945GM works fine with the 1280x800 wide screen, after
                    556:        enabling the resolution using the <tt>x11/915resolution</tt> package
1.227     steven    557:        by invoking it in <tt>/etc/securelevel</tt> like:
                    558: <pre>
                    559:        /usr/local/sbin/915resolution 4d 1280 800 &gt;/dev/null
                    560: </pre>
1.250     ajacouto  561:        <li>Sound (azalia) and touchpad work out of the box.
1.249     ajacouto  562:        <li>The onboard NIC (bge) works fine.
                    563:        <li>Wireless works fine (wpi - download firmware first).
                    564:        <li>Enhanced SpeedStep works (sysctl hw.setperf).
                    565:        <li>Integrated SD-Card reader works.
1.261     ajacouto  566:        <li>ACPI-only machine, no APM support
                    567:        (no error halting the system when acpi is enabled).<br>
                    568:        If ACPI is not enabled, the laptop will freeze when (un)plugging
                    569:        the power connector.
1.227     steven    570: </ul>
1.249     ajacouto  571:        Contact <a href="mailto:ajacoutot@openbsd.org">Antoine Jacoutot</a>.
1.227     steven    572:        <p align="left">
                    573:        <font size=2>
1.261     ajacouto  574:        <a href="http://www.bsdfrog.org/dmesg/dell_d420">dmesg</a>
1.227     steven    575:        &brvbar;
1.261     ajacouto  576:        <a href="http://www.bsdfrog.org/dmesg/dell_d420_acpi">dmesg (acpi)</a>
1.227     steven    577:        </font>
                    578: </td></tr><tr valign="top"><td>
1.164     grunk     579:        Dell Latitude D500
                    580: </td><td>
                    581: <p><ul>
1.239     simon     582:        <li>OpenBSD 4.0-current (January 8, 2007) works.
1.164     grunk     583:        <li>The onboard NIC (fxp) works fine.
                    584:        <li>ACPI-only machine, no APM support.
                    585:        <li>Enhanced SpeedStep works.
1.210     steven    586:        <li>The touchpad works fine (even on console).
                    587:        <li>USB 2.0 works: USB mouse and mobile connectivity tested.
1.165     grunk     588:        <li>Built-in CD/DVD player and writer works.
1.164     grunk     589:        <li>Sound (auich) works, but it's set to maximum volume by default.
                    590:        I've put <tt>outputs.master=100</tt> in /etc/mixerctl.conf.
                    591:        <li>Built-in wireless (ipw) works fine with the firmware, see
                    592:        <a href="faq/faq6.html#Wireless">FAQ 6 - Wireless networking</a>.
1.210     steven    593:        <li>X.org 6.9.0 at 1024x768 by default. Switching from LCD to
                    594:        external display works.
1.164     grunk     595:        <li>Adjusting the display brightness with the fn keys works.
1.210     steven    596:        <li>PCMCIA works: tested with D-Link (ne) adapter.
1.164     grunk     597: </ul>
1.239     simon     598:        Contact <a href="mailto:simon@openbsd.org">Simon Dassow</a>.
1.164     grunk     599:        <p align="left">
                    600:        <font size=2>
1.239     simon     601:        <a href="http://janus.errornet.de/files/configs/codebook-4.0-current.dmesg">dmesg</a>
1.164     grunk     602:        </font>
                    603: </td></tr><tr valign="top"><td>
1.129     grunk     604:        Dell Latitude D600
                    605: </td><td>
                    606: <p><ul>
1.233     steven    607:        <li>OpenBSD 4.0-current (December 30, 2006) works well.
                    608:        <li>Audio, video (1280x1024), and onboard NIC (Gigabit Broadcom
1.129     grunk     609:        570x) work just fine.
                    610:        <li>Built-in wireless (Dell TrueMobile 1300) not supported.
1.233     steven    611:        <li>APM not supported.
1.129     grunk     612: </ul>
1.233     steven    613:        Contact <a href="mailto:benny@bennyvision.com">C. Bensend</a>.
1.129     grunk     614:        <p align="left">
                    615:        <font size=2>
1.233     steven    616:        <a href="http://www.bennyvision.com/projects/openbsd/dell-latitude-d600/2007-01-02-dell_latitude_d600-CURRENT.dmesg">dmesg</a>
1.129     grunk     617:        &brvbar;
1.233     steven    618:        <a href="http://www.bennyvision.com/projects/openbsd/dell-latitude-d600/2007-01-02-dell_latitude_d600.xorg">xorg.conf</a>
1.129     grunk     619:        </font>
                    620: </td></tr><tr valign="top"><td>
1.218     todd      621:        Dell Latitude D620
                    622: </td><td>
                    623: <p><ul>
                    624:        <li>OpenBSD 4.0 works.
1.219     steven    625:        <li>Video works at native resolution with <tt>x11/915resolution</tt>.
1.218     todd      626:        <li>Onboard bge(4) works.
                    627:        <li>Internal wireless (wpi) works, but requires firmware that is not free.
                    628:        <li>Sound works.
1.273     sobrado   629:        <li>CardBus slot works when pcibios has its flags set to 0x0001.
1.218     todd      630: </ul>
                    631:        Contact <a href="mailto:ben@tilderoot.com">Ben Lovett</a>.
                    632:        <p align="left">
                    633:        <font size=2>
                    634:        <a href="http://tilderoot.com/~ben/openbsd/d620/dmesg.txt">dmesg</a>
                    635:        </font>
                    636: </td></tr><tr valign="top"><td>
1.259     kettenis  637:        Dell XPS M1330 (X3100 graphics)
                    638: </td><td>
                    639: <p><ul>
1.260     kettenis  640:        <li>OpenBSD 4.2-current works.
                    641:        <li>No <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;sektion=4">apm(4)</a>.
1.259     kettenis  642:        <li>X works at native resolution with <tt>x11/915resolution</tt> and
                    643: <tt>xf86-video-intel</tt> driver.
                    644:        <li>Built-in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&amp;sektion=4">wpi(4)</a> Intel 3945 ABG wireless works, but requires firmware that is not freely distributable.
1.260     kettenis  645:        <li>Built-in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&amp;sektion=4">azalia(4)</a> sound only works with headphones.
1.259     kettenis  646: </ul>
                    647:        Contact <a href="mailto:mark.kettenis@xs4all.nl">Mark Kettenis</a>.
                    648:        <p align="left">
                    649:        <font size=2>
                    650:        <a href="http://www.xs4all.nl/~sibelius/openbsd/m1330/dmesg.txt">dmesg</a>
                    651:        </font>
                    652: </td></tr><tr valign="top"><td>
1.255     steven    653:        Fujitsu Siemens Amilo Pro V3205
                    654: </td><td>
                    655: <p><ul>
1.274     jasper    656:        <li>OpenBSD 4.3 works.
                    657:        <li>X works - no xorg.conf required.
1.255     steven    658:        <li>SD Card slot works.
1.274     jasper    659:        <li>Built-in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&amp;sektion=4">azalia(4)</a> sound doesn't work.
                    660:        <li>Built-in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&amp;sektion=4">wpi(4)</a> wireless works.
1.255     steven    661: </ul>
                    662:        Contact <a href="mailto:fred@crowsons.net">Fred Crowson</a>.
                    663:        <p align="left">
                    664:        <font size=2>
1.274     jasper    665:        <a href="http://www.crowsons.com/puters/txt/dmesg.amilo.43">dmesg</a>
1.255     steven    666:        &brvbar;
                    667:        <a href="http://www.crowsons.com/puters/amilo.htm">more info</a>
                    668:        </font>
                    669: </td></tr><tr valign="top"><td>
1.116     grunk     670:        Fujitsu Siemens Lifebook E8010 with i855/SXGA+
                    671: </td><td>
                    672: <p><ul>
1.224     steven    673:        <li>OpenBSD 4.0-current (Dec 23, 2006) works.
1.116     grunk     674:        <li>SD card reader and SVGA are not supported.
                    675:        <li>Doesn't have APM, so there's no way to suspend
                    676:        or <tt>'halt -p'</tt> the box.
1.224     steven    677:        <li>needs X.Org as of May 2005 (and
                    678:        <a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/915resolution/">
                    679:        915resolution</a> for full 1400x1050 resolution).
1.116     grunk     680:        The laptop only does 1280x1024 by default.
                    681:        <li>Everything else on the machine works.
                    682: </ul>
                    683:        Contact <a href="mailto:sturm@openbsd.org">Nikolay Sturm</a>.
                    684:        <p align="left">
                    685:        <font size=2>
1.224     steven    686:        <a href="http://www.erisiandiscord.de/e8010.dmesg">dmesg</a>
1.116     grunk     687:        </font>
1.141     grunk     688: </td></tr><tr valign="top"><td>
1.266     steven    689:        HP DV6426US
                    690: </td><td>
                    691: <p><ul>
                    692:        <li>OpenBSD 4.2-current (Nov 15, 2007) works.
                    693:        <li>APM and ACPI work.
                    694:        <li>Sound works: Intel 82801GB HD Audio with azalia(4).
                    695:        <li>Video works: Intel 82945GM. Widescreen resolution (1280x800)
                    696:        can be enabled using 915resolution.
                    697:        <li>fxp(4) network card works.
                    698:        <li>Webcam works: Sonix USB 2.0 camera.
                    699:        <li>USB mouse works.
                    700: </ul>
                    701:        Contact <a href="salvatti@gmail.com">Jo&atilde;o Salvatti</a>.
                    702:        <p align="left">
                    703:        <font size=2>
                    704:        <a href="http://www.openbsd-pa.org/notebook/notebook.html">dmesg</a>
                    705:        </font>
                    706: </td></tr><tr valign="top"><td>
1.206     steven    707:        HP nx7010
                    708: </td><td>
                    709: <p><ul>
                    710:        <li>OpenBSD 3.9 works.
                    711:        <li>Everything worked out of the box, except the battery status:
                    712:        <pre>apm0: AC on, battery charge unknown</pre>
                    713: </ul>
                    714:        Contact <a href="mailto:xavier@rootshell.be">Xavier Mertens</a>.
                    715:        <p align="left">
                    716:        <font size=2>
                    717:        <a href="http://blog.rootshell.be/openbsd/dmesg.nx7010">dmesg</a>
                    718:        &brvbar;
                    719:        <a href="http://blog.rootshell.be/openbsd/xorg.conf.nx7010">xorg.conf</a>
                    720:        </font>
                    721: </td></tr><tr valign="top"><td>
1.196     grunk     722:        HP Pavilion dv8120ca
                    723: </td><td>
                    724: <p><ul>
                    725:        <li>OpenBSD 3.9-current (April 27th, 2006) works.
                    726:        <li>Working: touchpad, pcmcia (wireless card) , USB, hw.setperf, audio,
                    727:        Realtek 8139 NIC rl(4)
                    728:        <li>Not working: memory card reader, Broadcom wireless, apm suspend
                    729:        <li>Untested: Expresscard Slot
                    730:        <li>Hacks: Install failed repeatedly while reading kernel off CD. Going
                    731:        into BIOS first, then exiting and booting from CD worked for some
                    732:        reason.
                    733:        <li>Xorg -configure got everything right first try.
                    734: </ul>
                    735:        Contact <a href="mailto:jsimola@gmail.com">Jon Simola</a>.
                    736:        <p align="left">
                    737:        <font size=2>
                    738:        <a href="http://proteus.mecha.com/laptop/dmesg.txt">dmesg</a>
                    739:        &brvbar;
                    740:        <a href="http://proteus.mecha.com/laptop/xorg.conf">xorg.conf</a>
                    741:        </font>
                    742: </td></tr><tr valign="top"><td>
1.197     grunk     743:        HP TC1100 Tablet PC
                    744: </td><td>
                    745: <p><ul>
                    746:        <li>OpenBSD 3.8 works.
                    747:        <li>USB, Ethernet and X.org work fine.
                    748:        <li>Sound, PCMCIA and Modem untested.
                    749:        <li>Intel Pro Wireless 2200 Wifi does not work:
                    750:        The radio switch is done by software and ACPI support is needed.
                    751:        <li>Pen does not work. No wacom driver.
                    752: </ul>
                    753:        Contact <a href="mailto:emilio.lopez@gmail.com">Emilio Lopez</a>.
                    754:        <p align="left">
                    755:        <font size=2>
                    756:        <a href="http://www-etsi2.ugr.es/alumnos/emiliol/dmesg">dmesg</a>
                    757:        </font>
                    758: </td></tr><tr valign="top"><td>
1.273     sobrado   759:        IBM ThinkPad 600E
1.230     steven    760: </td><td>
                    761: <p><ul>
                    762:        <li>OpenBSD 4.0-current (Dec 15, 2006) works.
                    763:        <li>APM, X, and sound work fine.
                    764:        <li>One problem is sound: use the sb(4) driver for the sound card,
                    765:        because the clcs(4) driver does not work (clcs(4) driver expects
                    766:        to find it paired with an AC'97 codec chip, while instead the
                    767:        CS4610 is paired with the ISA CS4239).
                    768: </ul>
                    769:        Contact <a href="mailto:alenitchev@gmail.com">Dmitri Alenitchev</a>.
                    770:        <p align="left">
                    771:        <font size=2>
                    772:        <a href="http://dma.org.ru/computers/tp600e/DEVIL.dmesg">dmesg</a>
                    773:        &brvbar;
                    774:        <a href="http://dma.org.ru/computers/tp600e/xorg.conf">xorg.conf</a>
                    775:        &brvbar;
                    776:        <a href="http://dma.org.ru/computers/#tp600e">more info</a>
                    777:        </font>
                    778: </td></tr><tr valign="top"><td>
1.281     nick      779:         IBM ThinkPad A21m/A21p
1.280     nick      780: </td><td>
                    781: <p><ul>
1.281     nick      782:        <li>OpenBSD 4.4-current (Dec 15, 2006) works (been using since
                    783:            3.8 or so).
1.282     tobias    784:        <li>APM and sound work fine.
1.281     nick      785:        <li>A21m X "Just Works", no xorg.conf needed.
                    786:         <li>A21p X config is tricky, much more so than the A21m, see
                    787:             sample.
                    788:             Only seems to work at native 1600x1200, other resolutions
                    789:             result in strange and dramatic failures.
1.280     nick      790:        <li>Onboard xl(4) card works and performs well.
                    791:        <li>keyboard volume controls and mute work fine.
1.281     nick      792:        <li>sysctl machdep.apmhalt=1 needed for "halt -p" to work.
1.280     nick      793: </ul>
                    794:         Contact <a href="mailto:nick@holland-consulting.net">Nick Holland</a>.
                    795:         <p align="left">
                    796:         <font size=2>
                    797:         <a href="http://www.holland-consulting.net/obsd/IBM-A21p-dmesg.txt">dmesg</a>
                    798:         &brvbar;
1.281     nick      799:         <a href="http://www.holland-consulting.net/obsd/IBM-A21p-xorg.conf">A21p xorg.conf</a>
1.280     nick      800:         &brvbar;
                    801:         <a href="http://www.holland-consulting.net/obsd/IBM-A21p.html">more info</a>
                    802:         </font>
                    803: </td></tr><tr valign="top"><td>
1.273     sobrado   804:        IBM ThinkPad R50e type 1834-S5G
1.179     steven    805: </td><td>
                    806: <p><ul>
                    807:        <li>OpenBSD 3.9-beta (Feb 5, 2006) works.
                    808:        <li>ACPI-only machine, no APM support.
                    809:        <li>The built-in fxp(4) ethernet device works fine.
                    810:        <li>The built-in iwi(4) Intel PRO/Wireless 2200BG works fine after
                    811:        downloading firmware files from
                    812:        <a href="http://damien.bergamini.free.fr/ipw/">Damien Bergamini's
                    813:        ipw page</a>.
                    814:        <li>The built-in auich(4) audio device works fine.
                    815:        <li>ThinkLight works as well as volume up/down/mute buttons, for a nice
                    816:        on-screen display you can use tpb (<tt>/usr/ports/sysutils/tpb</tt>).
                    817: </ul>
                    818:        Contact <a href="mailto:p_nowaczyk@o2.pl">Przemyslaw Nowaczyk</a>.
                    819:        <p align="left">
                    820:        <font size=2>
                    821:        <a href="http://www.student.put.poznan.pl/~przemyslaw.nowaczyk/r50e/dmesg_r50e">dmesg</a>
                    822:        &brvbar;
                    823:        <a href="http://www.student.put.poznan.pl/~przemyslaw.nowaczyk/r50e/xorg.conf_r50e">xorg.conf</a>
                    824:        </font>
                    825: </td></tr><tr valign="top"><td>
1.273     sobrado   826:        IBM ThinkPad T23 model 26478NU.
1.92      nick      827: </td><td>
1.97      nick      828: <p><ul>
1.221     marc      829:        <li>Works well with OpenBSD 4.0-current (Dec 2006).
1.97      nick      830:        <li>If using a boot floppy the system may hang when probing ahc.
1.94      nick      831:        Workaround: boot with -c and disable ahc.
                    832:        A GENERIC kernel does not have this issue.
1.221     marc      833:        <li>Serial port must be enabled in BIOS.
1.101     nick      834:        <li>"ctrl:nocaps" in X puts the control key in a proper location
1.221     marc      835:        <li>Wireless supported
                    836:        <li>Suspend works
                    837:        <li>Hibernation works with
1.101     nick      838:        <tt>/usr/ports/sysutils/tphdisk</tt> from the ports collection.
1.97      nick      839:        <li>The audio chipset is supported (auich).
                    840: </ul>
                    841:        Contact <a href="mailto:marc@snafu.org">Marco S Hyman</a>.
                    842:        <p align="left">
                    843:        <font size=2>
1.101     nick      844:        <a href="http://www.snafu.org/t23/dmesg">dmesg</a>
                    845:        &brvbar;
                    846:        <a href="http://www.snafu.org/t23/xorg.conf">xorg.conf</a>
1.134     grunk     847:        &brvbar;
                    848:        <a href="http://www.snafu.org/t23/">more info</a>
1.97      nick      849:        </font>
1.106     nick      850: </td></tr><tr valign="top"><td>
1.273     sobrado   851:        IBM ThinkPad T40, Type 2373-7CG
1.238     steven    852: </td><td>
                    853: <p><ul>
                    854:        <li>OpenBSD 4.0-current (Dec 22, 2006) works.
                    855:        <li>CD-RW/DVD-R: works as expected.
                    856:        <li>Ethernet: Intel 100Mb fxp device works fine.
                    857:        <li>Graphics: ATI Radion Mobility 7500, works with
                    858:        resolution 1024x768x24.
                    859:        <li>Sound works very well.
                    860:        <li>USB 2.0, PCMCIA, APM, touchpad, and trackpoint work.
                    861:        <li>Internal modem doesn't work.
                    862:        <li>IrDA works as COM port.
                    863:        <li>All functional keys are workable.
                    864: </ul>
                    865:        Contact <a href="mailto:avv@mail.zp.ua">Alexey Vatchenko</a>.
                    866:        <p align="left">
                    867:        <font size=2>
                    868:        <a href="http://www.bsdua.org/hw/IBMThinkPadT40/dmesg">dmesg</a>
                    869:        &brvbar;
                    870:        <a href="http://www.bsdua.org/hw/IBMThinkPadT40/xorg.conf">xorg.conf</a>
                    871:        </font>
                    872: </td></tr><tr valign="top"><td>
1.273     sobrado   873:        IBM ThinkPad T40, Type 2374-2G7
1.148     grunk     874: </td><td>
                    875: <p><ul>
1.257     steven    876:        <li>OpenBSD 4.2-current (Aug 28, 2007) works.
1.223     steven    877:        <li>Everything works fine.
1.257     steven    878:        <li><tt>apm -S</tt>, <tt>apm -Z</tt>, auich(4) and built-in
1.223     steven    879:        DVD/CD-RW work fine.
                    880:        <li>Added Ralink RT2561S MiniPCI 802.11 ABG works fine with
                    881:        the tpwireless package.
1.273     sobrado   882:        <li>When inserting a CardBus or PCMCIA card, the system will panic
1.257     steven    883:        and crash. It didn't do that with OpenBSD 4.0.
1.148     grunk     884: </ul>
                    885:        Contact <a href="mailto:renaud@llorien.org">Renaud Allard</a>.
                    886:        <p align="left">
                    887:        <font size=2>
1.257     steven    888:        <a href="http://www.llorien.org/OpenBSD/4.2/T40dmesg.txt">dmesg</a>
1.148     grunk     889:        &brvbar;
1.257     steven    890:        <a href="http://www.llorien.org/OpenBSD/4.2/T40xorg.conf">xorg.conf</a>
1.148     grunk     891:        </font>
                    892: </td></tr><tr valign="top"><td>
1.273     sobrado   893:        IBM ThinkPad T41p type 2373-GEU
1.125     grunk     894: </td><td>
                    895: <p><ul>
1.231     steven    896:        <li>OpenBSD 4.0-current (Jan 4, 2007) works.
1.125     grunk     897:        <li>Everything works fine: APM, X, onboard ethernet (em), sound,
1.237     steven    898:        USB, docking station.
                    899:        <li>onboard atheros works in 802.11b mode only.
1.125     grunk     900: </ul>
                    901:        Contact <a href="mailto:matt@arin.net">Matt Rowley</a>.
                    902:        <p align="left">
                    903:        <font size=2>
1.231     steven    904:        <a href="http://www.damnskippy.org/openbsd/dmesg.t41p-20070105">dmesg</a>
1.125     grunk     905:        &brvbar;
                    906:        <a href="http://www.damnskippy.org/openbsd/xorg.conf.new">xorg.conf</a>
                    907:        </font>
                    908: </td></tr><tr valign="top"><td>
1.273     sobrado   909:        IBM ThinkPad T42 model 2373
1.117     grunk     910: </td><td>
                    911: <p><ul>
1.235     reyk      912:        <li>OpenBSD 3.7 and later works fine.
1.117     grunk     913:        <li>See entry for the X40 for the built-in
                    914:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;sektion=4">iwi(4)</a> or
                    915:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4">ipw(4)</a>
                    916:        802.11 card and APM/Hibernation support.
1.273     sobrado   917:        <li>See entry for the X31 for Enhanced SpeedStep and the extra ThinkPad buttons.
1.117     grunk     918:        <li>The alternatively built-in "Atheros AR5212 (IBM MiniPCI)" 802.11 card works with the
                    919:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;sektion=4">ath(4)</a>
                    920:        driver.
1.235     reyk      921:        <li>X.org with ATI Radeon Mobility works fine (1024x768, 24bpp, Multihead).
                    922:        <li>The built-in
                    923:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aps&amp;sektion=4">aps(4)</a>
                    924:         ThinkPad Active Protection System accelerometer output is available in sysctl.
1.117     grunk     925:        <li>The built-in USB Bluetooth and infrared are not presently supported.
                    926:        <li>The built-in
1.143     grunk     927:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>
1.117     grunk     928:        gigabit ethernet device works fine.
                    929:        <li>The built-in
1.143     grunk     930:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;sektion=4">auich(4)</a>
1.117     grunk     931:        audio device works fine.
                    932:        <li>The built-in fingerprint scanner found in some models is not supported.
                    933: </ul>
                    934:        Contact <a href="mailto:reyk@openbsd.org">Reyk Floeter</a>.
                    935:        <p align="left">
                    936:        <font size=2>
1.235     reyk      937:        <a href="http://team.vantronix.net/~reyk/dmesg-t42">dmesg (4.0-current)</a>
                    938:        &brvbar;
                    939:        <a href="http://team.vantronix.net/~reyk/xorg.conf-t42">xorg.conf</a>
1.117     grunk     940:        &brvbar;
1.235     reyk      941:        <a href="http://team.vantronix.net/~reyk/xorg.conf-mergedfb-t42">xorg.conf (Multihead)</a>
1.117     grunk     942:        </font>
                    943: </td></tr><tr valign="top"><td>
1.273     sobrado   944:        IBM ThinkPad T42p Model 2373HTU
1.252     steven    945: </td><td>
                    946: <p><ul>
                    947:        <li>OpenBSD 4.1-release works.
                    948:        <li>Atheros AR5212 wireless ath(4) device works.
                    949:        <li>Gigabit ethernet em(4) works.
                    950:        <li>auich(4) sound works.
                    951:        <li>USB and SpeedStep work.
                    952:        <li>X works at 1600x1200 without any special xorg.conf.
                    953:        <li>All special buttons (e.g. volume, Fn+ combinations, Access IBM)
                    954:        work with OSD feedback using the <tt>sysutils/tpb</tt> package.
                    955:        <li>APM, including suspend to RAM (sleep) and suspend to disk
                    956:        (hibernation), works fine. In order for these to work while running X,
                    957:        X.org must be configured to us the "vesa" driver instead of the "ati"
                    958:        driver. When using the default ati driver under X, suspending the
                    959:        system will cause it to hang.
                    960:        <li>Built-in USB Bluetooth does not work.
1.273     sobrado   961:        <li>When inserting a CardBus or PCMCIA card, the system will panic
1.252     steven    962:        and crash. This appears to be PR 5239.
                    963: </ul>
                    964:        Contact <a href="mailto:ejm@teuton.org">Erik Mugele</a>.
                    965:        <p align="left">
                    966:        <font size=2>
                    967:        <a href="http://www.teuton.org/~ejm/t42p/dmesg41.txt">dmesg</a>
                    968:        &brvbar;
                    969:        <a href="http://www.teuton.org/~ejm/t42p/xorg41.txt">xorg.conf</a>
                    970:        &brvbar;
                    971:        <a href="http://www.teuton.org/~ejm/t42p/">more info</a>
                    972:        </font>
                    973: </td></tr><tr valign="top"><td>
1.273     sobrado   974:        IBM ThinkPad T43p type 2668-G5U
1.237     steven    975: </td><td>
                    976: <p><ul>
                    977:        <li>OpenBSD 4.0-current (Jan 4, 2007) works.
1.240     steven    978:        <li>Everything works fine: APM, X, onboard ethernet (bge), sound,
1.237     steven    979:        USB, docking station.
                    980:        <li>onboard atheros works in 802.11b mode only.
                    981: </ul>
                    982:        Contact <a href="mailto:matt@arin.net">Matt Rowley</a>.
                    983:        <p align="left">
                    984:        <font size=2>
                    985:        <a href="http://www.damnskippy.org/openbsd/dmesg.t43p-20070105">dmesg</a>
                    986:        &brvbar;
                    987:        <a href="http://www.damnskippy.org/openbsd/xorg.conf.new">xorg.conf</a>
                    988:        </font>
                    989: </td></tr><tr valign="top"><td>
1.273     sobrado   990:        IBM ThinkPad X31
1.94      nick      991: </td><td>
1.97      nick      992: <p><ul>
1.229     bernd     993:        <li>Works with OpenBSD 4.0-current (December 2006).
1.191     aanriot   994:        <li>Nearly all Hardware is supported.
1.97      nick      995:        <li>APM is well supported. Suspend mode (apm -s/zzz) works without
1.94      nick      996:        problems. Hibernation (suspend to disk) works also fine but
                    997:        requires a small MS-DOS partition with a hibernation file at the
                    998:        beginning of the harddisk. You can create this file with tphdisk
1.97      nick      999:        from ports (/usr/ports/sysutils/tphdisk).
                   1000:
                   1001:        <li>The two extra keys around the cursor block can be configured via
                   1002:        xmodmap.
                   1003:        <li>Example:
1.94      nick     1004:
1.126     grunk    1005: <pre>
1.96      nick     1006:                xmodmap -e "keycode 233 = Page_Down"
                   1007:                xmodmap -e "keycode 234 = Page_Up"
1.126     grunk    1008: </pre>
1.94      nick     1009:
1.97      nick     1010:        <li>The integrated Intel PRO/Wireless 2100 in my X31 (Model 2672-C8G)
1.98      nick     1011:        works with the
                   1012:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4">ipw(4)</a>
                   1013:        driver. But you need to download the unfree firmware first to get
                   1014:        it working. For more details read
                   1015:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4#FILES">ipw(4)</a>.
                   1016:
                   1017:        <li>I'm planning to replace this card with a
                   1018:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;sektion=4">ral(4)</a>
                   1019:        or an
                   1020:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;sektion=4">ath(4)</a>.
1.94      nick     1021:        For these cards, no unfree firmware required. To replace it,
                   1022:        I'll have to <i>unlock</i> the bios first because IBM allows only
1.115     nick     1023:        <i>special</i> IBM mini-PCI cards to be installed. The bios can
1.97      nick     1024:        be patched with the tpwireless program
1.115     nick     1025:        (<tt>/usr/ports/misc/tpwireless</tt>, <b>use on your own risk!</b>).
1.94      nick     1026:
1.97      nick     1027:        <li>The integrated CF-Card reader (really nice!) is supported
                   1028:        as well.
1.94      nick     1029:
1.127     david    1030:        <li>Enhanced SpeedStep is supported. You can adjust the CPU speed
1.97      nick     1031:        via sysctl (<tt>sysctl hw.setperf</tt>).
1.94      nick     1032:
1.98      nick     1033:        <li>The on-board
                   1034:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;sektion=4">fxp(4)</a>
                   1035:        and
                   1036:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;sektion=4">auich(4)</a>
1.99      nick     1037:        are working without problems.
1.94      nick     1038:
1.97      nick     1039:        <li>The keys for mute, volume up and volume down are working fine.
1.94      nick     1040:        No special software is required. If you'd like to get the big
                   1041:        "Access IBM" button to work and have a nice on-screen display, you
                   1042:        can install tpb from ports. (/usr/ports/sysutils/tpb) This works just
                   1043:        fine and you have nice on-screen messages when you change volume and
1.97      nick     1044:        brightness settings or enable/disable the ThinkLight.
                   1045: </ul>
1.155     bernd    1046:        Contact <a href="mailto:bernd@openbsd.org">Bernd Ahlers</a>.
1.97      nick     1047:        <p align="left">
                   1048:        <font size=2>
                   1049:        <a href="http://www.ba-net.org/x31/dmesg">dmesg</a>
                   1050:        &brvbar;
                   1051:        <a href="http://www.ba-net.org/x31/xorg.conf">xorg.conf</a>
                   1052:        </font>
1.106     nick     1053: </td></tr><tr valign="top"><td>
1.273     sobrado  1054:        IBM ThinkPad X40
1.102     nick     1055: </td><td>
                   1056: <p><ul>
1.264     steven   1057:        <li>OpenBSD 4.2-current (November 26, 2007) works fine.
1.109     jolan    1058:        <li>SD Card Slot is not presently supported.
1.102     nick     1059:        <li>The built-in "Intel PRO/Wireless 2200BG" works only with additional
                   1060:        firmware. See
                   1061:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;sektion=4">iwi(4)</a>
                   1062:        for more information.
1.133     grunk    1063:        <li>The X40 model 2386-8WU 512MB RAM/40GB HD has an Atheros AR5212
                   1064:        wireless card built in. It works with 3.7-current, but not with 3.7
                   1065:        release.
                   1066:        <li>UltraBase X4 works but is not hot-swappable. Machine locks up or
                   1067:        becomes unstable when trying to hot-plug the base. Work is being done
                   1068:        on a <a href="http://ibm-acpi.sourceforge.net">Linux ACPI driver</a>.
1.115     nick     1069:        <li>The use of other mini-PCI cards may be restricted by the BIOS.
1.110     nick     1070:        However, non-IBM supplied cards can be used after running the
                   1071:        <tt>/usr/ports/misc/tpwireless</tt> utility.
1.108     djm      1072:        <li>APM works fine, including suspend to hard-disk (hibernation)
1.102     nick     1073:        <li>If you want to use Hibernation, you must have a small
1.103     nick     1074:        msdos partition with a save2dsk.bin. For this, you can use
1.102     nick     1075:        <tt>/usr/ports/sysutils/tphdisk</tt>.
1.104     nick     1076:        <li>Perhaps one of the best supported notebooks because several
1.110     nick     1077:        developers also use it.
1.102     nick     1078: </ul>
1.264     steven   1079:        Contact <a href="mailto:steve@stevenfettig.com">Steve Fettig (1)</a>.
                   1080:        or <a href="mailto:marcus.popp@paranoidbsd.org">Marcus Popp (2)</a>
1.102     nick     1081:        <p align="left">
                   1082:        <font size=2>
1.264     steven   1083:        <a href="http://stevenfettig.com/machineconfigs/x40_dmesg">dmesg (1)</a>
1.102     nick     1084:        &brvbar;
1.264     steven   1085:        <a href="http://stevenfettig.com/machineconfigs/x40_xorg.conf">xorg.conf (1)</a>
1.133     grunk    1086:        &brvbar;
1.264     steven   1087:        <a href="http://www.paranoidbsd.org/x40/dmesg.37.txt">dmesg (2)</a>
1.133     grunk    1088:        &brvbar;
1.264     steven   1089:        <a href="http://www.paranoidbsd.org/x40/xorg.conf.37.txt">xorg.conf (2)</a>
1.102     nick     1090:        </font>
1.106     nick     1091: </td></tr><tr valign="top"><td>
1.273     sobrado  1092:        IBM ThinkPad X41 (not tablet)
1.171     steven   1093: </td><td>
                   1094: <p><ul>
1.172     steven   1095:        <li>OpenBSD 3.8-current (Jan 16, 2006) works fine.
1.171     steven   1096:        <li>APM works (sleep and suspend).
1.185     grunk    1097:        <li>Sound, wireless and accelerometer work. In order to switch
                   1098:        between the speakers and headphone jack, the powerstate of the
                   1099:        bluetooth module needs to be toggled once (Fn+F5).
1.184     grunk    1100:        <li>Fingerprint scanner is detected as a
                   1101:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugen&amp;sektion=4">ugen(4)</a>
                   1102:        device, but I haven't found software for it yet.
1.185     grunk    1103:        <li>The built-in bluetooth module (comes from Broadcom) works with
1.184     grunk    1104:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubt&amp;sektion=4">ubt(4)</a>
1.172     steven   1105:        <li>Accelerated support for the i915 chipset was added in X.org 6.9
                   1106:        (merged into OpenBSD in January 2006), and everything works with
                   1107:        the configuration file below.
1.171     steven   1108: </ul>
1.184     grunk    1109:        Contact <a href="mailto:ramrunner@gmail.com">Spiros Thanasoulas (1)</a>
                   1110:        or <a href="mailto:fkr@hazardous.org">Felix Kronlage (2)</a>.
1.171     steven   1111:        <p align="left">
                   1112:        <font size=2>
1.184     grunk    1113:        <a href="http://www.ics.forth.gr/~dsp/obsd-x41/dmesg-x41">dmesg (1)</a>
1.171     steven   1114:        &brvbar;
1.184     grunk    1115:        <a href="http://www.ics.forth.gr/~dsp/obsd-x41/xorg.conf-x41">xorg.conf (1)</a>
                   1116:        &brvbar;
                   1117:        <a href="http://hazardous.org/~fkr/openbsd/dmesg-x41">dmesg (2)</a>
1.171     steven   1118:        </font>
                   1119: </td></tr><tr valign="top"><td>
1.292     jasper   1120:        Lenovo IdeaPad S10e (40684YG)
                   1121: </td><td>
                   1122: <p><ul>
                   1123:        <li>OpenBSD 4.4-current (January 19, 2009) works.
                   1124:        <li>ACPI-only machine, no APM support.
                   1125:        <li>bge(4) ethernet works.
                   1126:        <li>azalia(4) audio works.
                   1127:        <li>X works without config (resolution is 1024x576).
                   1128:        <li>acpibat(4) works.
                   1129:        <li>Bluetooth works as ubt(4).
                   1130:        <li>Camera works as uvideo(4) (with <code>luvcview -f yuv ...</code>).
                   1131:        <li>ExpressCard/34mm untested.
                   1132:        <li>Card reader untested.
                   1133:        <li>Wireless (Broadcom BCM4315) doesn't work.
                   1134: </ul>
                   1135:        Contact <a href="mailto:jasper@nedbsd.eu">Jasper Lievisse Adriaanse</a>.
                   1136:        <p align="left">
                   1137:        <font size=2>
                   1138:        <a href="http://www.nedbsd.eu/~jasper/s10e/dmesg.uni">dmesg.uni</a>
                   1139:        &brvbar;
                   1140:        <a href="http://www.nedbsd.eu/~jasper/s10e/dmesg.mp">dmesg.mp</a>
                   1141:        </font>
                   1142: </td></tr><tr valign="top"><td>
1.273     sobrado  1143:        Lenovo ThinkPad T43, "2668-F7G" or "UC3F7xx"
1.182     steven   1144: </td><td>
                   1145: <p><ul>
                   1146:        <li>OpenBSD 3.9-beta (Feb 15, 2006) works.
                   1147:        <li>X.Org 6.9.0 works without particular configuration tweaks
                   1148:        (1400x1050), configured with <tt>X -configure</tt> and started with
                   1149:        <tt>startx -- -depth 24</tt>
                   1150:        <li><tt>halt -p</tt> works.
                   1151:        <li>iwi(4) Intel 2915 ABG works well, tested in several "b" and "g"
1.184     grunk    1152:        networks (firmware and AP config hints from
1.182     steven   1153:        <a href="http://damien.bergamini.free.fr/ipw/">Damien Bergamini's
                   1154:        ipw page</a>).
                   1155:        <li>bge(4) Gigabit ethernet works, not tested much beyond initial
                   1156:        installation.
                   1157:        <li>auich(4) sound works with base install and mplayer from packages.
                   1158:        <li>aps(4) output is available in sysctl.
                   1159:        <li>CardBus works: tested with CF adapter and card.
                   1160:        <li>ExpressCard slot (upper card slot) not tested.
                   1161:        <li>The system does not handle changes in removable (Ultrabay Slim)
                   1162:        storage. When halted and subsequently warm booted, that IDE channel
                   1163:        is disabled instead. A cold restart is required for a new device to
                   1164:        be detected, this really is no big deal.
                   1165:        <li>I'm uncertain whether APM (SpeedStep) works - sysctl(8) lacks
                   1166:        hw.setperf, the dmesg identifies some "apm0 at bios0: Power
                   1167:        Management spec V1.2" stuff anyway, BIOS settings at factory
                   1168:        default of SpeedStep enabled.
                   1169: </ul>
                   1170:        Contact <a href="mailto:moose@enting.se">&Aring;ke Nordin</a>.
                   1171:        <p align="left">
                   1172:        <font size=2>
                   1173:        <a href="http://www.enting.se/T43/dmesg">dmesg</a>
                   1174:        &brvbar;
                   1175:        <a href="http://www.enting.se/T43/xorg.conf">xorg.conf</a>
1.111     nick     1176:        </font>
1.106     nick     1177: </td></tr><tr valign="top"><td>
1.273     sobrado  1178:        Lenovo ThinkPad X60s (1702WEX)
1.241     steven   1179: </td><td>
                   1180: <p><ul>
1.247     jasper   1181:        <li>OpenBSD 4.1 (March 5, 2007) works.
1.241     steven   1182:        <li>ACPI-only machine, no APM support.
                   1183:        <li>wpi(4) Intel 3945 ABG works after installing the firmware as per
                   1184:        the man page. Tested on "b" and "g" networks.
1.247     jasper   1185:        <li>em(4) ethernet works.
                   1186:        <li>azalia(4) audio works.
1.241     steven   1187:        <li>X works without config.
                   1188:        <li>CardBus and ExpressCard untested.
                   1189:        <li>sysctl(8) lacks hw.setperf, SpeedStep is likely not working.
                   1190: </ul>
                   1191:        Contact <a href="mailto:jim@bonetruck.org">Jim Razmus II</a>.
                   1192:        <p align="left">
                   1193:        <font size=2>
                   1194:        <a href="http://www.bonetruck.org/x60s/dmesg.uni">dmesg.uni</a>
                   1195:        &brvbar;
                   1196:        <a href="http://www.bonetruck.org/x60s/dmesg.mp">dmesg.mp</a>
                   1197:        </font>
                   1198: </td></tr><tr valign="top"><td>
1.273     sobrado  1199:        Lenovo ThinkPad X61s (UK427RT)
1.256     jasper   1200: </td><td>
                   1201: <p><ul>
                   1202:        <li>OpenBSD 4.2-current (Aug 27, 2007) works.
                   1203:        <li>ACPI-only machine, no APM support.
                   1204:        <li>USB 2 works fine (tested with external USB DVD-RW).
                   1205:        <li>Video works fine without configuration (1024x768x24).
                   1206:        <li>em(4) ethernet works.
                   1207:        <li>Card reader works fine.
                   1208:        <li>Mini PCMCIA is not tested.
                   1209:        <li>Wireless not tested.
                   1210:        <li>Audio (azalia(4)) doesn't work.
                   1211:        <li>Bluetooth, fingerprint reader and internal modem not supported.
                   1212:        <li>Multiprocessor kernel works only with ACPI enabled,
                   1213:        otherwise it hangs while booting on npx0.
                   1214: </ul>
                   1215:        Contact <a href="mailto:av@bsdua.org">Alexey Vatchenko</a>.
                   1216:        <p align="left">
                   1217:        <font size=2>
                   1218:        <a href="http://www.bsdua.org/hw/LenovoThinkPadX61s/dmesg">dmesg</a>
                   1219:        &brvbar;
                   1220:        <a href="http://www.bsdua.org/hw/LenovoThinkPadX61s/dmesg.mp">dmesg.mp</a>
                   1221:        </font>
                   1222: </td></tr><tr valign="top"><td>
1.273     sobrado  1223:        Lenovo ThinkPad Z60m (2529-FBG)
1.178     steven   1224: </td><td>
                   1225: <p><ul>
1.202     steven   1226:        <li>OpenBSD 3.9-current (Jun 16, 2006) works.
1.178     steven   1227:        <li>ACPI-only machine, no APM support.
                   1228:        <li>Wireless Intel 2915 ABG (iwi(4)) works after downloading the
                   1229:        <a href="http://damien.bergamini.free.fr/ipw/download.html">firmware</a>.
                   1230:        <li>X works without config.
                   1231:        <li>aps(4) works.
1.202     steven   1232:        <li>SpeedStep works.
                   1233:        <li>Audio works.
1.178     steven   1234: </ul>
1.273     sobrado  1235:        I believe this is the first ThinkPad that Lenovo made. Little things
                   1236:        have me worried that this might be an end of the ThinkPad quality.
1.178     steven   1237:        Like the lack of APM support and the addition of Windows keys.
                   1238:        Also the keyboard feels a little bit cheaper than my R40 but still
1.273     sobrado  1239:        it feels like a ThinkPad.
                   1240:        The screen is better than the other ThinkPads I have seen.
1.178     steven   1241:        <p>
                   1242:        Contact <a href="mailto:janj+openbsd@wenf.org">Jan Johansson</a>.
                   1243:        <p align="left">
                   1244:        <font size=2>
                   1245:        <a href="http://www.isk.kth.se/~janjoha/z60m/dmesg.txt">dmesg</a>
                   1246:        </font>
                   1247: </td></tr><tr valign="top"><td>
1.273     sobrado  1248:        Lenovo ThinkPad T61 model 88985FG
1.265     reyk     1249: </td><td>
                   1250: <p><ul>
                   1251:        <li>OpenBSD 4.2-current and later works fine.
                   1252:        <li>amd64 with GENERIC.MP and ACPI is supported.
                   1253:        <li>ACPI-only machine, no APM support (currently no suspend/resume).
                   1254:        <li>The built-in PCI Express Mini Card
                   1255:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&amp;sektion=4">iwn(4)</a> works.
                   1256:        <li>The chipset revision of the alternative
                   1257:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;sektion=4">ath(4)</a>
                   1258:        Mini Card is currently not fully supported.
                   1259:        <li>SpeedStep works.
1.267     johan    1260:        <li>The
                   1261:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&amp;sektion=4">ahci(4)</a> SATA works fine.
1.265     reyk     1262:        <li>X.org with i965GM works since 1.4.0.90 and xf86-video-intel 2.2.0,
                   1263:        it is suggested to use the new xrandr configuration.
                   1264:        <li>The built-in
                   1265:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aps&amp;sektion=4">aps(4)</a>
                   1266:         ThinkPad Active Protection System accelerometer output is available in sysctl.
                   1267:        <li>The built-in USB Bluetooth and infrared are not presently supported.
                   1268:        <li>The built-in
                   1269:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>
                   1270:        gigabit ethernet PCI Express device works fine.
                   1271:        <li>The built-in
                   1272:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&amp;sektion=4">azalia(4)</a>
                   1273:        audio device works fine.
                   1274:        <li>The built-in fingerprint scanner found in some models is not supported.
                   1275: </ul>
                   1276:        Contact <a href="mailto:reyk@openbsd.org">Reyk Floeter</a>.
                   1277:        <p align="left">
                   1278:        <font size=2>
                   1279:        <a href="http://team.vantronix.net/~reyk/dmesg-t61">dmesg (4.2-current)</a>
                   1280:        &brvbar;
                   1281:        <a href="http://team.vantronix.net/~reyk/xorg.conf-t61">xorg.conf multihead (xrandr 1.2 style)</a>
                   1282:        </font>
                   1283: </td></tr><tr valign="top"><td>
1.273     sobrado  1284:        Lenovo ThinkPad X300 model 647815G
1.267     johan    1285: </td><td>
                   1286: <p><ul>
                   1287:        <li>OpenBSD 4.3-current and later works fine.
                   1288:        <li>i386 with GENERIC.MP and ACPI is supported.
                   1289:        <li>ACPI-only machine, no APM support (currently no suspend/resume).
                   1290:        <li>The built-in PCI Express Mini Card
                   1291:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&amp;sektion=4">iwn(4)</a> works.
                   1292:        <li>The
                   1293:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&amp;sektion=4">ahci(4)</a> SATA works fine.
                   1294:        <li>X.org with i965GM works since 1.4.0.90 and xf86-video-intel 2.2.0,
                   1295:        it is suggested to use the new xrandr configuration. Native resolution is 1440x900.
                   1296:        <li>The built-in
                   1297:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>
                   1298:        gigabit ethernet PCI Express device works fine.
                   1299:        <li>The built-in
                   1300:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&amp;sektion=4">azalia(4)</a>
                   1301:        audio device works.
                   1302: </ul>
                   1303:        Contact <a href="mailto:robert.blacquiere@gmail.com">Robert Blacquiere</a>.
                   1304:        <p align="left">
                   1305:        <font size=2>
                   1306:        <a href="http://www.blacquiere.nl/~robert/x300_openbsd_dmesg.txt">dmesg (4.3-current)</a>
                   1307:        &brvbar;
                   1308:        <a href="http://www.blacquiere.nl/~robert/x300_xorg.conf">xorg.conf</a>
                   1309:        </font>
                   1310: </td></tr><tr valign="top"><td>
1.293     millert  1311:        Lenovo ThinkPad T500 model 2081CT
                   1312: </td><td>
                   1313: <p><ul>
                   1314:        <li>OpenBSD 4.4-Current works with i386 and amd64</li>
                   1315:        <li>Volume buttons work.</li>
                   1316:        <li>Bluetooth works with ubt(4).</li>
                   1317:        <li>Wireless works with iwn(4).</li>
                   1318:        <li>Sleep, suspend, resume <em>not</em> supported.</li>
                   1319:        <li>Reboot APM works.</li>
                   1320:        <li>Poweroff works only sporadically.</li>
                   1321:        <li>Sounds works with azalia(4).</li>
                   1322:        <li>X works with intel(4) but not with radeon(4).</li>
                   1323:        <li>DRM does not seem to work.</li>
                   1324:        <li>Brightness adjustment functions of the keyboard seem to work.</li>
                   1325:        <li>Fingerprint reader is not supported.</li>
                   1326:        <li>Lights for wireless connections works.</li>
                   1327:        <li>Firewire not supported.</li>
                   1328:        <li>Trackpad scroll areas not supported.</li>
                   1329: </ul>
                   1330:        Contact <a href="mailto:arcfide@sacrideo.us">Aaron W. Hsu</a>
                   1331:        <p align="left">
                   1332:        <font size=2>
                   1333:        <a href="gopher://gopher.sacrideo.us/0tech/t500_dmesg">dmesg (4.4-current)</a>
                   1334:        &brvbar;
                   1335:        <a href="gopher://gopher.sacrideo.us/0tech/t500_xorg.conf">xorg.conf</a>
                   1336:        </font>
                   1337: </p></td></tr><tr valign="top"><td>
1.173     steven   1338:        MSI Megabook S270
                   1339: </td><td>
                   1340: <p><ul>
1.270     matthieu 1341:        <li>OpenBSD 4.3 works both in i386 and amd64
1.173     steven   1342:        modes.
                   1343:        <li>At least
                   1344:        <a href="http://www.msi.com.tw/program/support/bios/bos/spt_bos_detail.php?UID=608&amp;kind=11">BIOS
1.174     steven   1345:        6.70</a> is needed to fix an interrupt routing problem.
1.173     steven   1346:        <li>APM doesn't work.
1.270     matthieu 1347:        <li>X.Org 7.3 works on the LCD panel at 1280x800 out of the box
1.173     steven   1348:        (without configuration file). External VGA works if the monitor is
                   1349:        connected before starting X.
                   1350:        <li>Built-in wireless (ral(4)) works.
1.270     matthieu 1351:        <li>Build-in SD card reader works.
1.190     matthieu 1352:        <li>Sound works.
1.173     steven   1353: </ul>
                   1354:        <p>
1.270     matthieu 1355:        Contact <a href="mailto:matthieu@openbsd.org">Matthieu Herrb</a>.
1.173     steven   1356:        <p align="left">
                   1357:        <font size=2>
1.270     matthieu 1358:        <a href="http://herrb.net/dmesg/msi-s270.txt">dmesg</a>
1.173     steven   1359:        </font>
                   1360: </td></tr><tr valign="top"><td>
1.295   ! landry   1361:        MSI Wind U100
        !          1362: </td><td>
        !          1363: <p><ul>
        !          1364:        <li>OpenBSD 4.4-current works.
        !          1365:        <li>ACPI works fine.
        !          1366:        <li>X.Org 7.5 works on the LCD panel at 1024x800 out of the box
        !          1367:        (without configuration file).
        !          1368:        <li>xrandr and DRI (intel) works.
        !          1369:        <li>Built-in wireless (ral(4)) and ethernet (rl(4)) works.
        !          1370:        <li>Function keys (brightness, volume) don't work.
        !          1371: </ul>
        !          1372:        <p>
        !          1373:        Contact <a href="mailto:landry@openbsd.org">Landry Breuil</a>.
        !          1374:        <p align="left">
        !          1375:        <font size=2>
        !          1376:        <a href="http://rhaalovely.net/~landry/stuff/dmesg.u100">dmesg</a>
        !          1377:        <a href="http://rhaalovely.net/~landry/stuff/Xorglog.u100">Xorg.log</a>
        !          1378:        </font>
        !          1379: </td></tr><tr valign="top"><td>
1.158     grunk    1380:        NEC Versa S940
                   1381: </td><td>
                   1382: <p><ul>
1.225     steven   1383:        <li>OpenBSD 4.0-release and 4.0-current (Dec 27, 2006) work.
                   1384:        <li>Integrated 82852GM works ok, 1280x768 wide screen, after enabling
                   1385:        the resolution using the <tt>x11/915resolution</tt> tool by invoking
                   1386:        it in <tt>/etc/rc.securelevel</tt> like
1.158     grunk    1387: <pre>
1.225     steven   1388:        /usr/local/sbin/915resolution 4d 1280 768 &gt;/dev/null
1.158     grunk    1389: </pre>
1.225     steven   1390:        <li>sound card and rl work ok.
                   1391:        <li>iwi works ok (including monitor mode), download firmware first.
1.158     grunk    1392:        <li>APM is not detected, <tt>halt -p</tt> does not poweroff.
1.225     steven   1393:        <li><tt>sysctl hw.setperf=...</tt> changes the CPU speed
                   1394:        (from 600 to 1600)
1.158     grunk    1395: </ul>
1.159     grunk    1396:        Contact <a href="mailto:aurelien6545@free.fr">Aur&eacute;lien</a>.
1.158     grunk    1397:        <p align="left">
                   1398:        <font size=2>
                   1399:        <a href="http://aurelien26.free.fr/s940/dmesg">dmesg</a>
                   1400:        &brvbar;
1.225     steven   1401:        <a href="http://aurelien26.free.fr/s940/dmesg.20061227">dmesg (snapshot)</a>
                   1402:        &brvbar;
1.158     grunk    1403:        <a href="http://aurelien26.free.fr/s940/xorg.conf">xorg.conf</a>
                   1404:        </font>
                   1405: </td></tr><tr valign="top"><td>
1.242     steven   1406:        Sony VAIO PCG-505TR
                   1407: </td><td>
                   1408: <p><ul>
                   1409:        <li>OpenBSD 4.0 works.
                   1410:        <li>Working: apm, audio, X, port extender.
                   1411:        <li>Hacks: have to disable pcibios on UKC prompt for it to boot up
                   1412:        (more <a href="http://www.mayukhbose.com/openbsd/">details</a>).
                   1413: </ul>
                   1414:        Contact <a href="mailto:mayukh_bose@hotmail.com">Mayukh Bose</a>.
                   1415:        <p align="left">
                   1416:        <font size=2>
                   1417:        <a href="http://www.mayukhbose.com/openbsd/dmesg.txt">dmesg</a>
                   1418:        &brvbar;
                   1419:        <a href="http://www.mayukhbose.com/openbsd/xorg.conf">xorg.conf</a>
                   1420:        </font>
                   1421: </td></tr><tr valign="top"><td>
1.132     grunk    1422:        Sony VAIO PCG-FX602
                   1423: </td><td>
                   1424: <p><ul>
                   1425:        <li>OpenBSD 3.7 works.
                   1426:        <li>Audio does not work: you have to disable auvia* in GENERIC
                   1427:        after installation.
                   1428:        <li>APM, USB and PCMCIA work fine.
                   1429:        <li>X.org runs out of the box, so no xorg.conf file supplied
                   1430:        <li>Custom hack for <tt>hw.setperf</tt>:
                   1431:        <ul>
                   1432:        <li>Apply the
                   1433:        <a href="http://www.disorder.ru/openbsd/acpi.html">ACPI-patches</a>
                   1434:        from Alexander Yurchenko.
                   1435:        <li>Then edit /usr/src/sys/conf/files and add in line 21:
                   1436: <pre>
                   1437:        define  acpibus {}
                   1438: </pre>
                   1439:        <li>Add to /usr/src/sys/sys/malloc.conf
                   1440: <pre>
                   1441:        #define M_ACPI  122     /* ACPI */
                   1442: </pre>
                   1443:        <li>Comment out the Sony SPIC stuff in
                   1444:        <tt>/usr/src/sys/arch/i386/conf/files.i386</tt>
                   1445:        and <tt>/usr/src/sys/arch/i386/conf/GENERIC_ACPI</tt>
                   1446:        (This stuff does not compile for me and i don't care about it;)
                   1447:        <li>rebuild kernel, /usr/src/sbin/sysctl, /usr/src/usr.sbin/acpid[ump]
                   1448:        <li>You are now able to set hw.setperf via sysctl.
                   1449:        </ul>
                   1450:
                   1451:        <li>I run additionally a
                   1452:        <a href="http://metawire.org/~leopold/files/cpud-0.2.tgz">utility</a>
                   1453:        I wrote to control this value automatically depending on cpu-load.
                   1454:        It is based on Laurie Tratts' <tt>perfd</tt>.
1.243     simon    1455:        Just unpack and run make &amp;&amp; sudo make install.<br>
1.132     grunk    1456:        This way you are able to sustain Battery life up to 2 1/2 - 3 hours.
                   1457:        And the fan stops to run permanently.
                   1458: </ul>
                   1459:        Contact <a href="mailto:a.schlichting@lemarit.com">Alf Schlichting</a>.
                   1460:        <p align="left">
                   1461:        <font size=2>
                   1462:        <a href="http://metawire.org/~leopold/files/lap.dmesg">dmesg</a>
                   1463:        </font>
                   1464: </td></tr><tr valign="top"><td>
1.243     simon    1465:        Sony VAIO PCG-N505X
                   1466: </td><td>
                   1467: <p><ul>
                   1468:        <li>OpenBSD 4.0-current (Feb 09, 2007) works.
                   1469:        <li>Touchpad and X just work.
                   1470:        <li>APM works except it needs the <tt>sysctl machdep.apmhalt=1</tt>
                   1471:        powerdown hack.
                   1472:        <li>USB and Audio (AC'97) works.
                   1473:        <li>PCMCIA NIC running with ep(4).
                   1474: </ul>
                   1475:        Contact <a href="mailto:simon@openbsd.org">Simon Dassow</a>.
                   1476:        <p align="left">
                   1477:        <font size=2>
                   1478:        <a href="http://janus.errornet.de/files/configs/flatbook-4.0-current.dmesg">dmesg</a>
                   1479:        </font>
                   1480: </td></tr><tr valign="top"><td>
1.142     grunk    1481:        Toshiba Libretto 70CT
                   1482: </td><td>
                   1483: <p><ul>
1.255     steven   1484:        <li>OpenBSD 4.1 works.
1.215     steven   1485:        <li>X works - but swaps a lot with only 16Mb of RAM.
1.142     grunk    1486:        <li>APM works OK.
1.193     steven   1487:        <li>Sound works once kernel has been configured using config(8).
1.142     grunk    1488: </ul>
                   1489:        Contact <a href="mailto:fred@crowsons.net">Fred Crowson</a>.
                   1490:        <p align="left">
                   1491:        <font size=2>
1.255     steven   1492:        <a href="http://www.crowsons.com/puters/txt/dmesg.41.fcm">dmesg</a>
1.142     grunk    1493:        &brvbar;
1.255     steven   1494:        <a href="http://www.crowsons.com/puters/txt/xorg.conf.fcm.txt">xorg.conf</a>
1.142     grunk    1495:        &brvbar;
1.255     steven   1496:        <a href="http://www.crowsons.com/puters/fcm.htm">more info</a>
1.142     grunk    1497:        </font>
                   1498: </td></tr><tr valign="top"><td>
1.154     grunk    1499:        Toshiba Satellite 2430-101
                   1500: </td><td>
                   1501: <p><ul>
1.244     steven   1502:        <li>OpenBSD 4.0-current (Jan 19, 2007) works.
1.273     sobrado  1503:        <li>CardBus works.
1.154     grunk    1504:        <li>X works.
                   1505:        <li>Sound is recognized (didn't try it).
                   1506:        <li>USB works (new devices are recognized at least).
1.244     steven   1507:        <li>ACPI power button is recognized and works.
1.154     grunk    1508:        <li>APM does not work (hard crash when resuming).
                   1509:        Tried APM 1.1 and a few other APM flags without success.
                   1510: </ul>
                   1511:        Contact <a href="mailto:nilsf@tako.de">Nils Frohberg</a>.
                   1512:        <p align="left">
                   1513:        <font size=2>
                   1514:        <a href="http://www.tako.de/openbsd/dmesg.boot">dmesg</a>
                   1515:        &brvbar;
                   1516:        <a href="http://www.tako.de/openbsd/xorg.conf">xorg.conf</a>
                   1517:        </font>
                   1518: </td></tr><tr valign="top"><td>
1.187     steven   1519:        Toshiba Tecra 520CDT
                   1520: </td><td>
                   1521: <p><ul>
                   1522:        <li>OpenBSD 3.8 works.
                   1523:        <li>Graphics card (ct65555) works fine with X.org.
                   1524:        <li>PCMCIA tested with EtherPrime network card.
                   1525:        <li>USB with ASUS CD-RW works.
                   1526:        <li>Sound card (Yamaha OPL3-SA3): exactly the same things as with
                   1527:        the Toshiba Tecra 8000 must be done (disable sb, change wss IRQ to 5
                   1528:        and make sure drq matches BIOS settings). But even after that the
                   1529:        output volume cannot be set (no outputs.* fields at all exist).
                   1530:        This problem is mentioned in the ym(4) manual. If you disable wss and
                   1531:        enable the sb driver instead, volume can be set between 0-128, but
                   1532:        play.rate, play.encoding etc. cannot be altered.
                   1533: </ul>
                   1534:        <p>
                   1535:        Contact <a href="mailto:magnus.ahman@home.se">Magnus &Aring;hman</a>.
                   1536:        <p align="left">
                   1537:        <font size=2>
1.212     steven   1538:        <a href="http://troligen.se/tecra/dmesg.txt">dmesg</a>
1.187     steven   1539:        &brvbar;
1.212     steven   1540:        <a href="http://troligen.se/tecra/xorg.conf.txt">xorg.conf</a>
1.187     steven   1541:        </font>
1.92      nick     1542: </td></tr>
1.1       deraadt  1543: </table>
                   1544:
1.110     nick     1545: <p> If your laptop under OpenBSD is not listed above, feel free to mail
                   1546: <a href="mailto:www@openbsd.org">www@openbsd.org</a> to cure this.
1.111     nick     1547: Please supply as much information as possible, such as:
1.110     nick     1548: <ul>
                   1549:        <li>Notebook exact manufacturer, name and model.
                   1550:        <li>Latest OpenBSD version known to work on it (must be the latest
1.153     aanriot  1551:        release, snapshot, or -current).
1.110     nick     1552:        <li>List of working/not working things with OpenBSD.
                   1553:        <li>List of hacks you used to get certain things running.
                   1554:        <li>Contact name and email address.
1.183     steven   1555:        <li><b>Links</b> to your dmesg and xorg.conf.
                   1556:        Please do not mail these files to the www mailing list, but put
                   1557:        them online somewhere and provide the URLs.
1.110     nick     1558: </ul>
1.183     steven   1559: Finally, don't forget to also send your dmesg to
                   1560: <a href="mailto:dmesg@openbsd.org">dmesg@openbsd.org</a> as explained in
                   1561: <a href="faq/faq4.html#SendDmesg">FAQ 4 - Installation Guide</a>.
1.110     nick     1562:
1.279     nick     1563: <hr>
1.92      nick     1564: <a href="i386.html"><img height=24 width=24 src="back.gif" border=0 alt=OpenBSD></a>
                   1565: <a href="mailto:www@openbsd.org">www@openbsd.org</a><br>
1.295   ! landry   1566: <small>$OpenBSD: i386-laptop.html,v 1.294 2009/02/10 00:44:04 sthen Exp $</small>
1.167     grunk    1567: </body></html>