From owner-freebsd-mobile Sun Jun 23 13:39:14 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from bobo.thehutt.org (pcp709198pcs.alxndr01.va.comcast.net [68.49.240.9]) by hub.freebsd.org (Postfix) with ESMTP id 69CAB37B406; Sun, 23 Jun 2002 13:39:06 -0700 (PDT) Received: from [10.0.3.13] (helo=nomad.thehutt.org) by bobo.thehutt.org with esmtp (Exim 4.05) id 17MEAL-0008UG-00; Sun, 23 Jun 2002 16:40:57 -0400 Received: from jerry by nomad.thehutt.org with local (Exim 4.05) id 17ME87-000G9o-00; Sun, 23 Jun 2002 16:38:39 -0400 Date: Sun, 23 Jun 2002 16:38:38 -0400 From: Jerry A! To: Gerhard Sittig Cc: mobile@freebsd.org, sos@freebsd.org Subject: Re: install probs with sony vaio R505-JSK Message-ID: <20020623203838.GA62010@nomad.thehutt.org> Reply-To: jerry@thehutt.org References: <20020606060054.GA693@dub.net> <20020606093816.GA6468@branwen.stty.net> <20020606165642.GA26790@dub.net> <20020607194708.X1494@shell.gsinet.sittig.org> <20020623220814.E1494@shell.gsinet.sittig.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020623220814.E1494@shell.gsinet.sittig.org> User-Agent: Mutt/1.4i Organization: Broken Toys Unlimited 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 On Sun, Jun 23, 2002 at 10:08:14PM +0200, Gerhard Sittig wrote: : [ yes, I'm citing my own post here -- because I felt a little : misunderstood the last time :) ] : : On Fri, Jun 07, 2002 at 19:47 +0200, Gerhard Sittig wrote: : > : > On Thu, Jun 06, 2002 at 09:56 -0700, Bill Swingle wrote: : > > : > > That was the fix I was looking for. Thanks! Now to figure out why I can : > > boot from the cdrom but after booting, FreeBSD doesnt see it... : > : > It might be unrelated, but just out of curiousity: the gentoo FAQ : > (http://www.gentoo.org/doc/faq.html) has an entry "I have a Sony : > Super-Slim VAIO laptop, and the Gentoo Linux CD is having problems : > finding my PCMCIA ATAPI CD-ROM." in the "2. Installation" section. : > Who knows how to translate the LILO / Linux kernel centric answer : > to FreeBSD speak? This could be of help for some -mobile readers. : : Since then there has been silence regarding this "who knows how : to translate it into FreeBSD speak" part. No, I didn't want to : start a (another?) Gentoo thread. I thought there had been quite : a few Vaio users with a similar problem and there could have been : a known solution already. But since neither do I own a Vaio nor : do I have access to one the above question was this unspecific : and maybe disoriented. But I asked in the hope that it will turn : into something helpful ... : : Or has this already been resolved and the "I can boot from CD but : cannot access it from the running FreeBSD system" is not a problem : at all (any longer)? Man, my VAIO gets around (I provided the original answer for the Gentoo FAQ -- Go Me!!! 8) The "ide2=0x180,0x386" attaches the cdrom as ATA device to the bus at specified address. This has the benefit of not needing any PCMCIA drivers loaded to make the cdrom recognizable. I don't know of a way to do this under FreeBSD. It may be possible with the advent of some of the newer atacontrol(8) stuff. I'm cc'ing Soren in case he can add anything to this discussion. Thus, we need to rely on the pcmcia drivers to do their stuff. So, now the question is "how can I install off that $!(&*$ cdrom?" Try the following: At the "OK>" prompt: set hw.pcic.intr_path=1 set hw.pcic.irq=0 When asked if you want to install from pcmcia, answer yes. Choose either "0xd4000" or "0xd8000" as the pccard memory address. Don't bother using "0xd0000", I've never seen that address work correctly on a VAIO. Choose 10 & 11 as available IRQs. Mess around with adding more *after* you get your system up and running. That should do it. Feel free to drop me a line if you have any other questions or problems. --Jerry Open-Source software isn't a matter of life or death... ...It's much more important than that! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message