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

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

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