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

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

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