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

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

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD/i386 Laptop Page</title>
                      5: <link rev=made href=mailto:www@openbsd.org>
                      6: <meta name="resource-type" content="document">
1.17      wvdputte    7: <meta name="description" content="OpenBSD laptop">
1.1       deraadt     8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
                     10: <meta name="copyright" content="This document copyright 1997,1998 by OpenBSD.">
                     11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14: <img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
                     15: <p>
                     16: <h2><font color=#e00000>i386 Laptop Status</font><hr></h2>
                     17:
                     18: <p>
                     19: This is a list of laptops known to be working with OpenBSD 2.6.
                     20:
                     21: <p>
                     22: If your laptop isn't listed below that doesn't mean that it isn't working,
                     23: and you will most likely find a similar model that is listed below.  As of
                     24: OpenBSD 2.6, we know of no laptops that do not work minimally.  Of those that
                     25: have problems..
                     26: <ul>
1.5       deraadt    27: <li>Some exhibit problems with APM support.  Note that <strong>apm -S</strong>
                     28:     fails to suspend some laptops, but this is not a major concern.
1.1       deraadt    29: <li>Many lack sound support
                     30: <li>A few have subtle bugs with their PCMCIA support
                     31: <li>XFree86 does not support their displays properly
                     32: <li>Or some other built-in device doesn't work..
                     33: <li>Cardbus is not supported at all.  However, pcmcia works fine.
                     34: <li>Some have problems with pcmcia card eject interrupts.
                     35: </ul>
                     36:
                     37: <p>
                     38: If you have your laptop working (or not working) and it isn't listed below,
1.4       deraadt    39: please mail <a href="mailto:chris@openbsd.org">chris@openbsd.org</a> so that it
1.1       deraadt    40: can be listed.  Please supply as much information as possible.
                     41:
                     42: <p>
                     43: APM problem reports should be sent to our APM developers,
                     44: <a href=mailto:mickey@openbsd.org>Michael Shalayeff</a> and
                     45: <a href=mailto:weingart@openbsd.org>Tobias Weingartner</a>.
                     46:
                     47: <p>
                     48: <table border=1>
                     49: <tr>
                     50:        <th>Laptop</th>
                     51:        <th>Notes</th>
                     52: </tr>
                     53: </tr><tr>
                     54:     <td>
1.15      beck       55:        Sony VAIO F430
                     56:     </td><td>
                     57:         As of OpenBSD 2.6-Current (Feb 17/00)<P>
                     58:
                     59:        APM: "<strong>zzz</strong>" suspend works, as does the keyboard
                     60:        suspend. "<strong>halt -p</strong>" and "<strong>apm -S</strong>"
                     61:        don't. (but I've yet to look for phdisk utilities below - will be
                     62:        investigating shortly.) <P>
                     63:
                     64:        DVD drive, floppy all function. Ethernet works after wakeup with
                     65:        the card I'm using (3Com 3c589). <P>
                     66:
                     67:        Contact <a href=mailto:beck@openbsd.org>Bob Beck</a>.
                     68:     </td>
                     69: </tr><tr>
                     70:     <td>
1.1       deraadt    71:        Sony VAIO z505r
                     72:     </td><td>
                     73:        APM support: "<strong>zzz</strong>", suspend via keyboard, hibernation
                     74:        via keyboard, and "<strong>halt -p</strong>" all work.
                     75:        "<strong>apm -S</strong>" wakes up immediately.<p>
                     76:
                     77:        Hibernation uses a block at the end of the disk, approximately
                     78:        3-5MB larger than the memory in your machine.  To repair hibernation,
                     79:        use "<strong>phdisk.exe /create /partition</strong>" to setup the
                     80:        partition.  The phdisk program is available on the boot
                     81:        floppy image provided on the first recovery CD.<p>
                     82:
                     83:        Built-in ethernet works fine, but requires reset after suspend using
                     84:        "<strong>ifconfig fxp0 down; ifconfig fxp0 up</strong>".<p>
                     85:
                     86:        After a suspend, the profiling clock is not running.  Patches are
                     87:        being worked on.<p>
                     88:
                     89:        Sound is not supported.<p>
                     90:
                     91:        When the memory stick slot is empty, it can cause errors which overflow
                     92:        the dmesg buffer, and thus confuse the OpenBSD install program.
                     93:        The BIOS Setup, (accessed using F2), has an option to disable the
                     94:        memory stick.<p>
                     95:
                     96:        Contact <a href=mailto:deraadt@openbsd.org>Theo de Raadt</a>.
                     97:     </td>
                     98: </tr><tr>
                     99:     <td>
                    100:        Sony VAIO z505s
                    101:     </td><td>
                    102:        Similar to the VAIO z505r, except that the provided USB floppy has
                    103:        some problems.<p>
                    104:        Contact <a href=mailto:provos@openbsd.org>Niels Provos</a>.
                    105:     </td>
                    106: </tr><tr>
                    107:     <td>
                    108:        Sony VAIO 747</td>
                    109:     </td><td>
1.2       markus    110:        As of OpenBSD 2.6, XFree86 and APM do work.<p>
                    111:
                    112:        Ships with a PCMCIA modem card (COM One MCC220 Platinium Card), which works.<p>
                    113:
                    114:        Sound works (8 bit only).<p>
                    115:
                    116:        APM behaviour similar to the VAIO z505r,
                    117:        except that hibernation has not been tested.<p>
                    118:
                    119:        USB does not work.<p>
                    120:
                    121:        Contact <a href=mailto:markus@openbsd.org>Markus Friedl</a>.
1.1       deraadt   122:     </td>
                    123: </tr><tr>
                    124:     <td>
                    125:        Sony VAIO PCG 505-FX
                    126:     </td><td>
                    127:        Unknown.
                    128:     </td>
                    129: </tr><tr>
                    130:     <td>
                    131:        IBM Thinkpad 701C
                    132:     </td><td>
                    133:        All features including hibernation and APM work.<p>
                    134:
                    135:        Contact <a href=mailto:todd@openbsd.org>Todd Fries</a>.
                    136:     </td>
                    137: </tr><tr>
                    138:     <td>
                    139:        IBM Thinkpad 770Z
                    140:     </td><td>
                    141:        As of OpenBSD 2.6, XFree86 and APM do not work.<p>
                    142:
                    143:        Newer versions of XFree86 support X, and patches are available.<p>
                    144:
                    145:        APM has been fixed post-2.6 as well, and patches are forthcoming.<p>
                    146:
1.12      chris     147:        Sound works fine.<P>
                    148:
1.1       deraadt   149:        Contact <a href=mailto:angelos@openbsd.org>Angelos Keromytis</a>.
                    150:     </td>
                    151: </tr><tr>
                    152:     <td>
                    153:        IBM Thinkpad 760
                    154:     </td><td>
                    155:        As of OpenBSD 2.6, XFree86 and APM do not work.<p>
                    156:
                    157:        Newer versions of XFree86 support X, and patches are available.<p>
                    158:
                    159:        MWave modem/sound does not work.<p>
                    160:
                    161:        APM has been fixed post-2.6 as well, and patches are forthcoming.<p>
                    162:
                    163:        Contact <a href=mailto:todd@openbsd.org>Todd Fries</a>.
                    164:     </td>
                    165: </tr><tr>
                    166:     <td>
1.11      millert   167:        Toshiba Libretto 50CT
                    168:     </td><td>
                    169:        APM works but you need to be careful not to use the last
                    170:        32meg or so of the disk since that's where the BIOS dumps
                    171:        the long time hibernation image.  You can take a look at
                    172:        the bios geometry in disklabel to see exactly how many sectors
                    173:        it wants.  Failure to do so will cause filesystem corruption
                    174:        during suspend.
                    175:        <p>
                    176:         The libretto uses a single IRQ for both <strong>sb</strong>
                    177:         and <strong>wss</strong> so the best thing to do is to
                    178:         choose one and disable the other in the kernel.
                    179:        The pcmcia external floppy drive is not currently supported
                    180:        by OpenBSD, but it can be used during the install.
                    181:        <p>
                    182:         Installation can be a bit tricky with only a single pcmcia
                    183:         slot.  The best way to do this is to do a network install.
                    184:         To do this, load the boot floppy and at the boot prompt,
                    185:         enter <em>boot -c</em>.  When you see the <em>UKC</em>
                    186:         prompt, unplug the floppy drive, plug in your network card,
                    187:         and then type exit.  The kernel will then probe the network
                    188:         card and you should be able to do a normal network install.
                    189:        You may find it necessary to disable the sound devices in
                    190:        the BIOS in order for the boot floppy to correctly detect
                    191:        your network card.
                    192:        <p>
1.18    ! millert   193:        An XF86Config file suitable for use with  XFree86 3.3.X may be
        !           194:        found <a href="xf86configs/libretto50ct">here</a>.
        !           195:        <p>
1.11      millert   196:        Contact <a href=mailto:millert@openbsd.org>Todd Miller</a>.
                    197:     </td>
                    198: </tr><tr>
                    199:     <td>
1.1       deraadt   200:        Toshiba Portege 660CDT
                    201:     </td><td>
                    202:        APM is completely broken.<p>
                    203:
                    204:        The mixed <strong>sb</strong> and <strong>wss</strong> sound
                    205:        hardware can cause some grief.  Newer versions of the flash
                    206:        BIOS are worse, since they are less flexible about what interrupts
                    207:        they allow.<p>
                    208:
                    209:        Contact <a href=mailto:deraadt@openbsd.org>Theo de Raadt</a>.
                    210:     </td>
                    211: </tr><tr>
                    212:     <td>
                    213:        Digital HiNote VP735
                    214:     </td><td>
                    215:        APM works fully.<p>
                    216:
                    217:        Everything on the machine works except for USB.<p>
                    218:
                    219:        Contact <a href=mailto:mickey@openbsd.org>Michael Shalayeff</a>.
                    220:     </td>
1.3       deraadt   221: </tr><tr>
                    222:     <td>
                    223:        Fujitsu Lifebook C325
                    224:     </td><td>
                    225:        APM works fully.<p>
                    226:
                    227:        Sound works when the BIOS is told to activate SB emulation mode.
                    228:
                    229:        Everything else on the machine works.<p>
                    230:
                    231:        Contact <a href=mailto:tom@knienieder.com>Tom Knienieder</a>.
                    232:     </td>
1.4       deraadt   233: </tr><tr>
                    234:     <td>
1.14      d         235:        Fujitsu Stylistic 500
                    236:     </td><td>
                    237:        APM works.<p>
                    238:
                    239:        Serial port doesn't work.<p>
                    240:
                    241:        Some tweaks needed for small memory kernel (4Mb).<p>
                    242:
                    243:        X 'works' (thrashes like crazy). <p>
                    244:
                    245:        Contact <a href=mailto:d@openbsd.org>David Leonard</a>.
                    246:     </td>
                    247: </tr><tr>
                    248:     <td>
1.4       deraadt   249:        Siemens SCENIC Mobile 360
                    250:     </td><td>
                    251:        APM works fully.<p>
                    252:
                    253:        Sound works, using OSS.<p>
                    254:
                    255:        Contact <a href=mailto:b1000@softhome.net>Dan Carlsson</a>.
                    256:     </td>
1.5       deraadt   257: </tr><tr>
                    258:     <td>
                    259:        Dell Inspiron 3200 D233XT (Bios release: A10)
                    260:     </td><td>
                    261:        APM works fully.<p>
                    262:
                    263:        Suspend (to ram or disk) does not work under X (X server does not
                    264:        restore screen upon resume), but DPMS do (screen is turned off after
                    265:        a while if the machine isn't used).  BIOS APM settings (for automatic
                    266:        suspend) interfere with X server, and should be disabled.<p>
                    267:
                    268:        Suspend to disk needs a DOS (FAT16) partition containing a file named
                    269:        "SAVE2DSK.BIN".  This file which is created via Dell tools under
                    270:        Windows 98 (it's present out of factory), is sized (ram size + 2 or 3
                    271:        MB).  An ad hoc DOS partition is thus required (it must be the first
                    272:        partition on disk).<p>
                    273:
                    274:        PCMCIA: works except "live" card ejection or insertion (which lock
                    275:        the machine, a hard reset is required).<p>
                    276:
                    277:        USB: does not work, if enabled, kernel hangs at boot during USB
                    278:        controller detection.<p>
                    279:
                    280:        Contact <a href=mailto:b1000@softhome.net>Dan Carlsson</a>.
                    281:     </td>
1.6       ericj     282: </tr><tr>
                    283:        <td>
                    284:           Toshiba Tecra 500CS
                    285:        </td><td>
1.7       brad      286:        APM is broken, However it <b>halt -p</b> does work.<p>
1.6       ericj     287:
1.7       brad      288:        Sound works by default with the GENERIC kernel, but with the speakers
                    289:        is not really worth it. X runs nicely as well.<p>
1.6       ericj     290:
1.7       brad      291:        Contact <a href=mailto:ericj@monkey.org>Eric Jackson</a>.
1.6       ericj     292:        </td>
1.7       brad      293: </tr><tr>
                    294:        <td>
                    295:           Toshiba Tecra 500CDT
                    296:        </td><td>
1.14      d         297:        APM is completely broken (and can trash your disk).<p>
                    298:
                    299:        XFree86 works (800x600 16bpp).<p>
1.7       brad      300:
1.14      d         301:        Sound works (21739 Hz, half duplex stereo).<p>
1.7       brad      302:
1.14      d         303:        <!-- Serial IR is said to work, needs verification. -->
1.7       brad      304:
1.14      d         305:        Contact <a href=mailto:brad@openbsd.org>Brad Smith</a>,
                    306:        or <a href=mailto:d@openbsd.org>David Leonard</a>.
1.7       brad      307:        </td>
1.10      aaron     308: </tr><tr>
                    309:        <td>
                    310:           Toshiba Tecra 550CDT
                    311:        </td><td>
                    312:        APM deep sleep (<b>zzz</b>) works, but <b>-S</b> wakes up immediately.<p>
                    313:
                    314:        XFree86 works beautifully.<p>
                    315:
                    316:        Sound works, after some IRQ tinkering in the BIOS.<p>
                    317:
                    318:        USB works; at least, I plugged a digital camera in, and the <b>ugen</b> driver detected and configured it.<p>
                    319:
1.16      aaron     320:        The built-in modem does not work since it requires software only available in Windows; that is, it does not implement a true RS232 communication port.<p>
1.10      aaron     321:
                    322:        The pcic is broken in this machine, so I cannot accurately comment on PCMCIA attach/detach.<p>
                    323:
                    324:        Contact <a href=mailto:aaron@openbsd.org>Aaron Campbell</a>.
                    325:        </td>
1.13      mickey    326: </tr><tr>
                    327:     <td>
                    328:        NEC Versa 2000
                    329:     </td><td>
                    330:        APM works fully.<p>
1.1       deraadt   331:
1.13      mickey    332:        Everything on the machine works.<p>
                    333:
                    334:        Contact <a href=mailto:mickey@openbsd.org>Michael Shalayeff</a>.
                    335:     </td>
1.1       deraadt   336: </table>
                    337:
                    338: <hr>
                    339: <a href=plat.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
                    340: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
                    341: <br>
1.18    ! millert   342: <small>$OpenBSD: i386-laptop.html,v 1.17 2000/03/10 00:49:46 wvdputte Exp $</small>
1.1       deraadt   343:
                    344: </body>
                    345: </html>