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

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

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