From owner-openbsd-mobile-outgoing@monkey.org Tue Jun 1 09:04:20 1999 Delivered-To: openbsd-mobile-outgoing@monkey.org Received: by funky.monkey.org (Postfix, from userid 502) id 78CC523D8F; Tue, 1 Jun 1999 09:04:20 -0400 (EDT) Delivered-To: openbsd-mobile@monkey.org Received: by funky.monkey.org (Postfix, from userid 1001) id 60B2023D8E; Tue, 1 Jun 1999 09:04:19 -0400 (EDT) Received: from mail.unidial.com (unidial.com [206.112.0.9]) by funky.monkey.org (Postfix) with ESMTP id 952C423D8D for ; Tue, 1 Jun 1999 08:52:18 -0400 (EDT) Received: from ieee.org (1Cust37.tnt1.warrenton.va.da.uu.net [153.34.81.37]) by mail.unidial.com (8.8.7/ntr.net 3.0.0) with ESMTP id MAA25668 for ; Tue, 1 Jun 1999 12:51:29 GMT Message-ID: Date: Wed, 31 Dec 1969 19:00:00 +0000 From: Martin Robb X-Mailer: Mozilla 4.04 [en] (Win95; U) MIME-Version: 1.0 To: openbsd-mobile Subject: OpenBSD-mobile: OpenBSD 2.5 on Fujitsu 270DX Content-Type: multipart/mixed; boundary="------------2862E8AF0937AE03828C377E" Sender: openbsd-mobile-owner@monkey.org Precedence: bulk Return-Path: This is a multi-part message in MIME format. --------------2862E8AF0937AE03828C377E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I've installed OpenBSD 2.5 on a Fujitsu 270DX. I used the FreeBSD disk utilities to set up a dual Win95/OpenBSD boot environment with the Free BSD boot manager. The install was pretty straight-forward, though I had to remove my LinkSys 10/100 PC card until after the install completed. I also have to cold boot to have the LinkSys card recognized (as ne3). I used an XF86Config file from the Linux on Laptops page, changing the mouse device from /dev/psaux to /dev/psm0. This works well with the SVGA driver. I am able to attach the dos partition as /dev/wd0i. I noticed some strange behavior under Windoze after writing to it, possibly coincidental but I'm now mounting it read-only. I've attached the fstab and XF86Config files. Regards, Martin Robb MartinRobb@ieee.org --------------2862E8AF0937AE03828C377E Content-Type: text/plain; charset=us-ascii; name="fstab" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fstab" /dev/wd0a / ffs rw 1 1 /dev/acd0c /cdrom cd9660 ro,noauto 0 0 /dev/fd0a /diskette msdos rw,noauto 0 0 /dev/wd0i /dos msdos ro,noauto 0 0 --------------2862E8AF0937AE03828C377E Content-Type: text/plain; charset=us-ascii; name="XF86Config" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="XF86Config" # XF86Config auto-generated by XF86Setup # # Copyright (c) 1996 by The XFree86 Project, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # # Except as contained in this notice, the name of the XFree86 Project shall # not be used in advertising or otherwise to promote the sale, use or other # dealings in this Software without prior written authorization from the # XFree86 Project. # # See 'man XF86Config' for info on the format of this file Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi" EndSection Section "ServerFlags" EndSection Section "Keyboard" Protocol "Standard" AutoRepeat 500 30 LeftAlt Meta RightAlt Meta ScrollLock Compose RightCtl Control XkbKeycodes "xfree86" XkbTypes "default" XkbCompat "default" XkbSymbols "us(pc101)" XkbGeometry "pc" XkbRules "xfree86" XkbModel "pc101" XkbLayout "us" EndSection Section "Pointer" Protocol "PS/2" Device "/dev/psm0" BaudRate 1200 Emulate3Timeout 50 Resolution 100 Emulate3Buttons EndSection Section "Monitor" Identifier "Primary Monitor" VendorName "Unknown" ModelName "Unknown" HorizSync 1-200 VertRefresh 1-200 Modeline "800x600" 70.00 800 824 896 1024 600 601 603 625 +hsync +vsync EndSection Section "Device" Identifier "Primary Card" VendorName "Unknown" BoardName "Trident Cyber 9385 (generic)" EndSection Section "Screen" Driver "Accel" Device "Primary Card" Monitor "Primary Monitor" DefaultColorDepth 24 BlankTime 0 SuspendTime 0 OffTime 0 SubSection "Display" Depth 8 Modes "800x600" EndSubSection SubSection "Display" Depth 15 Modes "800x600" EndSubSection SubSection "Display" Depth 16 Modes "800x600" EndSubSection SubSection "Display" Depth 24 Modes "800x600" EndSubSection SubSection "Display" Depth 32 Modes "800x600" EndSubSection EndSection Section "Screen" Driver "SVGA" Device "Primary Card" Monitor "Primary Monitor" DefaultColorDepth 24 BlankTime 0 SuspendTime 0 OffTime 0 SubSection "Display" Depth 8 Modes "800x600" EndSubSection SubSection "Display" Depth 15 Modes "800x600" EndSubSection SubSection "Display" Depth 16 Modes "800x600" EndSubSection SubSection "Display" Depth 24 Modes "800x600" EndSubSection SubSection "Display" Depth 32 Modes "800x600" EndSubSection EndSection Section "Screen" Driver "VGA16" Device "Primary Card" Monitor "Primary Monitor" BlankTime 0 SuspendTime 0 OffTime 0 SubSection "Display" Depth 4 Modes "800x600" EndSubSection EndSection Section "Screen" Driver "VGA2" Device "Primary Card" Monitor "Primary Monitor" BlankTime 0 SuspendTime 0 OffTime 0 SubSection "Display" Depth 1 Modes "800x600" EndSubSection EndSection --------------2862E8AF0937AE03828C377E-- From owner-openbsd-mobile-outgoing@monkey.org Tue Jun 1 09:46:21 1999 Delivered-To: openbsd-mobile-outgoing@monkey.org Received: by funky.monkey.org (Postfix, from userid 502) id A6A8D23DA7; Tue, 1 Jun 1999 09:46:20 -0400 (EDT) Delivered-To: openbsd-mobile@monkey.org Received: by funky.monkey.org (Postfix, from userid 1001) id 9CE7F23DA6; Tue, 1 Jun 1999 09:46:19 -0400 (EDT) Received: from hitler.sno.pp.se (hitler.sno.pp.se [193.15.228.201]) by funky.monkey.org (Postfix) with ESMTP id E1C1D23DA0 for ; Tue, 1 Jun 1999 09:29:54 -0400 (EDT) Received: from localhost (bik@localhost) by hitler.sno.pp.se (8.9.2/8.8.8) with ESMTP id PAA20555 for ; Tue, 1 Jun 1999 15:29:15 +0200 (CEST) (envelope-from bik@hitler.sno.pp.se) Date: Tue, 1 Jun 1999 15:29:15 +0200 (CEST) From: =?ISO-8859-1?Q?Bj=F6rn_K=E4llarsson?= To: openbsd-mobile@monkey.org Subject: OpenBSD-mobile: OpenBSD 2.5 on Best Sayonara Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: openbsd-mobile-owner@monkey.org Precedence: bulk Return-Path: Hello. I just got my new notebook and installed OpenBSD on it as soon as 2.5 was out. The model is called Sayonara and are sold by the swedish company Best. It comes equipped with Trident Cyber 9388 graphics chipset and ESS Maestro 2EM sound/modem chipset. OpenBSD 2.5 installed via ftp using 3COM 589 pcmcia card. X runs pretty good at 800x600 and external PS/2 mouse attaches and works perfectly. Only problems are that X is a bit sluggish and lack of support for the sound/modem chipset. The model is 'originally' a Twinhead Powerslim, or P90. * 300 MHz Pentium MMX * 64 MB RAM * 4.3G HDD * 12.1" TFT 800x600 * 2*Type II pcmcia slots (on each side, so no Type III), one with ZV * Small and light, with a very nice keyboard. Will post XF86Config at http://sno.pp.se/bik sometime soon, if anyone is interested in it. /b From owner-openbsd-mobile-outgoing@monkey.org Wed Jun 9 15:13:43 1999 Delivered-To: openbsd-mobile-outgoing@monkey.org Received: by funky.monkey.org (Postfix, from userid 502) id CAE7C23D8E; Wed, 9 Jun 1999 15:13:42 -0400 (EDT) Delivered-To: openbsd-mobile@monkey.org Received: by funky.monkey.org (Postfix, from userid 1001) id B54CE23D89; Wed, 9 Jun 1999 15:13:40 -0400 (EDT) Received: from eunice.vinton.com (eunice-out.vinton.com [204.202.33.15]) by funky.monkey.org (Postfix) with ESMTP id 4148A23D86 for ; Wed, 9 Jun 1999 14:02:46 -0400 (EDT) Received: from molloy.vinton.com (molloy.vinton.com [204.202.33.3]) by eunice.vinton.com (8.8.8/8.8.7) with ESMTP id LAA08706 for ; Wed, 9 Jun 1999 11:02:46 -0700 (PDT) Received: (from jrozes@localhost) by molloy.vinton.com (8.8.8/8.8.8) id LAA20489; Wed, 9 Jun 1999 11:02:45 -0700 (PDT) Date: Wed, 9 Jun 1999 11:02:40 -0700 (PDT) From: Jonathan Rozes To: openbsd-mobile@monkey.org Subject: OpenBSD-mobile: Sony VAIO Z505SX Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: openbsd-mobile-owner@monkey.org Precedence: bulk Return-Path: Hi, I'm thinking about getting one of these once they're released later this month, but I want to make sure the built-in ethernet interface uses a controller supported by OpenBSD. Does anybody know, or can anybody point me to a phone number or email address at Sony where I can get an answer? Thanks, jonathan +++ Jonathan Rozes, System Administrator, Will Vinton Studios From owner-openbsd-mobile-outgoing@monkey.org Mon Jun 21 16:17:47 1999 Delivered-To: openbsd-mobile-outgoing@monkey.org Received: from mail.ioactive.com (unknown [209.162.131.139]) by funky.monkey.org (Postfix) with SMTP id 909FC23D9E for ; Mon, 21 Jun 1999 16:16:20 -0400 (EDT) Received: (qmail 21838 invoked from network); 21 Jun 1999 21:12:04 -0000 Received: from zane.infoex.com (HELO ioactive.com) (207.66.217.35) by 162-131-139.cortland.com with SMTP; 21 Jun 1999 21:12:04 -0000 Message-ID: <376E9D46.9213085F@ioactive.com> Date: Mon, 21 Jun 1999 13:15:02 -0700 From: Josh Pennell Organization: IOAcitve X-Mailer: Mozilla 4.6 [en]C-CCK-MCD Si2M_Cust (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: openbsd-mobile-outgoing@monkey.org Subject: NetGear FA310TX PCMCIA Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-Path: Hello Mobile BSD'rs, I remember seeing somewhere that OpenBSD now supports the PCMCIA version of the NetGear FA310TX. Now I can't find it in the list archives. Does anybody else remember reading this, or better yet is anyone actually using this card with success? TIA, Josh From owner-openbsd-mobile-outgoing@monkey.org Mon Jun 21 17:57:03 1999 Delivered-To: openbsd-mobile-outgoing@monkey.org Received: by funky.monkey.org (Postfix, from userid 502) id EA86123DB8; Mon, 21 Jun 1999 17:57:01 -0400 (EDT) Delivered-To: openbsd-mobile@monkey.org Received: by funky.monkey.org (Postfix, from userid 1001) id 7803223DE4; Mon, 21 Jun 1999 17:56:01 -0400 (EDT) Received: from mail.increase.org (mail.increase.org [208.152.102.188]) by funky.monkey.org (Postfix) with ESMTP id D29C523DB4 for ; Mon, 21 Jun 1999 17:40:22 -0400 (EDT) Received: by mail.increase.org from localhost (router,SLMail V3.2); Mon, 21 Jun 1999 16:36:21 -0500 Received: from acm.org [192.168.1.1] by mail.increase.org [208.152.102.188] (SLmail 3.2.3113) with ESMTP id 14A53077281211D3B8F800A0CC50735B for plus 1 more; Mon, 21 Jun 1999 16:36:21 -0500 Message-ID: <376EB054.E33238D4@acm.org> Date: Mon, 21 Jun 1999 16:36:20 -0500 From: jsyn X-Mailer: Mozilla 4.6 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Josh Pennell Cc: openbsd-mobile@monkey.org Subject: OpenBSD-mobile: Re: NetGear FA310TX PCMCIA References: <376E9D46.9213085F@ioactive.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SLUIDL: 89886641-280B11D3-B8F800A0-CC50735B Sender: openbsd-mobile-owner@monkey.org Precedence: bulk Return-Path: Josh- > I remember seeing somewhere that OpenBSD now supports the PCMCIA version > of the NetGear FA310TX. The FA410TX. See -- it's supported. > Now I can't find it in the list archives. Does > anybody else remember reading this, or better yet is anyone actually > using this card with success? I tested the card (borrowed) a while back under a 2.5-prerelease snapshot, and it failed. Nonetheless, now that the card is listed as being 'supported', in all probability it works. I may be able to borrow the card again within a week and retest with a more recent kernel; if that would help, let me know. > TIA, > > Josh jsyn