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

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

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.83      nick       11: <meta name="copyright" content="This document copyright 1997-2004 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.95      nick       35: <li>Some other built-in device doesn'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
                     47:        ports collection.
1.115     nick       48: <li>IBM Thinkpads with mini-PCI slots will check PCI IDs against a
                     49:        built-in list of "allowed" devices, and thus will not work with
                     50:        third-party cards. This behavior can be changed by using the
                     51:        <tt>/usr/ports/misc/tpwireless</tt> utility from ports BEFORE
                     52:        inserting the third-party card. This utility sets a "magic bit"
                     53:        in the BIOS to disable this check.
1.1       deraadt    54: </ul>
                     55:
                     56: <p>
                     57: <table border=1>
1.106     nick       58: <tr valign="top">
1.1       deraadt    59:        <th>Laptop</th>
                     60:        <th>Notes</th>
1.106     nick       61: </tr><tr valign="top"><td>
1.94      nick       62:        Acer Aspire 1360
1.92      nick       63: </td><td>
1.97      nick       64: <p><ul>
1.106     nick       65:        <li>OpenBSD 3.7 works.
                     66:        <li>It comes with AMD Sempron 2800+.
1.99      nick       67:        <li>Everything works fine (mini-PCI slot, VIA S3 Unichrome PRO, VIA
1.94      nick       68:        RhineII-2).
1.97      nick       69: </ul>
                     70:        Contact <a href="mailto:maxim@unixconn.com">Maxim
1.94      nick       71:        Bourmistrov</a>.
1.97      nick       72:        <p align="left">
                     73:        <font size=2>
                     74:        <a href="http://www.unixconn.com/aa1360-dmesg">dmesg</a>
                     75:        &brvbar;
                     76:        <a href="http://www.unixconn.com/aa1360-xorg">xorg.conf</a>
                     77:        </font>
1.106     nick       78: </td></tr><tr valign="top"><td>
1.114     nick       79:        Clevo D410V
                     80: </td><td>
                     81: <p><ul>
                     82:        <li>Works with OpenBSD 3.7-current (2005 May)
                     83:        <li>CPU: 2.8Ghz with HyperThreading. I use it with GENERIC kernel.
                     84:        <li>Graphics: ATI 9600. It's working fine with Xorg loaded glx.
                     85:        DRI not working. Resolution 1400x1050 works fine.
                     86:        <li>Ethernet: 100/1000 Realtek 8169. Working with re(4) fine.
                     87:        <li>PCMCIA: Working with NetGear WG511T WiFi Card. ath(4)
                     88:        <li>USB: Working. I tried with Lexar JumpDrive.
1.152     jmc        89:        <li>Sound: auich(4) working (AC'97)
1.114     nick       90:        <li>apm(8) is not working properly. Cannot apm -S:
                     91:        <tt>apm0: APM set power state: unable to enter requested state (96)</tt>
                     92:        <li>apm -z freezes.
                     93:        <li>SD Card reader probably works, although I haven't tested yet.
                     94:        <li>Infra is not working.
                     95:        <li>CD/DVD -
                     96:        <tt>QSI, CDRW/DVD SBW-242, UX02 SCSI0 5/cdrom removable</tt>
                     97:        I can write cd, and view dvd.
                     98: </ul>
                     99:        Contact <a href="mailto:wooh@wooh.hu">Adam Papai</a>
                    100:        <p align="left">
                    101:        <font size=2>
                    102:        <a href="http://wooh.hu/~wooh/dmesg">dmesg</a>
                    103:        &brvbar;
                    104:        <a href="http://wooh.hu/~wooh/XF86Config">xorg.conf</a>
                    105:        </font>
                    106: </td></tr><tr valign="top"><td>
1.140     grunk     107:        Compaq Armada 1573DM
                    108: </td><td>
                    109: <p><ul>
                    110:        <li>OpenBSD 3.7-current (April 1, 2005) works.
                    111:        <li>PCMCIA works fine.
                    112:        <li>XFree 4.2.1 works great (800x600x16).
                    113:        <li>APM not tested.
                    114:        <li>Had to use <tt>boot&gt; machine memory +0x3000000@0x1000000</tt>
                    115:        in order to get all 64M of memory.
                    116:        <li>Sound does not work.
                    117: </ul>
1.144     grunk     118:        Contact <a href="mailto:reidrac@usebox.net">Juan J. Mart&iacute;nez</a>.
1.140     grunk     119:        <p align="left">
                    120:        <font size=2>
                    121:        <a href="http://www.usebox.net/jjm/obsd-wifi/laptop/dmesg">dmesg</a>
                    122:        &brvbar;
                    123:        <a href="http://www.usebox.net/jjm/obsd-wifi/laptop/XF86Config">XF86Config</a>
                    124:        &brvbar;
                    125:        <a href="http://www.usebox.net/jjm/obsd-wifi/laptop/">more info</a>
                    126:        </font>
                    127: </td></tr><tr valign="top"><td>
1.145     grunk     128:        Compaq NX9005
                    129: </td><td>
                    130: <p><ul>
                    131:        <li>OpenBSD 3.7-current (June 11, 2005) works.
                    132:        <li>All components are detected.
                    133:        <li>It was not possible to run X.org, so I had to switch back to
                    134:        XFree86. See also my yet unanswered
                    135:        <a href="http://marc.theaimsgroup.com/?l=openbsd-x11&amp;m=111930024618914&amp;w=2">post to openbsd-x11@</a>.
                    136: </ul>
                    137:        Contact <a href="mailto:hdu@qualigo.de">Haluk Durmus</a>.
                    138:        <p align="left">
                    139:        <font size=2>
                    140:        <a href="http://www.millenix.de/openbsd/dmesg">dmesg</a>
                    141:        &brvbar;
                    142:        <a href="http://www.millenix.de/openbsd/XF86Config">XF86Config</a>
                    143:        </font>
                    144: </td></tr><tr valign="top"><td>
1.124     grunk     145:        Dell Inspiron 500m
                    146: </td><td>
                    147: <p><ul>
                    148:        <li>OpenBSD 3.7-current (June 2005) works.
                    149:        <li>Sound, touchpad, fxp onboard NIC work fine.
                    150:        <li>USB: able to mount flash stick read/write, even able to install
                    151:        OpenBSD on it and boot from it
                    152:        <li>Pressing "Fn" and  uparrow/downarrow keys to configure brightness
                    153:        works, as well as switching to external VGA
                    154:        <li>For getting the Intel ipw2100 wireless card to work,
                    155:        use
                    156:        <a href="http://damien.bergamini.free.fr/ipwfw/OpenBSD/ipw-firmware-1.3.tgz">
                    157:        Damien Bergamini's firmware package</a>.
                    158:        <li>There was (expected) trouble with the screen resolution in X.
                    159:        Using
                    160:        <a href="http://damien.bergamini.free.fr/i855vidctl/">i855vidctl</a>,
                    161:        it goes to 1400x1050 as wanted by adding the line:
                    162: <pre>
                    163:        i855vidctl 5c 1400x1050
                    164: </pre>
                    165:        into /etc/rc.securelevel.
                    166:        <li>APM does not seem to work at all: Neither <tt>apmd</tt>
                    167:        nor <tt>halt -p</tt> operate ok.
                    168:        For any other experiences on this, contact the submitter.
                    169:        <li>PCMCIA not tested
                    170:        <li>No extra xorg.conf supplied, the default is OK.
                    171: </ul>
                    172:        Contact <a href="mailto:baldur@pistic.org">Baldur Sigur&eth;sson</a>.
                    173:        <p align="left">
                    174:        <font size=2>
                    175:        <a href="http://pistic.org/dell-inspiron-500m-dmesg">dmesg</a>
                    176:        </font>
                    177: </td></tr><tr valign="top"><td>
1.143     grunk     178:        Dell Inspiron 1000
                    179: </td><td>
                    180: <p><ul>
                    181:        <li>OpenBSD 3.7 works.
                    182:        <li>APM causes kernel panic, no way to disable in BIOS, so disabled in
                    183:        kernel (see dmesg).
                    184:        <li>CD-RW/DVD-ROM works for burning CD-R/W and reading DVD-ROM and playing.
1.152     jmc       185:        <li>PCMCIA, Touchpad, USB 2.0, Ethernet sis(4), and Audio (SiS 7012 AC'97) work.
1.143     grunk     186:        <li>Video (SiS 650L) works with X driver sis, VGA out works if configured properly in xorg.conf.
                    187:        <li>Fn keys:
                    188:        <ul>
                    189:        <li>Brightness keys work without any special configuration
                    190:        <li>Enable/disable system beep works
                    191:        (mixerctl inputs.phone.mute=off first)
                    192:        <li>Num Lock works (though see additional link for more info
                    193:        on using it)
                    194:        <li>mute and volume up/down don't seem to work (though configuration may
                    195:        be possible)
                    196:        <li>display change works (to a point; see link for more info)
                    197:        <li>SysRq and Break keys not tested
                    198:        </ul>
                    199:        </ul>
                    200:        Contact <a href="mailto:chjones@aleph0.com">Christian Jones</a>.
                    201:        <p align="left">
                    202:        <font size=2>
                    203:        <a href="http://www.aleph0.com/computing/machines/dave/dmesg-OpenBSD-3.7">dmesg</a>
                    204:        &brvbar;
                    205:        <a href="http://www.aleph0.com/computing/machines/dave/xorg.conf-OpenBSD-3.7">xorg.conf</a>
                    206:        &brvbar;
                    207:        <a href="http://www.aleph0.com/computing/machines/dave/">more info</a>
                    208:        </font>
                    209: </td></tr><tr valign="top"><td>
1.139     grunk     210:        Dell Inspiron 2500
                    211: </td><td>
                    212: <p><ul>
                    213:        <li>OpenBSD 3.7 works.
                    214:        <li>You need to boot with option -c and disable apm, then disable aic.
                    215:        <li>Integrated auich(4) works fine.
                    216:        <li>Integrated i815 works fine.
                    217:        <li>USB and PCMCIA work fine.
                    218: </ul>
                    219:        Contact <a href="mailto:gael@lautre.net">Gael Queri</a>.
                    220:        <p align="left">
                    221:        <font size=2>
                    222:        <a href="http://gael.lautre.net/blobby/dmesg">dmesg</a>
                    223:        &brvbar;
                    224:        <a href="http://gael.lautre.net/blobby/xorg.conf">xorg.conf</a>
                    225:        </font>
                    226: </td></tr><tr valign="top"><td>
1.94      nick      227:        Dell Inspiron 4100
1.92      nick      228: </td><td>
1.97      nick      229: <p><ul>
                    230:        <li>OpenBSD 3.7 works.
                    231:        <li>apmd(8) is fully functional.
                    232:        <li>Integrated xl(4) works fine.
                    233:        <li>Integrated auich(4) works fine.
                    234:        <li>USB works fine with my mouse.
                    235:        <li>Both PCMCIA slots work.
                    236:        <li>The Modem does not work.
                    237: </ul>
1.96      nick      238:        Contact <a href="mailto:robert@openbsd.org">Robert Nagy</a>.
1.105     nick      239:        <p align="left">
                    240:        <font size=2>
                    241:        <a href="http://cybersport.hu/~robert/dmesg.notebook">dmesg</a>
                    242:        &brvbar;
                    243:        <a href="http://cybersport.hu/~robert/xorg.conf">xorg.conf</a>
                    244:        </font>
1.106     nick      245: </td></tr><tr valign="top"><td>
1.128     grunk     246:        Dell Latitude c400
                    247: </td><td>
                    248: <p><ul>
                    249:        <li>OpenBSD 3.7-current (May 24, 2005) works.
                    250:        <li>All hardware (including wi(4), sound, X at 1024x768/24bit) works.
                    251:        <li>Suspend sort of works: the system will go to sleep (either by
                    252:        zzz(8), closing the lid, or Fn-Esc), but it won't wake up properly (I
                    253:        get a flashing _ cursor) ... so, I have to hold down the power button
                    254:        for a few seconds, reboot, and fsck.
                    255:        <li>For some reason, unless specifically told, X will default to a
                    256:        lower resolution. Ctrl-Alt-Backspace kicks it into gear.
                    257:        Hardcoding 1024x768 into xorg.conf fixes it for good though.
                    258: </ul>
                    259:        Contact <a href="mailto:Mark.Peoples@asu.edu">Mark Peoples</a>.
                    260:        <p align="left">
                    261:        <font size=2>
                    262:        <a href="http://www.azbsd.org/~marco/obsd/laptop/dmesg">dmesg</a>
                    263:        &brvbar;
                    264:        <a href="http://www.azbsd.org/~marco/obsd/laptop/xorg.conf">xorg.conf</a>
                    265:        </font>
                    266: </td></tr><tr valign="top"><td>
1.122     grunk     267:        Dell Latitude c610
                    268: </td><td>
                    269: <p><ul>
                    270:        <li>OpenBSD 3.7-current (May 24, 2005) works.
1.124     grunk     271:        <li>Audio, video (1400x1050), and onboard NIC work just fine.
1.122     grunk     272: </ul>
                    273:        Contact <a href="mailto:steve@vitriol.net">Steve Tornio</a>.
                    274:        <p align="left">
                    275:        <font size=2>
                    276:        <a href="http://vitriol.net/~steve/openbsd/latitude-c610-dmesg">dmesg</a>
                    277:        &brvbar;
                    278:        <a href="http://vitriol.net/~steve/openbsd/latitude-c610-xorg.conf">xorg.conf</a>
                    279:        </font>
                    280: </td></tr><tr valign="top"><td>
1.130     grunk     281:        Dell Latitude c640
                    282: </td><td>
                    283: <p><ul>
                    284:        <li>OpenBSD 3.7-current (May 29, 2005) works.
                    285:        <li>Integrated auich works fine, but one can hear a little 'crack'
                    286:        everytime a sound is started and ended.
                    287:        <li>xl, USB, touchpad, Trackpoint, com0, APM, carbus, integrated
                    288:        ATI Radeon Mobility M7 LW all work fine.
                    289:        <li>not tested: tv-out, infrared, microphone
                    290: </ul>
                    291:        Contact <a href="mailto:jkossen@xs4all.nl">Jochem Kossen</a>.
                    292:        <p align="left">
                    293:        <font size=2>
                    294:        <a href="http://jkossen.nl/openbsd/dmesg_laptop_dell_c640">dmesg</a>
                    295:        &brvbar;
                    296:        <a href="http://jkossen.nl/openbsd/xorg.conf_laptop_dell_c640">xorg.conf</a>
                    297:        </font>
                    298: </td></tr><tr valign="top"><td>
1.136     grunk     299:        Dell Latitude D505
                    300: </td><td>
                    301: <p><ul>
                    302:        <li>OpenBSD 3.7 works.
                    303:        <li>The onboard NIC (fxp) works fine.
                    304:        <li>ACPI-only machine, no APM support.
                    305:        <li>The touchpad works fine, under X as well as under text consoles.
                    306:        <li>USB 2.0 works fine: DVD writing using an external USB DVD
                    307:        writer, as well as a USB flash device.
                    308:        <li>Built-in CD/DVD player works nicely.
                    309:        <li>Sound (auich) works, but it's very loud by default, especially
                    310:        the beep. For this reason, I've put <tt>outputs.master=30</tt> in
                    311:        /etc/mixerctl.conf.
                    312:        <li>The Broadcom BCM4306 built-in wireless is not supported. Why? See
                    313:        <a href="faq/faq6.html#Wireless">FAQ 6 - Wireless networking</a>.
                    314:        <li>X.org 6.8.2 works. The maximum resolution of this machine is
                    315:        1024x768. Somehow it defaults to a lower resolution, so you probably
                    316:        want an xorg.conf file. Switching from LCD to external display works,
                    317:        but it makes the mouse pointer die and displays a few lines of crap
                    318:        at the top of the screen.
                    319:        The only solution seems to be to just restart X.
                    320:        <li>Not tested: PCMCIA/Cardbus.
                    321: </ul>
                    322:        Contact <a href="mailto:steven.mestdagh@esat.kuleuven.be">Steven Mestdagh</a>.
                    323:        <p align="left">
                    324:        <font size=2>
                    325:        <a href="http://www.esat.kuleuven.be/~smestdag/openbsd/latitude-d505-dmesg">dmesg</a>
                    326:        &brvbar;
                    327:        <a href="http://www.esat.kuleuven.be/~smestdag/openbsd/latitude-d505-xorg.conf">xorg.conf</a>
                    328:        </font>
                    329: </td></tr><tr valign="top"><td>
1.129     grunk     330:        Dell Latitude D600
                    331: </td><td>
                    332: <p><ul>
1.130     grunk     333:        <li>OpenBSD 3.7-current (June 15, 2005) works.
1.129     grunk     334:        <li>Audio, video (1024x768), and onboard NIC (Gigabit Broadcom
                    335:        570x) work just fine.
                    336:        <li>Built-in wireless (Dell TrueMobile 1300) not supported.
                    337: </ul>
                    338:        Contact <a href="mailto:benny@bennyvision.com">Benny</a>.
                    339:        <p align="left">
                    340:        <font size=2>
1.130     grunk     341:        <a href="http://www.bennyvision.com/projects/openbsd/dell-latitude-d600/dell_latitude_d600_current.dmesg">dmesg</a>
1.129     grunk     342:        &brvbar;
                    343:        <a href="http://www.bennyvision.com/projects/openbsd/dell-latitude-d600/dell_latitude_d600.xorg">xorg.conf</a>
                    344:        </font>
                    345: </td></tr><tr valign="top"><td>
1.151     grunk     346:        Dell Latitude D610
                    347: </td><td>
                    348: <p><ul>
                    349:        <li>OpenBSD 3.7 works.
                    350:        <li>X works fine without custom xorg.conf.
                    351:        <li>USB mouse and kbd work, both connected to the docking station,
                    352:        and built-in.
                    353:        <li>Broadcom ethernet works.
                    354:        <li>CD-ROM, touchpad and trackpoint work fine.
                    355:        <li>Dell 1450 WLAN card does not work.
                    356:        <li>Sound does not work.
                    357: </ul>
                    358:        Contact <a href="mailto:unixi@freeshell.org">James Boyle</a>.
                    359:        <p align="left">
                    360:        <font size=2>
                    361:        <a href="http://unixi.freeshell.org/OpenBSD/d610/dmesg">dmesg</a>
                    362:        &brvbar;
                    363:        <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>
                    364:        &brvbar;
                    365:        <a href="http://unixi.freeshell.org/OpenBSD/d610/dell-delivery-info">laptop config options</a>
                    366:        </font>
                    367: </td></tr><tr valign="top"><td>
1.144     grunk     368:        Dell Latitude D800
                    369: </td><td>
                    370: <p><ul>
                    371:        <li>There are several variations of this model. This one shipped with
                    372:        2 GHz Pentium M and GeForce FX Go5650.
                    373:        <li>OpenBSD 3.7 works.
                    374:        <li>LAN, USB 2.0 and serial ports work.
                    375:        <li>Bluetooth and WLAN (Dell TrueMobile 1300 interal b/g mini PCI)
                    376:        not detected.
                    377:        <li>Function keys which control audio and power don't work.
                    378:        <li>Sound works ok.
                    379:        <li>To get Xorg working with 1920x1200 resulution, I used the following
                    380: <pre>
                    381: Modeline "1920x1200" 162 1920 1984 2176 2480 1200 1201 1204 1250 +hsync +vsync
                    382: </pre>
                    383: </ul>
                    384:        Contact <a href="mailto:jyry@helzinki.net">Jyry Suuntala</a>.
                    385:        <p align="left">
                    386:        <font size=2>
                    387:        <a href="http://helzinki.net/dell/dmesg">dmesg</a>
                    388:        &brvbar;
                    389:        <a href="http://helzinki.net/dell/xorg.conf">xorg.conf</a>
                    390:        </font>
                    391: </td></tr><tr valign="top"><td>
1.157     grunk     392:        Dell Latitude L400
                    393: </td><td>
                    394: <p><ul>
                    395:        <li>OpenBSD 3.7 works
                    396:        <li>Integrated ethernet (xl), audio (clct), USB and PCMCIA work.
                    397:        <li><tt>apm -z</tt> works, but <tt>apm -S</tt> throws an error:
                    398: <pre>
                    399:        apm0: APM set power state: unable to enter requested state (96)
                    400: </pre>
                    401:        <li><tt>halt -p</tt> requires <tt>machdep.apmhalt=1</tt> in
                    402:        <tt>/etc/sysctl.conf</tt>.
                    403:
                    404: </ul>
                    405:        Contact <a href="mailto:lteo@metawire.org">Lawrence Teo</a>.
                    406:        <p align="left">
                    407:        <font size=2>
                    408:        <a href="http://metawire.org/~lteo/openbsd/L400/dmesg">dmesg</a>
                    409:        &brvbar;
                    410:        <a href="http://metawire.org/~lteo/openbsd/L400/xorg.conf">xorg.conf</a>
                    411:        </font>
                    412: </td></tr><tr valign="top"><td>
1.90      nick      413:        Fujitsu Siemens Amilo D 7820
1.92      nick      414: </td><td>
1.97      nick      415: <p><ul>
1.106     nick      416:        <li>OpenBSD 3.6 works.
                    417:        <li>APM is not working (boot with boot -c and then disable apm).
1.97      nick      418:        <li>Sound works fine.
                    419:        <li>Everything else on the machine works.
                    420: </ul>
                    421:        Contact <a href="mailto:salex@hackerhippie.de">Alexander Schmid</a>.
                    422:        <p align="left">
                    423:        <font size=2>
1.90      nick      424:        <a href="http://softbandit.com/~pw/users/salex/dmesg">dmesg</a>
1.97      nick      425:        &brvbar;
                    426:        <a href="http://softbandit.com/~pw/users/salex/XF86Config">XF86Config</a>
                    427:        </font>
1.106     nick      428: </td></tr><tr valign="top"><td>
1.116     grunk     429:        Fujitsu Siemens Lifebook E8010 with i855/SXGA+
                    430: </td><td>
                    431: <p><ul>
                    432:        <li>OpenBSD 3.7 works.
                    433:        <li>SD card reader and SVGA are not supported.
                    434:        <li>Doesn't have APM, so there's no way to suspend
                    435:        or <tt>'halt -p'</tt> the box.
                    436:        <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi">iwi(4)</a>
                    437:        needs an increased watchdog timeout of 10 in busy
                    438:        environments, see
                    439:        <a href="http://anoncvs.erisiandiscord.de/e8010/if_iwi.c.diff">
                    440:        if_iwi.c.diff</a>
                    441:        (with or without this diff, you might still experience 'fatal error'
                    442:        from time to time).
1.156     sturm     443:        <li>needs Xorg-current as of may 2005 (and
                    444:        <a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/855resolution/">
1.116     grunk     445:        855resolution</a> for full 1400x1050 resolution).
                    446:        The laptop only does 1280x1024 by default.
                    447:        <li>Everything else on the machine works.
                    448: </ul>
                    449:        Contact <a href="mailto:sturm@openbsd.org">Nikolay Sturm</a>.
                    450:        <p align="left">
                    451:        <font size=2>
                    452:        <a href="http://anoncvs.erisiandiscord.de/e8010/dmesg">dmesg</a>
                    453:        &brvbar;
                    454:        <a href="http://anoncvs.erisiandiscord.de/e8010/xorg.conf">xorg.conf</a>
                    455:        &brvbar;
                    456:        <a href="http://anoncvs.erisiandiscord.de/e8010/if_iwi.c.diff">if_iwi.c.diff</a>
                    457:        </font>
                    458: </td></tr><tr valign="top"><td>
1.141     grunk     459:        IBM Thinkpad 390X
                    460: </td><td>
                    461: <p><ul>
                    462:        <li>OpenBSD 3.7 works.
                    463:        <li>apm(8): <tt>apm -z</tt> works fine, but cannot <tt>apm -S</tt>:
                    464:        error message: <tt>unable to enter requested state (96)</tt>.
                    465:        <li>USB and PCMCIA work fine.
                    466:        <li>Sound: eso(4) is detected.
                    467:        <li>IRDA not tested.
                    468: </ul>
                    469:        Contact <a href="mailto:antonio.abenojar@hazent.com">Antonio Abenojar</a>.
                    470:        <p align="left">
                    471:        <font size=2>
                    472:        <a href="http://people.hazent.com/~adl/obsd/laptop/dmesg">dmesg</a>
                    473:        &brvbar;
                    474:        <a href="http://people.hazent.com/~adl/obsd/laptop/xorg.conf">xorg.conf</a>
                    475:        </font>
                    476: </td></tr><tr valign="top"><td>
1.135     grunk     477:        IBM Thinkpad R40
                    478: </td><td>
                    479: <p><ul>
                    480:        <li>OpenBSD 3.7 works.
                    481:        <li>Suspend and suspend-to-disk work, but not while X is running.
                    482:        Only in console mode.  In X it just seems to lock up.
                    483:        <li>Third mouse button does not work unless trackpad is disabled
                    484:        in the BIOS.
                    485:        <li>S-Video output port does not work.
                    486:        <li>No special xorg.conf needed
                    487:        <li>Everything else works.
                    488: </ul>
                    489:        Contact <a href="mailto:asveikau@mail.rochester.edu">Andrew Sveikaus</a>.
                    490:        <p align="left">
                    491:        <font size=2>
                    492:        <a href="http://mail.rochester.edu/~asveikau/r40.dmesg">dmesg</a>
                    493:        </font>
                    494: </td></tr><tr valign="top"><td>
1.94      nick      495:        IBM Thinkpad T23 model 26478NU.
1.92      nick      496: </td><td>
1.97      nick      497: <p><ul>
1.101     nick      498:        <li>Works fine with OpenBSD 3.7-current (April 2005).
1.97      nick      499:        <li>If using a boot floppy the system may hang when probing ahc.
1.94      nick      500:        Workaround: boot with -c and disable ahc.
                    501:        A GENERIC kernel does not have this issue.
1.101     nick      502:        <li>Serial ports must be enabled in BIOS.
                    503:        <li>"ctrl:nocaps" in X puts the control key in a proper location
                    504:        <li>Apm mostly works -- suspends OK
                    505:        <li>Hibernation not tested, but should work with
                    506:        <tt>/usr/ports/sysutils/tphdisk</tt> from the ports collection.
1.97      nick      507:        <li>The audio chipset is supported (auich).
                    508: </ul>
                    509:        Contact <a href="mailto:marc@snafu.org">Marco S Hyman</a>.
                    510:        <p align="left">
                    511:        <font size=2>
1.101     nick      512:        <a href="http://www.snafu.org/t23/dmesg">dmesg</a>
                    513:        &brvbar;
                    514:        <a href="http://www.snafu.org/t23/xorg.conf">xorg.conf</a>
1.134     grunk     515:        &brvbar;
                    516:        <a href="http://www.snafu.org/t23/">more info</a>
1.97      nick      517:        </font>
1.106     nick      518: </td></tr><tr valign="top"><td>
1.148     grunk     519:        IBM Thinkpad T40, Type 2374-2G7
                    520: </td><td>
                    521: <p><ul>
                    522:        <li>OpenBSD 3.7-current (June 30, 2005) works.
                    523:        <li>Everything works fine
                    524:        <li><tt>apm -S</tt>, <tt>apm -Z</tt>, <tt>auich</tt> and built-in
                    525:        DVD/CD-RW work fine
                    526: </ul>
                    527:        Contact <a href="mailto:renaud@llorien.org">Renaud Allard</a>.
                    528:        <p align="left">
                    529:        <font size=2>
                    530:        <a href="http://www.llorien.org/OpenBSD/T40dmesg.txt">dmesg</a>
                    531:        &brvbar;
                    532:        <a href="http://www.llorien.org/OpenBSD/T40xorg.conf">xorg.conf</a>
                    533:        </font>
                    534: </td></tr><tr valign="top"><td>
1.125     grunk     535:        IBM Thinkpad T41p type 2373-GEU
                    536: </td><td>
                    537: <p><ul>
                    538:        <li>OpenBSD 3.7-current (June 2005) works.
                    539:        <li>Everything works fine: APM, X, onboard ethernet (em), sound,
                    540:        usb, docking station
                    541:        <li>onboard atheros works in 802.11b mode only
                    542: </ul>
                    543:        Contact <a href="mailto:matt@arin.net">Matt Rowley</a>.
                    544:        <p align="left">
                    545:        <font size=2>
                    546:        <a href="http://www.damnskippy.org/openbsd/dmesg.t41p-20050610">dmesg</a>
                    547:        &brvbar;
                    548:        <a href="http://www.damnskippy.org/openbsd/xorg.conf.new">xorg.conf</a>
                    549:        </font>
                    550: </td></tr><tr valign="top"><td>
1.117     grunk     551:        IBM Thinkpad T42 model 2373
                    552: </td><td>
                    553: <p><ul>
                    554:        <li>OpenBSD 3.7 works fine.
                    555:        <li>See entry for the X40 for the built-in
                    556:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;sektion=4">iwi(4)</a> or
                    557:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4">ipw(4)</a>
                    558:        802.11 card and APM/Hibernation support.
                    559:        <li>See entry for the X31 for Enhanced SpeedStep and the extra Thinkpad buttons.
                    560:        <li>The alternatively built-in "Atheros AR5212 (IBM MiniPCI)" 802.11 card works with the
                    561:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;sektion=4">ath(4)</a>
                    562:        driver.
                    563:        <li>X.org with ATI Radeon Mobility works fine (1024x768, 24bpp).
                    564:        <li>The built-in USB Bluetooth and infrared are not presently supported.
                    565:        <li>The built-in
1.143     grunk     566:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>
1.117     grunk     567:        gigabit ethernet device works fine.
                    568:        <li>The built-in
1.143     grunk     569:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;sektion=4">auich(4)</a>
1.117     grunk     570:        audio device works fine.
                    571:        <li>The built-in fingerprint scanner found in some models is not supported.
                    572: </ul>
                    573:        Contact <a href="mailto:reyk@openbsd.org">Reyk Floeter</a>.
                    574:        <p align="left">
                    575:        <font size=2>
                    576:        <a href="http://reyk.wlsec.net/dmesg-t42">dmesg</a>
                    577:        &brvbar;
                    578:        <a href="http://reyk.wlsec.net/xorg.conf-t42">xorg.conf</a>
                    579:        </font>
                    580: </td></tr><tr valign="top"><td>
1.131     grunk     581:        IBM Thinkpad X23
                    582: </td><td>
                    583: <p><ul>
                    584:        <li>OpenBSD 3.7 works fine.
                    585:        <li>Just like the IBM T23, kernels with ahc support may hang when
                    586:        booting. Use "boot -c" and disable ahc support with "disable ahc",
                    587:        followed by "exit" to continue booting.<br>
                    588:        GENERIC does not have this issue.
                    589:        <li>APM appears to work (suspends ok)
                    590:        <li>On-board NIC fxp(4) works, including PXE booting
                    591:        <li>On-board wireless NIC wi(4) works
                    592:        <li>USB works (misc mice, cdrom, usb to serial devices, and memory
                    593:        sticks all successfully tested)
                    594:        <li>PCMCIA works (misc NICs tested)
                    595:        <li>Built-in compact flash reader works
                    596: </ul>
                    597: Contact <a href="mailto:andreaso@it.su.se">Andreas &Ouml;stling</a>.
                    598:        <p align="left">
                    599:        <font size=2>
                    600:        <a href="http://people.su.se/~andreaso/OpenBSD/x23/dmesg">dmesg</a>
                    601:        &brvbar;
                    602:        <a href="http://people.su.se/~andreaso/OpenBSD/x23/xorg.conf">xorg.conf</a>
                    603:        </font>
                    604: </td></tr><tr valign="top"><td>
1.94      nick      605:        IBM Thinkpad X31
                    606: </td><td>
1.97      nick      607: <p><ul>
1.106     nick      608:        <li>Works with OpenBSD 3.7-current (April 2005).
                    609:        <li>Nearly all Hardware is supported, except FireWire.
1.97      nick      610:        <li>APM is well supported. Suspend mode (apm -s/zzz) works without
1.94      nick      611:        problems. Hibernation (suspend to disk) works also fine but
                    612:        requires a small MS-DOS partition with a hibernation file at the
                    613:        beginning of the harddisk. You can create this file with tphdisk
1.97      nick      614:        from ports (/usr/ports/sysutils/tphdisk).
                    615:
                    616:        <li>The two extra keys around the cursor block can be configured via
                    617:        xmodmap.
                    618:        <li>Example:
1.94      nick      619:
1.126     grunk     620: <pre>
1.96      nick      621:                xmodmap -e "keycode 233 = Page_Down"
                    622:                xmodmap -e "keycode 234 = Page_Up"
1.126     grunk     623: </pre>
1.94      nick      624:
1.97      nick      625:        <li>The integrated Intel PRO/Wireless 2100 in my X31 (Model 2672-C8G)
1.98      nick      626:        works with the
                    627:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4">ipw(4)</a>
                    628:        driver. But you need to download the unfree firmware first to get
                    629:        it working. For more details read
                    630:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4#FILES">ipw(4)</a>.
                    631:
                    632:        <li>I'm planning to replace this card with a
                    633:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;sektion=4">ral(4)</a>
                    634:        or an
                    635:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;sektion=4">ath(4)</a>.
1.94      nick      636:        For these cards, no unfree firmware required. To replace it,
                    637:        I'll have to <i>unlock</i> the bios first because IBM allows only
1.115     nick      638:        <i>special</i> IBM mini-PCI cards to be installed. The bios can
1.97      nick      639:        be patched with the tpwireless program
1.115     nick      640:        (<tt>/usr/ports/misc/tpwireless</tt>, <b>use on your own risk!</b>).
1.94      nick      641:
1.97      nick      642:        <li>The integrated CF-Card reader (really nice!) is supported
                    643:        as well.
1.94      nick      644:
1.127     david     645:        <li>Enhanced SpeedStep is supported. You can adjust the CPU speed
1.97      nick      646:        via sysctl (<tt>sysctl hw.setperf</tt>).
1.94      nick      647:
1.98      nick      648:        <li>The on-board
                    649:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;sektion=4">fxp(4)</a>
                    650:        and
                    651:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;sektion=4">auich(4)</a>
1.99      nick      652:        are working without problems.
1.94      nick      653:
1.97      nick      654:        <li>The keys for mute, volume up and volume down are working fine.
1.94      nick      655:        No special software is required. If you'd like to get the big
                    656:        "Access IBM" button to work and have a nice on-screen display, you
                    657:        can install tpb from ports. (/usr/ports/sysutils/tpb) This works just
                    658:        fine and you have nice on-screen messages when you change volume and
1.97      nick      659:        brightness settings or enable/disable the ThinkLight.
                    660: </ul>
1.155     bernd     661:        Contact <a href="mailto:bernd@openbsd.org">Bernd Ahlers</a>.
1.97      nick      662:        <p align="left">
                    663:        <font size=2>
                    664:        <a href="http://www.ba-net.org/x31/dmesg">dmesg</a>
                    665:        &brvbar;
                    666:        <a href="http://www.ba-net.org/x31/xorg.conf">xorg.conf</a>
                    667:        </font>
1.106     nick      668: </td></tr><tr valign="top"><td>
1.102     nick      669:        IBM Thinkpad X40
                    670: </td><td>
                    671: <p><ul>
1.133     grunk     672:        <li>OpenBSD 3.7-current (June 12, 2005) works fine.
1.109     jolan     673:        <li>SD Card Slot is not presently supported.
1.102     nick      674:        <li>The built-in "Intel PRO/Wireless 2200BG" works only with additional
                    675:        firmware. See
                    676:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;sektion=4">iwi(4)</a>
                    677:        for more information.
1.133     grunk     678:        <li>The X40 model 2386-8WU 512MB RAM/40GB HD has an Atheros AR5212
                    679:        wireless card built in. It works with 3.7-current, but not with 3.7
                    680:        release.
                    681:        <li>UltraBase X4 works but is not hot-swappable. Machine locks up or
                    682:        becomes unstable when trying to hot-plug the base. Work is being done
                    683:        on a <a href="http://ibm-acpi.sourceforge.net">Linux ACPI driver</a>.
1.115     nick      684:        <li>The use of other mini-PCI cards may be restricted by the BIOS.
1.110     nick      685:        However, non-IBM supplied cards can be used after running the
                    686:        <tt>/usr/ports/misc/tpwireless</tt> utility.
1.108     djm       687:        <li>APM works fine, including suspend to hard-disk (hibernation)
1.102     nick      688:        <li>If you want to use Hibernation, you must have a small
1.103     nick      689:        msdos partition with a save2dsk.bin. For this, you can use
1.102     nick      690:        <tt>/usr/ports/sysutils/tphdisk</tt>.
1.104     nick      691:        <li>Perhaps one of the best supported notebooks because several
1.110     nick      692:        developers also use it.
1.102     nick      693: </ul>
1.133     grunk     694:        Contact <a href="mailto:marcus.popp@paranoidbsd.org">Marcus Popp (1)</a>
                    695:        or <a href="mailto:steve@stevenfettig.com">Steve Fettig (2)</a>.
1.102     nick      696:        <p align="left">
                    697:        <font size=2>
1.133     grunk     698:        <a href="http://www.paranoidbsd.org/x40/dmesg.37.txt">dmesg (1)</a>
1.102     nick      699:        &brvbar;
1.133     grunk     700:        <a href="http://www.paranoidbsd.org/x40/xorg.conf.37.txt">xorg.conf (1)</a>
                    701:        &brvbar;
1.137     grunk     702:        <a href="http://anywheretechnology.com/machconfigs/dmesg_tpx40_23868WU.txt">dmesg (2)</a>
1.133     grunk     703:        &brvbar;
                    704:        <a href="http://anywheretechnology.com/machconfigs/xorg.conf.tpx40_23868WU">xorg.conf (2)</a>
1.102     nick      705:        </font>
1.106     nick      706: </td></tr><tr valign="top"><td>
1.91      nick      707:        JVC MP-XP 7250DE
1.92      nick      708: </td><td>
1.97      nick      709: <p><ul>
1.107     nick      710:        <li>OpenBSD 3.6-current (October 2004) works.
1.97      nick      711:        <li>Everything works fine except APM and the built-in
                    712:        SD card reader.
                    713:        <li>Since OpenBSD 3.4 the boot loader does not boot correctly from
1.91      nick      714:        USB CDROM on this machine -- workaround: take 3.3 and upgrade or
1.97      nick      715:        boot via network or PCMCIA floppy.
                    716:        <li>The audio chipset is supported. Wireless 802.11b PRISM 2.5 (USB)
                    717:        is supported, too.
                    718: </ul>
                    719:        Contact <a href="mailto:umaxx@oleco.net">Joerg Zinke</a>.
1.111     nick      720:        <p align="left">
                    721:        <font size=2>
                    722:        <a href="http://people.freenet.de/umaxx/jvc-dmesg.txt">dmesg</a>
                    723:        &brvbar;
                    724:        <a href="http://people.freenet.de/umaxx/jvc-xfconfig.txt">xorg.conf</a>
                    725:        &brvbar;
                    726:        <a href="http://umaxx.um.funpic.de/howtos/howto_openbsd-on-jvc-mp-xp7250de.php">
                    727:        more info</a>.
                    728:        </font>
1.106     nick      729: </td></tr><tr valign="top"><td>
1.120     grunk     730:        Medion MD6100 (model no. FID2040)
                    731: </td><td>
                    732: <p><ul>
                    733:        <li>OpenBSD 3.7-current (April 2005) works.
                    734:        <li>ACPI-only machine, no APM support.
                    735:        <li>sis0 has certain issues, see postings
                    736:        <a href="http://marc.theaimsgroup.com/?l=openbsd-tech&amp;m=105760910331290&amp;w=2">[1]</a>,
                    737:        <a href="http://marc.theaimsgroup.com/?l=openbsd-misc&amp;m=110132503025407&amp;w=2">[2]</a>, and
                    738:        <a href="http://marc.theaimsgroup.com/?l=openbsd-misc&amp;m=111251336023861&amp;w=2">[3]</a>.
                    739:        <li>infrared does not work under OpenBSD.
                    740:        <li>sound is erratic, two out of three times.
                    741:        <li>USB2.0 doesn't work (pci_intr_map: no mapping for pin D).
                    742:        <li>To use the onboard NIC, make sure the interface is in Promiscuous
                    743:        mode. I use `tcpdump -i sis0 -w /dev/null` to accomplish this. For
                    744:        normal operation I add a (wireless) PCMCIA NIC.
                    745:        Audio programs (mplayer/mpg123/ogg123/xmms/etc) simply should be
                    746:        restarted once or twice to get proper audio.
                    747: </ul>
                    748:        Overall, this laptop stinks. It's heavy, powerhungry and gets very hot
                    749:        (too hot, often it will shut itself down to prevent meltdown).
                    750:        A lot of hardware works only mediocre. The battery doesn't last long.
                    751:        It's huge/bulky. It's *extremely* noisy. But, it *does* run OpenBSD.
                    752:        And, when properly cooled, it's pretty fast (2.6 GHz). Why anyone
                    753:        would need that much CPU in a laptop is beyond me, but it's there.
                    754:        <p>
                    755:        Contact <a href="mailto:weerd@weirdnet.nl">Paul de Weerd</a>.
                    756:        <p align="left">
                    757:        <font size=2>
                    758:        <a href="http://www.weirdnet.nl/openbsd/dmesg/nugget">dmesg</a>
                    759:        &brvbar;
                    760:        <a href="http://www.weirdnet.nl/openbsd/xorg/nugget">xorg.conf</a>
                    761:        </font>
                    762: </td></tr><tr valign="top"><td>
1.146     grunk     763:        NEC Lavie C LC600J/5
                    764: </td><td>
                    765: <p><ul>
                    766:        <li>OpenBSD 3.7-current (Apr 26, 2005) works.
                    767:        <li>APM, PCMCIA and USB work.
                    768:        <li>This machine's BIOS uses Ctrl+Alt+F5 as a hotkey to hibernate.
                    769:        So I have to specify a swapctrlcaps variant in <tt>/etc/kbdtype</tt>.
                    770:        <li>No separate xorg.conf needed, <tt>getconfig</tt> works like magic.
                    771: </ul>
                    772:        Contact <a href="mailto:ttakah@lapis.plala.or.jp">Tamotsu Takahashi</a>.
                    773:        <p align="left">
                    774:        <font size=2>
                    775:        <a href="http://www10.plala.or.jp/sanrinsha/tamo/dmesg">dmesg</a>
                    776:        </font>
                    777: </td></tr><tr valign="top"><td>
1.158   ! grunk     778:        NEC Versa S940
        !           779: </td><td>
        !           780: <p><ul>
        !           781:        <li>OpenBSD 3.7-current (Jun 14, 2005) works.
        !           782:        <li>i810 works ok, 1280x768 wide screen, after patching video BIOS
        !           783:        by fetching patch tool (see link below) and entering
        !           784: <pre>
        !           785:        $ 855-patch 30 1280 768
        !           786: </pre>
        !           787:        <li>sound card, iwi (download firmware first) and rl work ok.
        !           788:        <li>APM is not detected, <tt>halt -p</tt> does not poweroff.
        !           789:        <li><tt>sysctl hw.setperf=..</tt> does not change the CPU speed.
        !           790:        <li>lots of "not configured" components in dmesg
        !           791: </ul>
        !           792:        Contact <a href="mailto:aurelien6545@free.fr">Aurelien</a>.
        !           793:        <p align="left">
        !           794:        <font size=2>
        !           795:        <a href="http://aurelien26.free.fr/s940/dmesg">dmesg</a>
        !           796:        &brvbar;
        !           797:        <a href="http://aurelien26.free.fr/s940/xorg.conf">xorg.conf</a>
        !           798:        &brvbar;
        !           799:        <a href="http://www.nec-online.com/product/P_Range.asp?id=523#">product info</a>
        !           800:        &brvbar;
        !           801:        <a href="http://www.sigusr1.org/weblog/exit.php?url_id=183&amp;entry_id=176">video BIOS patch tool</a>
        !           802:        </font>
        !           803: </td></tr><tr valign="top"><td>
1.89      nick      804:        Sony VAIO PCG C1XD
1.92      nick      805: </td><td>
1.97      nick      806: <p><ul>
1.146     grunk     807:        <li>OpenBSD 3.7-current (June 3, 2005) works.
                    808:        <li>USB and built-in sound (yds) work just fine.
1.110     nick      809:        <li>My 3com Megahertz Cardbus LAN Card
                    810:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl">xl(4)</a>
                    811:        works ok.
1.89      nick      812:        <li>Jog Dial and the mini camera were useless to me, so I never
                    813:        tested them.
                    814:        <li>While the GENERIC Kernel works fine, the installation ramdisk
                    815:        kernel hangs on booting since OpenBSD 3.3 or so. Disabling the
                    816:        cardslot and PCMCIA subsystem in UKC before booting makes the ramdisk
                    817:        come up, too. But then you have to install from images you left on
                    818:        the hard disk before (e. g. in a discardable filesystem in the
                    819:        partition you want to use for swapping later), because you can't
                    820:        access LAN or WLAN without the cardslot.
                    821:        <li>Removing cards from the PCMCIA/Cardbus slot on a running
                    822:        system may cause system freeze or instant reboot sometimes.
                    823:        <li>My D-Link DWL-650 (PrismII) works for some time, but then
                    824:        locks up and has to be reinserted to work again. This, however,
                    825:        causes the problems mentioned above.
                    826:        <li>APM works partly: "<b>halt -p</b>" switches off the machine, but
                    827:        sometimes, you can't wake up from "<b>zzz</b>".
1.97      nick      828: </ul>
1.146     grunk     829:        Contact <a href="mailto:grunk@openbsd.org">Alexander von Gernler</a>.
1.97      nick      830:        <p align="left">
                    831:        <font size=2>
                    832:        <a href="http://pestilenz.org/~grunk/openbsd/vario/dmesg">dmesg</a>
                    833:        &brvbar;
1.146     grunk     834:        <a href="http://pestilenz.org/~grunk/openbsd/vario/xorg.conf">xorg.conf</a>
1.97      nick      835:        </font>
1.106     nick      836: </td></tr><tr valign="top"><td>
1.132     grunk     837:        Sony VAIO PCG-FX602
                    838: </td><td>
                    839: <p><ul>
                    840:        <li>OpenBSD 3.7 works.
                    841:        <li>Audio does not work: you have to disable auvia* in GENERIC
                    842:        after installation.
                    843:        <li>APM, USB and PCMCIA work fine.
                    844:        <li>X.org runs out of the box, so no xorg.conf file supplied
                    845:        <li>Custom hack for <tt>hw.setperf</tt>:
                    846:        <ul>
                    847:        <li>Apply the
                    848:        <a href="http://www.disorder.ru/openbsd/acpi.html">ACPI-patches</a>
                    849:        from Alexander Yurchenko.
                    850:        <li>Then edit /usr/src/sys/conf/files and add in line 21:
                    851: <pre>
                    852:        define  acpibus {}
                    853: </pre>
                    854:        <li>Add to /usr/src/sys/sys/malloc.conf
                    855: <pre>
                    856:        #define M_ACPI  122     /* ACPI */
                    857: </pre>
                    858:        <li>Comment out the Sony SPIC stuff in
                    859:        <tt>/usr/src/sys/arch/i386/conf/files.i386</tt>
                    860:        and <tt>/usr/src/sys/arch/i386/conf/GENERIC_ACPI</tt>
                    861:        (This stuff does not compile for me and i don't care about it;)
                    862:        <li>rebuild kernel, /usr/src/sbin/sysctl, /usr/src/usr.sbin/acpid[ump]
                    863:        <li>You are now able to set hw.setperf via sysctl.
                    864:        </ul>
                    865:
                    866:        <li>I run additionally a
                    867:        <a href="http://metawire.org/~leopold/files/cpud-0.2.tgz">utility</a>
                    868:        I wrote to control this value automatically depending on cpu-load.
                    869:        It is based on Laurie Tratts' <tt>perfd</tt>.
                    870:        Just unpack and run make && sudo make install.<br>
                    871:        This way you are able to sustain Battery life up to 2 1/2 - 3 hours.
                    872:        And the fan stops to run permanently.
                    873: </ul>
                    874:        Contact <a href="mailto:a.schlichting@lemarit.com">Alf Schlichting</a>.
                    875:        <p align="left">
                    876:        <font size=2>
                    877:        <a href="http://metawire.org/~leopold/files/lap.dmesg">dmesg</a>
                    878:        </font>
                    879: </td></tr><tr valign="top"><td>
1.147     grunk     880:        Sony VAIO PCG-K115Z
                    881: </td><td>
                    882: <p><ul>
                    883:        <li>OpenBSD 3.7-current (May 29, 2005) works.
                    884:        <li>LAN interface ("Realtek 8139"): works.
                    885:        <li>DVD/CDROM ("MATSHITA, UJ-820D, 1.01"): works.
                    886:        <li>touchpad and X just work.
                    887:        <li>APM: no problem, at least for <tt>halt -p</tt>.
1.152     jmc       888:        <li>audio (AC'97): works.
1.147     grunk     889:        <li>USB works.
                    890:        <li>wlan interface ("Atheros AR5212") doesn't work (see dmesg).
                    891: </ul>
                    892:        Contact <a href="mailto:izi@club-internet.fr">David JEAN-LOUIS</a>.
                    893:        <p align="left">
                    894:        <font size=2>
                    895:        <a href="http://izimobil.org/PCG-K115Z.dmesg">dmesg</a>
                    896:        &brvbar;
                    897:        <a href="http://izimobil.org/PCG-K115Z.xorg.conf">xorg.conf</a>
                    898:        </font>
                    899: </td></tr><tr valign="top"><td>
1.138     grunk     900:        Sony Vaio PCG-Z505JSK
1.119     grunk     901: </td><td>
                    902: <p><ul>
1.138     grunk     903:        <li>OpenBSD 3.7 works.
                    904:        <li>APM works fine.
                    905:        <li>Port extender and memory stick untested.
                    906:        <li>I had to turn on the software cursor for X to work properly, but
                    907:        otherwise the xorg configurator worked fine.
                    908:        <li>Lucent/Orinoco Gold Card for networking works fine.
1.119     grunk     909: </ul>
1.138     grunk     910:        Contact <a href="mailto:openbsd@exnext.com">John Karabaic</a>.
1.119     grunk     911:        <p align="left">
                    912:        <font size=2>
1.138     grunk     913:        <a href="http://www.exnext.com/z505dmesg.txt">dmesg</a>
1.119     grunk     914:        &brvbar;
1.138     grunk     915:        <a href="http://www.exnext.com/xorg.conf">xorg.conf</a>
1.119     grunk     916:        </font>
                    917: </td></tr><tr valign="top"><td>
1.138     grunk     918:        Sony VAIO PCG-Z505N
1.119     grunk     919: </td><td>
                    920: <p><ul>
                    921:        <li>OpenBSD 3.6-current (as of August 2004) runs. Installation is
                    922:        cumbersome, though. The Sony CD drive does not boot the snapshot CD.
                    923:        <li>Installation by USB floppy:
                    924:        The floppy36.fs of the snapshot (august 2004)
                    925:        can be brought to boot if one disables the
                    926:        following (boot -c, wait for the UKC&gt; prompt):
1.126     grunk     927: <pre>
1.119     grunk     928:        disable pcibios
                    929:        disable fxp
                    930:        disable pcic
1.126     grunk     931: </pre>
1.119     grunk     932:        <li>After this there is no USB, no PCMCIA, no Cardbus
                    933:        and no network. This means that the laptop has
                    934:        no input/output! So you have to put the install sets
                    935:        on a partition from some other OS or earlier installations
                    936:        of OpenBSD. The install script can mount ffs and msdos
                    937:        partitions. The kernel as supplied with the snapshot
                    938:        boots alright and recognizes all the relevant hardware
                    939:        (no firewire, no memorystick, no JogDial).
                    940:        <li>Sound (yds) works. The XFConfig from the OpenBSD install
                    941:        works without modification.
                    942: </ul>
                    943:        Contact <a href="mailto:vaio@weggla.franken.de">Matthias Bauer</a>.
                    944: </td></tr><tr valign="top"><td>
1.138     grunk     945:        Sony VAIO VGN-S16TP
                    946: </td><td>
                    947: <p><ul>
                    948:        <li>OpenBSD 3.7-current (June 2005) works.
                    949:        <li>Everything works just fine.
                    950: </ul>
                    951:        Contact <a href="mailto:kevlo@openbsd.org">Kevin Lo</a>.
                    952:        <p align="left">
                    953:        <font size=2>
                    954:        <a href="http://www.kevlo.org/dmesg">dmesg</a>
                    955:        &brvbar;
                    956:        <a href="http://www.kevlo.org/xorg.conf">xorg.conf</a>
                    957:        </font>
                    958: </td></tr><tr valign="top"><td>
1.142     grunk     959:        Toshiba Libretto 70CT
                    960: </td><td>
                    961: <p><ul>
                    962:        <li>OpenBSD 3.7 works.
                    963:        <li>APM works OK.
1.153     aanriot   964:        <li>2 different dmesgs are supplied: [1] with wireless PCMCIA
                    965:        card plugged in, and [2] with Xircom Wired network PCMCIA card.
1.142     grunk     966: </ul>
                    967:        Contact <a href="mailto:fred@crowsons.net">Fred Crowson</a>.
                    968:        <p align="left">
                    969:        <font size=2>
1.153     aanriot   970:        <a href="http://www.fcbsd.com/puters/fcm37wi.txt">dmesg [1]</a>
1.142     grunk     971:        &brvbar;
1.153     aanriot   972:        <a href="http://www.fcbsd.com/puters/fcm37.txt">dmesg [2]</a>
1.142     grunk     973:        &brvbar;
                    974:        <a href="http://www.fcbsd.com/puters/libretto_xorg.conf.txt">xorg.conf</a>
                    975:        &brvbar;
                    976:        <a href="http://www.fcbsd.com/puters/fcm.htm">more info</a>
                    977:        </font>
                    978: </td></tr><tr valign="top"><td>
1.94      nick      979:        Toshiba Satellite 2410S
1.92      nick      980: </td><td>
1.97      nick      981: <p><ul>
1.153     aanriot   982:        <li>It's running OpenBSD 3.7-current (August 2005).
                    983:        <li>Graphics, sound and ethernet are working fine.
                    984:        <li>APM often lies, but is usable.
                    985:        <li>There's a bug with a few toshiba laptops and XFree/X.org. Ratio
                    986:        is too quick, and some chars are repeated. To avoid that, disable
1.96      nick      987:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&amp;sektion=7">X</a>'s
1.153     aanriot   988:        kbd handling, and load a map with xmodmap(1) if needed.
1.97      nick      989: </ul>
1.153     aanriot   990:        Contact <a href="mailto:aanriot@openbsd.org">Alexandre Anriot</a>.
1.97      nick      991:        <p align="left">
                    992:        <font size=2>
                    993:        <a href="http://www.atlantilde.com/dmesg/albatros.txt">dmesg</a>
                    994:        &brvbar;
1.153     aanriot   995:        <a href="http://www.atlantilde.com/config/xorg_conf_laptop">xorg.conf</a>
1.97      nick      996:        </font>
1.118     grunk     997: </td></tr><tr valign="top"><td>
1.154     grunk     998:        Toshiba Satellite 2430-101
                    999: </td><td>
                   1000: <p><ul>
                   1001:        <li>OpenBSD 3.7-current (June 3, 2005) works.
                   1002:        <li>Cardbus works.
                   1003:        <li>X works.
                   1004:        <li>Sound is recognized (didn't try it).
                   1005:        <li>USB works (new devices are recognized at least).
                   1006:        <li>APM does not work (hard crash when resuming).
                   1007:        Tried APM 1.1 and a few other APM flags without success.
                   1008: </ul>
                   1009:        Contact <a href="mailto:nilsf@tako.de">Nils Frohberg</a>.
                   1010:        <p align="left">
                   1011:        <font size=2>
                   1012:        <a href="http://www.tako.de/openbsd/dmesg.boot">dmesg</a>
                   1013:        &brvbar;
                   1014:        <a href="http://www.tako.de/openbsd/xorg.conf">xorg.conf</a>
                   1015:        </font>
                   1016: </td></tr><tr valign="top"><td>
1.149     grunk    1017:        Toshiba Tecra A2
                   1018: </td><td>
                   1019: <p><ul>
                   1020:        <li>OpenBSD 3.7-current (June 1, 2005) just works.
                   1021:        <li>Built in iwi 2200b/g worked after finding firmware.
                   1022:        <li>Sound, PCMCIA and X.org work perfectly.
                   1023:        <li>usb tested with ipod shuffle, usb mouse and memory stick.
                   1024:        <li>The only problem occurs _sometimes_ when using "reboot" from X.
                   1025:        which causes a kernel panic when it tries to boot. Doing a hard power
                   1026:        off, then back on does not cause any problem.
                   1027: </ul>
                   1028:        Contact <a href="mailto:sbr@gnook.org">Sascha Ramin</a>.
                   1029:        <p align="left">
                   1030:        <font size=2>
                   1031:        <a href="http://gnook.org/~sbr/tobias/dmesg">dmesg</a>
                   1032:        &brvbar;
                   1033:        <a href="http://gnook.org/~sbr/tobias/xorg.conf">xorg.conf</a>
                   1034:        </font>
                   1035: </td></tr><tr valign="top"><td>
1.121     grunk    1036:        Toshiba Tecra 8000
                   1037: </td><td>
                   1038: <p><ul>
                   1039:        <li>OpenBSD 3.6-current (Jan 2005) works ok.
                   1040:        <li>All hardware except infrared works.
                   1041:        <li>Some issues with APM suspend/resume.
                   1042:        <li>Sound required the following change to /bsd :
                   1043:        <ul>
                   1044:                <li>In the system BIOS use the following values
1.126     grunk    1045: <pre>
1.121     grunk    1046:                Sound = Enabled
                   1047:                --- SOUND SYSTEM ---
                   1048:                WSS I/O Address = 530H
                   1049:                SBPro I/O Address = 220H
                   1050:                Synthesizer I/O Address = 388H
                   1051:                WSS & SBPro & MPU401 IRQ Level = IRQ5
                   1052:                WSS(Play) DMA = Channel 1
                   1053:                WSS(Rec.) & SBPro DMA = Channel 0
                   1054:                Control I/O Address = 538H
                   1055:                MPU401 (MIDI I/F) = 330H
1.126     grunk    1056: </pre>
1.121     grunk    1057:                <li>config -f -e /bsd
1.126     grunk    1058: <pre>
1.121     grunk    1059:                ukc> disable sb
                   1060:                193 sb0 disabled
                   1061:                241 sb* disabled
                   1062:                ukc> change wss0
                   1063:                197 wss0 at isa0 port 0x530 size 0 iomem -1 iosiz 0 irq 10 drq 0
                   1064:                +drq2 -1 flags 0x0
                   1065:                change [n] y
                   1066:                port [0x530] ?
                   1067:                size [0] ?
                   1068:                iomem [-1] ?
                   1069:                iosiz [0] ?
                   1070:                irq [10] ? 5
                   1071:                drq [0] ? 1
                   1072:                drq2 [-1] ? 0
                   1073:                flags [0] ?
                   1074:                197 wss0 changed
                   1075:                197 wss0 at isa0 port 0x530 size 0 iomem -1 iosiz 0 irq 5 drq 1
                   1076:                +drq2 0 flags 0x0
                   1077:                ukc> quit
                   1078:                Saving modified kernel.
1.126     grunk    1079: </pre>
1.121     grunk    1080:        </ul>
                   1081:        <li>separate xorg.conf not needed, X works perfectly without one
                   1082: </ul>
                   1083:        An older but still very useable laptop. Not too fast, but fast enough
                   1084:        for some DivX viewing with mplayer and firefox/thunderbird-use (not
                   1085:        for the impatient though, but then again, what is?). The fan can get
                   1086:        a bit loud after many power-on hours. This also impacts battery
                   1087:        lifetime, but that is to be expected. Nice and well supported.
                   1088:        <p>
                   1089:        Contact <a href="mailto:weerd@weirdnet.nl">Paul de Weerd</a>.
                   1090:        <p align="left">
                   1091:        <font size=2>
                   1092:        <a href="http://www.weirdnet.nl/openbsd/dmesg/whopper">dmesg</a>
                   1093:        </font>
                   1094: </td></tr><tr valign="top"><td>
1.118     grunk    1095:        Toshiba Tecra 8100
                   1096: </td><td>
                   1097: <p><ul>
                   1098:        <li>OpenBSD 3.7-current (April 2005) works ok.
                   1099:        <li>All hardware except infrared works.
                   1100:        <li>Some issues with APM suspend/resume.
                   1101: </ul>
                   1102:        Very nice laptop indeed. Quiet, boots very fast, most hardware is
                   1103:        supported. Only APM doesn't work very well. Pretty fast, not too
                   1104:        heavy, very OpenBSD-friendly - just like its predecessor, the Tecra
                   1105:        8000. Battery can get a bit rusty, works good from 100% to 50%, then
                   1106:        drops to ~3% in minutes. Not too strange for an older machine though.
                   1107:        <p>
                   1108:        Contact <a href="mailto:weerd@weirdnet.nl">Paul de Weerd</a>.
                   1109:        <p align="left">
                   1110:        <font size=2>
                   1111:        <a href="http://www.weirdnet.nl/openbsd/dmesg/pizza">dmesg</a>
                   1112:        &brvbar;
                   1113:        <a href="http://www.weirdnet.nl/openbsd/xorg/pizza">xorg.conf</a>
                   1114:        </font>
1.150     grunk    1115: </td></tr><tr valign="top"><td>
                   1116:        Twinhead N15RB
                   1117: </td><td>
                   1118: <p><ul>
                   1119:        <li>OpenBSD 3.7-current (June 12, 2005) works.
                   1120:        <li>apm does not work correctly. "Battery state: absent" and 0 percent
                   1121:        charge when running on AC or battery. <tt>apm -z</tt> does work though.
                   1122:        <li>Cardbus does not work - check dmesg for interrupt mapping error.
                   1123:        <li>The built-in wireless is now working with the iwi firmware from
                   1124:        <a href="http://damien.bergamini.free.fr/ipw/">Damien Bergamini's ipw page</a>.
                   1125:        <li>Everything else seems to work OK.
                   1126: </ul>
                   1127:        Contact <a href="mailto:jon@brain-box.net">Jon Trembley</a>.
                   1128:        <p align="left">
                   1129:        <font size=2>
                   1130:        <a href="http://open.brain-box.net/src/dmesg.current">dmesg</a>
                   1131:        &brvbar;
                   1132:        <a href="http://open.brain-box.net/src/xorg.conf">xorg.conf</a>
                   1133:        &brvbar;
                   1134:        <a href="http://www.discountlaptops.com/index.php?section=specs&amp;model_id=978&amp;category_id=33&amp;category_theme=c1">laptop specs</a>
                   1135:        </font>
1.92      nick     1136: </td></tr>
1.1       deraadt  1137: </table>
                   1138:
1.110     nick     1139: <p> If your laptop under OpenBSD is not listed above, feel free to mail
                   1140: <a href="mailto:www@openbsd.org">www@openbsd.org</a> to cure this.
1.111     nick     1141: Please supply as much information as possible, such as:
1.110     nick     1142: <ul>
                   1143:        <li>Notebook exact manufacturer, name and model.
                   1144:        <li>Latest OpenBSD version known to work on it (must be the latest
1.153     aanriot  1145:        release, snapshot, or -current).
1.110     nick     1146:        <li>List of working/not working things with OpenBSD.
                   1147:        <li>List of hacks you used to get certain things running.
                   1148:        <li>Links to your dmesg and xorg.conf.
                   1149:        <li>Contact name and email address.
                   1150: </ul>
                   1151:
1.92      nick     1152: <a href="i386.html"><img height=24 width=24 src="back.gif" border=0 alt=OpenBSD></a>
                   1153: <a href="mailto:www@openbsd.org">www@openbsd.org</a><br>
1.158   ! grunk    1154: <small>$OpenBSD: i386-laptop.html,v 1.157 2005/10/31 16:55:13 grunk Exp $</small>
1.92      nick     1155: </body></html>