From owner-freebsd-mobile Mon Nov 5 5:22:44 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from funasoul.arch.info.mie-u.ac.jp (funasoul.arch.info.mie-u.ac.jp [133.67.36.13]) by hub.freebsd.org (Postfix) with SMTP id 5018937B417 for ; Mon, 5 Nov 2001 05:22:23 -0800 (PST) Received: (qmail 56781 invoked from network); 5 Nov 2001 13:22:21 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 5 Nov 2001 13:22:21 -0000 Date: Mon, 05 Nov 2001 22:22:20 +0900 (JST) Message-Id: <20011105.222220.68031320.funa@funa.org> To: mxp@dynalabs.de Cc: freebsd-mobile@freebsd.org Subject: Re: Sony Vaio Z600LEK From: Akira Funahashi In-Reply-To: <20011102131247.I13029@pir.net> References: <20011102131247.I13029@pir.net> X-Mailer: Mew version 2.0 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Michael Piotrowski wrote: > comes close, but seems to be outdated > (2000-07-28)--but it reports all components of a Z505 as working. I'm the author of this page, and I'm pretty surprised to see my URL in this mailing list. As described by other mail, this page is outdated. I must catch up with recent -CURRENT, but I'm not using this Z505 now because my wife is using Windows on it. ;-) At that time(2000-07-28), many patches were required, but now all patches are merged into -CURRENT and -STABLE. Thanks to all FreeBSD folks! Peter Radcliffe wrote: > > 2. Power management (APM/ACPI) (system doesn't wake up again, unclear > > if/how suspend-to-disk works) > > I believe the LEK doesn't have real APM support. You're probably > screwed unless you use the ACPI support in FreeBSD-CURRENT. Recent laptops doesn't have real APM support, so your Z600LEK is quite different with my Z505NR. As Peter says, you have to use ACPI. I don't know whether your VAIO's ACPI is fully supported or not, but try executing # acpiconf -s 3 to get your VAIO sleep(maybe your VAIO supports S3 sleep state). > > 3. The Jog Dial Recent -CURRENT supports jogdial (though I haven't tested yet). Please read /sys/i386/conf/NOTES. "device spic" should do the work. I don't know which userland application supports jogdial, but you can directly read the value from jogdial. The source is /sys/i386/isa/spic.c , and the project URL is http://phantom.cris.net/freebsd/projects/viewproj.php?p_id=3 . > > 4. The Memory Stick reader > > The jog dial, memory stick reader and firewire on my Z505HS have never > worked and I have no expectation of them working soon under FreeBSD. > > On some earlier revisions of Z505s the memory stick reader were > different hardware which was supported but the later ones are not. Ah, yes. My Z505NR can't use memory stick device either. This device is attached to ATA device. But recent VAIO's memory stick reader is attached to USB mass storage. From your Z600LEK's dmesg, Michael Piotrowski wrote: > umass0: Sony USB Memory Stick Slot, rev 1.10/1.31, addr 3 it is shown that your memory stick reader is attached to umass0. Your memory stick reader may work. Plug in your memory stick to the reader, and just execute # camcontrol rescan da Your memory stick will be attached to /dev/da0s1 or something like that. Now, I'm using VAIO SR9/K and this VAIO also has memory stick reader as USB mass storage. I can use it both on 4.3-RELEASE and -CURRENT. > What I'm really looking for at this point is, as I said, mainly > information and experiences (which I would be happy to summarize). Hope this helps. -- Akira Funahashi/[funa@funa.org] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message