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

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

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>
                    156:        <li>OpenBSD 3.8 works.
                    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>
                    170:        <a href="http://dmitri.webhop.org/openbsd/acer/dmesg.txt">dmesg</a>
                    171:        &brvbar;
                    172:        <a href="http://dmitri.webhop.org/openbsd/acer/xorg.conf.txt">xorg.conf</a>
                    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>
                    204:        <li>OpenBSD 3.8 works.
                    205:        <li>Ethernet: Broadcom BCM5788 10/100/1G works (1G is not tested).
1.180     brad      206:        <li>Graphics: NVIDIA GeForce Go 6600, works with resolution
1.176     steven    207:        1400x1050x24.
                    208:        <li>DVD-RW works: burning was not tested, reading both CD and DVD
                    209:        is ok.
                    210:        <li>Touchpad works.
                    211:        <li>USB works: tested with cheap external card reader.
                    212:        <li>Sound works.
                    213:        <li>APM doesn't work:
                    214: <pre>
                    215: cannot open device file `/dev/apmctl': Device not configured
                    216: </pre>
                    217:        <li>Wireless (iwi) doesn't work.
                    218:        Can't enable radio transmitter using button on front panel.
                    219:        <li>Card reader doesn't work.
                    220:        <li>PCMCIA doesn't work: tested with ORINOCO wireless (wi) card that is
                    221:        working on old OpenBSD 3.5 server - not a laptop.
                    222:        <li>Not all functional keys are workable.
1.191     aanriot   223:        <li>Bluetooth, IrDA, internal modem: not tested.
1.176     steven    224: </ul>
                    225:        Contact <a href="mailto:avv@mail.zp.ua">Alexey Vatchenko</a>
                    226:        <p align="left">
                    227:        <font size=2>
                    228:        <a href="http://psytech.h10.ru/dmesg.txt">dmesg</a>
                    229:        &brvbar;
                    230:        <a href="http://psytech.h10.ru/xorg.conf.txt">xorg.conf</a>
                    231:        </font>
                    232: </td></tr><tr valign="top"><td>
1.114     nick      233:        Clevo D410V
                    234: </td><td>
                    235: <p><ul>
1.195     grunk     236:        <li>Works with OpenBSD 3.9-current (2006 May)
1.114     nick      237:        <li>CPU: 2.8Ghz with HyperThreading. I use it with GENERIC kernel.
                    238:        <li>Graphics: ATI 9600. It's working fine with Xorg loaded glx.
                    239:        DRI not working. Resolution 1400x1050 works fine.
                    240:        <li>Ethernet: 100/1000 Realtek 8169. Working with re(4) fine.
1.195     grunk     241:        <li>PCMCIA: Working with Buffalo WLI-CB-B11 (11Mbps) WiFi Card. rtw(4)
                    242:        <li>USB: Working. I tried with Lexar JumpDrive and digital camera.
1.152     jmc       243:        <li>Sound: auich(4) working (AC'97)
1.114     nick      244:        <li>apm(8) is not working properly. Cannot apm -S:
                    245:        <tt>apm0: APM set power state: unable to enter requested state (96)</tt>
                    246:        <li>apm -z freezes.
1.195     grunk     247:        <li>MMC: Card reader works excellent.
                    248:        <li>Infrared: not tested.
1.114     nick      249:        <li>CD/DVD -
                    250:        <tt>QSI, CDRW/DVD SBW-242, UX02 SCSI0 5/cdrom removable</tt>
                    251:        I can write cd, and view dvd.
                    252: </ul>
                    253:        Contact <a href="mailto:wooh@wooh.hu">Adam Papai</a>
                    254:        <p align="left">
                    255:        <font size=2>
                    256:        <a href="http://wooh.hu/~wooh/dmesg">dmesg</a>
                    257:        &brvbar;
                    258:        <a href="http://wooh.hu/~wooh/XF86Config">xorg.conf</a>
                    259:        </font>
                    260: </td></tr><tr valign="top"><td>
1.140     grunk     261:        Compaq Armada 1573DM
                    262: </td><td>
                    263: <p><ul>
                    264:        <li>OpenBSD 3.7-current (April 1, 2005) works.
                    265:        <li>PCMCIA works fine.
                    266:        <li>XFree 4.2.1 works great (800x600x16).
                    267:        <li>APM not tested.
                    268:        <li>Had to use <tt>boot&gt; machine memory +0x3000000@0x1000000</tt>
                    269:        in order to get all 64M of memory.
                    270:        <li>Sound does not work.
                    271: </ul>
1.144     grunk     272:        Contact <a href="mailto:reidrac@usebox.net">Juan J. Mart&iacute;nez</a>.
1.140     grunk     273:        <p align="left">
                    274:        <font size=2>
                    275:        <a href="http://www.usebox.net/jjm/obsd-wifi/laptop/dmesg">dmesg</a>
                    276:        &brvbar;
1.163     grunk     277:        <a href="http://www.usebox.net/jjm/obsd-wifi/laptop/xorg.conf">xorg.conf</a>
1.140     grunk     278:        &brvbar;
                    279:        <a href="http://www.usebox.net/jjm/obsd-wifi/laptop/">more info</a>
                    280:        </font>
                    281: </td></tr><tr valign="top"><td>
1.145     grunk     282:        Compaq NX9005
                    283: </td><td>
                    284: <p><ul>
                    285:        <li>OpenBSD 3.7-current (June 11, 2005) works.
                    286:        <li>All components are detected.
                    287:        <li>It was not possible to run X.org, so I had to switch back to
                    288:        XFree86. See also my yet unanswered
                    289:        <a href="http://marc.theaimsgroup.com/?l=openbsd-x11&amp;m=111930024618914&amp;w=2">post to openbsd-x11@</a>.
                    290: </ul>
                    291:        Contact <a href="mailto:hdu@qualigo.de">Haluk Durmus</a>.
                    292:        <p align="left">
                    293:        <font size=2>
                    294:        <a href="http://www.millenix.de/openbsd/dmesg">dmesg</a>
                    295:        &brvbar;
                    296:        <a href="http://www.millenix.de/openbsd/XF86Config">XF86Config</a>
                    297:        </font>
                    298: </td></tr><tr valign="top"><td>
1.201     ian       299:        Compaq Presario R4035
                    300: </td><td>
                    301: <p><ul>
1.203     ian       302:        <li>OpenBSD 3.9-current (July 2006) works in both i386 and amd64 mode.
1.207     ian       303:                CardBus works. X works out of the box.
                    304:        <li>To make CardBus work on i386, you need to update the BIOS; failing that,
                    305:                change PCIBIOS to "flags 1" using UKC (see boot_config(8))
1.203     ian       306:                or using a custom kernel
1.201     ian       307:        <li>Wireless card does not work (BroadCom 43xx chipset) and may never.
1.203     ian       308:        <li>Sound works, sort of: the chipset seems to be stuck at 48KHz whereas
                    309:                most software expects to be able to set it to 44.1 KHz (so sound
                    310:                comes out at slightly wrong speed).
1.201     ian       311:        <li>The SD host controller (sdhc(4)) memory slot does not work yet.
                    312: </ul>
                    313:        Contact Ian Darwin (ian at darwinsys point com).
                    314:        <p align="left">
                    315:        <font size=2>
                    316:        <a href="http://www.darwinsys.com/openbsd/dmesg.r4035.txt">dmesg</a>
1.207     ian       317:        &brvbar;
                    318:        <a href="http://www.darwinsys.com/openbsd/xorg.conf.r4035.txt">xorg.conf</a>
1.201     ian       319:        </font>
                    320: </td></tr><tr valign="top"><td>
1.213     jasper    321:      Compaq Presario 700EA
                    322: </td><td>
                    323: <p><ul>
                    324:        <li>OpenBSD 4.0-current (Oct 3, 2006) works.
                    325:        <li>All components are detected except for the onboard modem
                    326:        <li>Xorg works with a modified xorg.conf
                    327:        <li>Apm does not show battery and A/C power status
                    328:        <li>Suspending sometimes works
                    329:        <li>Resuming after suspend prevents an external usb mouse from working
                    330: </ul>
                    331:        Contact Wijnand Wiersma ( wijnand at nedbsd point nl ).
                    332:        <p align="left">
                    333:        <font size=2>
                    334:        <a
                    335:        href="http://nedbsd.nl/~wijnand/laptop/dmesg-presario-700">dmesg</a>
                    336:        &brvbar;
                    337:        <a href="http://nedbsd.nl/~wijnand/laptop/xorg.conf">xorg.conf</a>
                    338:        </font>
                    339: </td></tr><tr valign="top"><td>
1.198     grunk     340:        Compaq NX9030
                    341: </td><td>
                    342: <p><ul>
1.199     grunk     343:        <li>OpenBSD 3.9 works.
1.198     grunk     344:        <li>APM does not work correctly. "Battery state: absent" and 0 percent
                    345:        charge when running on AC or battery.
                    346:        <li>Built-in wireless works with iwi firmware from Damien
                    347:        <li>Audio works good.
                    348: </ul>
                    349:        Contact <a href="mailto:g.bechis@snb.it">Giovanni Bechis</a>.
                    350:        <p align="left">
                    351:        <font size=2>
                    352:        <a href="http://bigio.snb.it/openbsd/dmesg.38">dmesg</a>
                    353:        &brvbar;
                    354:        <a href="http://bigio.snb.it/openbsd/xorg.conf">xorg.conf</a>
                    355:        </font>
                    356: </td></tr><tr valign="top"><td>
1.124     grunk     357:        Dell Inspiron 500m
                    358: </td><td>
                    359: <p><ul>
                    360:        <li>OpenBSD 3.7-current (June 2005) works.
                    361:        <li>Sound, touchpad, fxp onboard NIC work fine.
                    362:        <li>USB: able to mount flash stick read/write, even able to install
                    363:        OpenBSD on it and boot from it
                    364:        <li>Pressing "Fn" and  uparrow/downarrow keys to configure brightness
                    365:        works, as well as switching to external VGA
                    366:        <li>For getting the Intel ipw2100 wireless card to work,
                    367:        use
                    368:        <a href="http://damien.bergamini.free.fr/ipwfw/OpenBSD/ipw-firmware-1.3.tgz">
                    369:        Damien Bergamini's firmware package</a>.
                    370:        <li>There was (expected) trouble with the screen resolution in X.
                    371:        Using
                    372:        <a href="http://damien.bergamini.free.fr/i855vidctl/">i855vidctl</a>,
                    373:        it goes to 1400x1050 as wanted by adding the line:
                    374: <pre>
                    375:        i855vidctl 5c 1400x1050
                    376: </pre>
                    377:        into /etc/rc.securelevel.
                    378:        <li>APM does not seem to work at all: Neither <tt>apmd</tt>
                    379:        nor <tt>halt -p</tt> operate ok.
                    380:        For any other experiences on this, contact the submitter.
                    381:        <li>PCMCIA not tested
                    382:        <li>No extra xorg.conf supplied, the default is OK.
                    383: </ul>
                    384:        Contact <a href="mailto:baldur@pistic.org">Baldur Sigur&eth;sson</a>.
                    385:        <p align="left">
                    386:        <font size=2>
                    387:        <a href="http://pistic.org/dell-inspiron-500m-dmesg">dmesg</a>
                    388:        </font>
                    389: </td></tr><tr valign="top"><td>
1.143     grunk     390:        Dell Inspiron 1000
                    391: </td><td>
                    392: <p><ul>
1.194     steven    393:        <li>OpenBSD 3.9 works.
1.143     grunk     394:        <li>APM causes kernel panic, no way to disable in BIOS, so disabled in
1.194     steven    395:        kernel (see dmesg and bug i386/5084).
                    396:        <li>CD-RW/DVD-ROM works for burning CD-R/W and reading DVD-ROM and
                    397:        playing (though see more info, below).
                    398:        <li>PCMCIA, Touchpad, USB 2.0, Ethernet sis(4), and Audio
                    399:        (SiS 7012 AC'97) work.
                    400:        <li>Video (SiS 650L) works with X driver sis, VGA out works if
                    401:        configured properly in xorg.conf.
1.143     grunk     402:        <li>Fn keys:
                    403:        <ul>
                    404:        <li>Brightness keys work without any special configuration
                    405:        <li>Enable/disable system beep works
                    406:        (mixerctl inputs.phone.mute=off first)
                    407:        <li>Num Lock works (though see additional link for more info
                    408:        on using it)
1.194     steven    409:        <li>mute and volume up/down don't seem to work (though configuration
                    410:        may be possible)
1.143     grunk     411:        <li>display change works (to a point; see link for more info)
                    412:        <li>SysRq and Break keys not tested
                    413:        </ul>
                    414:        </ul>
                    415:        Contact <a href="mailto:chjones@aleph0.com">Christian Jones</a>.
                    416:        <p align="left">
                    417:        <font size=2>
1.194     steven    418:        <a href="http://www.aleph0.com/computing/machines/dave/dmesg-OpenBSD-3.9">dmesg</a>
1.143     grunk     419:        &brvbar;
1.194     steven    420:        <a href="http://www.aleph0.com/computing/machines/dave/xorg.conf-OpenBSD-3.9">xorg.conf</a>
1.143     grunk     421:        &brvbar;
                    422:        <a href="http://www.aleph0.com/computing/machines/dave/">more info</a>
                    423:        </font>
                    424: </td></tr><tr valign="top"><td>
1.139     grunk     425:        Dell Inspiron 2500
                    426: </td><td>
                    427: <p><ul>
                    428:        <li>OpenBSD 3.7 works.
                    429:        <li>You need to boot with option -c and disable apm, then disable aic.
                    430:        <li>Integrated auich(4) works fine.
                    431:        <li>Integrated i815 works fine.
                    432:        <li>USB and PCMCIA work fine.
                    433: </ul>
                    434:        Contact <a href="mailto:gael@lautre.net">Gael Queri</a>.
                    435:        <p align="left">
                    436:        <font size=2>
                    437:        <a href="http://gael.lautre.net/blobby/dmesg">dmesg</a>
                    438:        &brvbar;
                    439:        <a href="http://gael.lautre.net/blobby/xorg.conf">xorg.conf</a>
                    440:        </font>
                    441: </td></tr><tr valign="top"><td>
1.94      nick      442:        Dell Inspiron 4100
1.92      nick      443: </td><td>
1.97      nick      444: <p><ul>
                    445:        <li>OpenBSD 3.7 works.
                    446:        <li>apmd(8) is fully functional.
                    447:        <li>Integrated xl(4) works fine.
                    448:        <li>Integrated auich(4) works fine.
                    449:        <li>USB works fine with my mouse.
                    450:        <li>Both PCMCIA slots work.
                    451:        <li>The Modem does not work.
                    452: </ul>
1.96      nick      453:        Contact <a href="mailto:robert@openbsd.org">Robert Nagy</a>.
1.105     nick      454:        <p align="left">
                    455:        <font size=2>
                    456:        <a href="http://cybersport.hu/~robert/dmesg.notebook">dmesg</a>
                    457:        &brvbar;
                    458:        <a href="http://cybersport.hu/~robert/xorg.conf">xorg.conf</a>
                    459:        </font>
1.106     nick      460: </td></tr><tr valign="top"><td>
1.128     grunk     461:        Dell Latitude c400
                    462: </td><td>
                    463: <p><ul>
1.162     grunk     464:        <li>OpenBSD 3.8-current (Nov 9, 2005) works.
1.128     grunk     465:        <li>All hardware (including wi(4), sound, X at 1024x768/24bit) works.
                    466:        <li>Suspend sort of works: the system will go to sleep (either by
                    467:        zzz(8), closing the lid, or Fn-Esc), but it won't wake up properly (I
                    468:        get a flashing _ cursor) ... so, I have to hold down the power button
                    469:        for a few seconds, reboot, and fsck.
                    470:        <li>For some reason, unless specifically told, X will default to a
                    471:        lower resolution. Ctrl-Alt-Backspace kicks it into gear.
                    472:        Hardcoding 1024x768 into xorg.conf fixes it for good though.
                    473: </ul>
                    474:        Contact <a href="mailto:Mark.Peoples@asu.edu">Mark Peoples</a>.
                    475:        <p align="left">
                    476:        <font size=2>
1.162     grunk     477:        <a href="http://www.azbsd.org/~marco/openbsd/laptop/dmesg">dmesg</a>
1.128     grunk     478:        &brvbar;
1.162     grunk     479:        <a href="http://www.azbsd.org/~marco/openbsd/laptop/xorg.conf">xorg.conf</a>
1.128     grunk     480:        </font>
                    481: </td></tr><tr valign="top"><td>
1.122     grunk     482:        Dell Latitude c610
                    483: </td><td>
                    484: <p><ul>
1.166     grunk     485:        <li>OpenBSD 3.8-current (Nov 24, 2005) works.
                    486:        <li>Audio, video, PCMCIA, and onboard NIC work.
                    487:        <li>halt -p works
                    488:        <li>apmd works
                    489:        <li>Standby (apm -S) does not work
                    490:        <li>Suspend (zzz, apm -z) works with one caveat: the kernel
                    491:        message that appears upon resume:
                    492:        <pre>"uhci0: interrupt while not operating ignored" </pre>
                    493:        will cause X to hang.  If you want to Suspend / Resume with
                    494:        X running, and do not need USB, you may disable uhci* as a
                    495:        circumvention.
1.122     grunk     496: </ul>
1.166     grunk     497:        Contact <a href="mailto:josh@jggimi.homeip.net">Josh Grosse</a>.
1.122     grunk     498:        <p align="left">
                    499:        <font size=2>
1.166     grunk     500:        <a href="http://mywebpages.comcast.net/jggimi/dmesg-c610-3.8-current-Nov-24-05">dmesg</a>
1.122     grunk     501:        </font>
                    502: </td></tr><tr valign="top"><td>
1.130     grunk     503:        Dell Latitude c640
                    504: </td><td>
                    505: <p><ul>
                    506:        <li>OpenBSD 3.7-current (May 29, 2005) works.
                    507:        <li>Integrated auich works fine, but one can hear a little 'crack'
                    508:        everytime a sound is started and ended.
                    509:        <li>xl, USB, touchpad, Trackpoint, com0, APM, carbus, integrated
                    510:        ATI Radeon Mobility M7 LW all work fine.
                    511:        <li>not tested: tv-out, infrared, microphone
                    512: </ul>
                    513:        Contact <a href="mailto:jkossen@xs4all.nl">Jochem Kossen</a>.
                    514:        <p align="left">
                    515:        <font size=2>
                    516:        <a href="http://jkossen.nl/openbsd/dmesg_laptop_dell_c640">dmesg</a>
                    517:        &brvbar;
                    518:        <a href="http://jkossen.nl/openbsd/xorg.conf_laptop_dell_c640">xorg.conf</a>
                    519:        </font>
                    520: </td></tr><tr valign="top"><td>
1.181     steven    521:        Dell Latitude c840
                    522: </td><td>
                    523: <p><ul>
                    524:        <li>OpenBSD 3.8 works.
                    525:        <li>NIC works.
                    526:        <li>USB 1.0 works.
                    527:        <li>X.org works at 1600x1200, 24bpp.
                    528:        <li>All Fn key combinations work, including numeric keypad, except
                    529:        audio controls, mute, volUp and volDn.
                    530: </ul>
                    531:        Contact <a href="mailto:obsd-web@slashboot.org">Craig McCormick</a>.
                    532:        <p align="left">
                    533:        <font size=2>
                    534:        <a href="http://slashboot.org/openbsd/dmesg_c840.txt">dmesg</a>
                    535:        &brvbar;
                    536:        <a href="http://slashboot.org/openbsd/xorg-conf-c840.txt">xorg.conf</a>
                    537:        </font>
                    538: </td></tr><tr valign="top"><td>
1.217   ! steven    539:        Dell Latitude D410
        !           540: </td><td>
        !           541: <p><ul>
        !           542:        <li>3.9, 4.0, various snapshots and -current (Nov 5, 2006) work fine.
        !           543:        <li>Wireless works with iwi(4).
        !           544:        <li>Frequency scaling works since est.c improvements between 3.9
        !           545:        and 4.0.
        !           546:        <li>i915GM dual-screen works with dock VGA output.
        !           547:        <li>Sound and touchpad work out of the box.
        !           548:        <li>Built-in Bluetooth is detected (not tested).
        !           549:        <li>ACPI works when enabled in GENERIC (sensors, halt -p,
        !           550:        battery levels, poweroff button, ...)
        !           551:        <li>Suspend/hibernate doesn't work (apm -S / zzz does nothing).
        !           552: </ul>
        !           553:        Contact <a href="mailto:landry.breuil@irisa.fr">Landry Breuil</a>.
        !           554:        <p align="left">
        !           555:        <font size=2>
        !           556:        <a href="http://fr.homeunix.org/stuff/dmesg-openbsd-4.0-current-061105-acpi-enabled.txt">dmesg</a>
        !           557:        &brvbar;
        !           558:        <a href="http://fr.homeunix.org/stuff/xorg.conf-openbsd.txt">xorg.conf</a>
        !           559:        </font>
        !           560: </td></tr><tr valign="top"><td>
1.164     grunk     561:        Dell Latitude D500
                    562: </td><td>
                    563: <p><ul>
1.210     steven    564:        <li>OpenBSD 4.0-beta (August 3, 2006) works.
1.164     grunk     565:        <li>The onboard NIC (fxp) works fine.
                    566:        <li>ACPI-only machine, no APM support.
                    567:        <li>Enhanced SpeedStep works.
1.210     steven    568:        <li>The touchpad works fine (even on console).
                    569:        <li>USB 2.0 works: USB mouse and mobile connectivity tested.
1.165     grunk     570:        <li>Built-in CD/DVD player and writer works.
1.164     grunk     571:        <li>Sound (auich) works, but it's set to maximum volume by default.
                    572:        I've put <tt>outputs.master=100</tt> in /etc/mixerctl.conf.
                    573:        <li>Built-in wireless (ipw) works fine with the firmware, see
                    574:        <a href="faq/faq6.html#Wireless">FAQ 6 - Wireless networking</a>.
1.210     steven    575:        <li>X.org 6.9.0 at 1024x768 by default. Switching from LCD to
                    576:        external display works.
1.177     steven    577:        I've only had issues with MonitorLayout set to <tt>LFP+CRT,LFP</tt>,
                    578:        restarting X helps.
1.164     grunk     579:        <li>Adjusting the display brightness with the fn keys works.
1.210     steven    580:        <li>PCMCIA works: tested with D-Link (ne) adapter.
1.164     grunk     581: </ul>
                    582:        Contact <a href="mailto:janus@errornet.de">Simon Dassow</a>.
                    583:        <p align="left">
                    584:        <font size=2>
1.210     steven    585:        <a href="http://janus.errornet.de/files/configs/codebook-4.0-beta.dmesg">dmesg</a>
1.164     grunk     586:        &brvbar;
1.210     steven    587:        <a href="http://janus.errornet.de/files/configs/codebook-4.0-beta.xorg.conf">xorg.conf</a>
1.164     grunk     588:        </font>
                    589: </td></tr><tr valign="top"><td>
1.136     grunk     590:        Dell Latitude D505
                    591: </td><td>
                    592: <p><ul>
1.192     steven    593:        <li>OpenBSD 3.9-current (May 1, 2006) works.
1.136     grunk     594:        <li>The onboard NIC (fxp) works fine.
                    595:        <li>ACPI-only machine, no APM support.
                    596:        <li>The touchpad works fine, under X as well as under text consoles.
                    597:        <li>USB 2.0 works fine: DVD writing using an external USB DVD
                    598:        writer, as well as a USB flash device.
                    599:        <li>Built-in CD/DVD player works nicely.
                    600:        <li>Sound (auich) works, but it's very loud by default, especially
                    601:        the beep. For this reason, I've put <tt>outputs.master=30</tt> in
                    602:        /etc/mixerctl.conf.
                    603:        <li>The Broadcom BCM4306 built-in wireless is not supported. Why? See
                    604:        <a href="faq/faq6.html#Wireless">FAQ 6 - Wireless networking</a>.
1.177     steven    605:        <li>X.org 6.9 works fine without a xorg.conf file.
                    606:        The maximum resolution of this machine is 1024x768.
                    607:        Switching from LCD to external display works fine, there were
                    608:        problems with this in X.org 6.8.2 (mouse pointer dying etc.) but
                    609:        they have been solved in 6.9.
1.136     grunk     610:        <li>Not tested: PCMCIA/Cardbus.
                    611: </ul>
1.169     steven    612:        Contact <a href="mailto:steven@openbsd.org">Steven Mestdagh</a>.
1.136     grunk     613:        <p align="left">
                    614:        <font size=2>
1.169     steven    615:        <a href="http://homes.esat.kuleuven.be/~smestdag/openbsd/latitude-d505-dmesg">dmesg</a>
1.136     grunk     616:        </font>
                    617: </td></tr><tr valign="top"><td>
1.129     grunk     618:        Dell Latitude D600
                    619: </td><td>
                    620: <p><ul>
1.130     grunk     621:        <li>OpenBSD 3.7-current (June 15, 2005) works.
1.129     grunk     622:        <li>Audio, video (1024x768), and onboard NIC (Gigabit Broadcom
                    623:        570x) work just fine.
                    624:        <li>Built-in wireless (Dell TrueMobile 1300) not supported.
                    625: </ul>
                    626:        Contact <a href="mailto:benny@bennyvision.com">Benny</a>.
                    627:        <p align="left">
                    628:        <font size=2>
1.130     grunk     629:        <a href="http://www.bennyvision.com/projects/openbsd/dell-latitude-d600/dell_latitude_d600_current.dmesg">dmesg</a>
1.129     grunk     630:        &brvbar;
                    631:        <a href="http://www.bennyvision.com/projects/openbsd/dell-latitude-d600/dell_latitude_d600.xorg">xorg.conf</a>
                    632:        </font>
                    633: </td></tr><tr valign="top"><td>
1.151     grunk     634:        Dell Latitude D610
                    635: </td><td>
                    636: <p><ul>
                    637:        <li>OpenBSD 3.7 works.
                    638:        <li>X works fine without custom xorg.conf.
                    639:        <li>USB mouse and kbd work, both connected to the docking station,
                    640:        and built-in.
                    641:        <li>Broadcom ethernet works.
                    642:        <li>CD-ROM, touchpad and trackpoint work fine.
                    643:        <li>Dell 1450 WLAN card does not work.
                    644:        <li>Sound does not work.
                    645: </ul>
                    646:        Contact <a href="mailto:unixi@freeshell.org">James Boyle</a>.
                    647:        <p align="left">
                    648:        <font size=2>
                    649:        <a href="http://unixi.freeshell.org/OpenBSD/d610/dmesg">dmesg</a>
                    650:        &brvbar;
                    651:        <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>
                    652:        &brvbar;
                    653:        <a href="http://unixi.freeshell.org/OpenBSD/d610/dell-delivery-info">laptop config options</a>
                    654:        </font>
                    655: </td></tr><tr valign="top"><td>
1.144     grunk     656:        Dell Latitude D800
                    657: </td><td>
                    658: <p><ul>
                    659:        <li>There are several variations of this model. This one shipped with
                    660:        2 GHz Pentium M and GeForce FX Go5650.
                    661:        <li>OpenBSD 3.7 works.
                    662:        <li>LAN, USB 2.0 and serial ports work.
                    663:        <li>Bluetooth and WLAN (Dell TrueMobile 1300 interal b/g mini PCI)
                    664:        not detected.
                    665:        <li>Function keys which control audio and power don't work.
                    666:        <li>Sound works ok.
                    667:        <li>To get Xorg working with 1920x1200 resulution, I used the following
                    668: <pre>
                    669: Modeline "1920x1200" 162 1920 1984 2176 2480 1200 1201 1204 1250 +hsync +vsync
                    670: </pre>
                    671: </ul>
                    672:        Contact <a href="mailto:jyry@helzinki.net">Jyry Suuntala</a>.
                    673:        <p align="left">
                    674:        <font size=2>
                    675:        <a href="http://helzinki.net/dell/dmesg">dmesg</a>
                    676:        &brvbar;
                    677:        <a href="http://helzinki.net/dell/xorg.conf">xorg.conf</a>
                    678:        </font>
                    679: </td></tr><tr valign="top"><td>
1.157     grunk     680:        Dell Latitude L400
                    681: </td><td>
                    682: <p><ul>
                    683:        <li>OpenBSD 3.7 works
                    684:        <li>Integrated ethernet (xl), audio (clct), USB and PCMCIA work.
                    685:        <li><tt>apm -z</tt> works, but <tt>apm -S</tt> throws an error:
                    686: <pre>
                    687:        apm0: APM set power state: unable to enter requested state (96)
                    688: </pre>
                    689:        <li><tt>halt -p</tt> requires <tt>machdep.apmhalt=1</tt> in
                    690:        <tt>/etc/sysctl.conf</tt>.
                    691:
                    692: </ul>
                    693:        Contact <a href="mailto:lteo@metawire.org">Lawrence Teo</a>.
                    694:        <p align="left">
                    695:        <font size=2>
                    696:        <a href="http://metawire.org/~lteo/openbsd/L400/dmesg">dmesg</a>
                    697:        &brvbar;
                    698:        <a href="http://metawire.org/~lteo/openbsd/L400/xorg.conf">xorg.conf</a>
                    699:        </font>
                    700: </td></tr><tr valign="top"><td>
1.90      nick      701:        Fujitsu Siemens Amilo D 7820
1.92      nick      702: </td><td>
1.97      nick      703: <p><ul>
1.106     nick      704:        <li>OpenBSD 3.6 works.
                    705:        <li>APM is not working (boot with boot -c and then disable apm).
1.97      nick      706:        <li>Sound works fine.
                    707:        <li>Everything else on the machine works.
                    708: </ul>
                    709:        Contact <a href="mailto:salex@hackerhippie.de">Alexander Schmid</a>.
                    710:        <p align="left">
                    711:        <font size=2>
1.90      nick      712:        <a href="http://softbandit.com/~pw/users/salex/dmesg">dmesg</a>
1.97      nick      713:        &brvbar;
                    714:        <a href="http://softbandit.com/~pw/users/salex/XF86Config">XF86Config</a>
                    715:        </font>
1.106     nick      716: </td></tr><tr valign="top"><td>
1.116     grunk     717:        Fujitsu Siemens Lifebook E8010 with i855/SXGA+
                    718: </td><td>
                    719: <p><ul>
                    720:        <li>OpenBSD 3.7 works.
                    721:        <li>SD card reader and SVGA are not supported.
                    722:        <li>Doesn't have APM, so there's no way to suspend
                    723:        or <tt>'halt -p'</tt> the box.
                    724:        <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi">iwi(4)</a>
                    725:        needs an increased watchdog timeout of 10 in busy
                    726:        environments, see
                    727:        <a href="http://anoncvs.erisiandiscord.de/e8010/if_iwi.c.diff">
                    728:        if_iwi.c.diff</a>
                    729:        (with or without this diff, you might still experience 'fatal error'
                    730:        from time to time).
1.156     sturm     731:        <li>needs Xorg-current as of may 2005 (and
                    732:        <a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/855resolution/">
1.116     grunk     733:        855resolution</a> for full 1400x1050 resolution).
                    734:        The laptop only does 1280x1024 by default.
                    735:        <li>Everything else on the machine works.
                    736: </ul>
                    737:        Contact <a href="mailto:sturm@openbsd.org">Nikolay Sturm</a>.
                    738:        <p align="left">
                    739:        <font size=2>
                    740:        <a href="http://anoncvs.erisiandiscord.de/e8010/dmesg">dmesg</a>
                    741:        &brvbar;
                    742:        <a href="http://anoncvs.erisiandiscord.de/e8010/xorg.conf">xorg.conf</a>
                    743:        &brvbar;
                    744:        <a href="http://anoncvs.erisiandiscord.de/e8010/if_iwi.c.diff">if_iwi.c.diff</a>
                    745:        </font>
1.141     grunk     746: </td></tr><tr valign="top"><td>
1.206     steven    747:        HP nx7010
                    748: </td><td>
                    749: <p><ul>
                    750:        <li>OpenBSD 3.9 works.
                    751:        <li>Everything worked out of the box, except the battery status:
                    752:        <pre>apm0: AC on, battery charge unknown</pre>
                    753: </ul>
                    754:        Contact <a href="mailto:xavier@rootshell.be">Xavier Mertens</a>.
                    755:        <p align="left">
                    756:        <font size=2>
                    757:        <a href="http://blog.rootshell.be/openbsd/dmesg.nx7010">dmesg</a>
                    758:        &brvbar;
                    759:        <a href="http://blog.rootshell.be/openbsd/xorg.conf.nx7010">xorg.conf</a>
                    760:        </font>
                    761: </td></tr><tr valign="top"><td>
1.196     grunk     762:        HP Pavilion dv8120ca
                    763: </td><td>
                    764: <p><ul>
                    765:        <li>OpenBSD 3.9-current (April 27th, 2006) works.
                    766:        <li>Working: touchpad, pcmcia (wireless card) , USB, hw.setperf, audio,
                    767:        Realtek 8139 NIC rl(4)
                    768:        <li>Not working: memory card reader, Broadcom wireless, apm suspend
                    769:        <li>Untested: Expresscard Slot
                    770:        <li>Hacks: Install failed repeatedly while reading kernel off CD. Going
                    771:        into BIOS first, then exiting and booting from CD worked for some
                    772:        reason.
                    773:        <li>Xorg -configure got everything right first try.
                    774: </ul>
                    775:        Contact <a href="mailto:jsimola@gmail.com">Jon Simola</a>.
                    776:        <p align="left">
                    777:        <font size=2>
                    778:        <a href="http://proteus.mecha.com/laptop/dmesg.txt">dmesg</a>
                    779:        &brvbar;
                    780:        <a href="http://proteus.mecha.com/laptop/xorg.conf">xorg.conf</a>
                    781:        </font>
                    782: </td></tr><tr valign="top"><td>
1.197     grunk     783:        HP TC1100 Tablet PC
                    784: </td><td>
                    785: <p><ul>
                    786:        <li>OpenBSD 3.8 works.
                    787:        <li>USB, Ethernet and X.org work fine.
                    788:        <li>Sound, PCMCIA and Modem untested.
                    789:        <li>Intel Pro Wireless 2200 Wifi does not work:
                    790:        The radio switch is done by software and ACPI support is needed.
                    791:        <li>Pen does not work. No wacom driver.
                    792: </ul>
                    793:        Contact <a href="mailto:emilio.lopez@gmail.com">Emilio Lopez</a>.
                    794:        <p align="left">
                    795:        <font size=2>
                    796:        <a href="http://www-etsi2.ugr.es/alumnos/emiliol/dmesg">dmesg</a>
                    797:        </font>
                    798: </td></tr><tr valign="top"><td>
1.135     grunk     799:        IBM Thinkpad R40
                    800: </td><td>
                    801: <p><ul>
                    802:        <li>OpenBSD 3.7 works.
                    803:        <li>Suspend and suspend-to-disk work, but not while X is running.
                    804:        Only in console mode.  In X it just seems to lock up.
                    805:        <li>Third mouse button does not work unless trackpad is disabled
                    806:        in the BIOS.
                    807:        <li>S-Video output port does not work.
                    808:        <li>No special xorg.conf needed
                    809:        <li>Everything else works.
                    810: </ul>
                    811:        Contact <a href="mailto:asveikau@mail.rochester.edu">Andrew Sveikaus</a>.
                    812:        <p align="left">
                    813:        <font size=2>
                    814:        <a href="http://mail.rochester.edu/~asveikau/r40.dmesg">dmesg</a>
                    815:        </font>
                    816: </td></tr><tr valign="top"><td>
1.179     steven    817:        IBM Thinkpad R50e type 1834-S5G
                    818: </td><td>
                    819: <p><ul>
                    820:        <li>OpenBSD 3.9-beta (Feb 5, 2006) works.
                    821:        <li>ACPI-only machine, no APM support.
                    822:        <li>The built-in fxp(4) ethernet device works fine.
                    823:        <li>The built-in iwi(4) Intel PRO/Wireless 2200BG works fine after
                    824:        downloading firmware files from
                    825:        <a href="http://damien.bergamini.free.fr/ipw/">Damien Bergamini's
                    826:        ipw page</a>.
                    827:        <li>The built-in auich(4) audio device works fine.
                    828:        <li>ThinkLight works as well as volume up/down/mute buttons, for a nice
                    829:        on-screen display you can use tpb (<tt>/usr/ports/sysutils/tpb</tt>).
                    830: </ul>
                    831:        Contact <a href="mailto:p_nowaczyk@o2.pl">Przemyslaw Nowaczyk</a>.
                    832:        <p align="left">
                    833:        <font size=2>
                    834:        <a href="http://www.student.put.poznan.pl/~przemyslaw.nowaczyk/r50e/dmesg_r50e">dmesg</a>
                    835:        &brvbar;
                    836:        <a href="http://www.student.put.poznan.pl/~przemyslaw.nowaczyk/r50e/xorg.conf_r50e">xorg.conf</a>
                    837:        </font>
                    838: </td></tr><tr valign="top"><td>
1.94      nick      839:        IBM Thinkpad T23 model 26478NU.
1.92      nick      840: </td><td>
1.97      nick      841: <p><ul>
1.101     nick      842:        <li>Works fine with OpenBSD 3.7-current (April 2005).
1.97      nick      843:        <li>If using a boot floppy the system may hang when probing ahc.
1.94      nick      844:        Workaround: boot with -c and disable ahc.
                    845:        A GENERIC kernel does not have this issue.
1.101     nick      846:        <li>Serial ports must be enabled in BIOS.
                    847:        <li>"ctrl:nocaps" in X puts the control key in a proper location
                    848:        <li>Apm mostly works -- suspends OK
                    849:        <li>Hibernation not tested, but should work with
                    850:        <tt>/usr/ports/sysutils/tphdisk</tt> from the ports collection.
1.97      nick      851:        <li>The audio chipset is supported (auich).
                    852: </ul>
                    853:        Contact <a href="mailto:marc@snafu.org">Marco S Hyman</a>.
                    854:        <p align="left">
                    855:        <font size=2>
1.101     nick      856:        <a href="http://www.snafu.org/t23/dmesg">dmesg</a>
                    857:        &brvbar;
                    858:        <a href="http://www.snafu.org/t23/xorg.conf">xorg.conf</a>
1.134     grunk     859:        &brvbar;
                    860:        <a href="http://www.snafu.org/t23/">more info</a>
1.97      nick      861:        </font>
1.106     nick      862: </td></tr><tr valign="top"><td>
1.148     grunk     863:        IBM Thinkpad T40, Type 2374-2G7
                    864: </td><td>
                    865: <p><ul>
                    866:        <li>OpenBSD 3.7-current (June 30, 2005) works.
                    867:        <li>Everything works fine
                    868:        <li><tt>apm -S</tt>, <tt>apm -Z</tt>, <tt>auich</tt> and built-in
                    869:        DVD/CD-RW work fine
                    870: </ul>
                    871:        Contact <a href="mailto:renaud@llorien.org">Renaud Allard</a>.
                    872:        <p align="left">
                    873:        <font size=2>
                    874:        <a href="http://www.llorien.org/OpenBSD/T40dmesg.txt">dmesg</a>
                    875:        &brvbar;
                    876:        <a href="http://www.llorien.org/OpenBSD/T40xorg.conf">xorg.conf</a>
                    877:        </font>
                    878: </td></tr><tr valign="top"><td>
1.125     grunk     879:        IBM Thinkpad T41p type 2373-GEU
                    880: </td><td>
                    881: <p><ul>
                    882:        <li>OpenBSD 3.7-current (June 2005) works.
                    883:        <li>Everything works fine: APM, X, onboard ethernet (em), sound,
                    884:        usb, docking station
                    885:        <li>onboard atheros works in 802.11b mode only
                    886: </ul>
                    887:        Contact <a href="mailto:matt@arin.net">Matt Rowley</a>.
                    888:        <p align="left">
                    889:        <font size=2>
                    890:        <a href="http://www.damnskippy.org/openbsd/dmesg.t41p-20050610">dmesg</a>
                    891:        &brvbar;
                    892:        <a href="http://www.damnskippy.org/openbsd/xorg.conf.new">xorg.conf</a>
                    893:        </font>
                    894: </td></tr><tr valign="top"><td>
1.117     grunk     895:        IBM Thinkpad T42 model 2373
                    896: </td><td>
                    897: <p><ul>
                    898:        <li>OpenBSD 3.7 works fine.
                    899:        <li>See entry for the X40 for the built-in
                    900:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;sektion=4">iwi(4)</a> or
                    901:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4">ipw(4)</a>
                    902:        802.11 card and APM/Hibernation support.
                    903:        <li>See entry for the X31 for Enhanced SpeedStep and the extra Thinkpad buttons.
                    904:        <li>The alternatively built-in "Atheros AR5212 (IBM MiniPCI)" 802.11 card works with the
                    905:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;sektion=4">ath(4)</a>
                    906:        driver.
                    907:        <li>X.org with ATI Radeon Mobility works fine (1024x768, 24bpp).
                    908:        <li>The built-in USB Bluetooth and infrared are not presently supported.
                    909:        <li>The built-in
1.143     grunk     910:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>
1.117     grunk     911:        gigabit ethernet device works fine.
                    912:        <li>The built-in
1.143     grunk     913:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;sektion=4">auich(4)</a>
1.117     grunk     914:        audio device works fine.
                    915:        <li>The built-in fingerprint scanner found in some models is not supported.
                    916: </ul>
                    917:        Contact <a href="mailto:reyk@openbsd.org">Reyk Floeter</a>.
                    918:        <p align="left">
                    919:        <font size=2>
                    920:        <a href="http://reyk.wlsec.net/dmesg-t42">dmesg</a>
                    921:        &brvbar;
                    922:        <a href="http://reyk.wlsec.net/xorg.conf-t42">xorg.conf</a>
                    923:        </font>
                    924: </td></tr><tr valign="top"><td>
1.131     grunk     925:        IBM Thinkpad X23
                    926: </td><td>
                    927: <p><ul>
                    928:        <li>OpenBSD 3.7 works fine.
                    929:        <li>Just like the IBM T23, kernels with ahc support may hang when
                    930:        booting. Use "boot -c" and disable ahc support with "disable ahc",
                    931:        followed by "exit" to continue booting.<br>
                    932:        GENERIC does not have this issue.
                    933:        <li>APM appears to work (suspends ok)
                    934:        <li>On-board NIC fxp(4) works, including PXE booting
                    935:        <li>On-board wireless NIC wi(4) works
                    936:        <li>USB works (misc mice, cdrom, usb to serial devices, and memory
                    937:        sticks all successfully tested)
                    938:        <li>PCMCIA works (misc NICs tested)
                    939:        <li>Built-in compact flash reader works
                    940: </ul>
                    941: Contact <a href="mailto:andreaso@it.su.se">Andreas &Ouml;stling</a>.
                    942:        <p align="left">
                    943:        <font size=2>
                    944:        <a href="http://people.su.se/~andreaso/OpenBSD/x23/dmesg">dmesg</a>
                    945:        &brvbar;
                    946:        <a href="http://people.su.se/~andreaso/OpenBSD/x23/xorg.conf">xorg.conf</a>
                    947:        </font>
                    948: </td></tr><tr valign="top"><td>
1.94      nick      949:        IBM Thinkpad X31
                    950: </td><td>
1.97      nick      951: <p><ul>
1.106     nick      952:        <li>Works with OpenBSD 3.7-current (April 2005).
1.191     aanriot   953:        <li>Nearly all Hardware is supported.
1.97      nick      954:        <li>APM is well supported. Suspend mode (apm -s/zzz) works without
1.94      nick      955:        problems. Hibernation (suspend to disk) works also fine but
                    956:        requires a small MS-DOS partition with a hibernation file at the
                    957:        beginning of the harddisk. You can create this file with tphdisk
1.97      nick      958:        from ports (/usr/ports/sysutils/tphdisk).
                    959:
                    960:        <li>The two extra keys around the cursor block can be configured via
                    961:        xmodmap.
                    962:        <li>Example:
1.94      nick      963:
1.126     grunk     964: <pre>
1.96      nick      965:                xmodmap -e "keycode 233 = Page_Down"
                    966:                xmodmap -e "keycode 234 = Page_Up"
1.126     grunk     967: </pre>
1.94      nick      968:
1.97      nick      969:        <li>The integrated Intel PRO/Wireless 2100 in my X31 (Model 2672-C8G)
1.98      nick      970:        works with the
                    971:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4">ipw(4)</a>
                    972:        driver. But you need to download the unfree firmware first to get
                    973:        it working. For more details read
                    974:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4#FILES">ipw(4)</a>.
                    975:
                    976:        <li>I'm planning to replace this card with a
                    977:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;sektion=4">ral(4)</a>
                    978:        or an
                    979:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;sektion=4">ath(4)</a>.
1.94      nick      980:        For these cards, no unfree firmware required. To replace it,
                    981:        I'll have to <i>unlock</i> the bios first because IBM allows only
1.115     nick      982:        <i>special</i> IBM mini-PCI cards to be installed. The bios can
1.97      nick      983:        be patched with the tpwireless program
1.115     nick      984:        (<tt>/usr/ports/misc/tpwireless</tt>, <b>use on your own risk!</b>).
1.94      nick      985:
1.97      nick      986:        <li>The integrated CF-Card reader (really nice!) is supported
                    987:        as well.
1.94      nick      988:
1.127     david     989:        <li>Enhanced SpeedStep is supported. You can adjust the CPU speed
1.97      nick      990:        via sysctl (<tt>sysctl hw.setperf</tt>).
1.94      nick      991:
1.98      nick      992:        <li>The on-board
                    993:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;sektion=4">fxp(4)</a>
                    994:        and
                    995:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;sektion=4">auich(4)</a>
1.99      nick      996:        are working without problems.
1.94      nick      997:
1.97      nick      998:        <li>The keys for mute, volume up and volume down are working fine.
1.94      nick      999:        No special software is required. If you'd like to get the big
                   1000:        "Access IBM" button to work and have a nice on-screen display, you
                   1001:        can install tpb from ports. (/usr/ports/sysutils/tpb) This works just
                   1002:        fine and you have nice on-screen messages when you change volume and
1.97      nick     1003:        brightness settings or enable/disable the ThinkLight.
                   1004: </ul>
1.155     bernd    1005:        Contact <a href="mailto:bernd@openbsd.org">Bernd Ahlers</a>.
1.97      nick     1006:        <p align="left">
                   1007:        <font size=2>
                   1008:        <a href="http://www.ba-net.org/x31/dmesg">dmesg</a>
                   1009:        &brvbar;
                   1010:        <a href="http://www.ba-net.org/x31/xorg.conf">xorg.conf</a>
                   1011:        </font>
1.106     nick     1012: </td></tr><tr valign="top"><td>
1.102     nick     1013:        IBM Thinkpad X40
                   1014: </td><td>
                   1015: <p><ul>
1.133     grunk    1016:        <li>OpenBSD 3.7-current (June 12, 2005) works fine.
1.109     jolan    1017:        <li>SD Card Slot is not presently supported.
1.102     nick     1018:        <li>The built-in "Intel PRO/Wireless 2200BG" works only with additional
                   1019:        firmware. See
                   1020:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;sektion=4">iwi(4)</a>
                   1021:        for more information.
1.133     grunk    1022:        <li>The X40 model 2386-8WU 512MB RAM/40GB HD has an Atheros AR5212
                   1023:        wireless card built in. It works with 3.7-current, but not with 3.7
                   1024:        release.
                   1025:        <li>UltraBase X4 works but is not hot-swappable. Machine locks up or
                   1026:        becomes unstable when trying to hot-plug the base. Work is being done
                   1027:        on a <a href="http://ibm-acpi.sourceforge.net">Linux ACPI driver</a>.
1.115     nick     1028:        <li>The use of other mini-PCI cards may be restricted by the BIOS.
1.110     nick     1029:        However, non-IBM supplied cards can be used after running the
                   1030:        <tt>/usr/ports/misc/tpwireless</tt> utility.
1.108     djm      1031:        <li>APM works fine, including suspend to hard-disk (hibernation)
1.102     nick     1032:        <li>If you want to use Hibernation, you must have a small
1.103     nick     1033:        msdos partition with a save2dsk.bin. For this, you can use
1.102     nick     1034:        <tt>/usr/ports/sysutils/tphdisk</tt>.
1.104     nick     1035:        <li>Perhaps one of the best supported notebooks because several
1.110     nick     1036:        developers also use it.
1.102     nick     1037: </ul>
1.133     grunk    1038:        Contact <a href="mailto:marcus.popp@paranoidbsd.org">Marcus Popp (1)</a>
                   1039:        or <a href="mailto:steve@stevenfettig.com">Steve Fettig (2)</a>.
1.102     nick     1040:        <p align="left">
                   1041:        <font size=2>
1.133     grunk    1042:        <a href="http://www.paranoidbsd.org/x40/dmesg.37.txt">dmesg (1)</a>
1.102     nick     1043:        &brvbar;
1.133     grunk    1044:        <a href="http://www.paranoidbsd.org/x40/xorg.conf.37.txt">xorg.conf (1)</a>
                   1045:        &brvbar;
1.137     grunk    1046:        <a href="http://anywheretechnology.com/machconfigs/dmesg_tpx40_23868WU.txt">dmesg (2)</a>
1.133     grunk    1047:        &brvbar;
                   1048:        <a href="http://anywheretechnology.com/machconfigs/xorg.conf.tpx40_23868WU">xorg.conf (2)</a>
1.102     nick     1049:        </font>
1.106     nick     1050: </td></tr><tr valign="top"><td>
1.171     steven   1051:        IBM Thinkpad X41 (not tablet)
                   1052: </td><td>
                   1053: <p><ul>
1.172     steven   1054:        <li>OpenBSD 3.8-current (Jan 16, 2006) works fine.
1.171     steven   1055:        <li>APM works (sleep and suspend).
1.185     grunk    1056:        <li>Sound, wireless and accelerometer work. In order to switch
                   1057:        between the speakers and headphone jack, the powerstate of the
                   1058:        bluetooth module needs to be toggled once (Fn+F5).
1.184     grunk    1059:        <li>Fingerprint scanner is detected as a
                   1060:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugen&amp;sektion=4">ugen(4)</a>
                   1061:        device, but I haven't found software for it yet.
1.185     grunk    1062:        <li>The built-in bluetooth module (comes from Broadcom) works with
1.184     grunk    1063:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubt&amp;sektion=4">ubt(4)</a>
1.172     steven   1064:        <li>Accelerated support for the i915 chipset was added in X.org 6.9
                   1065:        (merged into OpenBSD in January 2006), and everything works with
                   1066:        the configuration file below.
1.171     steven   1067: </ul>
1.184     grunk    1068:        Contact <a href="mailto:ramrunner@gmail.com">Spiros Thanasoulas (1)</a>
                   1069:        or <a href="mailto:fkr@hazardous.org">Felix Kronlage (2)</a>.
1.171     steven   1070:        <p align="left">
                   1071:        <font size=2>
1.184     grunk    1072:        <a href="http://www.ics.forth.gr/~dsp/obsd-x41/dmesg-x41">dmesg (1)</a>
1.171     steven   1073:        &brvbar;
1.184     grunk    1074:        <a href="http://www.ics.forth.gr/~dsp/obsd-x41/xorg.conf-x41">xorg.conf (1)</a>
                   1075:        &brvbar;
                   1076:        <a href="http://hazardous.org/~fkr/openbsd/dmesg-x41">dmesg (2)</a>
1.171     steven   1077:        </font>
                   1078: </td></tr><tr valign="top"><td>
1.91      nick     1079:        JVC MP-XP 7250DE
1.92      nick     1080: </td><td>
1.97      nick     1081: <p><ul>
1.107     nick     1082:        <li>OpenBSD 3.6-current (October 2004) works.
1.97      nick     1083:        <li>Everything works fine except APM and the built-in
                   1084:        SD card reader.
                   1085:        <li>Since OpenBSD 3.4 the boot loader does not boot correctly from
1.91      nick     1086:        USB CDROM on this machine -- workaround: take 3.3 and upgrade or
1.97      nick     1087:        boot via network or PCMCIA floppy.
                   1088:        <li>The audio chipset is supported. Wireless 802.11b PRISM 2.5 (USB)
                   1089:        is supported, too.
                   1090: </ul>
                   1091:        Contact <a href="mailto:umaxx@oleco.net">Joerg Zinke</a>.
1.111     nick     1092:        <p align="left">
                   1093:        <font size=2>
                   1094:        <a href="http://people.freenet.de/umaxx/jvc-dmesg.txt">dmesg</a>
                   1095:        &brvbar;
                   1096:        <a href="http://people.freenet.de/umaxx/jvc-xfconfig.txt">xorg.conf</a>
                   1097:        &brvbar;
1.182     steven   1098:        <a href="http://umaxx.um.funpic.de/howtos/howto_openbsd-on-jvc-mp-xp7250de.php"
                   1099:        >more info</a>.
                   1100:        </font>
                   1101: </td></tr><tr valign="top"><td>
                   1102:        Lenovo Thinkpad T43, "2668-F7G" or "UC3F7xx"
                   1103: </td><td>
                   1104: <p><ul>
                   1105:        <li>OpenBSD 3.9-beta (Feb 15, 2006) works.
                   1106:        <li>X.Org 6.9.0 works without particular configuration tweaks
                   1107:        (1400x1050), configured with <tt>X -configure</tt> and started with
                   1108:        <tt>startx -- -depth 24</tt>
                   1109:        <li><tt>halt -p</tt> works.
                   1110:        <li>iwi(4) Intel 2915 ABG works well, tested in several "b" and "g"
1.184     grunk    1111:        networks (firmware and AP config hints from
1.182     steven   1112:        <a href="http://damien.bergamini.free.fr/ipw/">Damien Bergamini's
                   1113:        ipw page</a>).
                   1114:        <li>bge(4) Gigabit ethernet works, not tested much beyond initial
                   1115:        installation.
                   1116:        <li>auich(4) sound works with base install and mplayer from packages.
                   1117:        <li>aps(4) output is available in sysctl.
                   1118:        <li>CardBus works: tested with CF adapter and card.
                   1119:        <li>ExpressCard slot (upper card slot) not tested.
                   1120:        <li>The system does not handle changes in removable (Ultrabay Slim)
                   1121:        storage. When halted and subsequently warm booted, that IDE channel
                   1122:        is disabled instead. A cold restart is required for a new device to
                   1123:        be detected, this really is no big deal.
                   1124:        <li>I'm uncertain whether APM (SpeedStep) works - sysctl(8) lacks
                   1125:        hw.setperf, the dmesg identifies some "apm0 at bios0: Power
                   1126:        Management spec V1.2" stuff anyway, BIOS settings at factory
                   1127:        default of SpeedStep enabled.
                   1128: </ul>
                   1129:        Contact <a href="mailto:moose@enting.se">&Aring;ke Nordin</a>.
                   1130:        <p align="left">
                   1131:        <font size=2>
                   1132:        <a href="http://www.enting.se/T43/dmesg">dmesg</a>
                   1133:        &brvbar;
                   1134:        <a href="http://www.enting.se/T43/xorg.conf">xorg.conf</a>
1.111     nick     1135:        </font>
1.106     nick     1136: </td></tr><tr valign="top"><td>
1.178     steven   1137:        Lenovo Thinkpad Z60m (2529-FBG)
                   1138: </td><td>
                   1139: <p><ul>
1.202     steven   1140:        <li>OpenBSD 3.9-current (Jun 16, 2006) works.
1.178     steven   1141:        <li>ACPI-only machine, no APM support.
                   1142:        <li>Wireless Intel 2915 ABG (iwi(4)) works after downloading the
                   1143:        <a href="http://damien.bergamini.free.fr/ipw/download.html">firmware</a>.
                   1144:        <li>X works without config.
                   1145:        <li>aps(4) works.
1.202     steven   1146:        <li>SpeedStep works.
                   1147:        <li>Audio works.
1.178     steven   1148: </ul>
                   1149:        I believe this is the first Thinkpad that Lenovo made. Little things
                   1150:        have me worried that this might be an end of the Thinkpad quality.
                   1151:        Like the lack of APM support and the addition of Windows keys.
                   1152:        Also the keyboard feels a little bit cheaper than my R40 but still
                   1153:        it feels like a Thinkpad.
                   1154:        The screen is better than the other Thinkpads I have seen.
                   1155:        <p>
                   1156:        Contact <a href="mailto:janj+openbsd@wenf.org">Jan Johansson</a>.
                   1157:        <p align="left">
                   1158:        <font size=2>
                   1159:        <a href="http://www.isk.kth.se/~janjoha/z60m/dmesg.txt">dmesg</a>
                   1160:        </font>
                   1161: </td></tr><tr valign="top"><td>
1.120     grunk    1162:        Medion MD6100 (model no. FID2040)
                   1163: </td><td>
                   1164: <p><ul>
1.165     grunk    1165:        <li>OpenBSD 3.8-current (November 2005) works.
1.120     grunk    1166:        <li>ACPI-only machine, no APM support.
                   1167:        <li>infrared does not work under OpenBSD.
                   1168:        <li>USB2.0 doesn't work (pci_intr_map: no mapping for pin D).
1.165     grunk    1169:        <li>Onboard networking (sis0) is fixed post 3.8
                   1170:        <li>Onboard audio (auich0) works properly post 3.8
1.120     grunk    1171: </ul>
                   1172:        Overall, this laptop stinks. It's heavy, powerhungry and gets very hot
                   1173:        (too hot, often it will shut itself down to prevent meltdown).
                   1174:        A lot of hardware works only mediocre. The battery doesn't last long.
                   1175:        It's huge/bulky. It's *extremely* noisy. But, it *does* run OpenBSD.
                   1176:        And, when properly cooled, it's pretty fast (2.6 GHz). Why anyone
                   1177:        would need that much CPU in a laptop is beyond me, but it's there.
                   1178:        <p>
                   1179:        Contact <a href="mailto:weerd@weirdnet.nl">Paul de Weerd</a>.
                   1180:        <p align="left">
                   1181:        <font size=2>
                   1182:        <a href="http://www.weirdnet.nl/openbsd/dmesg/nugget">dmesg</a>
                   1183:        &brvbar;
                   1184:        <a href="http://www.weirdnet.nl/openbsd/xorg/nugget">xorg.conf</a>
                   1185:        </font>
                   1186: </td></tr><tr valign="top"><td>
1.173     steven   1187:        MSI Megabook S270
                   1188: </td><td>
                   1189: <p><ul>
1.214     matthieu 1190:        <li>OpenBSD 4.0 works both in i386 and amd64
1.173     steven   1191:        modes.
                   1192:        <li>At least
                   1193:        <a href="http://www.msi.com.tw/program/support/bios/bos/spt_bos_detail.php?UID=608&amp;kind=11">BIOS
1.174     steven   1194:        6.70</a> is needed to fix an interrupt routing problem.
1.173     steven   1195:        <li>APM doesn't work.
                   1196:        <li>X.Org 6.9.0 works on the LCD panel at 1280x800 out of the box
                   1197:        (without configuration file). External VGA works if the monitor is
                   1198:        connected before starting X.
                   1199:        <li>Built-in wireless (ral(4)) works.
1.190     matthieu 1200:        <li>Sound works.
1.173     steven   1201: </ul>
                   1202:        <p>
                   1203:        Contact <a href="mailto:matthieu.herrb@laas.fr">Matthieu Herrb</a>.
                   1204:        <p align="left">
                   1205:        <font size=2>
                   1206:        <a href="http://herrb.com/msi-s270.dmesg">dmesg</a>
                   1207:        </font>
                   1208: </td></tr><tr valign="top"><td>
1.146     grunk    1209:        NEC Lavie C LC600J/5
                   1210: </td><td>
                   1211: <p><ul>
                   1212:        <li>OpenBSD 3.7-current (Apr 26, 2005) works.
                   1213:        <li>APM, PCMCIA and USB work.
                   1214:        <li>This machine's BIOS uses Ctrl+Alt+F5 as a hotkey to hibernate.
                   1215:        So I have to specify a swapctrlcaps variant in <tt>/etc/kbdtype</tt>.
                   1216:        <li>No separate xorg.conf needed, <tt>getconfig</tt> works like magic.
                   1217: </ul>
                   1218:        Contact <a href="mailto:ttakah@lapis.plala.or.jp">Tamotsu Takahashi</a>.
                   1219:        <p align="left">
                   1220:        <font size=2>
                   1221:        <a href="http://www10.plala.or.jp/sanrinsha/tamo/dmesg">dmesg</a>
                   1222:        </font>
                   1223: </td></tr><tr valign="top"><td>
1.158     grunk    1224:        NEC Versa S940
                   1225: </td><td>
                   1226: <p><ul>
1.159     grunk    1227:        <li>OpenBSD 3.8-release works.
                   1228:        <li>i810 works ok, 1280x768 wide screen, after enabling the resolution
                   1229:        using the ports <tt>x11/855resolution</tt> tool by invoking it in
                   1230:        <tt>/etc/rc.securelevel</tt> like:
1.158     grunk    1231: <pre>
1.159     grunk    1232:        /usr/local/sbin/855resolution 4d 1280 768 &gt;/dev/null
1.158     grunk    1233: </pre>
                   1234:        <li>sound card, iwi (download firmware first) and rl work ok.
                   1235:        <li>APM is not detected, <tt>halt -p</tt> does not poweroff.
                   1236:        <li><tt>sysctl hw.setperf=..</tt> does not change the CPU speed.
                   1237:        <li>lots of "not configured" components in dmesg
                   1238: </ul>
1.159     grunk    1239:        Contact <a href="mailto:aurelien6545@free.fr">Aur&eacute;lien</a>.
1.158     grunk    1240:        <p align="left">
                   1241:        <font size=2>
                   1242:        <a href="http://aurelien26.free.fr/s940/dmesg">dmesg</a>
                   1243:        &brvbar;
                   1244:        <a href="http://aurelien26.free.fr/s940/xorg.conf">xorg.conf</a>
                   1245:        &brvbar;
                   1246:        <a href="http://www.nec-online.com/product/P_Range.asp?id=523#">product info</a>
                   1247:        </font>
                   1248: </td></tr><tr valign="top"><td>
1.132     grunk    1249:        Sony VAIO PCG-FX602
                   1250: </td><td>
                   1251: <p><ul>
                   1252:        <li>OpenBSD 3.7 works.
                   1253:        <li>Audio does not work: you have to disable auvia* in GENERIC
                   1254:        after installation.
                   1255:        <li>APM, USB and PCMCIA work fine.
                   1256:        <li>X.org runs out of the box, so no xorg.conf file supplied
                   1257:        <li>Custom hack for <tt>hw.setperf</tt>:
                   1258:        <ul>
                   1259:        <li>Apply the
                   1260:        <a href="http://www.disorder.ru/openbsd/acpi.html">ACPI-patches</a>
                   1261:        from Alexander Yurchenko.
                   1262:        <li>Then edit /usr/src/sys/conf/files and add in line 21:
                   1263: <pre>
                   1264:        define  acpibus {}
                   1265: </pre>
                   1266:        <li>Add to /usr/src/sys/sys/malloc.conf
                   1267: <pre>
                   1268:        #define M_ACPI  122     /* ACPI */
                   1269: </pre>
                   1270:        <li>Comment out the Sony SPIC stuff in
                   1271:        <tt>/usr/src/sys/arch/i386/conf/files.i386</tt>
                   1272:        and <tt>/usr/src/sys/arch/i386/conf/GENERIC_ACPI</tt>
                   1273:        (This stuff does not compile for me and i don't care about it;)
                   1274:        <li>rebuild kernel, /usr/src/sbin/sysctl, /usr/src/usr.sbin/acpid[ump]
                   1275:        <li>You are now able to set hw.setperf via sysctl.
                   1276:        </ul>
                   1277:
                   1278:        <li>I run additionally a
                   1279:        <a href="http://metawire.org/~leopold/files/cpud-0.2.tgz">utility</a>
                   1280:        I wrote to control this value automatically depending on cpu-load.
                   1281:        It is based on Laurie Tratts' <tt>perfd</tt>.
                   1282:        Just unpack and run make && sudo make install.<br>
                   1283:        This way you are able to sustain Battery life up to 2 1/2 - 3 hours.
                   1284:        And the fan stops to run permanently.
                   1285: </ul>
                   1286:        Contact <a href="mailto:a.schlichting@lemarit.com">Alf Schlichting</a>.
                   1287:        <p align="left">
                   1288:        <font size=2>
                   1289:        <a href="http://metawire.org/~leopold/files/lap.dmesg">dmesg</a>
                   1290:        </font>
                   1291: </td></tr><tr valign="top"><td>
1.147     grunk    1292:        Sony VAIO PCG-K115Z
                   1293: </td><td>
                   1294: <p><ul>
                   1295:        <li>OpenBSD 3.7-current (May 29, 2005) works.
                   1296:        <li>LAN interface ("Realtek 8139"): works.
                   1297:        <li>DVD/CDROM ("MATSHITA, UJ-820D, 1.01"): works.
                   1298:        <li>touchpad and X just work.
                   1299:        <li>APM: no problem, at least for <tt>halt -p</tt>.
1.152     jmc      1300:        <li>audio (AC'97): works.
1.147     grunk    1301:        <li>USB works.
                   1302:        <li>wlan interface ("Atheros AR5212") doesn't work (see dmesg).
                   1303: </ul>
                   1304:        Contact <a href="mailto:izi@club-internet.fr">David JEAN-LOUIS</a>.
                   1305:        <p align="left">
                   1306:        <font size=2>
                   1307:        <a href="http://izimobil.org/PCG-K115Z.dmesg">dmesg</a>
                   1308:        &brvbar;
                   1309:        <a href="http://izimobil.org/PCG-K115Z.xorg.conf">xorg.conf</a>
                   1310:        </font>
                   1311: </td></tr><tr valign="top"><td>
1.138     grunk    1312:        Sony Vaio PCG-Z505JSK
1.119     grunk    1313: </td><td>
                   1314: <p><ul>
1.138     grunk    1315:        <li>OpenBSD 3.7 works.
                   1316:        <li>APM works fine.
                   1317:        <li>Port extender and memory stick untested.
                   1318:        <li>I had to turn on the software cursor for X to work properly, but
                   1319:        otherwise the xorg configurator worked fine.
                   1320:        <li>Lucent/Orinoco Gold Card for networking works fine.
1.119     grunk    1321: </ul>
1.138     grunk    1322:        Contact <a href="mailto:openbsd@exnext.com">John Karabaic</a>.
1.119     grunk    1323:        <p align="left">
                   1324:        <font size=2>
1.138     grunk    1325:        <a href="http://www.exnext.com/z505dmesg.txt">dmesg</a>
1.119     grunk    1326:        &brvbar;
1.138     grunk    1327:        <a href="http://www.exnext.com/xorg.conf">xorg.conf</a>
1.119     grunk    1328:        </font>
                   1329: </td></tr><tr valign="top"><td>
1.138     grunk    1330:        Sony VAIO PCG-Z505N
1.119     grunk    1331: </td><td>
                   1332: <p><ul>
                   1333:        <li>OpenBSD 3.6-current (as of August 2004) runs. Installation is
                   1334:        cumbersome, though. The Sony CD drive does not boot the snapshot CD.
                   1335:        <li>Installation by USB floppy:
                   1336:        The floppy36.fs of the snapshot (august 2004)
                   1337:        can be brought to boot if one disables the
                   1338:        following (boot -c, wait for the UKC&gt; prompt):
1.126     grunk    1339: <pre>
1.119     grunk    1340:        disable pcibios
                   1341:        disable fxp
                   1342:        disable pcic
1.126     grunk    1343: </pre>
1.119     grunk    1344:        <li>After this there is no USB, no PCMCIA, no Cardbus
                   1345:        and no network. This means that the laptop has
                   1346:        no input/output! So you have to put the install sets
                   1347:        on a partition from some other OS or earlier installations
                   1348:        of OpenBSD. The install script can mount ffs and msdos
                   1349:        partitions. The kernel as supplied with the snapshot
                   1350:        boots alright and recognizes all the relevant hardware
1.191     aanriot  1351:        (no memorystick, no JogDial).
1.119     grunk    1352:        <li>Sound (yds) works. The XFConfig from the OpenBSD install
                   1353:        works without modification.
                   1354: </ul>
                   1355:        Contact <a href="mailto:vaio@weggla.franken.de">Matthias Bauer</a>.
1.138     grunk    1356: </td></tr><tr valign="top"><td>
1.142     grunk    1357:        Toshiba Libretto 70CT
                   1358: </td><td>
                   1359: <p><ul>
1.215     steven   1360:        <li>OpenBSD 4.0 works.
                   1361:        <li>X works - but swaps a lot with only 16Mb of RAM.
1.142     grunk    1362:        <li>APM works OK.
1.193     steven   1363:        <li>Sound works once kernel has been configured using config(8).
1.142     grunk    1364: </ul>
                   1365:        Contact <a href="mailto:fred@crowsons.net">Fred Crowson</a>.
                   1366:        <p align="left">
                   1367:        <font size=2>
1.215     steven   1368:        <a href="http://www.crowsons.net/puters/txt/dmesg_fcm40wi.txt">dmesg</a>
1.142     grunk    1369:        &brvbar;
1.193     steven   1370:        <a href="http://www.crowsons.net/puters/txt/xorg.conf.fcm.txt">xorg.conf</a>
1.142     grunk    1371:        &brvbar;
1.160     grunk    1372:        <a href="http://www.crowsons.net/puters/fcm.php">more info</a>
1.142     grunk    1373:        </font>
                   1374: </td></tr><tr valign="top"><td>
1.154     grunk    1375:        Toshiba Satellite 2430-101
                   1376: </td><td>
                   1377: <p><ul>
                   1378:        <li>OpenBSD 3.7-current (June 3, 2005) works.
                   1379:        <li>Cardbus works.
                   1380:        <li>X works.
                   1381:        <li>Sound is recognized (didn't try it).
                   1382:        <li>USB works (new devices are recognized at least).
                   1383:        <li>APM does not work (hard crash when resuming).
                   1384:        Tried APM 1.1 and a few other APM flags without success.
                   1385: </ul>
                   1386:        Contact <a href="mailto:nilsf@tako.de">Nils Frohberg</a>.
                   1387:        <p align="left">
                   1388:        <font size=2>
                   1389:        <a href="http://www.tako.de/openbsd/dmesg.boot">dmesg</a>
                   1390:        &brvbar;
                   1391:        <a href="http://www.tako.de/openbsd/xorg.conf">xorg.conf</a>
                   1392:        </font>
                   1393: </td></tr><tr valign="top"><td>
1.149     grunk    1394:        Toshiba Tecra A2
                   1395: </td><td>
                   1396: <p><ul>
                   1397:        <li>OpenBSD 3.7-current (June 1, 2005) just works.
                   1398:        <li>Built in iwi 2200b/g worked after finding firmware.
                   1399:        <li>Sound, PCMCIA and X.org work perfectly.
                   1400:        <li>usb tested with ipod shuffle, usb mouse and memory stick.
                   1401:        <li>The only problem occurs _sometimes_ when using "reboot" from X.
                   1402:        which causes a kernel panic when it tries to boot. Doing a hard power
                   1403:        off, then back on does not cause any problem.
                   1404: </ul>
                   1405:        Contact <a href="mailto:sbr@gnook.org">Sascha Ramin</a>.
                   1406:        <p align="left">
                   1407:        <font size=2>
                   1408:        <a href="http://gnook.org/~sbr/tobias/dmesg">dmesg</a>
                   1409:        &brvbar;
                   1410:        <a href="http://gnook.org/~sbr/tobias/xorg.conf">xorg.conf</a>
                   1411:        </font>
                   1412: </td></tr><tr valign="top"><td>
1.187     steven   1413:        Toshiba Tecra 520CDT
                   1414: </td><td>
                   1415: <p><ul>
                   1416:        <li>OpenBSD 3.8 works.
                   1417:        <li>Graphics card (ct65555) works fine with X.org.
                   1418:        <li>PCMCIA tested with EtherPrime network card.
                   1419:        <li>USB with ASUS CD-RW works.
                   1420:        <li>Sound card (Yamaha OPL3-SA3): exactly the same things as with
                   1421:        the Toshiba Tecra 8000 must be done (disable sb, change wss IRQ to 5
                   1422:        and make sure drq matches BIOS settings). But even after that the
                   1423:        output volume cannot be set (no outputs.* fields at all exist).
                   1424:        This problem is mentioned in the ym(4) manual. If you disable wss and
                   1425:        enable the sb driver instead, volume can be set between 0-128, but
                   1426:        play.rate, play.encoding etc. cannot be altered.
                   1427: </ul>
                   1428:        <p>
                   1429:        Contact <a href="mailto:magnus.ahman@home.se">Magnus &Aring;hman</a>.
                   1430:        <p align="left">
                   1431:        <font size=2>
1.212     steven   1432:        <a href="http://troligen.se/tecra/dmesg.txt">dmesg</a>
1.187     steven   1433:        &brvbar;
1.212     steven   1434:        <a href="http://troligen.se/tecra/xorg.conf.txt">xorg.conf</a>
1.187     steven   1435:        </font>
                   1436: </td></tr><tr valign="top"><td>
1.121     grunk    1437:        Toshiba Tecra 8000
                   1438: </td><td>
                   1439: <p><ul>
                   1440:        <li>OpenBSD 3.6-current (Jan 2005) works ok.
                   1441:        <li>All hardware except infrared works.
                   1442:        <li>Some issues with APM suspend/resume.
                   1443:        <li>Sound required the following change to /bsd :
                   1444:        <ul>
                   1445:                <li>In the system BIOS use the following values
1.126     grunk    1446: <pre>
1.121     grunk    1447:                Sound = Enabled
                   1448:                --- SOUND SYSTEM ---
                   1449:                WSS I/O Address = 530H
                   1450:                SBPro I/O Address = 220H
                   1451:                Synthesizer I/O Address = 388H
                   1452:                WSS & SBPro & MPU401 IRQ Level = IRQ5
                   1453:                WSS(Play) DMA = Channel 1
                   1454:                WSS(Rec.) & SBPro DMA = Channel 0
                   1455:                Control I/O Address = 538H
                   1456:                MPU401 (MIDI I/F) = 330H
1.126     grunk    1457: </pre>
1.121     grunk    1458:                <li>config -f -e /bsd
1.126     grunk    1459: <pre>
1.121     grunk    1460:                ukc> disable sb
                   1461:                193 sb0 disabled
                   1462:                241 sb* disabled
                   1463:                ukc> change wss0
                   1464:                197 wss0 at isa0 port 0x530 size 0 iomem -1 iosiz 0 irq 10 drq 0
                   1465:                +drq2 -1 flags 0x0
                   1466:                change [n] y
                   1467:                port [0x530] ?
                   1468:                size [0] ?
                   1469:                iomem [-1] ?
                   1470:                iosiz [0] ?
                   1471:                irq [10] ? 5
                   1472:                drq [0] ? 1
                   1473:                drq2 [-1] ? 0
                   1474:                flags [0] ?
                   1475:                197 wss0 changed
                   1476:                197 wss0 at isa0 port 0x530 size 0 iomem -1 iosiz 0 irq 5 drq 1
                   1477:                +drq2 0 flags 0x0
                   1478:                ukc> quit
                   1479:                Saving modified kernel.
1.126     grunk    1480: </pre>
1.121     grunk    1481:        </ul>
                   1482:        <li>separate xorg.conf not needed, X works perfectly without one
                   1483: </ul>
                   1484:        An older but still very useable laptop. Not too fast, but fast enough
                   1485:        for some DivX viewing with mplayer and firefox/thunderbird-use (not
                   1486:        for the impatient though, but then again, what is?). The fan can get
                   1487:        a bit loud after many power-on hours. This also impacts battery
                   1488:        lifetime, but that is to be expected. Nice and well supported.
                   1489:        <p>
                   1490:        Contact <a href="mailto:weerd@weirdnet.nl">Paul de Weerd</a>.
                   1491:        <p align="left">
                   1492:        <font size=2>
                   1493:        <a href="http://www.weirdnet.nl/openbsd/dmesg/whopper">dmesg</a>
                   1494:        </font>
                   1495: </td></tr><tr valign="top"><td>
1.118     grunk    1496:        Toshiba Tecra 8100
                   1497: </td><td>
                   1498: <p><ul>
                   1499:        <li>OpenBSD 3.7-current (April 2005) works ok.
                   1500:        <li>All hardware except infrared works.
                   1501:        <li>Some issues with APM suspend/resume.
                   1502: </ul>
                   1503:        Very nice laptop indeed. Quiet, boots very fast, most hardware is
                   1504:        supported. Only APM doesn't work very well. Pretty fast, not too
                   1505:        heavy, very OpenBSD-friendly - just like its predecessor, the Tecra
                   1506:        8000. Battery can get a bit rusty, works good from 100% to 50%, then
                   1507:        drops to ~3% in minutes. Not too strange for an older machine though.
                   1508:        <p>
                   1509:        Contact <a href="mailto:weerd@weirdnet.nl">Paul de Weerd</a>.
                   1510:        <p align="left">
                   1511:        <font size=2>
                   1512:        <a href="http://www.weirdnet.nl/openbsd/dmesg/pizza">dmesg</a>
                   1513:        &brvbar;
                   1514:        <a href="http://www.weirdnet.nl/openbsd/xorg/pizza">xorg.conf</a>
                   1515:        </font>
1.150     grunk    1516: </td></tr><tr valign="top"><td>
                   1517:        Twinhead N15RB
                   1518: </td><td>
                   1519: <p><ul>
                   1520:        <li>OpenBSD 3.7-current (June 12, 2005) works.
                   1521:        <li>apm does not work correctly. "Battery state: absent" and 0 percent
                   1522:        charge when running on AC or battery. <tt>apm -z</tt> does work though.
                   1523:        <li>Cardbus does not work - check dmesg for interrupt mapping error.
                   1524:        <li>The built-in wireless is now working with the iwi firmware from
                   1525:        <a href="http://damien.bergamini.free.fr/ipw/">Damien Bergamini's ipw page</a>.
                   1526:        <li>Everything else seems to work OK.
                   1527: </ul>
                   1528:        Contact <a href="mailto:jon@brain-box.net">Jon Trembley</a>.
                   1529:        <p align="left">
                   1530:        <font size=2>
                   1531:        <a href="http://open.brain-box.net/src/dmesg.current">dmesg</a>
                   1532:        &brvbar;
                   1533:        <a href="http://open.brain-box.net/src/xorg.conf">xorg.conf</a>
                   1534:        </font>
1.92      nick     1535: </td></tr>
1.1       deraadt  1536: </table>
                   1537:
1.110     nick     1538: <p> If your laptop under OpenBSD is not listed above, feel free to mail
                   1539: <a href="mailto:www@openbsd.org">www@openbsd.org</a> to cure this.
1.111     nick     1540: Please supply as much information as possible, such as:
1.110     nick     1541: <ul>
                   1542:        <li>Notebook exact manufacturer, name and model.
                   1543:        <li>Latest OpenBSD version known to work on it (must be the latest
1.153     aanriot  1544:        release, snapshot, or -current).
1.110     nick     1545:        <li>List of working/not working things with OpenBSD.
                   1546:        <li>List of hacks you used to get certain things running.
                   1547:        <li>Contact name and email address.
1.183     steven   1548:        <li><b>Links</b> to your dmesg and xorg.conf.
                   1549:        Please do not mail these files to the www mailing list, but put
                   1550:        them online somewhere and provide the URLs.
1.110     nick     1551: </ul>
1.183     steven   1552: Finally, don't forget to also send your dmesg to
                   1553: <a href="mailto:dmesg@openbsd.org">dmesg@openbsd.org</a> as explained in
                   1554: <a href="faq/faq4.html#SendDmesg">FAQ 4 - Installation Guide</a>.
1.110     nick     1555:
1.183     steven   1556: <p>
1.92      nick     1557: <a href="i386.html"><img height=24 width=24 src="back.gif" border=0 alt=OpenBSD></a>
                   1558: <a href="mailto:www@openbsd.org">www@openbsd.org</a><br>
1.217   ! steven   1559: <small>$OpenBSD: i386-laptop.html,v 1.216 2006/12/03 20:48:00 steven Exp $</small>
1.167     grunk    1560: </body></html>