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

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

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