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

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

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.159     grunk      11: <meta name="copyright" content="This document copyright 1997-2005 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;
1.163   ! grunk     123:        <a href="http://www.usebox.net/jjm/obsd-wifi/laptop/xorg.conf">xorg.conf</a>
1.140     grunk     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>
1.162     grunk     249:        <li>OpenBSD 3.8-current (Nov 9, 2005) works.
1.128     grunk     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>
1.162     grunk     262:        <a href="http://www.azbsd.org/~marco/openbsd/laptop/dmesg">dmesg</a>
1.128     grunk     263:        &brvbar;
1.162     grunk     264:        <a href="http://www.azbsd.org/~marco/openbsd/laptop/xorg.conf">xorg.conf</a>
1.128     grunk     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>
1.162     grunk     458: <!--
1.116     grunk     459: </td></tr><tr valign="top"><td>
1.141     grunk     460:        IBM Thinkpad 390X
                    461: </td><td>
                    462: <p><ul>
                    463:        <li>OpenBSD 3.7 works.
                    464:        <li>apm(8): <tt>apm -z</tt> works fine, but cannot <tt>apm -S</tt>:
                    465:        error message: <tt>unable to enter requested state (96)</tt>.
                    466:        <li>USB and PCMCIA work fine.
                    467:        <li>Sound: eso(4) is detected.
                    468:        <li>IRDA not tested.
                    469: </ul>
                    470:        Contact <a href="mailto:antonio.abenojar@hazent.com">Antonio Abenojar</a>.
                    471:        <p align="left">
                    472:        <font size=2>
                    473:        <a href="http://people.hazent.com/~adl/obsd/laptop/dmesg">dmesg</a>
                    474:        &brvbar;
                    475:        <a href="http://people.hazent.com/~adl/obsd/laptop/xorg.conf">xorg.conf</a>
                    476:        </font>
1.162     grunk     477: -->
1.141     grunk     478: </td></tr><tr valign="top"><td>
1.135     grunk     479:        IBM Thinkpad R40
                    480: </td><td>
                    481: <p><ul>
                    482:        <li>OpenBSD 3.7 works.
                    483:        <li>Suspend and suspend-to-disk work, but not while X is running.
                    484:        Only in console mode.  In X it just seems to lock up.
                    485:        <li>Third mouse button does not work unless trackpad is disabled
                    486:        in the BIOS.
                    487:        <li>S-Video output port does not work.
                    488:        <li>No special xorg.conf needed
                    489:        <li>Everything else works.
                    490: </ul>
                    491:        Contact <a href="mailto:asveikau@mail.rochester.edu">Andrew Sveikaus</a>.
                    492:        <p align="left">
                    493:        <font size=2>
                    494:        <a href="http://mail.rochester.edu/~asveikau/r40.dmesg">dmesg</a>
                    495:        </font>
                    496: </td></tr><tr valign="top"><td>
1.94      nick      497:        IBM Thinkpad T23 model 26478NU.
1.92      nick      498: </td><td>
1.97      nick      499: <p><ul>
1.101     nick      500:        <li>Works fine with OpenBSD 3.7-current (April 2005).
1.97      nick      501:        <li>If using a boot floppy the system may hang when probing ahc.
1.94      nick      502:        Workaround: boot with -c and disable ahc.
                    503:        A GENERIC kernel does not have this issue.
1.101     nick      504:        <li>Serial ports must be enabled in BIOS.
                    505:        <li>"ctrl:nocaps" in X puts the control key in a proper location
                    506:        <li>Apm mostly works -- suspends OK
                    507:        <li>Hibernation not tested, but should work with
                    508:        <tt>/usr/ports/sysutils/tphdisk</tt> from the ports collection.
1.97      nick      509:        <li>The audio chipset is supported (auich).
                    510: </ul>
                    511:        Contact <a href="mailto:marc@snafu.org">Marco S Hyman</a>.
                    512:        <p align="left">
                    513:        <font size=2>
1.101     nick      514:        <a href="http://www.snafu.org/t23/dmesg">dmesg</a>
                    515:        &brvbar;
                    516:        <a href="http://www.snafu.org/t23/xorg.conf">xorg.conf</a>
1.134     grunk     517:        &brvbar;
                    518:        <a href="http://www.snafu.org/t23/">more info</a>
1.97      nick      519:        </font>
1.106     nick      520: </td></tr><tr valign="top"><td>
1.148     grunk     521:        IBM Thinkpad T40, Type 2374-2G7
                    522: </td><td>
                    523: <p><ul>
                    524:        <li>OpenBSD 3.7-current (June 30, 2005) works.
                    525:        <li>Everything works fine
                    526:        <li><tt>apm -S</tt>, <tt>apm -Z</tt>, <tt>auich</tt> and built-in
                    527:        DVD/CD-RW work fine
                    528: </ul>
                    529:        Contact <a href="mailto:renaud@llorien.org">Renaud Allard</a>.
                    530:        <p align="left">
                    531:        <font size=2>
                    532:        <a href="http://www.llorien.org/OpenBSD/T40dmesg.txt">dmesg</a>
                    533:        &brvbar;
                    534:        <a href="http://www.llorien.org/OpenBSD/T40xorg.conf">xorg.conf</a>
                    535:        </font>
                    536: </td></tr><tr valign="top"><td>
1.125     grunk     537:        IBM Thinkpad T41p type 2373-GEU
                    538: </td><td>
                    539: <p><ul>
                    540:        <li>OpenBSD 3.7-current (June 2005) works.
                    541:        <li>Everything works fine: APM, X, onboard ethernet (em), sound,
                    542:        usb, docking station
                    543:        <li>onboard atheros works in 802.11b mode only
                    544: </ul>
                    545:        Contact <a href="mailto:matt@arin.net">Matt Rowley</a>.
                    546:        <p align="left">
                    547:        <font size=2>
                    548:        <a href="http://www.damnskippy.org/openbsd/dmesg.t41p-20050610">dmesg</a>
                    549:        &brvbar;
                    550:        <a href="http://www.damnskippy.org/openbsd/xorg.conf.new">xorg.conf</a>
                    551:        </font>
                    552: </td></tr><tr valign="top"><td>
1.117     grunk     553:        IBM Thinkpad T42 model 2373
                    554: </td><td>
                    555: <p><ul>
                    556:        <li>OpenBSD 3.7 works fine.
                    557:        <li>See entry for the X40 for the built-in
                    558:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;sektion=4">iwi(4)</a> or
                    559:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4">ipw(4)</a>
                    560:        802.11 card and APM/Hibernation support.
                    561:        <li>See entry for the X31 for Enhanced SpeedStep and the extra Thinkpad buttons.
                    562:        <li>The alternatively built-in "Atheros AR5212 (IBM MiniPCI)" 802.11 card works with the
                    563:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;sektion=4">ath(4)</a>
                    564:        driver.
                    565:        <li>X.org with ATI Radeon Mobility works fine (1024x768, 24bpp).
                    566:        <li>The built-in USB Bluetooth and infrared are not presently supported.
                    567:        <li>The built-in
1.143     grunk     568:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>
1.117     grunk     569:        gigabit ethernet device works fine.
                    570:        <li>The built-in
1.143     grunk     571:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;sektion=4">auich(4)</a>
1.117     grunk     572:        audio device works fine.
                    573:        <li>The built-in fingerprint scanner found in some models is not supported.
                    574: </ul>
                    575:        Contact <a href="mailto:reyk@openbsd.org">Reyk Floeter</a>.
                    576:        <p align="left">
                    577:        <font size=2>
                    578:        <a href="http://reyk.wlsec.net/dmesg-t42">dmesg</a>
                    579:        &brvbar;
                    580:        <a href="http://reyk.wlsec.net/xorg.conf-t42">xorg.conf</a>
                    581:        </font>
                    582: </td></tr><tr valign="top"><td>
1.131     grunk     583:        IBM Thinkpad X23
                    584: </td><td>
                    585: <p><ul>
                    586:        <li>OpenBSD 3.7 works fine.
                    587:        <li>Just like the IBM T23, kernels with ahc support may hang when
                    588:        booting. Use "boot -c" and disable ahc support with "disable ahc",
                    589:        followed by "exit" to continue booting.<br>
                    590:        GENERIC does not have this issue.
                    591:        <li>APM appears to work (suspends ok)
                    592:        <li>On-board NIC fxp(4) works, including PXE booting
                    593:        <li>On-board wireless NIC wi(4) works
                    594:        <li>USB works (misc mice, cdrom, usb to serial devices, and memory
                    595:        sticks all successfully tested)
                    596:        <li>PCMCIA works (misc NICs tested)
                    597:        <li>Built-in compact flash reader works
                    598: </ul>
                    599: Contact <a href="mailto:andreaso@it.su.se">Andreas &Ouml;stling</a>.
                    600:        <p align="left">
                    601:        <font size=2>
                    602:        <a href="http://people.su.se/~andreaso/OpenBSD/x23/dmesg">dmesg</a>
                    603:        &brvbar;
                    604:        <a href="http://people.su.se/~andreaso/OpenBSD/x23/xorg.conf">xorg.conf</a>
                    605:        </font>
                    606: </td></tr><tr valign="top"><td>
1.94      nick      607:        IBM Thinkpad X31
                    608: </td><td>
1.97      nick      609: <p><ul>
1.106     nick      610:        <li>Works with OpenBSD 3.7-current (April 2005).
                    611:        <li>Nearly all Hardware is supported, except FireWire.
1.97      nick      612:        <li>APM is well supported. Suspend mode (apm -s/zzz) works without
1.94      nick      613:        problems. Hibernation (suspend to disk) works also fine but
                    614:        requires a small MS-DOS partition with a hibernation file at the
                    615:        beginning of the harddisk. You can create this file with tphdisk
1.97      nick      616:        from ports (/usr/ports/sysutils/tphdisk).
                    617:
                    618:        <li>The two extra keys around the cursor block can be configured via
                    619:        xmodmap.
                    620:        <li>Example:
1.94      nick      621:
1.126     grunk     622: <pre>
1.96      nick      623:                xmodmap -e "keycode 233 = Page_Down"
                    624:                xmodmap -e "keycode 234 = Page_Up"
1.126     grunk     625: </pre>
1.94      nick      626:
1.97      nick      627:        <li>The integrated Intel PRO/Wireless 2100 in my X31 (Model 2672-C8G)
1.98      nick      628:        works with the
                    629:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4">ipw(4)</a>
                    630:        driver. But you need to download the unfree firmware first to get
                    631:        it working. For more details read
                    632:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4#FILES">ipw(4)</a>.
                    633:
                    634:        <li>I'm planning to replace this card with a
                    635:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;sektion=4">ral(4)</a>
                    636:        or an
                    637:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;sektion=4">ath(4)</a>.
1.94      nick      638:        For these cards, no unfree firmware required. To replace it,
                    639:        I'll have to <i>unlock</i> the bios first because IBM allows only
1.115     nick      640:        <i>special</i> IBM mini-PCI cards to be installed. The bios can
1.97      nick      641:        be patched with the tpwireless program
1.115     nick      642:        (<tt>/usr/ports/misc/tpwireless</tt>, <b>use on your own risk!</b>).
1.94      nick      643:
1.97      nick      644:        <li>The integrated CF-Card reader (really nice!) is supported
                    645:        as well.
1.94      nick      646:
1.127     david     647:        <li>Enhanced SpeedStep is supported. You can adjust the CPU speed
1.97      nick      648:        via sysctl (<tt>sysctl hw.setperf</tt>).
1.94      nick      649:
1.98      nick      650:        <li>The on-board
                    651:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;sektion=4">fxp(4)</a>
                    652:        and
                    653:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;sektion=4">auich(4)</a>
1.99      nick      654:        are working without problems.
1.94      nick      655:
1.97      nick      656:        <li>The keys for mute, volume up and volume down are working fine.
1.94      nick      657:        No special software is required. If you'd like to get the big
                    658:        "Access IBM" button to work and have a nice on-screen display, you
                    659:        can install tpb from ports. (/usr/ports/sysutils/tpb) This works just
                    660:        fine and you have nice on-screen messages when you change volume and
1.97      nick      661:        brightness settings or enable/disable the ThinkLight.
                    662: </ul>
1.155     bernd     663:        Contact <a href="mailto:bernd@openbsd.org">Bernd Ahlers</a>.
1.97      nick      664:        <p align="left">
                    665:        <font size=2>
                    666:        <a href="http://www.ba-net.org/x31/dmesg">dmesg</a>
                    667:        &brvbar;
                    668:        <a href="http://www.ba-net.org/x31/xorg.conf">xorg.conf</a>
                    669:        </font>
1.106     nick      670: </td></tr><tr valign="top"><td>
1.102     nick      671:        IBM Thinkpad X40
                    672: </td><td>
                    673: <p><ul>
1.133     grunk     674:        <li>OpenBSD 3.7-current (June 12, 2005) works fine.
1.109     jolan     675:        <li>SD Card Slot is not presently supported.
1.102     nick      676:        <li>The built-in "Intel PRO/Wireless 2200BG" works only with additional
                    677:        firmware. See
                    678:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;sektion=4">iwi(4)</a>
                    679:        for more information.
1.133     grunk     680:        <li>The X40 model 2386-8WU 512MB RAM/40GB HD has an Atheros AR5212
                    681:        wireless card built in. It works with 3.7-current, but not with 3.7
                    682:        release.
                    683:        <li>UltraBase X4 works but is not hot-swappable. Machine locks up or
                    684:        becomes unstable when trying to hot-plug the base. Work is being done
                    685:        on a <a href="http://ibm-acpi.sourceforge.net">Linux ACPI driver</a>.
1.115     nick      686:        <li>The use of other mini-PCI cards may be restricted by the BIOS.
1.110     nick      687:        However, non-IBM supplied cards can be used after running the
                    688:        <tt>/usr/ports/misc/tpwireless</tt> utility.
1.108     djm       689:        <li>APM works fine, including suspend to hard-disk (hibernation)
1.102     nick      690:        <li>If you want to use Hibernation, you must have a small
1.103     nick      691:        msdos partition with a save2dsk.bin. For this, you can use
1.102     nick      692:        <tt>/usr/ports/sysutils/tphdisk</tt>.
1.104     nick      693:        <li>Perhaps one of the best supported notebooks because several
1.110     nick      694:        developers also use it.
1.102     nick      695: </ul>
1.133     grunk     696:        Contact <a href="mailto:marcus.popp@paranoidbsd.org">Marcus Popp (1)</a>
                    697:        or <a href="mailto:steve@stevenfettig.com">Steve Fettig (2)</a>.
1.102     nick      698:        <p align="left">
                    699:        <font size=2>
1.133     grunk     700:        <a href="http://www.paranoidbsd.org/x40/dmesg.37.txt">dmesg (1)</a>
1.102     nick      701:        &brvbar;
1.133     grunk     702:        <a href="http://www.paranoidbsd.org/x40/xorg.conf.37.txt">xorg.conf (1)</a>
                    703:        &brvbar;
1.137     grunk     704:        <a href="http://anywheretechnology.com/machconfigs/dmesg_tpx40_23868WU.txt">dmesg (2)</a>
1.133     grunk     705:        &brvbar;
                    706:        <a href="http://anywheretechnology.com/machconfigs/xorg.conf.tpx40_23868WU">xorg.conf (2)</a>
1.102     nick      707:        </font>
1.106     nick      708: </td></tr><tr valign="top"><td>
1.91      nick      709:        JVC MP-XP 7250DE
1.92      nick      710: </td><td>
1.97      nick      711: <p><ul>
1.107     nick      712:        <li>OpenBSD 3.6-current (October 2004) works.
1.97      nick      713:        <li>Everything works fine except APM and the built-in
                    714:        SD card reader.
                    715:        <li>Since OpenBSD 3.4 the boot loader does not boot correctly from
1.91      nick      716:        USB CDROM on this machine -- workaround: take 3.3 and upgrade or
1.97      nick      717:        boot via network or PCMCIA floppy.
                    718:        <li>The audio chipset is supported. Wireless 802.11b PRISM 2.5 (USB)
                    719:        is supported, too.
                    720: </ul>
                    721:        Contact <a href="mailto:umaxx@oleco.net">Joerg Zinke</a>.
1.111     nick      722:        <p align="left">
                    723:        <font size=2>
                    724:        <a href="http://people.freenet.de/umaxx/jvc-dmesg.txt">dmesg</a>
                    725:        &brvbar;
                    726:        <a href="http://people.freenet.de/umaxx/jvc-xfconfig.txt">xorg.conf</a>
                    727:        &brvbar;
                    728:        <a href="http://umaxx.um.funpic.de/howtos/howto_openbsd-on-jvc-mp-xp7250de.php">
                    729:        more info</a>.
                    730:        </font>
1.106     nick      731: </td></tr><tr valign="top"><td>
1.120     grunk     732:        Medion MD6100 (model no. FID2040)
                    733: </td><td>
                    734: <p><ul>
                    735:        <li>OpenBSD 3.7-current (April 2005) works.
                    736:        <li>ACPI-only machine, no APM support.
                    737:        <li>sis0 has certain issues, see postings
                    738:        <a href="http://marc.theaimsgroup.com/?l=openbsd-tech&amp;m=105760910331290&amp;w=2">[1]</a>,
                    739:        <a href="http://marc.theaimsgroup.com/?l=openbsd-misc&amp;m=110132503025407&amp;w=2">[2]</a>, and
                    740:        <a href="http://marc.theaimsgroup.com/?l=openbsd-misc&amp;m=111251336023861&amp;w=2">[3]</a>.
                    741:        <li>infrared does not work under OpenBSD.
                    742:        <li>sound is erratic, two out of three times.
                    743:        <li>USB2.0 doesn't work (pci_intr_map: no mapping for pin D).
                    744:        <li>To use the onboard NIC, make sure the interface is in Promiscuous
                    745:        mode. I use `tcpdump -i sis0 -w /dev/null` to accomplish this. For
                    746:        normal operation I add a (wireless) PCMCIA NIC.
                    747:        Audio programs (mplayer/mpg123/ogg123/xmms/etc) simply should be
                    748:        restarted once or twice to get proper audio.
                    749: </ul>
                    750:        Overall, this laptop stinks. It's heavy, powerhungry and gets very hot
                    751:        (too hot, often it will shut itself down to prevent meltdown).
                    752:        A lot of hardware works only mediocre. The battery doesn't last long.
                    753:        It's huge/bulky. It's *extremely* noisy. But, it *does* run OpenBSD.
                    754:        And, when properly cooled, it's pretty fast (2.6 GHz). Why anyone
                    755:        would need that much CPU in a laptop is beyond me, but it's there.
                    756:        <p>
                    757:        Contact <a href="mailto:weerd@weirdnet.nl">Paul de Weerd</a>.
                    758:        <p align="left">
                    759:        <font size=2>
                    760:        <a href="http://www.weirdnet.nl/openbsd/dmesg/nugget">dmesg</a>
                    761:        &brvbar;
                    762:        <a href="http://www.weirdnet.nl/openbsd/xorg/nugget">xorg.conf</a>
                    763:        </font>
                    764: </td></tr><tr valign="top"><td>
1.146     grunk     765:        NEC Lavie C LC600J/5
                    766: </td><td>
                    767: <p><ul>
                    768:        <li>OpenBSD 3.7-current (Apr 26, 2005) works.
                    769:        <li>APM, PCMCIA and USB work.
                    770:        <li>This machine's BIOS uses Ctrl+Alt+F5 as a hotkey to hibernate.
                    771:        So I have to specify a swapctrlcaps variant in <tt>/etc/kbdtype</tt>.
                    772:        <li>No separate xorg.conf needed, <tt>getconfig</tt> works like magic.
                    773: </ul>
                    774:        Contact <a href="mailto:ttakah@lapis.plala.or.jp">Tamotsu Takahashi</a>.
                    775:        <p align="left">
                    776:        <font size=2>
                    777:        <a href="http://www10.plala.or.jp/sanrinsha/tamo/dmesg">dmesg</a>
                    778:        </font>
                    779: </td></tr><tr valign="top"><td>
1.158     grunk     780:        NEC Versa S940
                    781: </td><td>
                    782: <p><ul>
1.159     grunk     783:        <li>OpenBSD 3.8-release works.
                    784:        <li>i810 works ok, 1280x768 wide screen, after enabling the resolution
                    785:        using the ports <tt>x11/855resolution</tt> tool by invoking it in
                    786:        <tt>/etc/rc.securelevel</tt> like:
1.158     grunk     787: <pre>
1.159     grunk     788:        /usr/local/sbin/855resolution 4d 1280 768 &gt;/dev/null
1.158     grunk     789: </pre>
                    790:        <li>sound card, iwi (download firmware first) and rl work ok.
                    791:        <li>APM is not detected, <tt>halt -p</tt> does not poweroff.
                    792:        <li><tt>sysctl hw.setperf=..</tt> does not change the CPU speed.
                    793:        <li>lots of "not configured" components in dmesg
                    794: </ul>
1.159     grunk     795:        Contact <a href="mailto:aurelien6545@free.fr">Aur&eacute;lien</a>.
1.158     grunk     796:        <p align="left">
                    797:        <font size=2>
                    798:        <a href="http://aurelien26.free.fr/s940/dmesg">dmesg</a>
                    799:        &brvbar;
                    800:        <a href="http://aurelien26.free.fr/s940/xorg.conf">xorg.conf</a>
                    801:        &brvbar;
                    802:        <a href="http://www.nec-online.com/product/P_Range.asp?id=523#">product info</a>
                    803:        </font>
                    804: </td></tr><tr valign="top"><td>
1.89      nick      805:        Sony VAIO PCG C1XD
1.92      nick      806: </td><td>
1.97      nick      807: <p><ul>
1.146     grunk     808:        <li>OpenBSD 3.7-current (June 3, 2005) works.
                    809:        <li>USB and built-in sound (yds) work just fine.
1.110     nick      810:        <li>My 3com Megahertz Cardbus LAN Card
                    811:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl">xl(4)</a>
                    812:        works ok.
1.89      nick      813:        <li>Jog Dial and the mini camera were useless to me, so I never
                    814:        tested them.
                    815:        <li>While the GENERIC Kernel works fine, the installation ramdisk
                    816:        kernel hangs on booting since OpenBSD 3.3 or so. Disabling the
                    817:        cardslot and PCMCIA subsystem in UKC before booting makes the ramdisk
                    818:        come up, too. But then you have to install from images you left on
                    819:        the hard disk before (e. g. in a discardable filesystem in the
                    820:        partition you want to use for swapping later), because you can't
                    821:        access LAN or WLAN without the cardslot.
                    822:        <li>Removing cards from the PCMCIA/Cardbus slot on a running
                    823:        system may cause system freeze or instant reboot sometimes.
                    824:        <li>My D-Link DWL-650 (PrismII) works for some time, but then
                    825:        locks up and has to be reinserted to work again. This, however,
                    826:        causes the problems mentioned above.
                    827:        <li>APM works partly: "<b>halt -p</b>" switches off the machine, but
                    828:        sometimes, you can't wake up from "<b>zzz</b>".
1.97      nick      829: </ul>
1.146     grunk     830:        Contact <a href="mailto:grunk@openbsd.org">Alexander von Gernler</a>.
1.97      nick      831:        <p align="left">
                    832:        <font size=2>
                    833:        <a href="http://pestilenz.org/~grunk/openbsd/vario/dmesg">dmesg</a>
                    834:        &brvbar;
1.146     grunk     835:        <a href="http://pestilenz.org/~grunk/openbsd/vario/xorg.conf">xorg.conf</a>
1.97      nick      836:        </font>
1.106     nick      837: </td></tr><tr valign="top"><td>
1.132     grunk     838:        Sony VAIO PCG-FX602
                    839: </td><td>
                    840: <p><ul>
                    841:        <li>OpenBSD 3.7 works.
                    842:        <li>Audio does not work: you have to disable auvia* in GENERIC
                    843:        after installation.
                    844:        <li>APM, USB and PCMCIA work fine.
                    845:        <li>X.org runs out of the box, so no xorg.conf file supplied
                    846:        <li>Custom hack for <tt>hw.setperf</tt>:
                    847:        <ul>
                    848:        <li>Apply the
                    849:        <a href="http://www.disorder.ru/openbsd/acpi.html">ACPI-patches</a>
                    850:        from Alexander Yurchenko.
                    851:        <li>Then edit /usr/src/sys/conf/files and add in line 21:
                    852: <pre>
                    853:        define  acpibus {}
                    854: </pre>
                    855:        <li>Add to /usr/src/sys/sys/malloc.conf
                    856: <pre>
                    857:        #define M_ACPI  122     /* ACPI */
                    858: </pre>
                    859:        <li>Comment out the Sony SPIC stuff in
                    860:        <tt>/usr/src/sys/arch/i386/conf/files.i386</tt>
                    861:        and <tt>/usr/src/sys/arch/i386/conf/GENERIC_ACPI</tt>
                    862:        (This stuff does not compile for me and i don't care about it;)
                    863:        <li>rebuild kernel, /usr/src/sbin/sysctl, /usr/src/usr.sbin/acpid[ump]
                    864:        <li>You are now able to set hw.setperf via sysctl.
                    865:        </ul>
                    866:
                    867:        <li>I run additionally a
                    868:        <a href="http://metawire.org/~leopold/files/cpud-0.2.tgz">utility</a>
                    869:        I wrote to control this value automatically depending on cpu-load.
                    870:        It is based on Laurie Tratts' <tt>perfd</tt>.
                    871:        Just unpack and run make && sudo make install.<br>
                    872:        This way you are able to sustain Battery life up to 2 1/2 - 3 hours.
                    873:        And the fan stops to run permanently.
                    874: </ul>
                    875:        Contact <a href="mailto:a.schlichting@lemarit.com">Alf Schlichting</a>.
                    876:        <p align="left">
                    877:        <font size=2>
                    878:        <a href="http://metawire.org/~leopold/files/lap.dmesg">dmesg</a>
                    879:        </font>
                    880: </td></tr><tr valign="top"><td>
1.147     grunk     881:        Sony VAIO PCG-K115Z
                    882: </td><td>
                    883: <p><ul>
                    884:        <li>OpenBSD 3.7-current (May 29, 2005) works.
                    885:        <li>LAN interface ("Realtek 8139"): works.
                    886:        <li>DVD/CDROM ("MATSHITA, UJ-820D, 1.01"): works.
                    887:        <li>touchpad and X just work.
                    888:        <li>APM: no problem, at least for <tt>halt -p</tt>.
1.152     jmc       889:        <li>audio (AC'97): works.
1.147     grunk     890:        <li>USB works.
                    891:        <li>wlan interface ("Atheros AR5212") doesn't work (see dmesg).
                    892: </ul>
                    893:        Contact <a href="mailto:izi@club-internet.fr">David JEAN-LOUIS</a>.
                    894:        <p align="left">
                    895:        <font size=2>
                    896:        <a href="http://izimobil.org/PCG-K115Z.dmesg">dmesg</a>
                    897:        &brvbar;
                    898:        <a href="http://izimobil.org/PCG-K115Z.xorg.conf">xorg.conf</a>
                    899:        </font>
                    900: </td></tr><tr valign="top"><td>
1.138     grunk     901:        Sony Vaio PCG-Z505JSK
1.119     grunk     902: </td><td>
                    903: <p><ul>
1.138     grunk     904:        <li>OpenBSD 3.7 works.
                    905:        <li>APM works fine.
                    906:        <li>Port extender and memory stick untested.
                    907:        <li>I had to turn on the software cursor for X to work properly, but
                    908:        otherwise the xorg configurator worked fine.
                    909:        <li>Lucent/Orinoco Gold Card for networking works fine.
1.119     grunk     910: </ul>
1.138     grunk     911:        Contact <a href="mailto:openbsd@exnext.com">John Karabaic</a>.
1.119     grunk     912:        <p align="left">
                    913:        <font size=2>
1.138     grunk     914:        <a href="http://www.exnext.com/z505dmesg.txt">dmesg</a>
1.119     grunk     915:        &brvbar;
1.138     grunk     916:        <a href="http://www.exnext.com/xorg.conf">xorg.conf</a>
1.119     grunk     917:        </font>
                    918: </td></tr><tr valign="top"><td>
1.138     grunk     919:        Sony VAIO PCG-Z505N
1.119     grunk     920: </td><td>
                    921: <p><ul>
                    922:        <li>OpenBSD 3.6-current (as of August 2004) runs. Installation is
                    923:        cumbersome, though. The Sony CD drive does not boot the snapshot CD.
                    924:        <li>Installation by USB floppy:
                    925:        The floppy36.fs of the snapshot (august 2004)
                    926:        can be brought to boot if one disables the
                    927:        following (boot -c, wait for the UKC&gt; prompt):
1.126     grunk     928: <pre>
1.119     grunk     929:        disable pcibios
                    930:        disable fxp
                    931:        disable pcic
1.126     grunk     932: </pre>
1.119     grunk     933:        <li>After this there is no USB, no PCMCIA, no Cardbus
                    934:        and no network. This means that the laptop has
                    935:        no input/output! So you have to put the install sets
                    936:        on a partition from some other OS or earlier installations
                    937:        of OpenBSD. The install script can mount ffs and msdos
                    938:        partitions. The kernel as supplied with the snapshot
                    939:        boots alright and recognizes all the relevant hardware
                    940:        (no firewire, no memorystick, no JogDial).
                    941:        <li>Sound (yds) works. The XFConfig from the OpenBSD install
                    942:        works without modification.
                    943: </ul>
                    944:        Contact <a href="mailto:vaio@weggla.franken.de">Matthias Bauer</a>.
1.162     grunk     945: <!--
1.119     grunk     946: </td></tr><tr valign="top"><td>
1.138     grunk     947:        Sony VAIO VGN-S16TP
                    948: </td><td>
                    949: <p><ul>
                    950:        <li>OpenBSD 3.7-current (June 2005) works.
                    951:        <li>Everything works just fine.
                    952: </ul>
                    953:        Contact <a href="mailto:kevlo@openbsd.org">Kevin Lo</a>.
                    954:        <p align="left">
                    955:        <font size=2>
                    956:        <a href="http://www.kevlo.org/dmesg">dmesg</a>
                    957:        &brvbar;
                    958:        <a href="http://www.kevlo.org/xorg.conf">xorg.conf</a>
                    959:        </font>
1.162     grunk     960: -->
1.138     grunk     961: </td></tr><tr valign="top"><td>
1.142     grunk     962:        Toshiba Libretto 70CT
                    963: </td><td>
                    964: <p><ul>
1.160     grunk     965:        <li>OpenBSD 3.8 works.
1.142     grunk     966:        <li>APM works OK.
1.160     grunk     967:        <li>Sound works once kernal has been configured using config(8).
                    968:        <li>2 different dmesgs are supplied:
                    969:        [1] with Xircom Wired network PCMCIA card,
                    970:        and [2] with wireless PCMCIA card and wss enabled.
1.142     grunk     971: </ul>
                    972:        Contact <a href="mailto:fred@crowsons.net">Fred Crowson</a>.
                    973:        <p align="left">
                    974:        <font size=2>
1.160     grunk     975:        <a href="http://www.crowsons.net/puters/txt/fcm38.txt">dmesg [1]</a>
1.142     grunk     976:        &brvbar;
1.160     grunk     977:        <a href="http://www.crowsons.net/puters/txt/fcm38wi.txt">dmesg [2]</a>
1.142     grunk     978:        &brvbar;
1.160     grunk     979:        <a href="http://www.crowsons.net/puters/libretto_xorg.conf.txt">xorg.conf</a>
1.142     grunk     980:        &brvbar;
1.160     grunk     981:        <a href="http://www.crowsons.net/puters/fcm.php">more info</a>
1.142     grunk     982:        </font>
                    983: </td></tr><tr valign="top"><td>
1.94      nick      984:        Toshiba Satellite 2410S
1.92      nick      985: </td><td>
1.97      nick      986: <p><ul>
1.161     aanriot   987:        <li>It's running OpenBSD 3.8-current (November, 2005).
1.153     aanriot   988:        <li>Graphics, sound and ethernet are working fine.
1.161     aanriot   989:        <li>APM is not really usable.
                    990:        <li>There's a bug with a few Toshiba laptops and X. Ratio is too
                    991:        quick, and some chars are repeated; you have to disable
1.96      nick      992:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&amp;sektion=7">X</a>'s
1.161     aanriot   993:        kbd handling to avoid that, and load a map with xmodmap(1) if
                    994:        needed.
1.97      nick      995: </ul>
1.153     aanriot   996:        Contact <a href="mailto:aanriot@openbsd.org">Alexandre Anriot</a>.
1.97      nick      997:        <p align="left">
                    998:        <font size=2>
                    999:        <a href="http://www.atlantilde.com/dmesg/albatros.txt">dmesg</a>
                   1000:        &brvbar;
1.153     aanriot  1001:        <a href="http://www.atlantilde.com/config/xorg_conf_laptop">xorg.conf</a>
1.97      nick     1002:        </font>
1.118     grunk    1003: </td></tr><tr valign="top"><td>
1.154     grunk    1004:        Toshiba Satellite 2430-101
                   1005: </td><td>
                   1006: <p><ul>
                   1007:        <li>OpenBSD 3.7-current (June 3, 2005) works.
                   1008:        <li>Cardbus works.
                   1009:        <li>X works.
                   1010:        <li>Sound is recognized (didn't try it).
                   1011:        <li>USB works (new devices are recognized at least).
                   1012:        <li>APM does not work (hard crash when resuming).
                   1013:        Tried APM 1.1 and a few other APM flags without success.
                   1014: </ul>
                   1015:        Contact <a href="mailto:nilsf@tako.de">Nils Frohberg</a>.
                   1016:        <p align="left">
                   1017:        <font size=2>
                   1018:        <a href="http://www.tako.de/openbsd/dmesg.boot">dmesg</a>
                   1019:        &brvbar;
                   1020:        <a href="http://www.tako.de/openbsd/xorg.conf">xorg.conf</a>
                   1021:        </font>
                   1022: </td></tr><tr valign="top"><td>
1.149     grunk    1023:        Toshiba Tecra A2
                   1024: </td><td>
                   1025: <p><ul>
                   1026:        <li>OpenBSD 3.7-current (June 1, 2005) just works.
                   1027:        <li>Built in iwi 2200b/g worked after finding firmware.
                   1028:        <li>Sound, PCMCIA and X.org work perfectly.
                   1029:        <li>usb tested with ipod shuffle, usb mouse and memory stick.
                   1030:        <li>The only problem occurs _sometimes_ when using "reboot" from X.
                   1031:        which causes a kernel panic when it tries to boot. Doing a hard power
                   1032:        off, then back on does not cause any problem.
                   1033: </ul>
                   1034:        Contact <a href="mailto:sbr@gnook.org">Sascha Ramin</a>.
                   1035:        <p align="left">
                   1036:        <font size=2>
                   1037:        <a href="http://gnook.org/~sbr/tobias/dmesg">dmesg</a>
                   1038:        &brvbar;
                   1039:        <a href="http://gnook.org/~sbr/tobias/xorg.conf">xorg.conf</a>
                   1040:        </font>
                   1041: </td></tr><tr valign="top"><td>
1.121     grunk    1042:        Toshiba Tecra 8000
                   1043: </td><td>
                   1044: <p><ul>
                   1045:        <li>OpenBSD 3.6-current (Jan 2005) works ok.
                   1046:        <li>All hardware except infrared works.
                   1047:        <li>Some issues with APM suspend/resume.
                   1048:        <li>Sound required the following change to /bsd :
                   1049:        <ul>
                   1050:                <li>In the system BIOS use the following values
1.126     grunk    1051: <pre>
1.121     grunk    1052:                Sound = Enabled
                   1053:                --- SOUND SYSTEM ---
                   1054:                WSS I/O Address = 530H
                   1055:                SBPro I/O Address = 220H
                   1056:                Synthesizer I/O Address = 388H
                   1057:                WSS & SBPro & MPU401 IRQ Level = IRQ5
                   1058:                WSS(Play) DMA = Channel 1
                   1059:                WSS(Rec.) & SBPro DMA = Channel 0
                   1060:                Control I/O Address = 538H
                   1061:                MPU401 (MIDI I/F) = 330H
1.126     grunk    1062: </pre>
1.121     grunk    1063:                <li>config -f -e /bsd
1.126     grunk    1064: <pre>
1.121     grunk    1065:                ukc> disable sb
                   1066:                193 sb0 disabled
                   1067:                241 sb* disabled
                   1068:                ukc> change wss0
                   1069:                197 wss0 at isa0 port 0x530 size 0 iomem -1 iosiz 0 irq 10 drq 0
                   1070:                +drq2 -1 flags 0x0
                   1071:                change [n] y
                   1072:                port [0x530] ?
                   1073:                size [0] ?
                   1074:                iomem [-1] ?
                   1075:                iosiz [0] ?
                   1076:                irq [10] ? 5
                   1077:                drq [0] ? 1
                   1078:                drq2 [-1] ? 0
                   1079:                flags [0] ?
                   1080:                197 wss0 changed
                   1081:                197 wss0 at isa0 port 0x530 size 0 iomem -1 iosiz 0 irq 5 drq 1
                   1082:                +drq2 0 flags 0x0
                   1083:                ukc> quit
                   1084:                Saving modified kernel.
1.126     grunk    1085: </pre>
1.121     grunk    1086:        </ul>
                   1087:        <li>separate xorg.conf not needed, X works perfectly without one
                   1088: </ul>
                   1089:        An older but still very useable laptop. Not too fast, but fast enough
                   1090:        for some DivX viewing with mplayer and firefox/thunderbird-use (not
                   1091:        for the impatient though, but then again, what is?). The fan can get
                   1092:        a bit loud after many power-on hours. This also impacts battery
                   1093:        lifetime, but that is to be expected. Nice and well supported.
                   1094:        <p>
                   1095:        Contact <a href="mailto:weerd@weirdnet.nl">Paul de Weerd</a>.
                   1096:        <p align="left">
                   1097:        <font size=2>
                   1098:        <a href="http://www.weirdnet.nl/openbsd/dmesg/whopper">dmesg</a>
                   1099:        </font>
                   1100: </td></tr><tr valign="top"><td>
1.118     grunk    1101:        Toshiba Tecra 8100
                   1102: </td><td>
                   1103: <p><ul>
                   1104:        <li>OpenBSD 3.7-current (April 2005) works ok.
                   1105:        <li>All hardware except infrared works.
                   1106:        <li>Some issues with APM suspend/resume.
                   1107: </ul>
                   1108:        Very nice laptop indeed. Quiet, boots very fast, most hardware is
                   1109:        supported. Only APM doesn't work very well. Pretty fast, not too
                   1110:        heavy, very OpenBSD-friendly - just like its predecessor, the Tecra
                   1111:        8000. Battery can get a bit rusty, works good from 100% to 50%, then
                   1112:        drops to ~3% in minutes. Not too strange for an older machine though.
                   1113:        <p>
                   1114:        Contact <a href="mailto:weerd@weirdnet.nl">Paul de Weerd</a>.
                   1115:        <p align="left">
                   1116:        <font size=2>
                   1117:        <a href="http://www.weirdnet.nl/openbsd/dmesg/pizza">dmesg</a>
                   1118:        &brvbar;
                   1119:        <a href="http://www.weirdnet.nl/openbsd/xorg/pizza">xorg.conf</a>
                   1120:        </font>
1.150     grunk    1121: </td></tr><tr valign="top"><td>
                   1122:        Twinhead N15RB
                   1123: </td><td>
                   1124: <p><ul>
                   1125:        <li>OpenBSD 3.7-current (June 12, 2005) works.
                   1126:        <li>apm does not work correctly. "Battery state: absent" and 0 percent
                   1127:        charge when running on AC or battery. <tt>apm -z</tt> does work though.
                   1128:        <li>Cardbus does not work - check dmesg for interrupt mapping error.
                   1129:        <li>The built-in wireless is now working with the iwi firmware from
                   1130:        <a href="http://damien.bergamini.free.fr/ipw/">Damien Bergamini's ipw page</a>.
                   1131:        <li>Everything else seems to work OK.
                   1132: </ul>
                   1133:        Contact <a href="mailto:jon@brain-box.net">Jon Trembley</a>.
                   1134:        <p align="left">
                   1135:        <font size=2>
                   1136:        <a href="http://open.brain-box.net/src/dmesg.current">dmesg</a>
                   1137:        &brvbar;
                   1138:        <a href="http://open.brain-box.net/src/xorg.conf">xorg.conf</a>
                   1139:        </font>
1.92      nick     1140: </td></tr>
1.1       deraadt  1141: </table>
                   1142:
1.110     nick     1143: <p> If your laptop under OpenBSD is not listed above, feel free to mail
                   1144: <a href="mailto:www@openbsd.org">www@openbsd.org</a> to cure this.
1.111     nick     1145: Please supply as much information as possible, such as:
1.110     nick     1146: <ul>
                   1147:        <li>Notebook exact manufacturer, name and model.
                   1148:        <li>Latest OpenBSD version known to work on it (must be the latest
1.153     aanriot  1149:        release, snapshot, or -current).
1.110     nick     1150:        <li>List of working/not working things with OpenBSD.
                   1151:        <li>List of hacks you used to get certain things running.
                   1152:        <li>Links to your dmesg and xorg.conf.
                   1153:        <li>Contact name and email address.
                   1154: </ul>
                   1155:
1.92      nick     1156: <a href="i386.html"><img height=24 width=24 src="back.gif" border=0 alt=OpenBSD></a>
                   1157: <a href="mailto:www@openbsd.org">www@openbsd.org</a><br>
1.163   ! grunk    1158: <small>$OpenBSD: i386-laptop.html,v 1.162 2005/11/14 08:41:04 grunk Exp $</small>
1.92      nick     1159: </body></html>