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

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

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>
1.166   ! grunk     270:        <li>OpenBSD 3.8-current (Nov 24, 2005) works.
        !           271:        <li>Audio, video, PCMCIA, and onboard NIC work.
        !           272:        <li>halt -p works
        !           273:        <li>apmd works
        !           274:        <li>Standby (apm -S) does not work
        !           275:        <li>Suspend (zzz, apm -z) works with one caveat: the kernel
        !           276:        message that appears upon resume:
        !           277:        <pre>"uhci0: interrupt while not operating ignored" </pre>
        !           278:        will cause X to hang.  If you want to Suspend / Resume with
        !           279:        X running, and do not need USB, you may disable uhci* as a
        !           280:        circumvention.
1.122     grunk     281: </ul>
1.166   ! grunk     282:        Contact <a href="mailto:josh@jggimi.homeip.net">Josh Grosse</a>.
1.122     grunk     283:        <p align="left">
                    284:        <font size=2>
1.166   ! grunk     285:        <a href="http://mywebpages.comcast.net/jggimi/dmesg-c610-3.8-current-Nov-24-05">dmesg</a>
1.122     grunk     286:        </font>
                    287: </td></tr><tr valign="top"><td>
1.130     grunk     288:        Dell Latitude c640
                    289: </td><td>
                    290: <p><ul>
                    291:        <li>OpenBSD 3.7-current (May 29, 2005) works.
                    292:        <li>Integrated auich works fine, but one can hear a little 'crack'
                    293:        everytime a sound is started and ended.
                    294:        <li>xl, USB, touchpad, Trackpoint, com0, APM, carbus, integrated
                    295:        ATI Radeon Mobility M7 LW all work fine.
                    296:        <li>not tested: tv-out, infrared, microphone
                    297: </ul>
                    298:        Contact <a href="mailto:jkossen@xs4all.nl">Jochem Kossen</a>.
                    299:        <p align="left">
                    300:        <font size=2>
                    301:        <a href="http://jkossen.nl/openbsd/dmesg_laptop_dell_c640">dmesg</a>
                    302:        &brvbar;
                    303:        <a href="http://jkossen.nl/openbsd/xorg.conf_laptop_dell_c640">xorg.conf</a>
                    304:        </font>
                    305: </td></tr><tr valign="top"><td>
1.164     grunk     306:        Dell Latitude D500
                    307: </td><td>
                    308: <p><ul>
                    309:        <li>OpenBSD 3.8 works.
                    310:        <li>The onboard NIC (fxp) works fine.
                    311:        <li>ACPI-only machine, no APM support.
                    312:        <li>Enhanced SpeedStep works.
                    313:        <li>The touchpad works fine.
                    314:        <li>USB 2.0 works: USB mouse device tested.
1.165     grunk     315:        <li>Built-in CD/DVD player and writer works.
1.164     grunk     316:        <li>Sound (auich) works, but it's set to maximum volume by default.
                    317:        I've put <tt>outputs.master=100</tt> in /etc/mixerctl.conf.
                    318:        <li>Built-in wireless (ipw) works fine with the firmware, see
                    319:        <a href="faq/faq6.html#Wireless">FAQ 6 - Wireless networking</a>.
                    320:        <li>X.org 6.8.2 at 1024x768 by default. Switching from LCD to external display
                    321:        works. I've only had issues with MonitorLayout set to <tt>LFP+CRT,LFP</tt>
                    322:        (see Dell Latitude D505), restarting X helps.
                    323:        <li>Adjusting the display brightness with the fn keys works.
1.165     grunk     324:        <li>Not tested: PCMCIA and the touchpad on console.
1.164     grunk     325: </ul>
                    326:        Contact <a href="mailto:janus@errornet.de">Simon Dassow</a>.
                    327:        <p align="left">
                    328:        <font size=2>
                    329:        <a href="http://janus.errornet.de/files/configs/codebeta.dmesg">dmesg</a>
                    330:        &brvbar;
                    331:        <a href="http://janus.errornet.de/files/configs/codebeta.xorg.conf">xorg.conf</a>
                    332:        </font>
                    333: </td></tr><tr valign="top"><td>
1.136     grunk     334:        Dell Latitude D505
                    335: </td><td>
                    336: <p><ul>
                    337:        <li>OpenBSD 3.7 works.
                    338:        <li>The onboard NIC (fxp) works fine.
                    339:        <li>ACPI-only machine, no APM support.
                    340:        <li>The touchpad works fine, under X as well as under text consoles.
                    341:        <li>USB 2.0 works fine: DVD writing using an external USB DVD
                    342:        writer, as well as a USB flash device.
                    343:        <li>Built-in CD/DVD player works nicely.
                    344:        <li>Sound (auich) works, but it's very loud by default, especially
                    345:        the beep. For this reason, I've put <tt>outputs.master=30</tt> in
                    346:        /etc/mixerctl.conf.
                    347:        <li>The Broadcom BCM4306 built-in wireless is not supported. Why? See
                    348:        <a href="faq/faq6.html#Wireless">FAQ 6 - Wireless networking</a>.
                    349:        <li>X.org 6.8.2 works. The maximum resolution of this machine is
                    350:        1024x768. Somehow it defaults to a lower resolution, so you probably
                    351:        want an xorg.conf file. Switching from LCD to external display works,
                    352:        but it makes the mouse pointer die and displays a few lines of crap
                    353:        at the top of the screen.
                    354:        The only solution seems to be to just restart X.
                    355:        <li>Not tested: PCMCIA/Cardbus.
                    356: </ul>
                    357:        Contact <a href="mailto:steven.mestdagh@esat.kuleuven.be">Steven Mestdagh</a>.
                    358:        <p align="left">
                    359:        <font size=2>
                    360:        <a href="http://www.esat.kuleuven.be/~smestdag/openbsd/latitude-d505-dmesg">dmesg</a>
                    361:        &brvbar;
                    362:        <a href="http://www.esat.kuleuven.be/~smestdag/openbsd/latitude-d505-xorg.conf">xorg.conf</a>
                    363:        </font>
                    364: </td></tr><tr valign="top"><td>
1.129     grunk     365:        Dell Latitude D600
                    366: </td><td>
                    367: <p><ul>
1.130     grunk     368:        <li>OpenBSD 3.7-current (June 15, 2005) works.
1.129     grunk     369:        <li>Audio, video (1024x768), and onboard NIC (Gigabit Broadcom
                    370:        570x) work just fine.
                    371:        <li>Built-in wireless (Dell TrueMobile 1300) not supported.
                    372: </ul>
                    373:        Contact <a href="mailto:benny@bennyvision.com">Benny</a>.
                    374:        <p align="left">
                    375:        <font size=2>
1.130     grunk     376:        <a href="http://www.bennyvision.com/projects/openbsd/dell-latitude-d600/dell_latitude_d600_current.dmesg">dmesg</a>
1.129     grunk     377:        &brvbar;
                    378:        <a href="http://www.bennyvision.com/projects/openbsd/dell-latitude-d600/dell_latitude_d600.xorg">xorg.conf</a>
                    379:        </font>
                    380: </td></tr><tr valign="top"><td>
1.151     grunk     381:        Dell Latitude D610
                    382: </td><td>
                    383: <p><ul>
                    384:        <li>OpenBSD 3.7 works.
                    385:        <li>X works fine without custom xorg.conf.
                    386:        <li>USB mouse and kbd work, both connected to the docking station,
                    387:        and built-in.
                    388:        <li>Broadcom ethernet works.
                    389:        <li>CD-ROM, touchpad and trackpoint work fine.
                    390:        <li>Dell 1450 WLAN card does not work.
                    391:        <li>Sound does not work.
                    392: </ul>
                    393:        Contact <a href="mailto:unixi@freeshell.org">James Boyle</a>.
                    394:        <p align="left">
                    395:        <font size=2>
                    396:        <a href="http://unixi.freeshell.org/OpenBSD/d610/dmesg">dmesg</a>
                    397:        &brvbar;
                    398:        <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>
                    399:        &brvbar;
                    400:        <a href="http://unixi.freeshell.org/OpenBSD/d610/dell-delivery-info">laptop config options</a>
                    401:        </font>
                    402: </td></tr><tr valign="top"><td>
1.144     grunk     403:        Dell Latitude D800
                    404: </td><td>
                    405: <p><ul>
                    406:        <li>There are several variations of this model. This one shipped with
                    407:        2 GHz Pentium M and GeForce FX Go5650.
                    408:        <li>OpenBSD 3.7 works.
                    409:        <li>LAN, USB 2.0 and serial ports work.
                    410:        <li>Bluetooth and WLAN (Dell TrueMobile 1300 interal b/g mini PCI)
                    411:        not detected.
                    412:        <li>Function keys which control audio and power don't work.
                    413:        <li>Sound works ok.
                    414:        <li>To get Xorg working with 1920x1200 resulution, I used the following
                    415: <pre>
                    416: Modeline "1920x1200" 162 1920 1984 2176 2480 1200 1201 1204 1250 +hsync +vsync
                    417: </pre>
                    418: </ul>
                    419:        Contact <a href="mailto:jyry@helzinki.net">Jyry Suuntala</a>.
                    420:        <p align="left">
                    421:        <font size=2>
                    422:        <a href="http://helzinki.net/dell/dmesg">dmesg</a>
                    423:        &brvbar;
                    424:        <a href="http://helzinki.net/dell/xorg.conf">xorg.conf</a>
                    425:        </font>
                    426: </td></tr><tr valign="top"><td>
1.157     grunk     427:        Dell Latitude L400
                    428: </td><td>
                    429: <p><ul>
                    430:        <li>OpenBSD 3.7 works
                    431:        <li>Integrated ethernet (xl), audio (clct), USB and PCMCIA work.
                    432:        <li><tt>apm -z</tt> works, but <tt>apm -S</tt> throws an error:
                    433: <pre>
                    434:        apm0: APM set power state: unable to enter requested state (96)
                    435: </pre>
                    436:        <li><tt>halt -p</tt> requires <tt>machdep.apmhalt=1</tt> in
                    437:        <tt>/etc/sysctl.conf</tt>.
                    438:
                    439: </ul>
                    440:        Contact <a href="mailto:lteo@metawire.org">Lawrence Teo</a>.
                    441:        <p align="left">
                    442:        <font size=2>
                    443:        <a href="http://metawire.org/~lteo/openbsd/L400/dmesg">dmesg</a>
                    444:        &brvbar;
                    445:        <a href="http://metawire.org/~lteo/openbsd/L400/xorg.conf">xorg.conf</a>
                    446:        </font>
                    447: </td></tr><tr valign="top"><td>
1.90      nick      448:        Fujitsu Siemens Amilo D 7820
1.92      nick      449: </td><td>
1.97      nick      450: <p><ul>
1.106     nick      451:        <li>OpenBSD 3.6 works.
                    452:        <li>APM is not working (boot with boot -c and then disable apm).
1.97      nick      453:        <li>Sound works fine.
                    454:        <li>Everything else on the machine works.
                    455: </ul>
                    456:        Contact <a href="mailto:salex@hackerhippie.de">Alexander Schmid</a>.
                    457:        <p align="left">
                    458:        <font size=2>
1.90      nick      459:        <a href="http://softbandit.com/~pw/users/salex/dmesg">dmesg</a>
1.97      nick      460:        &brvbar;
                    461:        <a href="http://softbandit.com/~pw/users/salex/XF86Config">XF86Config</a>
                    462:        </font>
1.106     nick      463: </td></tr><tr valign="top"><td>
1.116     grunk     464:        Fujitsu Siemens Lifebook E8010 with i855/SXGA+
                    465: </td><td>
                    466: <p><ul>
                    467:        <li>OpenBSD 3.7 works.
                    468:        <li>SD card reader and SVGA are not supported.
                    469:        <li>Doesn't have APM, so there's no way to suspend
                    470:        or <tt>'halt -p'</tt> the box.
                    471:        <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi">iwi(4)</a>
                    472:        needs an increased watchdog timeout of 10 in busy
                    473:        environments, see
                    474:        <a href="http://anoncvs.erisiandiscord.de/e8010/if_iwi.c.diff">
                    475:        if_iwi.c.diff</a>
                    476:        (with or without this diff, you might still experience 'fatal error'
                    477:        from time to time).
1.156     sturm     478:        <li>needs Xorg-current as of may 2005 (and
                    479:        <a href="http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/855resolution/">
1.116     grunk     480:        855resolution</a> for full 1400x1050 resolution).
                    481:        The laptop only does 1280x1024 by default.
                    482:        <li>Everything else on the machine works.
                    483: </ul>
                    484:        Contact <a href="mailto:sturm@openbsd.org">Nikolay Sturm</a>.
                    485:        <p align="left">
                    486:        <font size=2>
                    487:        <a href="http://anoncvs.erisiandiscord.de/e8010/dmesg">dmesg</a>
                    488:        &brvbar;
                    489:        <a href="http://anoncvs.erisiandiscord.de/e8010/xorg.conf">xorg.conf</a>
                    490:        &brvbar;
                    491:        <a href="http://anoncvs.erisiandiscord.de/e8010/if_iwi.c.diff">if_iwi.c.diff</a>
                    492:        </font>
1.162     grunk     493: <!--
1.116     grunk     494: </td></tr><tr valign="top"><td>
1.141     grunk     495:        IBM Thinkpad 390X
                    496: </td><td>
                    497: <p><ul>
                    498:        <li>OpenBSD 3.7 works.
                    499:        <li>apm(8): <tt>apm -z</tt> works fine, but cannot <tt>apm -S</tt>:
                    500:        error message: <tt>unable to enter requested state (96)</tt>.
                    501:        <li>USB and PCMCIA work fine.
                    502:        <li>Sound: eso(4) is detected.
                    503:        <li>IRDA not tested.
                    504: </ul>
                    505:        Contact <a href="mailto:antonio.abenojar@hazent.com">Antonio Abenojar</a>.
                    506:        <p align="left">
                    507:        <font size=2>
                    508:        <a href="http://people.hazent.com/~adl/obsd/laptop/dmesg">dmesg</a>
                    509:        &brvbar;
                    510:        <a href="http://people.hazent.com/~adl/obsd/laptop/xorg.conf">xorg.conf</a>
                    511:        </font>
1.162     grunk     512: -->
1.141     grunk     513: </td></tr><tr valign="top"><td>
1.135     grunk     514:        IBM Thinkpad R40
                    515: </td><td>
                    516: <p><ul>
                    517:        <li>OpenBSD 3.7 works.
                    518:        <li>Suspend and suspend-to-disk work, but not while X is running.
                    519:        Only in console mode.  In X it just seems to lock up.
                    520:        <li>Third mouse button does not work unless trackpad is disabled
                    521:        in the BIOS.
                    522:        <li>S-Video output port does not work.
                    523:        <li>No special xorg.conf needed
                    524:        <li>Everything else works.
                    525: </ul>
                    526:        Contact <a href="mailto:asveikau@mail.rochester.edu">Andrew Sveikaus</a>.
                    527:        <p align="left">
                    528:        <font size=2>
                    529:        <a href="http://mail.rochester.edu/~asveikau/r40.dmesg">dmesg</a>
                    530:        </font>
                    531: </td></tr><tr valign="top"><td>
1.94      nick      532:        IBM Thinkpad T23 model 26478NU.
1.92      nick      533: </td><td>
1.97      nick      534: <p><ul>
1.101     nick      535:        <li>Works fine with OpenBSD 3.7-current (April 2005).
1.97      nick      536:        <li>If using a boot floppy the system may hang when probing ahc.
1.94      nick      537:        Workaround: boot with -c and disable ahc.
                    538:        A GENERIC kernel does not have this issue.
1.101     nick      539:        <li>Serial ports must be enabled in BIOS.
                    540:        <li>"ctrl:nocaps" in X puts the control key in a proper location
                    541:        <li>Apm mostly works -- suspends OK
                    542:        <li>Hibernation not tested, but should work with
                    543:        <tt>/usr/ports/sysutils/tphdisk</tt> from the ports collection.
1.97      nick      544:        <li>The audio chipset is supported (auich).
                    545: </ul>
                    546:        Contact <a href="mailto:marc@snafu.org">Marco S Hyman</a>.
                    547:        <p align="left">
                    548:        <font size=2>
1.101     nick      549:        <a href="http://www.snafu.org/t23/dmesg">dmesg</a>
                    550:        &brvbar;
                    551:        <a href="http://www.snafu.org/t23/xorg.conf">xorg.conf</a>
1.134     grunk     552:        &brvbar;
                    553:        <a href="http://www.snafu.org/t23/">more info</a>
1.97      nick      554:        </font>
1.106     nick      555: </td></tr><tr valign="top"><td>
1.148     grunk     556:        IBM Thinkpad T40, Type 2374-2G7
                    557: </td><td>
                    558: <p><ul>
                    559:        <li>OpenBSD 3.7-current (June 30, 2005) works.
                    560:        <li>Everything works fine
                    561:        <li><tt>apm -S</tt>, <tt>apm -Z</tt>, <tt>auich</tt> and built-in
                    562:        DVD/CD-RW work fine
                    563: </ul>
                    564:        Contact <a href="mailto:renaud@llorien.org">Renaud Allard</a>.
                    565:        <p align="left">
                    566:        <font size=2>
                    567:        <a href="http://www.llorien.org/OpenBSD/T40dmesg.txt">dmesg</a>
                    568:        &brvbar;
                    569:        <a href="http://www.llorien.org/OpenBSD/T40xorg.conf">xorg.conf</a>
                    570:        </font>
                    571: </td></tr><tr valign="top"><td>
1.125     grunk     572:        IBM Thinkpad T41p type 2373-GEU
                    573: </td><td>
                    574: <p><ul>
                    575:        <li>OpenBSD 3.7-current (June 2005) works.
                    576:        <li>Everything works fine: APM, X, onboard ethernet (em), sound,
                    577:        usb, docking station
                    578:        <li>onboard atheros works in 802.11b mode only
                    579: </ul>
                    580:        Contact <a href="mailto:matt@arin.net">Matt Rowley</a>.
                    581:        <p align="left">
                    582:        <font size=2>
                    583:        <a href="http://www.damnskippy.org/openbsd/dmesg.t41p-20050610">dmesg</a>
                    584:        &brvbar;
                    585:        <a href="http://www.damnskippy.org/openbsd/xorg.conf.new">xorg.conf</a>
                    586:        </font>
                    587: </td></tr><tr valign="top"><td>
1.117     grunk     588:        IBM Thinkpad T42 model 2373
                    589: </td><td>
                    590: <p><ul>
                    591:        <li>OpenBSD 3.7 works fine.
                    592:        <li>See entry for the X40 for the built-in
                    593:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;sektion=4">iwi(4)</a> or
                    594:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4">ipw(4)</a>
                    595:        802.11 card and APM/Hibernation support.
                    596:        <li>See entry for the X31 for Enhanced SpeedStep and the extra Thinkpad buttons.
                    597:        <li>The alternatively built-in "Atheros AR5212 (IBM MiniPCI)" 802.11 card works with the
                    598:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;sektion=4">ath(4)</a>
                    599:        driver.
                    600:        <li>X.org with ATI Radeon Mobility works fine (1024x768, 24bpp).
                    601:        <li>The built-in USB Bluetooth and infrared are not presently supported.
                    602:        <li>The built-in
1.143     grunk     603:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>
1.117     grunk     604:        gigabit ethernet device works fine.
                    605:        <li>The built-in
1.143     grunk     606:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;sektion=4">auich(4)</a>
1.117     grunk     607:        audio device works fine.
                    608:        <li>The built-in fingerprint scanner found in some models is not supported.
                    609: </ul>
                    610:        Contact <a href="mailto:reyk@openbsd.org">Reyk Floeter</a>.
                    611:        <p align="left">
                    612:        <font size=2>
                    613:        <a href="http://reyk.wlsec.net/dmesg-t42">dmesg</a>
                    614:        &brvbar;
                    615:        <a href="http://reyk.wlsec.net/xorg.conf-t42">xorg.conf</a>
                    616:        </font>
                    617: </td></tr><tr valign="top"><td>
1.131     grunk     618:        IBM Thinkpad X23
                    619: </td><td>
                    620: <p><ul>
                    621:        <li>OpenBSD 3.7 works fine.
                    622:        <li>Just like the IBM T23, kernels with ahc support may hang when
                    623:        booting. Use "boot -c" and disable ahc support with "disable ahc",
                    624:        followed by "exit" to continue booting.<br>
                    625:        GENERIC does not have this issue.
                    626:        <li>APM appears to work (suspends ok)
                    627:        <li>On-board NIC fxp(4) works, including PXE booting
                    628:        <li>On-board wireless NIC wi(4) works
                    629:        <li>USB works (misc mice, cdrom, usb to serial devices, and memory
                    630:        sticks all successfully tested)
                    631:        <li>PCMCIA works (misc NICs tested)
                    632:        <li>Built-in compact flash reader works
                    633: </ul>
                    634: Contact <a href="mailto:andreaso@it.su.se">Andreas &Ouml;stling</a>.
                    635:        <p align="left">
                    636:        <font size=2>
                    637:        <a href="http://people.su.se/~andreaso/OpenBSD/x23/dmesg">dmesg</a>
                    638:        &brvbar;
                    639:        <a href="http://people.su.se/~andreaso/OpenBSD/x23/xorg.conf">xorg.conf</a>
                    640:        </font>
                    641: </td></tr><tr valign="top"><td>
1.94      nick      642:        IBM Thinkpad X31
                    643: </td><td>
1.97      nick      644: <p><ul>
1.106     nick      645:        <li>Works with OpenBSD 3.7-current (April 2005).
                    646:        <li>Nearly all Hardware is supported, except FireWire.
1.97      nick      647:        <li>APM is well supported. Suspend mode (apm -s/zzz) works without
1.94      nick      648:        problems. Hibernation (suspend to disk) works also fine but
                    649:        requires a small MS-DOS partition with a hibernation file at the
                    650:        beginning of the harddisk. You can create this file with tphdisk
1.97      nick      651:        from ports (/usr/ports/sysutils/tphdisk).
                    652:
                    653:        <li>The two extra keys around the cursor block can be configured via
                    654:        xmodmap.
                    655:        <li>Example:
1.94      nick      656:
1.126     grunk     657: <pre>
1.96      nick      658:                xmodmap -e "keycode 233 = Page_Down"
                    659:                xmodmap -e "keycode 234 = Page_Up"
1.126     grunk     660: </pre>
1.94      nick      661:
1.97      nick      662:        <li>The integrated Intel PRO/Wireless 2100 in my X31 (Model 2672-C8G)
1.98      nick      663:        works with the
                    664:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4">ipw(4)</a>
                    665:        driver. But you need to download the unfree firmware first to get
                    666:        it working. For more details read
                    667:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipw&amp;sektion=4#FILES">ipw(4)</a>.
                    668:
                    669:        <li>I'm planning to replace this card with a
                    670:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;sektion=4">ral(4)</a>
                    671:        or an
                    672:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&amp;sektion=4">ath(4)</a>.
1.94      nick      673:        For these cards, no unfree firmware required. To replace it,
                    674:        I'll have to <i>unlock</i> the bios first because IBM allows only
1.115     nick      675:        <i>special</i> IBM mini-PCI cards to be installed. The bios can
1.97      nick      676:        be patched with the tpwireless program
1.115     nick      677:        (<tt>/usr/ports/misc/tpwireless</tt>, <b>use on your own risk!</b>).
1.94      nick      678:
1.97      nick      679:        <li>The integrated CF-Card reader (really nice!) is supported
                    680:        as well.
1.94      nick      681:
1.127     david     682:        <li>Enhanced SpeedStep is supported. You can adjust the CPU speed
1.97      nick      683:        via sysctl (<tt>sysctl hw.setperf</tt>).
1.94      nick      684:
1.98      nick      685:        <li>The on-board
                    686:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&amp;sektion=4">fxp(4)</a>
                    687:        and
                    688:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=auich&amp;sektion=4">auich(4)</a>
1.99      nick      689:        are working without problems.
1.94      nick      690:
1.97      nick      691:        <li>The keys for mute, volume up and volume down are working fine.
1.94      nick      692:        No special software is required. If you'd like to get the big
                    693:        "Access IBM" button to work and have a nice on-screen display, you
                    694:        can install tpb from ports. (/usr/ports/sysutils/tpb) This works just
                    695:        fine and you have nice on-screen messages when you change volume and
1.97      nick      696:        brightness settings or enable/disable the ThinkLight.
                    697: </ul>
1.155     bernd     698:        Contact <a href="mailto:bernd@openbsd.org">Bernd Ahlers</a>.
1.97      nick      699:        <p align="left">
                    700:        <font size=2>
                    701:        <a href="http://www.ba-net.org/x31/dmesg">dmesg</a>
                    702:        &brvbar;
                    703:        <a href="http://www.ba-net.org/x31/xorg.conf">xorg.conf</a>
                    704:        </font>
1.106     nick      705: </td></tr><tr valign="top"><td>
1.102     nick      706:        IBM Thinkpad X40
                    707: </td><td>
                    708: <p><ul>
1.133     grunk     709:        <li>OpenBSD 3.7-current (June 12, 2005) works fine.
1.109     jolan     710:        <li>SD Card Slot is not presently supported.
1.102     nick      711:        <li>The built-in "Intel PRO/Wireless 2200BG" works only with additional
                    712:        firmware. See
                    713:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;sektion=4">iwi(4)</a>
                    714:        for more information.
1.133     grunk     715:        <li>The X40 model 2386-8WU 512MB RAM/40GB HD has an Atheros AR5212
                    716:        wireless card built in. It works with 3.7-current, but not with 3.7
                    717:        release.
                    718:        <li>UltraBase X4 works but is not hot-swappable. Machine locks up or
                    719:        becomes unstable when trying to hot-plug the base. Work is being done
                    720:        on a <a href="http://ibm-acpi.sourceforge.net">Linux ACPI driver</a>.
1.115     nick      721:        <li>The use of other mini-PCI cards may be restricted by the BIOS.
1.110     nick      722:        However, non-IBM supplied cards can be used after running the
                    723:        <tt>/usr/ports/misc/tpwireless</tt> utility.
1.108     djm       724:        <li>APM works fine, including suspend to hard-disk (hibernation)
1.102     nick      725:        <li>If you want to use Hibernation, you must have a small
1.103     nick      726:        msdos partition with a save2dsk.bin. For this, you can use
1.102     nick      727:        <tt>/usr/ports/sysutils/tphdisk</tt>.
1.104     nick      728:        <li>Perhaps one of the best supported notebooks because several
1.110     nick      729:        developers also use it.
1.102     nick      730: </ul>
1.133     grunk     731:        Contact <a href="mailto:marcus.popp@paranoidbsd.org">Marcus Popp (1)</a>
                    732:        or <a href="mailto:steve@stevenfettig.com">Steve Fettig (2)</a>.
1.102     nick      733:        <p align="left">
                    734:        <font size=2>
1.133     grunk     735:        <a href="http://www.paranoidbsd.org/x40/dmesg.37.txt">dmesg (1)</a>
1.102     nick      736:        &brvbar;
1.133     grunk     737:        <a href="http://www.paranoidbsd.org/x40/xorg.conf.37.txt">xorg.conf (1)</a>
                    738:        &brvbar;
1.137     grunk     739:        <a href="http://anywheretechnology.com/machconfigs/dmesg_tpx40_23868WU.txt">dmesg (2)</a>
1.133     grunk     740:        &brvbar;
                    741:        <a href="http://anywheretechnology.com/machconfigs/xorg.conf.tpx40_23868WU">xorg.conf (2)</a>
1.102     nick      742:        </font>
1.106     nick      743: </td></tr><tr valign="top"><td>
1.91      nick      744:        JVC MP-XP 7250DE
1.92      nick      745: </td><td>
1.97      nick      746: <p><ul>
1.107     nick      747:        <li>OpenBSD 3.6-current (October 2004) works.
1.97      nick      748:        <li>Everything works fine except APM and the built-in
                    749:        SD card reader.
                    750:        <li>Since OpenBSD 3.4 the boot loader does not boot correctly from
1.91      nick      751:        USB CDROM on this machine -- workaround: take 3.3 and upgrade or
1.97      nick      752:        boot via network or PCMCIA floppy.
                    753:        <li>The audio chipset is supported. Wireless 802.11b PRISM 2.5 (USB)
                    754:        is supported, too.
                    755: </ul>
                    756:        Contact <a href="mailto:umaxx@oleco.net">Joerg Zinke</a>.
1.111     nick      757:        <p align="left">
                    758:        <font size=2>
                    759:        <a href="http://people.freenet.de/umaxx/jvc-dmesg.txt">dmesg</a>
                    760:        &brvbar;
                    761:        <a href="http://people.freenet.de/umaxx/jvc-xfconfig.txt">xorg.conf</a>
                    762:        &brvbar;
                    763:        <a href="http://umaxx.um.funpic.de/howtos/howto_openbsd-on-jvc-mp-xp7250de.php">
                    764:        more info</a>.
                    765:        </font>
1.106     nick      766: </td></tr><tr valign="top"><td>
1.120     grunk     767:        Medion MD6100 (model no. FID2040)
                    768: </td><td>
                    769: <p><ul>
1.165     grunk     770:        <li>OpenBSD 3.8-current (November 2005) works.
1.120     grunk     771:        <li>ACPI-only machine, no APM support.
                    772:        <li>infrared does not work under OpenBSD.
                    773:        <li>USB2.0 doesn't work (pci_intr_map: no mapping for pin D).
1.165     grunk     774:        <li>Onboard networking (sis0) is fixed post 3.8
                    775:        <li>Onboard audio (auich0) works properly post 3.8
1.120     grunk     776: </ul>
                    777:        Overall, this laptop stinks. It's heavy, powerhungry and gets very hot
                    778:        (too hot, often it will shut itself down to prevent meltdown).
                    779:        A lot of hardware works only mediocre. The battery doesn't last long.
                    780:        It's huge/bulky. It's *extremely* noisy. But, it *does* run OpenBSD.
                    781:        And, when properly cooled, it's pretty fast (2.6 GHz). Why anyone
                    782:        would need that much CPU in a laptop is beyond me, but it's there.
                    783:        <p>
                    784:        Contact <a href="mailto:weerd@weirdnet.nl">Paul de Weerd</a>.
                    785:        <p align="left">
                    786:        <font size=2>
                    787:        <a href="http://www.weirdnet.nl/openbsd/dmesg/nugget">dmesg</a>
                    788:        &brvbar;
                    789:        <a href="http://www.weirdnet.nl/openbsd/xorg/nugget">xorg.conf</a>
                    790:        </font>
                    791: </td></tr><tr valign="top"><td>
1.146     grunk     792:        NEC Lavie C LC600J/5
                    793: </td><td>
                    794: <p><ul>
                    795:        <li>OpenBSD 3.7-current (Apr 26, 2005) works.
                    796:        <li>APM, PCMCIA and USB work.
                    797:        <li>This machine's BIOS uses Ctrl+Alt+F5 as a hotkey to hibernate.
                    798:        So I have to specify a swapctrlcaps variant in <tt>/etc/kbdtype</tt>.
                    799:        <li>No separate xorg.conf needed, <tt>getconfig</tt> works like magic.
                    800: </ul>
                    801:        Contact <a href="mailto:ttakah@lapis.plala.or.jp">Tamotsu Takahashi</a>.
                    802:        <p align="left">
                    803:        <font size=2>
                    804:        <a href="http://www10.plala.or.jp/sanrinsha/tamo/dmesg">dmesg</a>
                    805:        </font>
                    806: </td></tr><tr valign="top"><td>
1.158     grunk     807:        NEC Versa S940
                    808: </td><td>
                    809: <p><ul>
1.159     grunk     810:        <li>OpenBSD 3.8-release works.
                    811:        <li>i810 works ok, 1280x768 wide screen, after enabling the resolution
                    812:        using the ports <tt>x11/855resolution</tt> tool by invoking it in
                    813:        <tt>/etc/rc.securelevel</tt> like:
1.158     grunk     814: <pre>
1.159     grunk     815:        /usr/local/sbin/855resolution 4d 1280 768 &gt;/dev/null
1.158     grunk     816: </pre>
                    817:        <li>sound card, iwi (download firmware first) and rl work ok.
                    818:        <li>APM is not detected, <tt>halt -p</tt> does not poweroff.
                    819:        <li><tt>sysctl hw.setperf=..</tt> does not change the CPU speed.
                    820:        <li>lots of "not configured" components in dmesg
                    821: </ul>
1.159     grunk     822:        Contact <a href="mailto:aurelien6545@free.fr">Aur&eacute;lien</a>.
1.158     grunk     823:        <p align="left">
                    824:        <font size=2>
                    825:        <a href="http://aurelien26.free.fr/s940/dmesg">dmesg</a>
                    826:        &brvbar;
                    827:        <a href="http://aurelien26.free.fr/s940/xorg.conf">xorg.conf</a>
                    828:        &brvbar;
                    829:        <a href="http://www.nec-online.com/product/P_Range.asp?id=523#">product info</a>
                    830:        </font>
                    831: </td></tr><tr valign="top"><td>
1.89      nick      832:        Sony VAIO PCG C1XD
1.92      nick      833: </td><td>
1.97      nick      834: <p><ul>
1.146     grunk     835:        <li>OpenBSD 3.7-current (June 3, 2005) works.
                    836:        <li>USB and built-in sound (yds) work just fine.
1.110     nick      837:        <li>My 3com Megahertz Cardbus LAN Card
                    838:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl">xl(4)</a>
                    839:        works ok.
1.89      nick      840:        <li>Jog Dial and the mini camera were useless to me, so I never
                    841:        tested them.
                    842:        <li>While the GENERIC Kernel works fine, the installation ramdisk
                    843:        kernel hangs on booting since OpenBSD 3.3 or so. Disabling the
                    844:        cardslot and PCMCIA subsystem in UKC before booting makes the ramdisk
                    845:        come up, too. But then you have to install from images you left on
                    846:        the hard disk before (e. g. in a discardable filesystem in the
                    847:        partition you want to use for swapping later), because you can't
                    848:        access LAN or WLAN without the cardslot.
                    849:        <li>Removing cards from the PCMCIA/Cardbus slot on a running
                    850:        system may cause system freeze or instant reboot sometimes.
                    851:        <li>My D-Link DWL-650 (PrismII) works for some time, but then
                    852:        locks up and has to be reinserted to work again. This, however,
                    853:        causes the problems mentioned above.
                    854:        <li>APM works partly: "<b>halt -p</b>" switches off the machine, but
                    855:        sometimes, you can't wake up from "<b>zzz</b>".
1.97      nick      856: </ul>
1.146     grunk     857:        Contact <a href="mailto:grunk@openbsd.org">Alexander von Gernler</a>.
1.97      nick      858:        <p align="left">
                    859:        <font size=2>
                    860:        <a href="http://pestilenz.org/~grunk/openbsd/vario/dmesg">dmesg</a>
                    861:        &brvbar;
1.146     grunk     862:        <a href="http://pestilenz.org/~grunk/openbsd/vario/xorg.conf">xorg.conf</a>
1.97      nick      863:        </font>
1.106     nick      864: </td></tr><tr valign="top"><td>
1.132     grunk     865:        Sony VAIO PCG-FX602
                    866: </td><td>
                    867: <p><ul>
                    868:        <li>OpenBSD 3.7 works.
                    869:        <li>Audio does not work: you have to disable auvia* in GENERIC
                    870:        after installation.
                    871:        <li>APM, USB and PCMCIA work fine.
                    872:        <li>X.org runs out of the box, so no xorg.conf file supplied
                    873:        <li>Custom hack for <tt>hw.setperf</tt>:
                    874:        <ul>
                    875:        <li>Apply the
                    876:        <a href="http://www.disorder.ru/openbsd/acpi.html">ACPI-patches</a>
                    877:        from Alexander Yurchenko.
                    878:        <li>Then edit /usr/src/sys/conf/files and add in line 21:
                    879: <pre>
                    880:        define  acpibus {}
                    881: </pre>
                    882:        <li>Add to /usr/src/sys/sys/malloc.conf
                    883: <pre>
                    884:        #define M_ACPI  122     /* ACPI */
                    885: </pre>
                    886:        <li>Comment out the Sony SPIC stuff in
                    887:        <tt>/usr/src/sys/arch/i386/conf/files.i386</tt>
                    888:        and <tt>/usr/src/sys/arch/i386/conf/GENERIC_ACPI</tt>
                    889:        (This stuff does not compile for me and i don't care about it;)
                    890:        <li>rebuild kernel, /usr/src/sbin/sysctl, /usr/src/usr.sbin/acpid[ump]
                    891:        <li>You are now able to set hw.setperf via sysctl.
                    892:        </ul>
                    893:
                    894:        <li>I run additionally a
                    895:        <a href="http://metawire.org/~leopold/files/cpud-0.2.tgz">utility</a>
                    896:        I wrote to control this value automatically depending on cpu-load.
                    897:        It is based on Laurie Tratts' <tt>perfd</tt>.
                    898:        Just unpack and run make && sudo make install.<br>
                    899:        This way you are able to sustain Battery life up to 2 1/2 - 3 hours.
                    900:        And the fan stops to run permanently.
                    901: </ul>
                    902:        Contact <a href="mailto:a.schlichting@lemarit.com">Alf Schlichting</a>.
                    903:        <p align="left">
                    904:        <font size=2>
                    905:        <a href="http://metawire.org/~leopold/files/lap.dmesg">dmesg</a>
                    906:        </font>
                    907: </td></tr><tr valign="top"><td>
1.147     grunk     908:        Sony VAIO PCG-K115Z
                    909: </td><td>
                    910: <p><ul>
                    911:        <li>OpenBSD 3.7-current (May 29, 2005) works.
                    912:        <li>LAN interface ("Realtek 8139"): works.
                    913:        <li>DVD/CDROM ("MATSHITA, UJ-820D, 1.01"): works.
                    914:        <li>touchpad and X just work.
                    915:        <li>APM: no problem, at least for <tt>halt -p</tt>.
1.152     jmc       916:        <li>audio (AC'97): works.
1.147     grunk     917:        <li>USB works.
                    918:        <li>wlan interface ("Atheros AR5212") doesn't work (see dmesg).
                    919: </ul>
                    920:        Contact <a href="mailto:izi@club-internet.fr">David JEAN-LOUIS</a>.
                    921:        <p align="left">
                    922:        <font size=2>
                    923:        <a href="http://izimobil.org/PCG-K115Z.dmesg">dmesg</a>
                    924:        &brvbar;
                    925:        <a href="http://izimobil.org/PCG-K115Z.xorg.conf">xorg.conf</a>
                    926:        </font>
                    927: </td></tr><tr valign="top"><td>
1.138     grunk     928:        Sony Vaio PCG-Z505JSK
1.119     grunk     929: </td><td>
                    930: <p><ul>
1.138     grunk     931:        <li>OpenBSD 3.7 works.
                    932:        <li>APM works fine.
                    933:        <li>Port extender and memory stick untested.
                    934:        <li>I had to turn on the software cursor for X to work properly, but
                    935:        otherwise the xorg configurator worked fine.
                    936:        <li>Lucent/Orinoco Gold Card for networking works fine.
1.119     grunk     937: </ul>
1.138     grunk     938:        Contact <a href="mailto:openbsd@exnext.com">John Karabaic</a>.
1.119     grunk     939:        <p align="left">
                    940:        <font size=2>
1.138     grunk     941:        <a href="http://www.exnext.com/z505dmesg.txt">dmesg</a>
1.119     grunk     942:        &brvbar;
1.138     grunk     943:        <a href="http://www.exnext.com/xorg.conf">xorg.conf</a>
1.119     grunk     944:        </font>
                    945: </td></tr><tr valign="top"><td>
1.138     grunk     946:        Sony VAIO PCG-Z505N
1.119     grunk     947: </td><td>
                    948: <p><ul>
                    949:        <li>OpenBSD 3.6-current (as of August 2004) runs. Installation is
                    950:        cumbersome, though. The Sony CD drive does not boot the snapshot CD.
                    951:        <li>Installation by USB floppy:
                    952:        The floppy36.fs of the snapshot (august 2004)
                    953:        can be brought to boot if one disables the
                    954:        following (boot -c, wait for the UKC&gt; prompt):
1.126     grunk     955: <pre>
1.119     grunk     956:        disable pcibios
                    957:        disable fxp
                    958:        disable pcic
1.126     grunk     959: </pre>
1.119     grunk     960:        <li>After this there is no USB, no PCMCIA, no Cardbus
                    961:        and no network. This means that the laptop has
                    962:        no input/output! So you have to put the install sets
                    963:        on a partition from some other OS or earlier installations
                    964:        of OpenBSD. The install script can mount ffs and msdos
                    965:        partitions. The kernel as supplied with the snapshot
                    966:        boots alright and recognizes all the relevant hardware
                    967:        (no firewire, no memorystick, no JogDial).
                    968:        <li>Sound (yds) works. The XFConfig from the OpenBSD install
                    969:        works without modification.
                    970: </ul>
                    971:        Contact <a href="mailto:vaio@weggla.franken.de">Matthias Bauer</a>.
1.162     grunk     972: <!--
1.119     grunk     973: </td></tr><tr valign="top"><td>
1.138     grunk     974:        Sony VAIO VGN-S16TP
                    975: </td><td>
                    976: <p><ul>
                    977:        <li>OpenBSD 3.7-current (June 2005) works.
                    978:        <li>Everything works just fine.
                    979: </ul>
                    980:        Contact <a href="mailto:kevlo@openbsd.org">Kevin Lo</a>.
                    981:        <p align="left">
                    982:        <font size=2>
                    983:        <a href="http://www.kevlo.org/dmesg">dmesg</a>
                    984:        &brvbar;
                    985:        <a href="http://www.kevlo.org/xorg.conf">xorg.conf</a>
                    986:        </font>
1.162     grunk     987: -->
1.138     grunk     988: </td></tr><tr valign="top"><td>
1.142     grunk     989:        Toshiba Libretto 70CT
                    990: </td><td>
                    991: <p><ul>
1.160     grunk     992:        <li>OpenBSD 3.8 works.
1.142     grunk     993:        <li>APM works OK.
1.160     grunk     994:        <li>Sound works once kernal has been configured using config(8).
                    995:        <li>2 different dmesgs are supplied:
                    996:        [1] with Xircom Wired network PCMCIA card,
                    997:        and [2] with wireless PCMCIA card and wss enabled.
1.142     grunk     998: </ul>
                    999:        Contact <a href="mailto:fred@crowsons.net">Fred Crowson</a>.
                   1000:        <p align="left">
                   1001:        <font size=2>
1.160     grunk    1002:        <a href="http://www.crowsons.net/puters/txt/fcm38.txt">dmesg [1]</a>
1.142     grunk    1003:        &brvbar;
1.160     grunk    1004:        <a href="http://www.crowsons.net/puters/txt/fcm38wi.txt">dmesg [2]</a>
1.142     grunk    1005:        &brvbar;
1.160     grunk    1006:        <a href="http://www.crowsons.net/puters/libretto_xorg.conf.txt">xorg.conf</a>
1.142     grunk    1007:        &brvbar;
1.160     grunk    1008:        <a href="http://www.crowsons.net/puters/fcm.php">more info</a>
1.142     grunk    1009:        </font>
                   1010: </td></tr><tr valign="top"><td>
1.94      nick     1011:        Toshiba Satellite 2410S
1.92      nick     1012: </td><td>
1.97      nick     1013: <p><ul>
1.161     aanriot  1014:        <li>It's running OpenBSD 3.8-current (November, 2005).
1.153     aanriot  1015:        <li>Graphics, sound and ethernet are working fine.
1.161     aanriot  1016:        <li>APM is not really usable.
                   1017:        <li>There's a bug with a few Toshiba laptops and X. Ratio is too
                   1018:        quick, and some chars are repeated; you have to disable
1.96      nick     1019:        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&amp;sektion=7">X</a>'s
1.161     aanriot  1020:        kbd handling to avoid that, and load a map with xmodmap(1) if
                   1021:        needed.
1.97      nick     1022: </ul>
1.153     aanriot  1023:        Contact <a href="mailto:aanriot@openbsd.org">Alexandre Anriot</a>.
1.97      nick     1024:        <p align="left">
                   1025:        <font size=2>
                   1026:        <a href="http://www.atlantilde.com/dmesg/albatros.txt">dmesg</a>
                   1027:        &brvbar;
1.153     aanriot  1028:        <a href="http://www.atlantilde.com/config/xorg_conf_laptop">xorg.conf</a>
1.97      nick     1029:        </font>
1.118     grunk    1030: </td></tr><tr valign="top"><td>
1.154     grunk    1031:        Toshiba Satellite 2430-101
                   1032: </td><td>
                   1033: <p><ul>
                   1034:        <li>OpenBSD 3.7-current (June 3, 2005) works.
                   1035:        <li>Cardbus works.
                   1036:        <li>X works.
                   1037:        <li>Sound is recognized (didn't try it).
                   1038:        <li>USB works (new devices are recognized at least).
                   1039:        <li>APM does not work (hard crash when resuming).
                   1040:        Tried APM 1.1 and a few other APM flags without success.
                   1041: </ul>
                   1042:        Contact <a href="mailto:nilsf@tako.de">Nils Frohberg</a>.
                   1043:        <p align="left">
                   1044:        <font size=2>
                   1045:        <a href="http://www.tako.de/openbsd/dmesg.boot">dmesg</a>
                   1046:        &brvbar;
                   1047:        <a href="http://www.tako.de/openbsd/xorg.conf">xorg.conf</a>
                   1048:        </font>
                   1049: </td></tr><tr valign="top"><td>
1.149     grunk    1050:        Toshiba Tecra A2
                   1051: </td><td>
                   1052: <p><ul>
                   1053:        <li>OpenBSD 3.7-current (June 1, 2005) just works.
                   1054:        <li>Built in iwi 2200b/g worked after finding firmware.
                   1055:        <li>Sound, PCMCIA and X.org work perfectly.
                   1056:        <li>usb tested with ipod shuffle, usb mouse and memory stick.
                   1057:        <li>The only problem occurs _sometimes_ when using "reboot" from X.
                   1058:        which causes a kernel panic when it tries to boot. Doing a hard power
                   1059:        off, then back on does not cause any problem.
                   1060: </ul>
                   1061:        Contact <a href="mailto:sbr@gnook.org">Sascha Ramin</a>.
                   1062:        <p align="left">
                   1063:        <font size=2>
                   1064:        <a href="http://gnook.org/~sbr/tobias/dmesg">dmesg</a>
                   1065:        &brvbar;
                   1066:        <a href="http://gnook.org/~sbr/tobias/xorg.conf">xorg.conf</a>
                   1067:        </font>
                   1068: </td></tr><tr valign="top"><td>
1.121     grunk    1069:        Toshiba Tecra 8000
                   1070: </td><td>
                   1071: <p><ul>
                   1072:        <li>OpenBSD 3.6-current (Jan 2005) works ok.
                   1073:        <li>All hardware except infrared works.
                   1074:        <li>Some issues with APM suspend/resume.
                   1075:        <li>Sound required the following change to /bsd :
                   1076:        <ul>
                   1077:                <li>In the system BIOS use the following values
1.126     grunk    1078: <pre>
1.121     grunk    1079:                Sound = Enabled
                   1080:                --- SOUND SYSTEM ---
                   1081:                WSS I/O Address = 530H
                   1082:                SBPro I/O Address = 220H
                   1083:                Synthesizer I/O Address = 388H
                   1084:                WSS & SBPro & MPU401 IRQ Level = IRQ5
                   1085:                WSS(Play) DMA = Channel 1
                   1086:                WSS(Rec.) & SBPro DMA = Channel 0
                   1087:                Control I/O Address = 538H
                   1088:                MPU401 (MIDI I/F) = 330H
1.126     grunk    1089: </pre>
1.121     grunk    1090:                <li>config -f -e /bsd
1.126     grunk    1091: <pre>
1.121     grunk    1092:                ukc> disable sb
                   1093:                193 sb0 disabled
                   1094:                241 sb* disabled
                   1095:                ukc> change wss0
                   1096:                197 wss0 at isa0 port 0x530 size 0 iomem -1 iosiz 0 irq 10 drq 0
                   1097:                +drq2 -1 flags 0x0
                   1098:                change [n] y
                   1099:                port [0x530] ?
                   1100:                size [0] ?
                   1101:                iomem [-1] ?
                   1102:                iosiz [0] ?
                   1103:                irq [10] ? 5
                   1104:                drq [0] ? 1
                   1105:                drq2 [-1] ? 0
                   1106:                flags [0] ?
                   1107:                197 wss0 changed
                   1108:                197 wss0 at isa0 port 0x530 size 0 iomem -1 iosiz 0 irq 5 drq 1
                   1109:                +drq2 0 flags 0x0
                   1110:                ukc> quit
                   1111:                Saving modified kernel.
1.126     grunk    1112: </pre>
1.121     grunk    1113:        </ul>
                   1114:        <li>separate xorg.conf not needed, X works perfectly without one
                   1115: </ul>
                   1116:        An older but still very useable laptop. Not too fast, but fast enough
                   1117:        for some DivX viewing with mplayer and firefox/thunderbird-use (not
                   1118:        for the impatient though, but then again, what is?). The fan can get
                   1119:        a bit loud after many power-on hours. This also impacts battery
                   1120:        lifetime, but that is to be expected. Nice and well supported.
                   1121:        <p>
                   1122:        Contact <a href="mailto:weerd@weirdnet.nl">Paul de Weerd</a>.
                   1123:        <p align="left">
                   1124:        <font size=2>
                   1125:        <a href="http://www.weirdnet.nl/openbsd/dmesg/whopper">dmesg</a>
                   1126:        </font>
                   1127: </td></tr><tr valign="top"><td>
1.118     grunk    1128:        Toshiba Tecra 8100
                   1129: </td><td>
                   1130: <p><ul>
                   1131:        <li>OpenBSD 3.7-current (April 2005) works ok.
                   1132:        <li>All hardware except infrared works.
                   1133:        <li>Some issues with APM suspend/resume.
                   1134: </ul>
                   1135:        Very nice laptop indeed. Quiet, boots very fast, most hardware is
                   1136:        supported. Only APM doesn't work very well. Pretty fast, not too
                   1137:        heavy, very OpenBSD-friendly - just like its predecessor, the Tecra
                   1138:        8000. Battery can get a bit rusty, works good from 100% to 50%, then
                   1139:        drops to ~3% in minutes. Not too strange for an older machine though.
                   1140:        <p>
                   1141:        Contact <a href="mailto:weerd@weirdnet.nl">Paul de Weerd</a>.
                   1142:        <p align="left">
                   1143:        <font size=2>
                   1144:        <a href="http://www.weirdnet.nl/openbsd/dmesg/pizza">dmesg</a>
                   1145:        &brvbar;
                   1146:        <a href="http://www.weirdnet.nl/openbsd/xorg/pizza">xorg.conf</a>
                   1147:        </font>
1.150     grunk    1148: </td></tr><tr valign="top"><td>
                   1149:        Twinhead N15RB
                   1150: </td><td>
                   1151: <p><ul>
                   1152:        <li>OpenBSD 3.7-current (June 12, 2005) works.
                   1153:        <li>apm does not work correctly. "Battery state: absent" and 0 percent
                   1154:        charge when running on AC or battery. <tt>apm -z</tt> does work though.
                   1155:        <li>Cardbus does not work - check dmesg for interrupt mapping error.
                   1156:        <li>The built-in wireless is now working with the iwi firmware from
                   1157:        <a href="http://damien.bergamini.free.fr/ipw/">Damien Bergamini's ipw page</a>.
                   1158:        <li>Everything else seems to work OK.
                   1159: </ul>
                   1160:        Contact <a href="mailto:jon@brain-box.net">Jon Trembley</a>.
                   1161:        <p align="left">
                   1162:        <font size=2>
                   1163:        <a href="http://open.brain-box.net/src/dmesg.current">dmesg</a>
                   1164:        &brvbar;
                   1165:        <a href="http://open.brain-box.net/src/xorg.conf">xorg.conf</a>
                   1166:        </font>
1.92      nick     1167: </td></tr>
1.1       deraadt  1168: </table>
                   1169:
1.110     nick     1170: <p> If your laptop under OpenBSD is not listed above, feel free to mail
                   1171: <a href="mailto:www@openbsd.org">www@openbsd.org</a> to cure this.
1.111     nick     1172: Please supply as much information as possible, such as:
1.110     nick     1173: <ul>
                   1174:        <li>Notebook exact manufacturer, name and model.
                   1175:        <li>Latest OpenBSD version known to work on it (must be the latest
1.153     aanriot  1176:        release, snapshot, or -current).
1.110     nick     1177:        <li>List of working/not working things with OpenBSD.
                   1178:        <li>List of hacks you used to get certain things running.
                   1179:        <li>Links to your dmesg and xorg.conf.
                   1180:        <li>Contact name and email address.
                   1181: </ul>
                   1182:
1.92      nick     1183: <a href="i386.html"><img height=24 width=24 src="back.gif" border=0 alt=OpenBSD></a>
                   1184: <a href="mailto:www@openbsd.org">www@openbsd.org</a><br>