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

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

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>
                    541:        <li>3.9, 4.0, various snapshots and -current (Nov 5, 2006) work fine.
                    542:        <li>Wireless works with iwi(4).
                    543:        <li>Frequency scaling works since est.c improvements between 3.9
                    544:        and 4.0.
                    545:        <li>i915GM dual-screen works with dock VGA output.
                    546:        <li>Sound and touchpad work out of the box.
                    547:        <li>Built-in Bluetooth is detected (not tested).
                    548:        <li>ACPI works when enabled in GENERIC (sensors, halt -p,
                    549:        battery levels, poweroff button, ...)
                    550:        <li>Suspend/hibernate doesn't work (apm -S / zzz does nothing).
                    551: </ul>
                    552:        Contact <a href="mailto:landry.breuil@irisa.fr">Landry Breuil</a>.
                    553:        <p align="left">
                    554:        <font size=2>
                    555:        <a href="http://fr.homeunix.org/stuff/dmesg-openbsd-4.0-current-061105-acpi-enabled.txt">dmesg</a>
                    556:        &brvbar;
                    557:        <a href="http://fr.homeunix.org/stuff/xorg.conf-openbsd.txt">xorg.conf</a>
                    558:        </font>
                    559: </td></tr><tr valign="top"><td>
1.227     steven    560:        Dell Latitude D420
                    561: </td><td>
                    562: <p><ul>
1.249     ajacouto  563:        <li>OpenBSD 4.1-current (Apr 24, 2007) works.
                    564:        <li>Integrated 82945GM works fine with the 1280x800 wide screen, after
                    565:        enabling the resolution using the <tt>x11/915resolution</tt> package
1.227     steven    566:        by invoking it in <tt>/etc/securelevel</tt> like:
                    567: <pre>
                    568:        /usr/local/sbin/915resolution 4d 1280 800 &gt;/dev/null
                    569: </pre>
1.250     ajacouto  570:        <li>Sound (azalia) and touchpad work out of the box.
1.249     ajacouto  571:        <li>The onboard NIC (bge) works fine.
                    572:        <li>Wireless works fine (wpi - download firmware first).
                    573:        <li>Enhanced SpeedStep works (sysctl hw.setperf).
                    574:        <li>Integrated SD-Card reader works.
1.261     ajacouto  575:        <li>ACPI-only machine, no APM support
                    576:        (no error halting the system when acpi is enabled).<br>
                    577:        If ACPI is not enabled, the laptop will freeze when (un)plugging
                    578:        the power connector.
1.227     steven    579: </ul>
1.249     ajacouto  580:        Contact <a href="mailto:ajacoutot@openbsd.org">Antoine Jacoutot</a>.
1.227     steven    581:        <p align="left">
                    582:        <font size=2>
1.261     ajacouto  583:        <a href="http://www.bsdfrog.org/dmesg/dell_d420">dmesg</a>
1.227     steven    584:        &brvbar;
1.261     ajacouto  585:        <a href="http://www.bsdfrog.org/dmesg/dell_d420_acpi">dmesg (acpi)</a>
1.227     steven    586:        </font>
                    587: </td></tr><tr valign="top"><td>
1.164     grunk     588:        Dell Latitude D500
                    589: </td><td>
                    590: <p><ul>
1.239     simon     591:        <li>OpenBSD 4.0-current (January 8, 2007) works.
1.164     grunk     592:        <li>The onboard NIC (fxp) works fine.
                    593:        <li>ACPI-only machine, no APM support.
                    594:        <li>Enhanced SpeedStep works.
1.210     steven    595:        <li>The touchpad works fine (even on console).
                    596:        <li>USB 2.0 works: USB mouse and mobile connectivity tested.
1.165     grunk     597:        <li>Built-in CD/DVD player and writer works.
1.164     grunk     598:        <li>Sound (auich) works, but it's set to maximum volume by default.
                    599:        I've put <tt>outputs.master=100</tt> in /etc/mixerctl.conf.
                    600:        <li>Built-in wireless (ipw) works fine with the firmware, see
                    601:        <a href="faq/faq6.html#Wireless">FAQ 6 - Wireless networking</a>.
1.210     steven    602:        <li>X.org 6.9.0 at 1024x768 by default. Switching from LCD to
                    603:        external display works.
1.164     grunk     604:        <li>Adjusting the display brightness with the fn keys works.
1.210     steven    605:        <li>PCMCIA works: tested with D-Link (ne) adapter.
1.164     grunk     606: </ul>
1.239     simon     607:        Contact <a href="mailto:simon@openbsd.org">Simon Dassow</a>.
1.164     grunk     608:        <p align="left">
                    609:        <font size=2>
1.239     simon     610:        <a href="http://janus.errornet.de/files/configs/codebook-4.0-current.dmesg">dmesg</a>
1.164     grunk     611:        </font>
                    612: </td></tr><tr valign="top"><td>
1.129     grunk     613:        Dell Latitude D600
                    614: </td><td>
                    615: <p><ul>
1.233     steven    616:        <li>OpenBSD 4.0-current (December 30, 2006) works well.
                    617:        <li>Audio, video (1280x1024), and onboard NIC (Gigabit Broadcom
1.129     grunk     618:        570x) work just fine.
                    619:        <li>Built-in wireless (Dell TrueMobile 1300) not supported.
1.233     steven    620:        <li>APM not supported.
1.129     grunk     621: </ul>
1.233     steven    622:        Contact <a href="mailto:benny@bennyvision.com">C. Bensend</a>.
1.129     grunk     623:        <p align="left">
                    624:        <font size=2>
1.233     steven    625:        <a href="http://www.bennyvision.com/projects/openbsd/dell-latitude-d600/2007-01-02-dell_latitude_d600-CURRENT.dmesg">dmesg</a>
1.129     grunk     626:        &brvbar;
1.233     steven    627:        <a href="http://www.bennyvision.com/projects/openbsd/dell-latitude-d600/2007-01-02-dell_latitude_d600.xorg">xorg.conf</a>
1.129     grunk     628:        </font>
                    629: </td></tr><tr valign="top"><td>
1.218     todd      630:        Dell Latitude D620
                    631: </td><td>
                    632: <p><ul>
                    633:        <li>OpenBSD 4.0 works.
1.219     steven    634:        <li>Video works at native resolution with <tt>x11/915resolution</tt>.
1.218     todd      635:        <li>Onboard bge(4) works.
                    636:        <li>Internal wireless (wpi) works, but requires firmware that is not free.
                    637:        <li>Sound works.
1.273     sobrado   638:        <li>CardBus slot works when pcibios has its flags set to 0x0001.
1.218     todd      639: </ul>
                    640:        Contact <a href="mailto:ben@tilderoot.com">Ben Lovett</a>.
                    641:        <p align="left">
                    642:        <font size=2>
                    643:        <a href="http://tilderoot.com/~ben/openbsd/d620/dmesg.txt">dmesg</a>
                    644:        </font>
                    645: </td></tr><tr valign="top"><td>
1.259     kettenis  646:        Dell XPS M1330 (X3100 graphics)
                    647: </td><td>
                    648: <p><ul>
1.260     kettenis  649:        <li>OpenBSD 4.2-current works.
                    650:        <li>No <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;sektion=4">apm(4)</a>.
1.259     kettenis  651:        <li>X works at native resolution with <tt>x11/915resolution</tt> and
                    652: <tt>xf86-video-intel</tt> driver.
                    653:        <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  654:        <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  655: </ul>
                    656:        Contact <a href="mailto:mark.kettenis@xs4all.nl">Mark Kettenis</a>.
                    657:        <p align="left">
                    658:        <font size=2>
                    659:        <a href="http://www.xs4all.nl/~sibelius/openbsd/m1330/dmesg.txt">dmesg</a>
                    660:        </font>
                    661: </td></tr><tr valign="top"><td>
1.255     steven    662:        Fujitsu Siemens Amilo Pro V3205
                    663: </td><td>
                    664: <p><ul>
1.274     jasper    665:        <li>OpenBSD 4.3 works.
                    666:        <li>X works - no xorg.conf required.
1.255     steven    667:        <li>SD Card slot works.
1.274     jasper    668:        <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.
                    669:        <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    670: </ul>
                    671:        Contact <a href="mailto:fred@crowsons.net">Fred Crowson</a>.
                    672:        <p align="left">
                    673:        <font size=2>
1.274     jasper    674:        <a href="http://www.crowsons.com/puters/txt/dmesg.amilo.43">dmesg</a>
1.255     steven    675:        &brvbar;
                    676:        <a href="http://www.crowsons.com/puters/amilo.htm">more info</a>
                    677:        </font>
                    678: </td></tr><tr valign="top"><td>
1.116     grunk     679:        Fujitsu Siemens Lifebook E8010 with i855/SXGA+
                    680: </td><td>
                    681: <p><ul>
1.224     steven    682:        <li>OpenBSD 4.0-current (Dec 23, 2006) works.
1.116     grunk     683:        <li>SD card reader and SVGA are not supported.
                    684:        <li>Doesn't have APM, so there's no way to suspend
                    685:        or <tt>'halt -p'</tt> the box.
1.224     steven    686:        <li>needs X.Org as of May 2005 (and
                    687:        <a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/915resolution/">
                    688:        915resolution</a> for full 1400x1050 resolution).
1.116     grunk     689:        The laptop only does 1280x1024 by default.
                    690:        <li>Everything else on the machine works.
                    691: </ul>
                    692:        Contact <a href="mailto:sturm@openbsd.org">Nikolay Sturm</a>.
                    693:        <p align="left">
                    694:        <font size=2>
1.224     steven    695:        <a href="http://www.erisiandiscord.de/e8010.dmesg">dmesg</a>
1.116     grunk     696:        </font>
1.141     grunk     697: </td></tr><tr valign="top"><td>
1.266     steven    698:        HP DV6426US
                    699: </td><td>
                    700: <p><ul>
                    701:        <li>OpenBSD 4.2-current (Nov 15, 2007) works.
                    702:        <li>APM and ACPI work.
                    703:        <li>Sound works: Intel 82801GB HD Audio with azalia(4).
                    704:        <li>Video works: Intel 82945GM. Widescreen resolution (1280x800)
                    705:        can be enabled using 915resolution.
                    706:        <li>fxp(4) network card works.
                    707:        <li>Webcam works: Sonix USB 2.0 camera.
                    708:        <li>USB mouse works.
                    709: </ul>
                    710:        Contact <a href="salvatti@gmail.com">Jo&atilde;o Salvatti</a>.
                    711:        <p align="left">
                    712:        <font size=2>
                    713:        <a href="http://www.openbsd-pa.org/notebook/notebook.html">dmesg</a>
                    714:        </font>
                    715: </td></tr><tr valign="top"><td>
1.206     steven    716:        HP nx7010
                    717: </td><td>
                    718: <p><ul>
                    719:        <li>OpenBSD 3.9 works.
                    720:        <li>Everything worked out of the box, except the battery status:
                    721:        <pre>apm0: AC on, battery charge unknown</pre>
                    722: </ul>
                    723:        Contact <a href="mailto:xavier@rootshell.be">Xavier Mertens</a>.
                    724:        <p align="left">
                    725:        <font size=2>
                    726:        <a href="http://blog.rootshell.be/openbsd/dmesg.nx7010">dmesg</a>
                    727:        &brvbar;
                    728:        <a href="http://blog.rootshell.be/openbsd/xorg.conf.nx7010">xorg.conf</a>
                    729:        </font>
                    730: </td></tr><tr valign="top"><td>
1.196     grunk     731:        HP Pavilion dv8120ca
                    732: </td><td>
                    733: <p><ul>
                    734:        <li>OpenBSD 3.9-current (April 27th, 2006) works.
                    735:        <li>Working: touchpad, pcmcia (wireless card) , USB, hw.setperf, audio,
                    736:        Realtek 8139 NIC rl(4)
                    737:        <li>Not working: memory card reader, Broadcom wireless, apm suspend
                    738:        <li>Untested: Expresscard Slot
                    739:        <li>Hacks: Install failed repeatedly while reading kernel off CD. Going
                    740:        into BIOS first, then exiting and booting from CD worked for some
                    741:        reason.
                    742:        <li>Xorg -configure got everything right first try.
                    743: </ul>
                    744:        Contact <a href="mailto:jsimola@gmail.com">Jon Simola</a>.
                    745:        <p align="left">
                    746:        <font size=2>
                    747:        <a href="http://proteus.mecha.com/laptop/dmesg.txt">dmesg</a>
                    748:        &brvbar;
                    749:        <a href="http://proteus.mecha.com/laptop/xorg.conf">xorg.conf</a>
                    750:        </font>
                    751: </td></tr><tr valign="top"><td>
1.197     grunk     752:        HP TC1100 Tablet PC
                    753: </td><td>
                    754: <p><ul>
                    755:        <li>OpenBSD 3.8 works.
                    756:        <li>USB, Ethernet and X.org work fine.
                    757:        <li>Sound, PCMCIA and Modem untested.
                    758:        <li>Intel Pro Wireless 2200 Wifi does not work:
                    759:        The radio switch is done by software and ACPI support is needed.
                    760:        <li>Pen does not work. No wacom driver.
                    761: </ul>
                    762:        Contact <a href="mailto:emilio.lopez@gmail.com">Emilio Lopez</a>.
                    763:        <p align="left">
                    764:        <font size=2>
                    765:        <a href="http://www-etsi2.ugr.es/alumnos/emiliol/dmesg">dmesg</a>
                    766:        </font>
                    767: </td></tr><tr valign="top"><td>
1.273     sobrado   768:        IBM ThinkPad 600E
1.230     steven    769: </td><td>
                    770: <p><ul>
                    771:        <li>OpenBSD 4.0-current (Dec 15, 2006) works.
                    772:        <li>APM, X, and sound work fine.
                    773:        <li>One problem is sound: use the sb(4) driver for the sound card,
                    774:        because the clcs(4) driver does not work (clcs(4) driver expects
                    775:        to find it paired with an AC'97 codec chip, while instead the
                    776:        CS4610 is paired with the ISA CS4239).
                    777: </ul>
                    778:        Contact <a href="mailto:alenitchev@gmail.com">Dmitri Alenitchev</a>.
                    779:        <p align="left">
                    780:        <font size=2>
                    781:        <a href="http://dma.org.ru/computers/tp600e/DEVIL.dmesg">dmesg</a>
                    782:        &brvbar;
                    783:        <a href="http://dma.org.ru/computers/tp600e/xorg.conf">xorg.conf</a>
                    784:        &brvbar;
                    785:        <a href="http://dma.org.ru/computers/#tp600e">more info</a>
                    786:        </font>
                    787: </td></tr><tr valign="top"><td>
1.281     nick      788:         IBM ThinkPad A21m/A21p
1.280     nick      789: </td><td>
                    790: <p><ul>
1.281     nick      791:        <li>OpenBSD 4.4-current (Dec 15, 2006) works (been using since
                    792:            3.8 or so).
1.282     tobias    793:        <li>APM and sound work fine.
1.281     nick      794:        <li>A21m X "Just Works", no xorg.conf needed.
                    795:         <li>A21p X config is tricky, much more so than the A21m, see
                    796:             sample.
                    797:             Only seems to work at native 1600x1200, other resolutions
                    798:             result in strange and dramatic failures.
1.280     nick      799:        <li>Onboard xl(4) card works and performs well.
                    800:        <li>keyboard volume controls and mute work fine.
1.281     nick      801:        <li>sysctl machdep.apmhalt=1 needed for "halt -p" to work.
1.280     nick      802: </ul>
                    803:         Contact <a href="mailto:nick@holland-consulting.net">Nick Holland</a>.
                    804:         <p align="left">
                    805:         <font size=2>
                    806:         <a href="http://www.holland-consulting.net/obsd/IBM-A21p-dmesg.txt">dmesg</a>
                    807:         &brvbar;
1.281     nick      808:         <a href="http://www.holland-consulting.net/obsd/IBM-A21p-xorg.conf">A21p xorg.conf</a>
1.280     nick      809:         &brvbar;
                    810:         <a href="http://www.holland-consulting.net/obsd/IBM-A21p.html">more info</a>
                    811:         </font>
                    812: </td></tr><tr valign="top"><td>
1.273     sobrado   813:        IBM ThinkPad R50e type 1834-S5G
1.179     steven    814: </td><td>
                    815: <p><ul>
                    816:        <li>OpenBSD 3.9-beta (Feb 5, 2006) works.
                    817:        <li>ACPI-only machine, no APM support.
                    818:        <li>The built-in fxp(4) ethernet device works fine.
                    819:        <li>The built-in iwi(4) Intel PRO/Wireless 2200BG works fine after
                    820:        downloading firmware files from
                    821:        <a href="http://damien.bergamini.free.fr/ipw/">Damien Bergamini's
                    822:        ipw page</a>.
                    823:        <li>The built-in auich(4) audio device works fine.
                    824:        <li>ThinkLight works as well as volume up/down/mute buttons, for a nice
                    825:        on-screen display you can use tpb (<tt>/usr/ports/sysutils/tpb</tt>).
                    826: </ul>
                    827:        Contact <a href="mailto:p_nowaczyk@o2.pl">Przemyslaw Nowaczyk</a>.
                    828:        <p align="left">
                    829:        <font size=2>
                    830:        <a href="http://www.student.put.poznan.pl/~przemyslaw.nowaczyk/r50e/dmesg_r50e">dmesg</a>
                    831:        &brvbar;
                    832:        <a href="http://www.student.put.poznan.pl/~przemyslaw.nowaczyk/r50e/xorg.conf_r50e">xorg.conf</a>
                    833:        </font>
                    834: </td></tr><tr valign="top"><td>
1.273     sobrado   835:        IBM ThinkPad T23 model 26478NU.
1.92      nick      836: </td><td>
1.97      nick      837: <p><ul>
1.221     marc      838:        <li>Works well with OpenBSD 4.0-current (Dec 2006).
1.97      nick      839:        <li>If using a boot floppy the system may hang when probing ahc.
1.94      nick      840:        Workaround: boot with -c and disable ahc.
                    841:        A GENERIC kernel does not have this issue.
1.221     marc      842:        <li>Serial port must be enabled in BIOS.
1.101     nick      843:        <li>"ctrl:nocaps" in X puts the control key in a proper location
1.221     marc      844:        <li>Wireless supported
                    845:        <li>Suspend works
                    846:        <li>Hibernation works with
1.101     nick      847:        <tt>/usr/ports/sysutils/tphdisk</tt> from the ports collection.
1.97      nick      848:        <li>The audio chipset is supported (auich).
                    849: </ul>
                    850:        Contact <a href="mailto:marc@snafu.org">Marco S Hyman</a>.
                    851:        <p align="left">
                    852:        <font size=2>
1.101     nick      853:        <a href="http://www.snafu.org/t23/dmesg">dmesg</a>
                    854:        &brvbar;
                    855:        <a href="http://www.snafu.org/t23/xorg.conf">xorg.conf</a>
1.134     grunk     856:        &brvbar;
                    857:        <a href="http://www.snafu.org/t23/">more info</a>
1.97      nick      858:        </font>
1.106     nick      859: </td></tr><tr valign="top"><td>
1.273     sobrado   860:        IBM ThinkPad T40, Type 2373-7CG
1.238     steven    861: </td><td>
                    862: <p><ul>
                    863:        <li>OpenBSD 4.0-current (Dec 22, 2006) works.
                    864:        <li>CD-RW/DVD-R: works as expected.
                    865:        <li>Ethernet: Intel 100Mb fxp device works fine.
                    866:        <li>Graphics: ATI Radion Mobility 7500, works with
                    867:        resolution 1024x768x24.
                    868:        <li>Sound works very well.
                    869:        <li>USB 2.0, PCMCIA, APM, touchpad, and trackpoint work.
                    870:        <li>Internal modem doesn't work.
                    871:        <li>IrDA works as COM port.
                    872:        <li>All functional keys are workable.
                    873: </ul>
                    874:        Contact <a href="mailto:avv@mail.zp.ua">Alexey Vatchenko</a>.
                    875:        <p align="left">
                    876:        <font size=2>
                    877:        <a href="http://www.bsdua.org/hw/IBMThinkPadT40/dmesg">dmesg</a>
                    878:        &brvbar;
                    879:        <a href="http://www.bsdua.org/hw/IBMThinkPadT40/xorg.conf">xorg.conf</a>
                    880:        </font>
                    881: </td></tr><tr valign="top"><td>
1.273     sobrado   882:        IBM ThinkPad T40, Type 2374-2G7
1.148     grunk     883: </td><td>
                    884: <p><ul>
1.257     steven    885:        <li>OpenBSD 4.2-current (Aug 28, 2007) works.
1.223     steven    886:        <li>Everything works fine.
1.257     steven    887:        <li><tt>apm -S</tt>, <tt>apm -Z</tt>, auich(4) and built-in
1.223     steven    888:        DVD/CD-RW work fine.
                    889:        <li>Added Ralink RT2561S MiniPCI 802.11 ABG works fine with
                    890:        the tpwireless package.
1.273     sobrado   891:        <li>When inserting a CardBus or PCMCIA card, the system will panic
1.257     steven    892:        and crash. It didn't do that with OpenBSD 4.0.
1.148     grunk     893: </ul>
                    894:        Contact <a href="mailto:renaud@llorien.org">Renaud Allard</a>.
                    895:        <p align="left">
                    896:        <font size=2>
1.257     steven    897:        <a href="http://www.llorien.org/OpenBSD/4.2/T40dmesg.txt">dmesg</a>
1.148     grunk     898:        &brvbar;
1.257     steven    899:        <a href="http://www.llorien.org/OpenBSD/4.2/T40xorg.conf">xorg.conf</a>
1.148     grunk     900:        </font>
                    901: </td></tr><tr valign="top"><td>
1.273     sobrado   902:        IBM ThinkPad T41p type 2373-GEU
1.125     grunk     903: </td><td>
                    904: <p><ul>
1.231     steven    905:        <li>OpenBSD 4.0-current (Jan 4, 2007) works.
1.125     grunk     906:        <li>Everything works fine: APM, X, onboard ethernet (em), sound,
1.237     steven    907:        USB, docking station.
                    908:        <li>onboard atheros works in 802.11b mode only.
1.125     grunk     909: </ul>
                    910:        Contact <a href="mailto:matt@arin.net">Matt Rowley</a>.
                    911:        <p align="left">
                    912:        <font size=2>
1.231     steven    913:        <a href="http://www.damnskippy.org/openbsd/dmesg.t41p-20070105">dmesg</a>
1.125     grunk     914:        &brvbar;
                    915:        <a href="http://www.damnskippy.org/openbsd/xorg.conf.new">xorg.conf</a>
                    916:        </font>
                    917: </td></tr><tr valign="top"><td>
1.273     sobrado   918:        IBM ThinkPad T42 model 2373
1.117     grunk     919: </td><td>
                    920: <p><ul>
1.235     reyk      921:        <li>OpenBSD 3.7 and later works fine.
1.117     grunk     922:        <li>See entry for the X40 for the built-in
                    923:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;sektion=4">iwi(4)</a> or
                    924:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4">ipw(4)</a>
                    925:        802.11 card and APM/Hibernation support.
1.273     sobrado   926:        <li>See entry for the X31 for Enhanced SpeedStep and the extra ThinkPad buttons.
1.117     grunk     927:        <li>The alternatively built-in "Atheros AR5212 (IBM MiniPCI)" 802.11 card works with the
                    928:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;sektion=4">ath(4)</a>
                    929:        driver.
1.235     reyk      930:        <li>X.org with ATI Radeon Mobility works fine (1024x768, 24bpp, Multihead).
                    931:        <li>The built-in
                    932:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aps&amp;sektion=4">aps(4)</a>
                    933:         ThinkPad Active Protection System accelerometer output is available in sysctl.
1.117     grunk     934:        <li>The built-in USB Bluetooth and infrared are not presently supported.
                    935:        <li>The built-in
1.143     grunk     936:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>
1.117     grunk     937:        gigabit ethernet device works fine.
                    938:        <li>The built-in
1.143     grunk     939:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;sektion=4">auich(4)</a>
1.117     grunk     940:        audio device works fine.
                    941:        <li>The built-in fingerprint scanner found in some models is not supported.
                    942: </ul>
                    943:        Contact <a href="mailto:reyk@openbsd.org">Reyk Floeter</a>.
                    944:        <p align="left">
                    945:        <font size=2>
1.235     reyk      946:        <a href="http://team.vantronix.net/~reyk/dmesg-t42">dmesg (4.0-current)</a>
                    947:        &brvbar;
                    948:        <a href="http://team.vantronix.net/~reyk/xorg.conf-t42">xorg.conf</a>
1.117     grunk     949:        &brvbar;
1.235     reyk      950:        <a href="http://team.vantronix.net/~reyk/xorg.conf-mergedfb-t42">xorg.conf (Multihead)</a>
1.117     grunk     951:        </font>
                    952: </td></tr><tr valign="top"><td>
1.273     sobrado   953:        IBM ThinkPad T42p Model 2373HTU
1.252     steven    954: </td><td>
                    955: <p><ul>
                    956:        <li>OpenBSD 4.1-release works.
                    957:        <li>Atheros AR5212 wireless ath(4) device works.
                    958:        <li>Gigabit ethernet em(4) works.
                    959:        <li>auich(4) sound works.
                    960:        <li>USB and SpeedStep work.
                    961:        <li>X works at 1600x1200 without any special xorg.conf.
                    962:        <li>All special buttons (e.g. volume, Fn+ combinations, Access IBM)
                    963:        work with OSD feedback using the <tt>sysutils/tpb</tt> package.
                    964:        <li>APM, including suspend to RAM (sleep) and suspend to disk
                    965:        (hibernation), works fine. In order for these to work while running X,
                    966:        X.org must be configured to us the "vesa" driver instead of the "ati"
                    967:        driver. When using the default ati driver under X, suspending the
                    968:        system will cause it to hang.
                    969:        <li>Built-in USB Bluetooth does not work.
1.273     sobrado   970:        <li>When inserting a CardBus or PCMCIA card, the system will panic
1.252     steven    971:        and crash. This appears to be PR 5239.
                    972: </ul>
                    973:        Contact <a href="mailto:ejm@teuton.org">Erik Mugele</a>.
                    974:        <p align="left">
                    975:        <font size=2>
                    976:        <a href="http://www.teuton.org/~ejm/t42p/dmesg41.txt">dmesg</a>
                    977:        &brvbar;
                    978:        <a href="http://www.teuton.org/~ejm/t42p/xorg41.txt">xorg.conf</a>
                    979:        &brvbar;
                    980:        <a href="http://www.teuton.org/~ejm/t42p/">more info</a>
                    981:        </font>
                    982: </td></tr><tr valign="top"><td>
1.273     sobrado   983:        IBM ThinkPad T43p type 2668-G5U
1.237     steven    984: </td><td>
                    985: <p><ul>
                    986:        <li>OpenBSD 4.0-current (Jan 4, 2007) works.
1.240     steven    987:        <li>Everything works fine: APM, X, onboard ethernet (bge), sound,
1.237     steven    988:        USB, docking station.
                    989:        <li>onboard atheros works in 802.11b mode only.
                    990: </ul>
                    991:        Contact <a href="mailto:matt@arin.net">Matt Rowley</a>.
                    992:        <p align="left">
                    993:        <font size=2>
                    994:        <a href="http://www.damnskippy.org/openbsd/dmesg.t43p-20070105">dmesg</a>
                    995:        &brvbar;
                    996:        <a href="http://www.damnskippy.org/openbsd/xorg.conf.new">xorg.conf</a>
                    997:        </font>
                    998: </td></tr><tr valign="top"><td>
1.273     sobrado   999:        IBM ThinkPad X31
1.94      nick     1000: </td><td>
1.97      nick     1001: <p><ul>
1.229     bernd    1002:        <li>Works with OpenBSD 4.0-current (December 2006).
1.191     aanriot  1003:        <li>Nearly all Hardware is supported.
1.97      nick     1004:        <li>APM is well supported. Suspend mode (apm -s/zzz) works without
1.94      nick     1005:        problems. Hibernation (suspend to disk) works also fine but
                   1006:        requires a small MS-DOS partition with a hibernation file at the
                   1007:        beginning of the harddisk. You can create this file with tphdisk
1.97      nick     1008:        from ports (/usr/ports/sysutils/tphdisk).
                   1009:
                   1010:        <li>The two extra keys around the cursor block can be configured via
                   1011:        xmodmap.
                   1012:        <li>Example:
1.94      nick     1013:
1.126     grunk    1014: <pre>
1.96      nick     1015:                xmodmap -e "keycode 233 = Page_Down"
                   1016:                xmodmap -e "keycode 234 = Page_Up"
1.126     grunk    1017: </pre>
1.94      nick     1018:
1.97      nick     1019:        <li>The integrated Intel PRO/Wireless 2100 in my X31 (Model 2672-C8G)
1.98      nick     1020:        works with the
                   1021:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4">ipw(4)</a>
                   1022:        driver. But you need to download the unfree firmware first to get
                   1023:        it working. For more details read
                   1024:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4#FILES">ipw(4)</a>.
                   1025:
                   1026:        <li>I'm planning to replace this card with a
                   1027:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;sektion=4">ral(4)</a>
                   1028:        or an
                   1029:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;sektion=4">ath(4)</a>.
1.94      nick     1030:        For these cards, no unfree firmware required. To replace it,
                   1031:        I'll have to <i>unlock</i> the bios first because IBM allows only
1.115     nick     1032:        <i>special</i> IBM mini-PCI cards to be installed. The bios can
1.97      nick     1033:        be patched with the tpwireless program
1.115     nick     1034:        (<tt>/usr/ports/misc/tpwireless</tt>, <b>use on your own risk!</b>).
1.94      nick     1035:
1.97      nick     1036:        <li>The integrated CF-Card reader (really nice!) is supported
                   1037:        as well.
1.94      nick     1038:
1.127     david    1039:        <li>Enhanced SpeedStep is supported. You can adjust the CPU speed
1.97      nick     1040:        via sysctl (<tt>sysctl hw.setperf</tt>).
1.94      nick     1041:
1.98      nick     1042:        <li>The on-board
                   1043:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;sektion=4">fxp(4)</a>
                   1044:        and
                   1045:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;sektion=4">auich(4)</a>
1.99      nick     1046:        are working without problems.
1.94      nick     1047:
1.97      nick     1048:        <li>The keys for mute, volume up and volume down are working fine.
1.94      nick     1049:        No special software is required. If you'd like to get the big
                   1050:        "Access IBM" button to work and have a nice on-screen display, you
                   1051:        can install tpb from ports. (/usr/ports/sysutils/tpb) This works just
                   1052:        fine and you have nice on-screen messages when you change volume and
1.97      nick     1053:        brightness settings or enable/disable the ThinkLight.
                   1054: </ul>
1.155     bernd    1055:        Contact <a href="mailto:bernd@openbsd.org">Bernd Ahlers</a>.
1.97      nick     1056:        <p align="left">
                   1057:        <font size=2>
                   1058:        <a href="http://www.ba-net.org/x31/dmesg">dmesg</a>
                   1059:        &brvbar;
                   1060:        <a href="http://www.ba-net.org/x31/xorg.conf">xorg.conf</a>
                   1061:        </font>
1.106     nick     1062: </td></tr><tr valign="top"><td>
1.273     sobrado  1063:        IBM ThinkPad X40
1.102     nick     1064: </td><td>
                   1065: <p><ul>
1.264     steven   1066:        <li>OpenBSD 4.2-current (November 26, 2007) works fine.
1.109     jolan    1067:        <li>SD Card Slot is not presently supported.
1.102     nick     1068:        <li>The built-in "Intel PRO/Wireless 2200BG" works only with additional
                   1069:        firmware. See
                   1070:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;sektion=4">iwi(4)</a>
                   1071:        for more information.
1.133     grunk    1072:        <li>The X40 model 2386-8WU 512MB RAM/40GB HD has an Atheros AR5212
                   1073:        wireless card built in. It works with 3.7-current, but not with 3.7
                   1074:        release.
                   1075:        <li>UltraBase X4 works but is not hot-swappable. Machine locks up or
                   1076:        becomes unstable when trying to hot-plug the base. Work is being done
                   1077:        on a <a href="http://ibm-acpi.sourceforge.net">Linux ACPI driver</a>.
1.115     nick     1078:        <li>The use of other mini-PCI cards may be restricted by the BIOS.
1.110     nick     1079:        However, non-IBM supplied cards can be used after running the
                   1080:        <tt>/usr/ports/misc/tpwireless</tt> utility.
1.108     djm      1081:        <li>APM works fine, including suspend to hard-disk (hibernation)
1.102     nick     1082:        <li>If you want to use Hibernation, you must have a small
1.103     nick     1083:        msdos partition with a save2dsk.bin. For this, you can use
1.102     nick     1084:        <tt>/usr/ports/sysutils/tphdisk</tt>.
1.104     nick     1085:        <li>Perhaps one of the best supported notebooks because several
1.110     nick     1086:        developers also use it.
1.102     nick     1087: </ul>
1.264     steven   1088:        Contact <a href="mailto:steve@stevenfettig.com">Steve Fettig (1)</a>.
                   1089:        or <a href="mailto:marcus.popp@paranoidbsd.org">Marcus Popp (2)</a>
1.102     nick     1090:        <p align="left">
                   1091:        <font size=2>
1.264     steven   1092:        <a href="http://stevenfettig.com/machineconfigs/x40_dmesg">dmesg (1)</a>
1.102     nick     1093:        &brvbar;
1.264     steven   1094:        <a href="http://stevenfettig.com/machineconfigs/x40_xorg.conf">xorg.conf (1)</a>
1.133     grunk    1095:        &brvbar;
1.264     steven   1096:        <a href="http://www.paranoidbsd.org/x40/dmesg.37.txt">dmesg (2)</a>
1.133     grunk    1097:        &brvbar;
1.264     steven   1098:        <a href="http://www.paranoidbsd.org/x40/xorg.conf.37.txt">xorg.conf (2)</a>
1.102     nick     1099:        </font>
1.106     nick     1100: </td></tr><tr valign="top"><td>
1.273     sobrado  1101:        IBM ThinkPad X41 (not tablet)
1.171     steven   1102: </td><td>
                   1103: <p><ul>
1.172     steven   1104:        <li>OpenBSD 3.8-current (Jan 16, 2006) works fine.
1.171     steven   1105:        <li>APM works (sleep and suspend).
1.185     grunk    1106:        <li>Sound, wireless and accelerometer work. In order to switch
                   1107:        between the speakers and headphone jack, the powerstate of the
                   1108:        bluetooth module needs to be toggled once (Fn+F5).
1.184     grunk    1109:        <li>Fingerprint scanner is detected as a
                   1110:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugen&amp;sektion=4">ugen(4)</a>
                   1111:        device, but I haven't found software for it yet.
1.185     grunk    1112:        <li>The built-in bluetooth module (comes from Broadcom) works with
1.184     grunk    1113:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubt&amp;sektion=4">ubt(4)</a>
1.172     steven   1114:        <li>Accelerated support for the i915 chipset was added in X.org 6.9
                   1115:        (merged into OpenBSD in January 2006), and everything works with
                   1116:        the configuration file below.
1.171     steven   1117: </ul>
1.184     grunk    1118:        Contact <a href="mailto:ramrunner@gmail.com">Spiros Thanasoulas (1)</a>
                   1119:        or <a href="mailto:fkr@hazardous.org">Felix Kronlage (2)</a>.
1.171     steven   1120:        <p align="left">
                   1121:        <font size=2>
1.184     grunk    1122:        <a href="http://www.ics.forth.gr/~dsp/obsd-x41/dmesg-x41">dmesg (1)</a>
1.171     steven   1123:        &brvbar;
1.184     grunk    1124:        <a href="http://www.ics.forth.gr/~dsp/obsd-x41/xorg.conf-x41">xorg.conf (1)</a>
                   1125:        &brvbar;
                   1126:        <a href="http://hazardous.org/~fkr/openbsd/dmesg-x41">dmesg (2)</a>
1.171     steven   1127:        </font>
                   1128: </td></tr><tr valign="top"><td>
1.292     jasper   1129:        Lenovo IdeaPad S10e (40684YG)
                   1130: </td><td>
                   1131: <p><ul>
                   1132:        <li>OpenBSD 4.4-current (January 19, 2009) works.
                   1133:        <li>ACPI-only machine, no APM support.
                   1134:        <li>bge(4) ethernet works.
                   1135:        <li>azalia(4) audio works.
                   1136:        <li>X works without config (resolution is 1024x576).
                   1137:        <li>acpibat(4) works.
                   1138:        <li>Bluetooth works as ubt(4).
                   1139:        <li>Camera works as uvideo(4) (with <code>luvcview -f yuv ...</code>).
                   1140:        <li>ExpressCard/34mm untested.
                   1141:        <li>Card reader untested.
                   1142:        <li>Wireless (Broadcom BCM4315) doesn't work.
                   1143: </ul>
                   1144:        Contact <a href="mailto:jasper@nedbsd.eu">Jasper Lievisse Adriaanse</a>.
                   1145:        <p align="left">
                   1146:        <font size=2>
                   1147:        <a href="http://www.nedbsd.eu/~jasper/s10e/dmesg.uni">dmesg.uni</a>
                   1148:        &brvbar;
                   1149:        <a href="http://www.nedbsd.eu/~jasper/s10e/dmesg.mp">dmesg.mp</a>
                   1150:        </font>
                   1151: </td></tr><tr valign="top"><td>
1.273     sobrado  1152:        Lenovo ThinkPad T43, "2668-F7G" or "UC3F7xx"
1.182     steven   1153: </td><td>
                   1154: <p><ul>
                   1155:        <li>OpenBSD 3.9-beta (Feb 15, 2006) works.
                   1156:        <li>X.Org 6.9.0 works without particular configuration tweaks
                   1157:        (1400x1050), configured with <tt>X -configure</tt> and started with
                   1158:        <tt>startx -- -depth 24</tt>
                   1159:        <li><tt>halt -p</tt> works.
                   1160:        <li>iwi(4) Intel 2915 ABG works well, tested in several "b" and "g"
1.184     grunk    1161:        networks (firmware and AP config hints from
1.182     steven   1162:        <a href="http://damien.bergamini.free.fr/ipw/">Damien Bergamini's
                   1163:        ipw page</a>).
                   1164:        <li>bge(4) Gigabit ethernet works, not tested much beyond initial
                   1165:        installation.
                   1166:        <li>auich(4) sound works with base install and mplayer from packages.
                   1167:        <li>aps(4) output is available in sysctl.
                   1168:        <li>CardBus works: tested with CF adapter and card.
                   1169:        <li>ExpressCard slot (upper card slot) not tested.
                   1170:        <li>The system does not handle changes in removable (Ultrabay Slim)
                   1171:        storage. When halted and subsequently warm booted, that IDE channel
                   1172:        is disabled instead. A cold restart is required for a new device to
                   1173:        be detected, this really is no big deal.
                   1174:        <li>I'm uncertain whether APM (SpeedStep) works - sysctl(8) lacks
                   1175:        hw.setperf, the dmesg identifies some "apm0 at bios0: Power
                   1176:        Management spec V1.2" stuff anyway, BIOS settings at factory
                   1177:        default of SpeedStep enabled.
                   1178: </ul>
                   1179:        Contact <a href="mailto:moose@enting.se">&Aring;ke Nordin</a>.
                   1180:        <p align="left">
                   1181:        <font size=2>
                   1182:        <a href="http://www.enting.se/T43/dmesg">dmesg</a>
                   1183:        &brvbar;
                   1184:        <a href="http://www.enting.se/T43/xorg.conf">xorg.conf</a>
1.111     nick     1185:        </font>
1.106     nick     1186: </td></tr><tr valign="top"><td>
1.273     sobrado  1187:        Lenovo ThinkPad X60s (1702WEX)
1.241     steven   1188: </td><td>
                   1189: <p><ul>
1.247     jasper   1190:        <li>OpenBSD 4.1 (March 5, 2007) works.
1.241     steven   1191:        <li>ACPI-only machine, no APM support.
                   1192:        <li>wpi(4) Intel 3945 ABG works after installing the firmware as per
                   1193:        the man page. Tested on "b" and "g" networks.
1.247     jasper   1194:        <li>em(4) ethernet works.
                   1195:        <li>azalia(4) audio works.
1.241     steven   1196:        <li>X works without config.
                   1197:        <li>CardBus and ExpressCard untested.
                   1198:        <li>sysctl(8) lacks hw.setperf, SpeedStep is likely not working.
                   1199: </ul>
                   1200:        Contact <a href="mailto:jim@bonetruck.org">Jim Razmus II</a>.
                   1201:        <p align="left">
                   1202:        <font size=2>
                   1203:        <a href="http://www.bonetruck.org/x60s/dmesg.uni">dmesg.uni</a>
                   1204:        &brvbar;
                   1205:        <a href="http://www.bonetruck.org/x60s/dmesg.mp">dmesg.mp</a>
                   1206:        </font>
                   1207: </td></tr><tr valign="top"><td>
1.273     sobrado  1208:        Lenovo ThinkPad X61s (UK427RT)
1.256     jasper   1209: </td><td>
                   1210: <p><ul>
                   1211:        <li>OpenBSD 4.2-current (Aug 27, 2007) works.
                   1212:        <li>ACPI-only machine, no APM support.
                   1213:        <li>USB 2 works fine (tested with external USB DVD-RW).
                   1214:        <li>Video works fine without configuration (1024x768x24).
                   1215:        <li>em(4) ethernet works.
                   1216:        <li>Card reader works fine.
                   1217:        <li>Mini PCMCIA is not tested.
                   1218:        <li>Wireless not tested.
                   1219:        <li>Audio (azalia(4)) doesn't work.
                   1220:        <li>Bluetooth, fingerprint reader and internal modem not supported.
                   1221:        <li>Multiprocessor kernel works only with ACPI enabled,
                   1222:        otherwise it hangs while booting on npx0.
                   1223: </ul>
                   1224:        Contact <a href="mailto:av@bsdua.org">Alexey Vatchenko</a>.
                   1225:        <p align="left">
                   1226:        <font size=2>
                   1227:        <a href="http://www.bsdua.org/hw/LenovoThinkPadX61s/dmesg">dmesg</a>
                   1228:        &brvbar;
                   1229:        <a href="http://www.bsdua.org/hw/LenovoThinkPadX61s/dmesg.mp">dmesg.mp</a>
                   1230:        </font>
                   1231: </td></tr><tr valign="top"><td>
1.273     sobrado  1232:        Lenovo ThinkPad Z60m (2529-FBG)
1.178     steven   1233: </td><td>
                   1234: <p><ul>
1.202     steven   1235:        <li>OpenBSD 3.9-current (Jun 16, 2006) works.
1.178     steven   1236:        <li>ACPI-only machine, no APM support.
                   1237:        <li>Wireless Intel 2915 ABG (iwi(4)) works after downloading the
                   1238:        <a href="http://damien.bergamini.free.fr/ipw/download.html">firmware</a>.
                   1239:        <li>X works without config.
                   1240:        <li>aps(4) works.
1.202     steven   1241:        <li>SpeedStep works.
                   1242:        <li>Audio works.
1.178     steven   1243: </ul>
1.273     sobrado  1244:        I believe this is the first ThinkPad that Lenovo made. Little things
                   1245:        have me worried that this might be an end of the ThinkPad quality.
1.178     steven   1246:        Like the lack of APM support and the addition of Windows keys.
                   1247:        Also the keyboard feels a little bit cheaper than my R40 but still
1.273     sobrado  1248:        it feels like a ThinkPad.
                   1249:        The screen is better than the other ThinkPads I have seen.
1.178     steven   1250:        <p>
                   1251:        Contact <a href="mailto:janj+openbsd@wenf.org">Jan Johansson</a>.
                   1252:        <p align="left">
                   1253:        <font size=2>
                   1254:        <a href="http://www.isk.kth.se/~janjoha/z60m/dmesg.txt">dmesg</a>
                   1255:        </font>
                   1256: </td></tr><tr valign="top"><td>
1.273     sobrado  1257:        Lenovo ThinkPad T61 model 88985FG
1.265     reyk     1258: </td><td>
                   1259: <p><ul>
                   1260:        <li>OpenBSD 4.2-current and later works fine.
                   1261:        <li>amd64 with GENERIC.MP and ACPI is supported.
                   1262:        <li>ACPI-only machine, no APM support (currently no suspend/resume).
                   1263:        <li>The built-in PCI Express Mini Card
                   1264:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&amp;sektion=4">iwn(4)</a> works.
                   1265:        <li>The chipset revision of the alternative
                   1266:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;sektion=4">ath(4)</a>
                   1267:        Mini Card is currently not fully supported.
                   1268:        <li>SpeedStep works.
1.267     johan    1269:        <li>The
                   1270:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&amp;sektion=4">ahci(4)</a> SATA works fine.
1.265     reyk     1271:        <li>X.org with i965GM works since 1.4.0.90 and xf86-video-intel 2.2.0,
                   1272:        it is suggested to use the new xrandr configuration.
                   1273:        <li>The built-in
                   1274:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aps&amp;sektion=4">aps(4)</a>
                   1275:         ThinkPad Active Protection System accelerometer output is available in sysctl.
                   1276:        <li>The built-in USB Bluetooth and infrared are not presently supported.
                   1277:        <li>The built-in
                   1278:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>
                   1279:        gigabit ethernet PCI Express device works fine.
                   1280:        <li>The built-in
                   1281:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&amp;sektion=4">azalia(4)</a>
                   1282:        audio device works fine.
                   1283:        <li>The built-in fingerprint scanner found in some models is not supported.
                   1284: </ul>
                   1285:        Contact <a href="mailto:reyk@openbsd.org">Reyk Floeter</a>.
                   1286:        <p align="left">
                   1287:        <font size=2>
                   1288:        <a href="http://team.vantronix.net/~reyk/dmesg-t61">dmesg (4.2-current)</a>
                   1289:        &brvbar;
                   1290:        <a href="http://team.vantronix.net/~reyk/xorg.conf-t61">xorg.conf multihead (xrandr 1.2 style)</a>
                   1291:        </font>
                   1292: </td></tr><tr valign="top"><td>
1.273     sobrado  1293:        Lenovo ThinkPad X300 model 647815G
1.267     johan    1294: </td><td>
                   1295: <p><ul>
                   1296:        <li>OpenBSD 4.3-current and later works fine.
                   1297:        <li>i386 with GENERIC.MP and ACPI is supported.
                   1298:        <li>ACPI-only machine, no APM support (currently no suspend/resume).
                   1299:        <li>The built-in PCI Express Mini Card
                   1300:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&amp;sektion=4">iwn(4)</a> works.
                   1301:        <li>The
                   1302:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&amp;sektion=4">ahci(4)</a> SATA works fine.
                   1303:        <li>X.org with i965GM works since 1.4.0.90 and xf86-video-intel 2.2.0,
                   1304:        it is suggested to use the new xrandr configuration. Native resolution is 1440x900.
                   1305:        <li>The built-in
                   1306:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>
                   1307:        gigabit ethernet PCI Express device works fine.
                   1308:        <li>The built-in
                   1309:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&amp;sektion=4">azalia(4)</a>
                   1310:        audio device works.
                   1311: </ul>
                   1312:        Contact <a href="mailto:robert.blacquiere@gmail.com">Robert Blacquiere</a>.
                   1313:        <p align="left">
                   1314:        <font size=2>
                   1315:        <a href="http://www.blacquiere.nl/~robert/x300_openbsd_dmesg.txt">dmesg (4.3-current)</a>
                   1316:        &brvbar;
                   1317:        <a href="http://www.blacquiere.nl/~robert/x300_xorg.conf">xorg.conf</a>
                   1318:        </font>
                   1319: </td></tr><tr valign="top"><td>
1.293     millert  1320:        Lenovo ThinkPad T500 model 2081CT
                   1321: </td><td>
                   1322: <p><ul>
                   1323:        <li>OpenBSD 4.4-Current works with i386 and amd64</li>
                   1324:        <li>Volume buttons work.</li>
                   1325:        <li>Bluetooth works with ubt(4).</li>
                   1326:        <li>Wireless works with iwn(4).</li>
                   1327:        <li>Sleep, suspend, resume <em>not</em> supported.</li>
                   1328:        <li>Reboot APM works.</li>
                   1329:        <li>Poweroff works only sporadically.</li>
                   1330:        <li>Sounds works with azalia(4).</li>
                   1331:        <li>X works with intel(4) but not with radeon(4).</li>
                   1332:        <li>DRM does not seem to work.</li>
                   1333:        <li>Brightness adjustment functions of the keyboard seem to work.</li>
                   1334:        <li>Fingerprint reader is not supported.</li>
                   1335:        <li>Lights for wireless connections works.</li>
                   1336:        <li>Firewire not supported.</li>
                   1337:        <li>Trackpad scroll areas not supported.</li>
                   1338: </ul>
                   1339:        Contact <a href="mailto:arcfide@sacrideo.us">Aaron W. Hsu</a>
                   1340:        <p align="left">
                   1341:        <font size=2>
                   1342:        <a href="gopher://gopher.sacrideo.us/0tech/t500_dmesg">dmesg (4.4-current)</a>
                   1343:        &brvbar;
                   1344:        <a href="gopher://gopher.sacrideo.us/0tech/t500_xorg.conf">xorg.conf</a>
                   1345:        </font>
                   1346: </p></td></tr><tr valign="top"><td>
1.173     steven   1347:        MSI Megabook S270
                   1348: </td><td>
                   1349: <p><ul>
1.270     matthieu 1350:        <li>OpenBSD 4.3 works both in i386 and amd64
1.173     steven   1351:        modes.
                   1352:        <li>At least
                   1353:        <a href="http://www.msi.com.tw/program/support/bios/bos/spt_bos_detail.php?UID=608&amp;kind=11">BIOS
1.174     steven   1354:        6.70</a> is needed to fix an interrupt routing problem.
1.173     steven   1355:        <li>APM doesn't work.
1.270     matthieu 1356:        <li>X.Org 7.3 works on the LCD panel at 1280x800 out of the box
1.173     steven   1357:        (without configuration file). External VGA works if the monitor is
                   1358:        connected before starting X.
                   1359:        <li>Built-in wireless (ral(4)) works.
1.270     matthieu 1360:        <li>Build-in SD card reader works.
1.190     matthieu 1361:        <li>Sound works.
1.173     steven   1362: </ul>
                   1363:        <p>
1.270     matthieu 1364:        Contact <a href="mailto:matthieu@openbsd.org">Matthieu Herrb</a>.
1.173     steven   1365:        <p align="left">
                   1366:        <font size=2>
1.270     matthieu 1367:        <a href="http://herrb.net/dmesg/msi-s270.txt">dmesg</a>
1.173     steven   1368:        </font>
                   1369: </td></tr><tr valign="top"><td>
1.158     grunk    1370:        NEC Versa S940
                   1371: </td><td>
                   1372: <p><ul>
1.225     steven   1373:        <li>OpenBSD 4.0-release and 4.0-current (Dec 27, 2006) work.
                   1374:        <li>Integrated 82852GM works ok, 1280x768 wide screen, after enabling
                   1375:        the resolution using the <tt>x11/915resolution</tt> tool by invoking
                   1376:        it in <tt>/etc/rc.securelevel</tt> like
1.158     grunk    1377: <pre>
1.225     steven   1378:        /usr/local/sbin/915resolution 4d 1280 768 &gt;/dev/null
1.158     grunk    1379: </pre>
1.225     steven   1380:        <li>sound card and rl work ok.
                   1381:        <li>iwi works ok (including monitor mode), download firmware first.
1.158     grunk    1382:        <li>APM is not detected, <tt>halt -p</tt> does not poweroff.
1.225     steven   1383:        <li><tt>sysctl hw.setperf=...</tt> changes the CPU speed
                   1384:        (from 600 to 1600)
1.158     grunk    1385: </ul>
1.159     grunk    1386:        Contact <a href="mailto:aurelien6545@free.fr">Aur&eacute;lien</a>.
1.158     grunk    1387:        <p align="left">
                   1388:        <font size=2>
                   1389:        <a href="http://aurelien26.free.fr/s940/dmesg">dmesg</a>
                   1390:        &brvbar;
1.225     steven   1391:        <a href="http://aurelien26.free.fr/s940/dmesg.20061227">dmesg (snapshot)</a>
                   1392:        &brvbar;
1.158     grunk    1393:        <a href="http://aurelien26.free.fr/s940/xorg.conf">xorg.conf</a>
                   1394:        </font>
                   1395: </td></tr><tr valign="top"><td>
1.242     steven   1396:        Sony VAIO PCG-505TR
                   1397: </td><td>
                   1398: <p><ul>
                   1399:        <li>OpenBSD 4.0 works.
                   1400:        <li>Working: apm, audio, X, port extender.
                   1401:        <li>Hacks: have to disable pcibios on UKC prompt for it to boot up
                   1402:        (more <a href="http://www.mayukhbose.com/openbsd/">details</a>).
                   1403: </ul>
                   1404:        Contact <a href="mailto:mayukh_bose@hotmail.com">Mayukh Bose</a>.
                   1405:        <p align="left">
                   1406:        <font size=2>
                   1407:        <a href="http://www.mayukhbose.com/openbsd/dmesg.txt">dmesg</a>
                   1408:        &brvbar;
                   1409:        <a href="http://www.mayukhbose.com/openbsd/xorg.conf">xorg.conf</a>
                   1410:        </font>
                   1411: </td></tr><tr valign="top"><td>
1.132     grunk    1412:        Sony VAIO PCG-FX602
                   1413: </td><td>
                   1414: <p><ul>
                   1415:        <li>OpenBSD 3.7 works.
                   1416:        <li>Audio does not work: you have to disable auvia* in GENERIC
                   1417:        after installation.
                   1418:        <li>APM, USB and PCMCIA work fine.
                   1419:        <li>X.org runs out of the box, so no xorg.conf file supplied
                   1420:        <li>Custom hack for <tt>hw.setperf</tt>:
                   1421:        <ul>
                   1422:        <li>Apply the
                   1423:        <a href="http://www.disorder.ru/openbsd/acpi.html">ACPI-patches</a>
                   1424:        from Alexander Yurchenko.
                   1425:        <li>Then edit /usr/src/sys/conf/files and add in line 21:
                   1426: <pre>
                   1427:        define  acpibus {}
                   1428: </pre>
                   1429:        <li>Add to /usr/src/sys/sys/malloc.conf
                   1430: <pre>
                   1431:        #define M_ACPI  122     /* ACPI */
                   1432: </pre>
                   1433:        <li>Comment out the Sony SPIC stuff in
                   1434:        <tt>/usr/src/sys/arch/i386/conf/files.i386</tt>
                   1435:        and <tt>/usr/src/sys/arch/i386/conf/GENERIC_ACPI</tt>
                   1436:        (This stuff does not compile for me and i don't care about it;)
                   1437:        <li>rebuild kernel, /usr/src/sbin/sysctl, /usr/src/usr.sbin/acpid[ump]
                   1438:        <li>You are now able to set hw.setperf via sysctl.
                   1439:        </ul>
                   1440:
                   1441:        <li>I run additionally a
                   1442:        <a href="http://metawire.org/~leopold/files/cpud-0.2.tgz">utility</a>
                   1443:        I wrote to control this value automatically depending on cpu-load.
                   1444:        It is based on Laurie Tratts' <tt>perfd</tt>.
1.243     simon    1445:        Just unpack and run make &amp;&amp; sudo make install.<br>
1.132     grunk    1446:        This way you are able to sustain Battery life up to 2 1/2 - 3 hours.
                   1447:        And the fan stops to run permanently.
                   1448: </ul>
                   1449:        Contact <a href="mailto:a.schlichting@lemarit.com">Alf Schlichting</a>.
                   1450:        <p align="left">
                   1451:        <font size=2>
                   1452:        <a href="http://metawire.org/~leopold/files/lap.dmesg">dmesg</a>
                   1453:        </font>
                   1454: </td></tr><tr valign="top"><td>
1.243     simon    1455:        Sony VAIO PCG-N505X
                   1456: </td><td>
                   1457: <p><ul>
                   1458:        <li>OpenBSD 4.0-current (Feb 09, 2007) works.
                   1459:        <li>Touchpad and X just work.
                   1460:        <li>APM works except it needs the <tt>sysctl machdep.apmhalt=1</tt>
                   1461:        powerdown hack.
                   1462:        <li>USB and Audio (AC'97) works.
                   1463:        <li>PCMCIA NIC running with ep(4).
                   1464: </ul>
                   1465:        Contact <a href="mailto:simon@openbsd.org">Simon Dassow</a>.
                   1466:        <p align="left">
                   1467:        <font size=2>
                   1468:        <a href="http://janus.errornet.de/files/configs/flatbook-4.0-current.dmesg">dmesg</a>
                   1469:        </font>
                   1470: </td></tr><tr valign="top"><td>
1.142     grunk    1471:        Toshiba Libretto 70CT
                   1472: </td><td>
                   1473: <p><ul>
1.255     steven   1474:        <li>OpenBSD 4.1 works.
1.215     steven   1475:        <li>X works - but swaps a lot with only 16Mb of RAM.
1.142     grunk    1476:        <li>APM works OK.
1.193     steven   1477:        <li>Sound works once kernel has been configured using config(8).
1.142     grunk    1478: </ul>
                   1479:        Contact <a href="mailto:fred@crowsons.net">Fred Crowson</a>.
                   1480:        <p align="left">
                   1481:        <font size=2>
1.255     steven   1482:        <a href="http://www.crowsons.com/puters/txt/dmesg.41.fcm">dmesg</a>
1.142     grunk    1483:        &brvbar;
1.255     steven   1484:        <a href="http://www.crowsons.com/puters/txt/xorg.conf.fcm.txt">xorg.conf</a>
1.142     grunk    1485:        &brvbar;
1.255     steven   1486:        <a href="http://www.crowsons.com/puters/fcm.htm">more info</a>
1.142     grunk    1487:        </font>
                   1488: </td></tr><tr valign="top"><td>
1.154     grunk    1489:        Toshiba Satellite 2430-101
                   1490: </td><td>
                   1491: <p><ul>
1.244     steven   1492:        <li>OpenBSD 4.0-current (Jan 19, 2007) works.
1.273     sobrado  1493:        <li>CardBus works.
1.154     grunk    1494:        <li>X works.
                   1495:        <li>Sound is recognized (didn't try it).
                   1496:        <li>USB works (new devices are recognized at least).
1.244     steven   1497:        <li>ACPI power button is recognized and works.
1.154     grunk    1498:        <li>APM does not work (hard crash when resuming).
                   1499:        Tried APM 1.1 and a few other APM flags without success.
                   1500: </ul>
                   1501:        Contact <a href="mailto:nilsf@tako.de">Nils Frohberg</a>.
                   1502:        <p align="left">
                   1503:        <font size=2>
                   1504:        <a href="http://www.tako.de/openbsd/dmesg.boot">dmesg</a>
                   1505:        &brvbar;
                   1506:        <a href="http://www.tako.de/openbsd/xorg.conf">xorg.conf</a>
                   1507:        </font>
                   1508: </td></tr><tr valign="top"><td>
1.187     steven   1509:        Toshiba Tecra 520CDT
                   1510: </td><td>
                   1511: <p><ul>
                   1512:        <li>OpenBSD 3.8 works.
                   1513:        <li>Graphics card (ct65555) works fine with X.org.
                   1514:        <li>PCMCIA tested with EtherPrime network card.
                   1515:        <li>USB with ASUS CD-RW works.
                   1516:        <li>Sound card (Yamaha OPL3-SA3): exactly the same things as with
                   1517:        the Toshiba Tecra 8000 must be done (disable sb, change wss IRQ to 5
                   1518:        and make sure drq matches BIOS settings). But even after that the
                   1519:        output volume cannot be set (no outputs.* fields at all exist).
                   1520:        This problem is mentioned in the ym(4) manual. If you disable wss and
                   1521:        enable the sb driver instead, volume can be set between 0-128, but
                   1522:        play.rate, play.encoding etc. cannot be altered.
                   1523: </ul>
                   1524:        <p>
                   1525:        Contact <a href="mailto:magnus.ahman@home.se">Magnus &Aring;hman</a>.
                   1526:        <p align="left">
                   1527:        <font size=2>
1.212     steven   1528:        <a href="http://troligen.se/tecra/dmesg.txt">dmesg</a>
1.187     steven   1529:        &brvbar;
1.212     steven   1530:        <a href="http://troligen.se/tecra/xorg.conf.txt">xorg.conf</a>
1.187     steven   1531:        </font>
1.92      nick     1532: </td></tr>
1.1       deraadt  1533: </table>
                   1534:
1.110     nick     1535: <p> If your laptop under OpenBSD is not listed above, feel free to mail
                   1536: <a href="mailto:www@openbsd.org">www@openbsd.org</a> to cure this.
1.111     nick     1537: Please supply as much information as possible, such as:
1.110     nick     1538: <ul>
                   1539:        <li>Notebook exact manufacturer, name and model.
                   1540:        <li>Latest OpenBSD version known to work on it (must be the latest
1.153     aanriot  1541:        release, snapshot, or -current).
1.110     nick     1542:        <li>List of working/not working things with OpenBSD.
                   1543:        <li>List of hacks you used to get certain things running.
                   1544:        <li>Contact name and email address.
1.183     steven   1545:        <li><b>Links</b> to your dmesg and xorg.conf.
                   1546:        Please do not mail these files to the www mailing list, but put
                   1547:        them online somewhere and provide the URLs.
1.110     nick     1548: </ul>
1.183     steven   1549: Finally, don't forget to also send your dmesg to
                   1550: <a href="mailto:dmesg@openbsd.org">dmesg@openbsd.org</a> as explained in
                   1551: <a href="faq/faq4.html#SendDmesg">FAQ 4 - Installation Guide</a>.
1.110     nick     1552:
1.279     nick     1553: <hr>
1.92      nick     1554: <a href="i386.html"><img height=24 width=24 src="back.gif" border=0 alt=OpenBSD></a>
                   1555: <a href="mailto:www@openbsd.org">www@openbsd.org</a><br>
1.294   ! sthen    1556: <small>$OpenBSD: i386-laptop.html,v 1.293 2009/02/07 13:16:23 millert Exp $</small>
1.167     grunk    1557: </body></html>