From owner-freebsd-mobile Sun Feb 10 11:18:49 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from westhost43.westhost.net (westhost43.westhost.net [216.71.84.167]) by hub.freebsd.org (Postfix) with ESMTP id 2A0D437B402 for ; Sun, 10 Feb 2002 11:18:42 -0800 (PST) Received: from localhost (dsl092-099-212.nyc2.dsl.speakeasy.net [66.92.99.212]) by westhost43.westhost.net (8.11.6/8.11.6) with ESMTP id g1AJKSR06943 for ; Sun, 10 Feb 2002 13:20:28 -0600 Received: from chexmix by localhost with local (Exim 3.33 #1 (Debian)) id 16ZzUy-0000Qx-00 for ; Sun, 10 Feb 2002 14:18:52 -0500 Date: Sun, 10 Feb 2002 14:18:52 -0500 To: freebsd-mobile@freebsd.org Subject: Re: ignorant networking Qs Message-ID: <20020210191852.GA1662@burningclown.com> References: <20020131035924.GA2301@burningclown.com> <3C599EA2.14288.A9A8F00@localhost> <20020203100342.L1494@shell.gsinet.sittig.org> <20020203185200.GA13972@pir.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020203185200.GA13972@pir.net> User-Agent: Mutt/1.3.27i From: Glenn Becker 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 > The /etc/defaults/pccard.conf entry defines which link type it > uses by default; > > # 3Com Etherlink III 3C589, 3C589B, 3C589C, 3C589D > card "3Com Corporation" "/3C589/" > config auto "ep" ? > insert /etc/pccard_ether $device start -link0 link1 > # insert /etc/pccard_ether $device start link0 -link1 > remove /etc/pccard_ether $device stop > > These should probably be changed to 'media foo' options, though. > Either way I've never had a problem with 3c589s and 10bT, it's just > worked out of the box which is why I use them to network install > machines so often. Subsequent ignorant Qs ... I replaced what turned out to be a faulty dongle and have networking working like a charm from the Slackware Linux side of my lappy, but cannot for the life of me get the thing working out of FreeBSD. I've edited /etc/rc.conf both by hand and tried to use the /stand/sysinstall utility to get it right. I've got the correct values in /etc/resolv.conf 1) What specifically (if anything) needs to be edited in /etc/defaults/pccard.conf? 'Cause I can't see it through a blinding headache this ongoing problem has caused ... :( What is meant by changing them to 'media foo' options? 2) How do I -get rid of- the lp0 interface which I mistakenly added in /stand/sysinstall, thinking it was 'loopback'? 3) Why do my routing tables (as viewed with netstat -nr) steadfastly refuse to be populated with the right stuff? Sorry, I know some of these are vague ... I'm in pain ... G To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Feb 10 11:31:12 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [130.64.1.215]) by hub.freebsd.org (Postfix) with ESMTP id ECC6C37B41D for ; Sun, 10 Feb 2002 11:30:19 -0800 (PST) Received: from pir by moek.pir.net with local (Exim) id 16Zzg3-0005sG-00 for freebsd-mobile@freebsd.org; Sun, 10 Feb 2002 14:30:19 -0500 Date: Sun, 10 Feb 2002 14:30:18 -0500 From: Peter Radcliffe To: freebsd-mobile@freebsd.org Subject: Re: ignorant networking Qs Message-ID: <20020210193018.GG19722@pir.net> Reply-To: freebsd-mobile@freebsd.org Mail-Followup-To: freebsd-mobile@freebsd.org References: <20020131035924.GA2301@burningclown.com> <3C599EA2.14288.A9A8F00@localhost> <20020203100342.L1494@shell.gsinet.sittig.org> <20020203185200.GA13972@pir.net> <20020210191852.GA1662@burningclown.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020210191852.GA1662@burningclown.com> User-Agent: Mutt/1.3.25i X-fish: < X-Copy-On-Listmail: Please do NOT Cc: me on list mail. 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 Glenn Becker probably said: > 1) What specifically (if anything) needs to be edited in > /etc/defaults/pccard.conf? 'Cause I can't see it through a blinding > headache this ongoing problem has caused ... :( Nothing should be changed in /etc/defaults/pccard.conf, it's a set of defaults designed to be added to as you upgrade. If you need to change anything you should replicate the entry into /etc/pccard.conf. That said, there shouldn't be anything you need to add for a 3c589, the work out of the box for me. > What is meant by changing them to 'media foo' options? A reference to the method being used possibly being out of date and in future the code may benifit from the change. Nothing you should care about. > 2) How do I -get rid of- the lp0 interface which I mistakenly added in > /stand/sysinstall, thinking it was 'loopback'? Add an interface with sysinstall ? I have no idea what you mean. If you want to get rid of a device you either disable it in a config boot (boot with -c and type 'vis' at the config command line to get the visual device editor you may have used at install time), stop a module being loaded if the device is being added by a module or comment it out of a kernel config and build a new kernel. All these should be documented in the handbook or other online docs. > 3) Why do my routing tables (as viewed with netstat -nr) steadfastly > refuse to be populated with the right stuff? Because you don't have an interface that can reach the "right stuff" ? A route should not be added if you cannot route packets to the destination. Set up an interface and then worry about routes. Basic network configuration should also be in the online docs, the problem is you may be trying to configure things before the pcmcia network interface is brought up, which won't work. P. -- pir pir-sig@pir.net pir-sig@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Feb 10 11:59:33 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from westhost43.westhost.net (westhost43.westhost.net [216.71.84.167]) by hub.freebsd.org (Postfix) with ESMTP id F193437B405 for ; Sun, 10 Feb 2002 11:59:30 -0800 (PST) Received: from localhost (dsl092-099-212.nyc2.dsl.speakeasy.net [66.92.99.212]) by westhost43.westhost.net (8.11.6/8.11.6) with ESMTP id g1AK1HW22077 for ; Sun, 10 Feb 2002 14:01:17 -0600 Received: from chexmix by localhost with local (Exim 3.33 #1 (Debian)) id 16a08T-0000Sa-00 for ; Sun, 10 Feb 2002 14:59:41 -0500 Date: Sun, 10 Feb 2002 14:59:41 -0500 To: freebsd-mobile@freebsd.org Subject: Re: ignorant networking Qs Message-ID: <20020210195941.GA1759@burningclown.com> References: <20020131035924.GA2301@burningclown.com> <3C599EA2.14288.A9A8F00@localhost> <20020203100342.L1494@shell.gsinet.sittig.org> <20020203185200.GA13972@pir.net> <20020210191852.GA1662@burningclown.com> <20020210193018.GG19722@pir.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020210193018.GG19722@pir.net> User-Agent: Mutt/1.3.27i From: Glenn Becker 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 > Because you don't have an interface that can reach the "right stuff" ? > > A route should not be added if you cannot route packets to the > destination. Set up an interface and then worry about routes. > > Basic network configuration should also be in the online docs, the > problem is you may be trying to configure things before the pcmcia > network interface is brought up, which won't work. Ok - I finally got this thing working somehow. With lots of help added the right lines to /etc/rc.conf and now I can surf along swell ... Remaining trouble is that when I try to ssh out to my email account at burningclown.com, I get looped back to my own machine and log into myself! So I will, erm, work on -that-. Thanks to everyone on the list for the support and tips and patience. Once I get it -all- working I will post more thoughts on what I may have been doing wrong (apart from staring blindly, editing blindly and getting a big headache) in hopes that it might help some other hapless soul some day. :) Glenn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Feb 10 23:25:55 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 521A937B416 for ; Sun, 10 Feb 2002 23:25:53 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1B7O8m76154 for ; Mon, 11 Feb 2002 02:24:12 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Sony Vaio PCG-GR370: sound not working on -stable From: Joe Clarke To: freebsd-mobile@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 11 Feb 2002 02:26:16 -0500 Message-Id: <1013412379.60396.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 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 I've looked through the mailing lists, and found the same question asked for a different model laptop back in December. I didn't see any responses, but I thought I'd pose the question again. I have 4.5-stable (cvsup'd and compiled 2/9/2002) running on this laptop (a Pentium III M with an Intel chipset), and I can't get sound to work. The pcm driver, ich, finds the card, but can't map IO port space. That is, I see the pcm0 line: pcm0: irq 9 at device 31.5 on pci0 Followed by the line: pcm0: unable to map IO port space Then, it returns ENXIO, and no sound for me. Both the IOPORT resource pointers are returned as NULL (~ line 621 in ich.c). I have disabled PnP OS in the BIOS, but it doesn't do any good. With it enabled or with it disabled, the error is the same. Thought I'd check and see if anyone had any suggestions. Thanks. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Feb 11 4:13:43 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id 8D9E037B4C1 for ; Mon, 11 Feb 2002 04:13:12 -0800 (PST) Received: from f113.hadiko.de (root@hadif113.hadiko.uni-karlsruhe.de [172.20.42.143]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.33 #1) id 16aFKR-00039D-00; Mon, 11 Feb 2002 13:13:03 +0100 Received: (from riggs@localhost) by f113.hadiko.de (8.11.6/8.11.6) id g1BCCxB93817; Mon, 11 Feb 2002 13:12:59 +0100 (CET) (envelope-from riggs) Date: Mon, 11 Feb 2002 13:12:32 +0100 From: "Thomas E. Zander" To: mobile@freebsd.org Cc: Marius Strom Subject: Toshiba 3000 series Message-ID: <20020211121232.GB84422@f113.hadiko.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Organization: RiggiServ - Ihr Partner =?iso-8859-15?Q?f?= =?iso-8859-15?Q?=FCr?= alles Delikate X-PGP-KeyID: 0xC85996CD X-PGP-Fingerprint: 4F59 75B4 4CE3 3B00 BC61 5400 8DD4 8929 C859 96CD X-Mailer: Riggisoft Ausguck Eggsbress (Build 1013428599) X-Operating-System: Riggiland BSD 4.5-RELEASE (To serve and protect.) 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, first the good news: FreeBSD boots on a Satellite 3000-514 if kernel contains no scsi related items. I am now testing 4.5-RELEASE. Here the bad news: (taken from a boot -v dmesg output) psm0: current command byte:0047 psm0: the aux port is not functioning(2) Does anybody have a problem like this and/or knows how to fix? Regards, Riggs P.S. Although working with USB mouse is okay, it would be useful to have the touchpad, too :) -- - "[...] I talked to the computer at great length and -- explained my view of the Universe to it" said Marvin. --- And what happened?" pressed Ford. ---- "It committed suicide." said Marvin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Feb 11 6:16:51 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 6F3E537B416 for ; Mon, 11 Feb 2002 06:16:47 -0800 (PST) Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 4735D5D0C; Mon, 11 Feb 2002 06:16:47 -0800 (PST) To: Glenn Becker Cc: freebsd-mobile@freebsd.org Subject: Re: ignorant networking Qs In-reply-to: Your message of "Sun, 10 Feb 2002 14:59:41 EST." <20020210195941.GA1759@burningclown.com> Date: Mon, 11 Feb 2002 06:16:47 -0800 From: "Kevin Oberman" Message-Id: <20020211141647.4735D5D0C@ptavv.es.net> 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 > Date: Sun, 10 Feb 2002 14:59:41 -0500 > From: Glenn Becker > Sender: owner-freebsd-mobile@FreeBSD.ORG > > > Because you don't have an interface that can reach the "right stuff" ? > > > > A route should not be added if you cannot route packets to the > > destination. Set up an interface and then worry about routes. > > > > Basic network configuration should also be in the online docs, the > > problem is you may be trying to configure things before the pcmcia > > network interface is brought up, which won't work. > > Ok - I finally got this thing working somehow. With lots of help added > the right lines to /etc/rc.conf and now I can surf along swell ... > > Remaining trouble is that when I try to ssh out to my email account at > burningclown.com, I get looped back to my own machine and log into > myself! So I will, erm, work on -that-. Are you configured for IPv6 (0? If you are configed for IPv6 (options INET6) but only connected to an IPv4 router, and the site you are trying to reach has an AAAA record in DNS, there was a problem of the system falling over to the lo0 interface (Oops!). There is a fix...but I don't seem to be able to find it. If you think this is the problem, I'll search my archive and see if I can find it. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Feb 11 7:15:10 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from westhost43.westhost.net (westhost43.westhost.net [216.71.84.167]) by hub.freebsd.org (Postfix) with ESMTP id CC50237B402 for ; Mon, 11 Feb 2002 07:15:00 -0800 (PST) Received: from localhost (burningclown@localhost) by westhost43.westhost.net (8.11.6/8.11.6) with ESMTP id g1BFGs017773; Mon, 11 Feb 2002 09:16:54 -0600 Date: Mon, 11 Feb 2002 09:16:54 -0600 (CST) From: burningclown@westhost43.westhost.net Cc: Glenn Becker , Subject: Re: ignorant networking Qs In-Reply-To: <20020211141647.4735D5D0C@ptavv.es.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 > Are you configured for IPv6 (0? If you are configed for IPv6 (options > INET6) but only connected to an IPv4 router, and the site you are > trying to reach has an AAAA record in DNS, there was a problem of the > system falling over to the lo0 interface (Oops!). > > There is a fix...but I don't seem to be able to find it. > > If you think this is the problem, I'll search my archive and see if I > can find it. > got it fixed ,,, it was simply a weird entry in /etc/hosts my main worry now is the weird stuff i'm getting from bootup re: my linux 'slices' ... i attribute this to the fact that i stupidly deleted my swap partition from the FreeBSD side (because it looked bizarre ...:()) and then had to recreate it. Now the linux partitions, which FreeBSD lists as ad0s1 and ad0s2 (/ and swap) are apparently 'all wrong' from FreeBSD's POV. I tried reinstalling FreeBSD - no help. I may try reinstalling Slacwkware tonight, but am concerned lest this will require YET ANOTHER reinstall of FreeBSD! ... i'm weary of reinstalling and so is the laptop ... :) g +----------------+ http://www.burningclown.com "Everyone's Portal to Nothing At All" +----------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Feb 11 11:18:17 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from web21106.mail.yahoo.com (web21106.mail.yahoo.com [216.136.227.108]) by hub.freebsd.org (Postfix) with SMTP id B363937B405 for ; Mon, 11 Feb 2002 11:18:15 -0800 (PST) Message-ID: <20020211191815.73373.qmail@web21106.mail.yahoo.com> Received: from [152.15.24.197] by web21106.mail.yahoo.com via HTTP; Mon, 11 Feb 2002 11:18:15 PST Date: Mon, 11 Feb 2002 11:18:15 -0800 (PST) From: Vinod Namboodiri Subject: orinoco and freebsd To: freebsd-mobile@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 I just got a Orinoco gold card and plan to install it into my freebsd box.but the docs with it doesnt mention freebsd at all while it does mention linux.But i know this thing works for freebsd from reading the mailing lists.is there no freebsd driver supplied with the product coz wi driver is already inbuilt in the latest freebsd versions?or is there any other reason which i am missing out? __________________________________________________ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Feb 11 11:36:39 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 70B0637B405 for ; Mon, 11 Feb 2002 11:36:37 -0800 (PST) Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 160A25D0C; Mon, 11 Feb 2002 11:36:38 -0800 (PST) To: Vinod Namboodiri Cc: freebsd-mobile@freebsd.org Subject: Re: orinoco and freebsd In-reply-to: Your message of "Mon, 11 Feb 2002 11:18:15 PST." <20020211191815.73373.qmail@web21106.mail.yahoo.com> Date: Mon, 11 Feb 2002 11:36:38 -0800 From: "Kevin Oberman" Message-Id: <20020211193638.160A25D0C@ptavv.es.net> 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 > Date: Mon, 11 Feb 2002 11:18:15 -0800 (PST) > From: Vinod Namboodiri > Sender: owner-freebsd-mobile@FreeBSD.ORG > > I just got a Orinoco gold card and plan to install it > into my freebsd box.but the docs with it doesnt > mention freebsd at all while it does mention linux.But > i know this thing works for freebsd from reading the > mailing lists.is there no freebsd driver supplied with > the product coz wi driver is already inbuilt in the > latest freebsd versions?or is there any other reason > which i am missing out? Nope. Agere does not provide any FreeBSD support for this card. FreeBSD people (mostly Bill Paul) wrote the wi driver expressly to support the Lucent/Orinoco WaveLan cards. It was included in GENERIC starting with V4.0 and the driver was extended to support most Prism II cards by about 4.4. Get the card, set up your system for pccard support and you should be on your way. Use wicontrol and/or ifconfig to set up the encryption keys and other parameters. You can put customization stuff in /etc/if_start.wi0. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Feb 11 11:46:51 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from web21107.mail.yahoo.com (web21107.mail.yahoo.com [216.136.227.109]) by hub.freebsd.org (Postfix) with SMTP id DE8C937B404 for ; Mon, 11 Feb 2002 11:46:48 -0800 (PST) Message-ID: <20020211194648.76113.qmail@web21107.mail.yahoo.com> Received: from [152.15.24.197] by web21107.mail.yahoo.com via HTTP; Mon, 11 Feb 2002 11:46:48 PST Date: Mon, 11 Feb 2002 11:46:48 -0800 (PST) From: Vinod Namboodiri Subject: Re: orinoco and freebsd To: Kevin Oberman Cc: freebsd-mobile@freebsd.org In-Reply-To: <20020211193638.160A25D0C@ptavv.es.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Thanks for the info.Can you tell me how to go about setting the system for pccard support?I plan to make a small testbed with a desktop and two laptops.So i also need to know how to set up for a pci card.I know the pci support is not easy and only in recent times have some ppl able to get pci cards to work on freebsd. --- Kevin Oberman wrote: > > Date: Mon, 11 Feb 2002 11:18:15 -0800 (PST) > > From: Vinod Namboodiri > > Sender: owner-freebsd-mobile@FreeBSD.ORG > > > > I just got a Orinoco gold card and plan to install > it > > into my freebsd box.but the docs with it doesnt > > mention freebsd at all while it does mention > linux.But > > i know this thing works for freebsd from reading > the > > mailing lists.is there no freebsd driver supplied > with > > the product coz wi driver is already inbuilt in > the > > latest freebsd versions?or is there any other > reason > > which i am missing out? > > Nope. Agere does not provide any FreeBSD support for > this card. > FreeBSD people (mostly Bill Paul) wrote the wi > driver > expressly to support the Lucent/Orinoco WaveLan > cards. It was included > in GENERIC starting with V4.0 and the driver was > extended to support > most Prism II cards by about 4.4. > > Get the card, set up your system for pccard support > and you should be > on your way. Use wicontrol and/or ifconfig to set up > the encryption > keys and other parameters. You can put customization > stuff in > /etc/if_start.wi0. > > R. Kevin Oberman, Network Engineer > Energy Sciences Network (ESnet) > Ernest O. Lawrence Berkeley National Laboratory > (Berkeley Lab) > E-mail: oberman@es.net Phone: +1 510 486-8634 > __________________________________________________ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Feb 11 11:59:59 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 4109B37B417 for ; Mon, 11 Feb 2002 11:59:57 -0800 (PST) Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 9A7085D0C; Mon, 11 Feb 2002 11:59:54 -0800 (PST) To: Vinod Namboodiri Cc: freebsd-mobile@freebsd.org Subject: Re: orinoco and freebsd In-reply-to: Your message of "Mon, 11 Feb 2002 11:46:48 PST." <20020211194648.76113.qmail@web21107.mail.yahoo.com> Date: Mon, 11 Feb 2002 11:59:54 -0800 From: "Kevin Oberman" Message-Id: <20020211195954.9A7085D0C@ptavv.es.net> 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 > Date: Mon, 11 Feb 2002 11:46:48 -0800 (PST) > From: Vinod Namboodiri > > Thanks for the info.Can you tell me how to go about > setting the system for pccard support?I plan to make a > small testbed with a desktop and two laptops.So i also > need to know how to set up for a pci card.I know the > pci support is not easy and only in recent times have > some ppl able to get pci cards to work on freebsd. As is reasonably well documented in the handbook, put 'pccard_enable="YES"' into /etc/rc.conf. I also strongly recommend adding 'pccardd_flags="-z"'. Finally, add either pccard_ifconfig or wi0_ifconfig with the appropriate config information. If you have the PCI card for a desktop, you must be running at least V4.4. The PCI bridge was not supported before then. Other than running a suitable version of FreeBSD, I am not aware of any problems with it, but have no personal experience. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Feb 11 12:49:53 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149]) by hub.freebsd.org (Postfix) with ESMTP id 661C437B41C for ; Mon, 11 Feb 2002 12:49:51 -0800 (PST) Received: from [195.20.224.220] (helo=mrvdom04.kundenserver.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 16aNOS-0003Fm-00 for freebsd-mobile@freebsd.org; Mon, 11 Feb 2002 21:49:44 +0100 Received: from [212.99.220.72] (helo=BURNT.asa.de) by mrvdom04.kundenserver.de with esmtp (Exim 2.12 #2) id 16aNOS-0002qi-00 for freebsd-mobile@FreeBSD.org; Mon, 11 Feb 2002 21:49:44 +0100 Message-Id: <5.1.0.14.2.20020211215010.01c2ad00@pop.kundenserver.de> X-Sender: m6261949-7@pop.kundenserver.de X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 11 Feb 2002 21:50:25 +0100 To: freebsd-mobile@FreeBSD.org From: Bernd von den Brincken Subject: subscribe Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed 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 do so To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Feb 11 14:28:37 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id 1BEA037B41B for ; Mon, 11 Feb 2002 14:28:22 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1BMSKHr001063 for ; Mon, 11 Feb 2002 23:28:20 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1BMSJnK001062 for freebsd-mobile@freebsd.org; Mon, 11 Feb 2002 23:28:19 +0100 (CET) (envelope-from flo) Date: Mon, 11 Feb 2002 23:28:19 +0100 From: Florian Nigsch To: freebsd-mobile@freebsd.org Subject: ThinkPad Message-ID: <20020211232818.A947@nigsch.com> Mail-Followup-To: Florian Nigsch , freebsd-mobile@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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! Does anyone know how the ThinkPad R31 works with FreeBSD? Besides that: I couldn't find the information on IBM's website: what is the difference between the two R31 models TR15CAT and TR16FAT ? As far as I can see, they both have the same setup, so why not the same price? please cc any replys to me, as I am currently not subscribed to the list. thanks in advance, flo -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Feb 11 15:34:56 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from ffm.roy.de (ffm.roy.de [194.231.55.56]) by hub.freebsd.org (Postfix) with ESMTP id A324337B41E for ; Mon, 11 Feb 2002 15:34:37 -0800 (PST) Received: from batman.roy.de (port-213-20-230-154.reverse.qdsl-home.de [213.20.230.154]) by ffm.roy.de (8.11.4/8.11.4) with ESMTP id g1BNYX221652 for ; Tue, 12 Feb 2002 00:34:35 +0100 (CET) (envelope-from simon@roy.de) Message-Id: <5.1.0.14.2.20020212002748.00a94df0@mail.du.gtn.com> X-Sender: simon@ffm.roy.de (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 12 Feb 2002 00:33:49 +0100 To: freebsd-mobile@freebsd.org From: simon roy Subject: Xircom PS-CE2-10 & IBM Thinkpad 760XD Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed 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 hello, is there some who managed a xircom ps-ce2-10 work with a ibm thinkpad 760xd? i compiled a new kernel with the xe & pccard support ... no way! i searched (and tried) all tips & tricks that i found @google. btw. i installed 4.5 in hope of a solution simon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Feb 11 15:53: 5 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from thalassa.informatimago.com (thalassa.informatimago.com [212.87.205.57]) by hub.freebsd.org (Postfix) with ESMTP id E59D237B478 for ; Mon, 11 Feb 2002 15:52:52 -0800 (PST) Received: by thalassa.informatimago.com (Postfix on SuSE Linux 7.3 (i386), from userid 1000) id CF06E961E6; Tue, 12 Feb 2002 00:52:50 +0100 (CET) From: Pascal Bourguignon To: simon@roy.de Cc: freebsd-mobile@freebsd.org In-reply-to: <5.1.0.14.2.20020212002748.00a94df0@mail.du.gtn.com> (message from simon roy on Tue, 12 Feb 2002 00:33:49 +0100) Subject: Re: Xircom PS-CE2-10 & IBM Thinkpad 760XD Organization: InformatiMago. X-PGP-Key-ID: 0xEF5E9966 X-PGP-fingerprint: 00 F5 7B DB CA 51 8A AD 04 5B 6C DE 32 60 16 8E EF 5E 99 66 X-PGP-Public-Key: http://www.informatimago.com/pgpkey.asc X-URL: http://www.informatimago.com/index X-Accept-Language: fr, es, en Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Disposition: inline Content-Type: text/plain; charset=iso-8859-1 Content-Language: en Reply-To: References: <5.1.0.14.2.20020212002748.00a94df0@mail.du.gtn.com> Message-Id: <20020211235250.CF06E961E6@thalassa.informatimago.com> Date: Tue, 12 Feb 2002 00:52:50 +0100 (CET) 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 > Date: Tue, 12 Feb 2002 00:33:49 +0100 > From: simon roy > > hello, > > is there some who managed a xircom ps-ce2-10 work with a ibm thinkpad 760xd? > i compiled a new kernel with the xe & pccard support ... no way! > > i searched (and tried) all tips & tricks that i found @google. > > btw. i installed 4.5 > > in hope of a solution > simon No. I can't make the drive work with mine on my DELL Latitude XPi 90ST either. And it's worse with the two patches, it does not even recognize the card then. I don't know how similar or how different they are, but why not have a look at the Linux driver which works flawlessly with this card? (file /usr/src/linux/drivers/net/pcmcia/xirc2ps_cs.c) Sorry, I don't have more time to learn and debug the FreeBSD xe driver... -- __Pascal_Bourguignon__ (o_ Software patents are endangering () ASCII ribbon against html email //\ the computer industry all around /\ and Microsoft attachments. V_/ the world http://lpf.ai.mit.edu/ 1962:DO20I=1.100 2001:my($f)=`fortune`; http://petition.eurolinux.org/ -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS/IT d? s++:++(+++)>++ a C+++ UB+++L++++$S+X++++>$ P- L+++ E++ W++ N++ o-- K- w------ O- M++$ V PS+E++ Y++ PGP++ t+ 5? X+ R !tv b++(+) DI+++ D++ G++ e+++ h+(++) r? y---? UF++++ ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Feb 11 23:43: 8 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from westhost43.westhost.net (westhost43.westhost.net [216.71.84.167]) by hub.freebsd.org (Postfix) with ESMTP id 3017337B404 for ; Mon, 11 Feb 2002 23:43:01 -0800 (PST) Received: from localhost (burningclown@localhost) by westhost43.westhost.net (8.11.6/8.11.6) with ESMTP id g1C50ji18601 for ; Mon, 11 Feb 2002 23:00:46 -0600 Date: Mon, 11 Feb 2002 23:00:44 -0600 (CST) From: burningclown@westhost43.westhost.net To: freebsd-mobile@FreeBSD.org Subject: lost pccard after rebuild Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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, After finally getting my pccard (a 3Com589D) working under FreeBSD 4.3, I excitedly cvsup'd and rebuilt the system on my Toshiba Satellite Pro 470CDT. Now, the thang don't work no more! Dagnab it. I wonder if I should -not- have run MAKEDEV at the end of it all (e.g. at the end of the make installworld - mergemaster process)? Here are what appear to be the troublesome lines upon bootup: Starting standard daemons: inetdFeb 11 18:46:44 eriugena pccardd[44]: No card in database for "(null)"(null)") Feb 11 18:46:44 eriugena pccardd[44]: pccardd started So pccardd is starting but somehow the card is not getting recognized correctly? Or ... what? I don't get any of the beeps and tweedles as the interface comes up anymore, either. In fact, when I type ifconfig ep0 up I'm told "interface ep0 does not exist" Anyone have any ideas of what dumber-than-dirt thing I might have done? Do I need to compile a custom kernel (which I need to do anyway) to get my interface back? Thanks, Glenn +----------------+ http://www.burningclown.com "Everyone's Portal to Nothing At All" +----------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Feb 12 3:55: 7 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.RWTH-Aachen.DE [137.226.46.168]) by hub.freebsd.org (Postfix) with ESMTP id C9EC637B400 for ; Tue, 12 Feb 2002 03:55:03 -0800 (PST) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.11.6/8.11.6) id g1CBpOK15286 for freebsd-mobile@freebsd.org; Tue, 12 Feb 2002 12:51:25 +0100 (CET) (envelope-from kuku) Date: Tue, 12 Feb 2002 12:51:25 +0100 (CET) From: Christoph Kukulies Message-Id: <200202121151.g1CBpOK15286@gilberto.physik.RWTH-Aachen.DE> To: freebsd-mobile@freebsd.org Subject: /current, CONFIG, no keyboard 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 I ran cvsup on -current mainly because I wanted to test the nvidia GeForce2 driver on my Dell Inspiron. After getting through the CONFIG file syntax and options woes I finally got a new kernel compiled but I cannot do any input at the keyboard. This happened after I removed /boot/device.hints which I read about in /usr/src/UPGRADING that devices were otherwise enumerated doubly during autoconfigure at boot. At least I was observing this and my boot got hung at sio1 probing in the first place. Then I removed device.hints - I had hints "GENERIC.hints" in my kernel CONFIG anyway. Any ideas? Am I missing the atkbd device? I didn't think so but who knows with all the new device syntax stuff. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Feb 12 4: 6:52 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.totalise.co.uk (mail.totalise.co.uk [217.197.192.130]) by hub.freebsd.org (Postfix) with ESMTP id 4509E37B41E for ; Tue, 12 Feb 2002 04:06:44 -0800 (PST) Received: from osprey [195.153.206.133] (scott.mitchell@mail.totalise.co.uk) by mail.totalise.co.uk; Tue, 12 Feb 2002 11:32:21 +0000 X-WM-Posted-At: mail.totalise.co.uk; Tue, 12 Feb 02 11:32:21 +0000 From: "Scott Mitchell" To: simon@roy.de, Date: Tue, 12 Feb 2002 11:35:02 -0000 MIME-Version: 1.0 Subject: Re: Xircom PS-CE2-10 & IBM Thinkpad 760XD Cc: freebsd-mobile@freebsd.org Message-ID: <3C68FDE6.32546.1CB57953@localhost> References: <5.1.0.14.2.20020212002748.00a94df0@mail.du.gtn.com> (message from simon roy on Tue, 12 Feb 2002 00:33:49 +0100) In-reply-to: <20020211235250.CF06E961E6@thalassa.informatimago.com> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body 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 12 Feb 2002 at 0:52, Pascal Bourguignon wrote: > > Date: Tue, 12 Feb 2002 00:33:49 +0100 > > From: simon roy > > > > hello, > > > > is there some who managed a xircom ps-ce2-10 work with a ibm thinkpad 760xd? > > i compiled a new kernel with the xe & pccard support ... no way! > > > > i searched (and tried) all tips & tricks that i found @google. ... > No. I can't make the drive work with mine on my DELL Latitude XPi 90ST > either. > > And it's worse with the two patches, it does not even recognize the > card then. Simon, Pascal, Please provide more detail on these failures -- "it doesn't work" is unfortunately not enough to debug anything... Specifically -- dmesg output, any kernel messages produced by if_xe or pccardd, the relevant parts of /etc/rc.conf and /etc/pccard.conf, your kernel config, if you're running a custom kernel. While there are definitely (many) bugs in if_xe, especially with CE2 cards, there are also apparently issues with configuring some cards in 4.4 and 4.5 that have nothing to do with the driver... I'll make this point for the archives again: it is NOT necessary to build a custom kernel to use either PCCARD support or the if_xe driver; they're both in the GENERIC kernel. Cheers, Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Feb 12 5:21: 8 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from postoffice.mail.cornell.edu (postoffice.mail.cornell.edu [132.236.56.7]) by hub.freebsd.org (Postfix) with ESMTP id 1CF8F37B41D for ; Tue, 12 Feb 2002 05:21:06 -0800 (PST) Received: from syr-66-66-30-139.twcny.rr.com (syr-66-66-30-139.twcny.rr.com [66.66.30.139]) by postoffice.mail.cornell.edu (8.9.3/8.9.3) with ESMTP id IAA10225 for ; Tue, 12 Feb 2002 08:13:44 -0500 (EST) Date: Tue, 12 Feb 2002 08:13:46 -0500 (EST) From: Darien Kindlund X-X-Sender: dforce@cti.2y.net Reply-To: darien@kindlund.com To: freebsd-mobile@FreeBSD.ORG Subject: Automatic SSID assignment? In-Reply-To: <20020211191815.73373.qmail@web21106.mail.yahoo.com> Message-ID: <20020212080023.E46129-100000@cti.2y.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 I know that Jim Binkley is currently developing an SSID scanner for Lucent/Orinoco 802.11 cards at: http://www.cs.pdx.edu/research/SMN/ However, I'm curious if there will be any attempts at integrating this within the wireless drivers? This would allow the card to use any base station without knowing/manually assigning the SSID. I know Linux has similar functionality, where the SSID can be set to "ANY" within the driver -- a specified keyword. This type of functionality would be very useful, as I tend to use more than 3 stations with my Aironet 340 card each day. -- Darien Kindlund darien@kindlund.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Feb 12 6: 6:45 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from www.example.org (dhcp-nic-val-26-131.cisco.com [64.103.26.131]) by hub.freebsd.org (Postfix) with SMTP id F009B37B422 for ; Tue, 12 Feb 2002 06:06:31 -0800 (PST) Received: (qmail 1046 invoked by uid 1000); 12 Feb 2002 13:37:58 -0000 Date: Tue, 12 Feb 2002 14:37:58 +0100 From: Marco Molteni To: freebsd-mobile@FreeBSD.ORG Subject: Re: Automatic SSID assignment? Message-ID: <20020212143758.A961@cobweb.example.org> References: <20020211191815.73373.qmail@web21106.mail.yahoo.com> <20020212080023.E46129-100000@cti.2y.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020212080023.E46129-100000@cti.2y.net>; from darien@kindlund.com on Tue, Feb 12, 2002 at 08:13:46AM -0500 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 2002-02-12, Darien Kindlund wrote: > > I know that Jim Binkley is currently developing an SSID scanner for > Lucent/Orinoco 802.11 cards at: http://www.cs.pdx.edu/research/SMN/ > > However, I'm curious if there will be any attempts at integrating this > within the wireless drivers? This would allow the card to use > any base station without knowing/manually assigning the SSID. > > I know Linux has similar functionality, where the SSID can be set to "ANY" > within the driver -- a specified keyword. This type of functionality > would be very useful, as I tend to use more than 3 stations with my > Aironet 340 card each day. Darien, according to 802.11, if you set the SSID to a zero-length field, ie the NULL string "", the station will enter passive scanning mode, and will associate with the first SSID contained in an 802.11 broadcast beacon. Setting the SSID to "ANY" is treated specially by the driver and actually becomes the zero-lenght string "". What you want to do is decoupled from SMN or any other scanner. With the aironet card, you simply type ifconfig an0 ssid - and it will magically associate. This will work only if the AP is set to broadcast the SSID, which is not a very good idea from a security point of view, especially if you don't use WEP (which itself is broken but a lot better than nothing). Marco To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Feb 12 6:38:31 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id E83A037B425 for ; Tue, 12 Feb 2002 06:38:24 -0800 (PST) Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 09D755D0C; Tue, 12 Feb 2002 06:35:00 -0800 (PST) To: burningclown@westhost43.westhost.net Cc: freebsd-mobile@FreeBSD.org Subject: Re: lost pccard after rebuild In-reply-to: Your message of "Mon, 11 Feb 2002 23:00:44 CST." Date: Tue, 12 Feb 2002 06:35:00 -0800 From: "Kevin Oberman" Message-Id: <20020212143500.09D755D0C@ptavv.es.net> 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 > Date: Mon, 11 Feb 2002 23:00:44 -0600 (CST) > From: burningclown@westhost43.westhost.net > Sender: owner-freebsd-mobile@FreeBSD.ORG > > > Hi, > > After finally getting my pccard (a 3Com589D) working under FreeBSD 4.3, I > excitedly cvsup'd and rebuilt the system on my Toshiba Satellite Pro > 470CDT. Now, the thang don't work no more! Dagnab it. > > I wonder if I should -not- have run MAKEDEV at the end of it all (e.g. at > the end of the make installworld - mergemaster process)? > > Here are what appear to be the troublesome lines upon bootup: > > Starting standard daemons: inetdFeb 11 18:46:44 eriugena pccardd[44]: > No card in database for "(null)"(null)") > Feb 11 18:46:44 eriugena pccardd[44]: pccardd started > > So pccardd is starting but somehow the card is not getting recognized > correctly? Or ... what? I don't get any of the beeps and tweedles as the > interface comes up anymore, either. In fact, when I type > > ifconfig ep0 up > > I'm told "interface ep0 does not exist" > > Anyone have any ideas of what dumber-than-dirt thing I might have done? Do > I need to compile a custom kernel (which I need to do anyway) to get my > interface back? Hmmm. 4.4, Toshiba, pccard...Not a nice mix, I'm afraid. V4.4 did a major re-work of interrupt handling to allow shared IRQs routed over the PCI to work. This is a really nice improvement, but Toshiba has it's own CardBus bridge chip, identified at config time as a "ToPIC" chip. This chip did not do interrupt routing properly with 4.4. I think it is working with 4.5, but I don't have a Toshiba to test with, so I make not promises. You can also try switching to ISA interrupt routing which pretty much means a return to 4.3 behavior. Set hw.pcic.irq=0 and hw.pcic.intr_path=1. This should be done in /boot/loader.conf. Hopefully one of these solutions will do the trick for you. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Feb 12 9: 4: 7 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id B61E137B429 for ; Tue, 12 Feb 2002 09:04:00 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g1CGpNi50974; Tue, 12 Feb 2002 09:51:23 -0700 (MST) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g1CGpML81353; Tue, 12 Feb 2002 09:51:22 -0700 (MST) (envelope-from imp@village.org) Date: Tue, 12 Feb 2002 09:51:16 -0700 (MST) Message-Id: <20020212.095116.34147239.imp@village.org> To: darien@kindlund.com Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Automatic SSID assignment? From: "M. Warner Losh" In-Reply-To: <20020212080023.E46129-100000@cti.2y.net> References: <20020211191815.73373.qmail@web21106.mail.yahoo.com> <20020212080023.E46129-100000@cti.2y.net> X-Mailer: Mew version 2.1 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 FreeBSD already works just fine without assigning a SSID by hand. I go between 4 different wireless networks all the time without changing a thing. I just do a 'dhclient wi0' and it just works. What are you asking for? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Feb 12 10: 2:38 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from moo.sysabend.org (moo.sysabend.org [63.86.88.201]) by hub.freebsd.org (Postfix) with ESMTP id 3394537B420 for ; Tue, 12 Feb 2002 10:02:32 -0800 (PST) Received: by moo.sysabend.org (Postfix, from userid 1004) id CDB057574; Tue, 12 Feb 2002 10:04:52 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by moo.sysabend.org (Postfix) with ESMTP id CA79B1D93; Tue, 12 Feb 2002 10:04:52 -0800 (PST) Date: Tue, 12 Feb 2002 10:04:52 -0800 (PST) From: Jamie Bowden To: Cory Cc: Brad Laue , winter@jurai.net, freebsd-mobile@FreeBSD.ORG Subject: Latitude C810 (was Inspiron 8100 + nvidia GeForce2GO driver fails) In-Reply-To: <002501c1b12a$6fcccc80$0200a8c0@tigra> Message-ID: Approved: yep X-representing: Only myself. X-badge: We don't need no stinking badges. X-obligatory-profanity: Fuck X-moo: Moo. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Fri, 8 Feb 2002, Cory wrote: :I didn't have that much luck with that particular driver...try the one from :ftp://ftp.jurai.net/users/winter/nvidia/ Thanks for this pointer, I now have XFree86 4.1 running at 1600x1200@32bpp on my Latitude C810. I'm running 4.5-STABLE CVSup'd as of this morning, and have two small problems, and wonder if others have seen them. Moused doesn't work with X. I set the protocol in XF86Config to PS/2, and device to /dev/psm0, and things work fine, so long as moused isn't running. If I enable moused, and set the protocol to anything, and the device to /dev/sysmouse, I get random pointer placement, with a tendency towards +0+0. This is annoying as I'd like to use the USB Logitech Optical Wheel Mouse since it is a proper 3 button mouse, and I don't care much for touchpads or tracksticks. I would just set it to ums0, but I don't always have the USB mouse available, so using the touchpad still needs to be an option. This worked with 4.3-R on a C800 running XF86 4.0.3. The other fun bit is when I exit X, the screen just locks. Takes the keyboard and mouse with it, and unless I already have a remote session started, it stays that way until it panics and reboots. If I have a remote session running I can reboot from the command line okay. These are minor and liveable, I'm just curious if anyone else has seen these same issues, or if it's just me. Oh, and winter, thanks bunches for the kernel module and shim. Mostly working still beats the hell out of nothing at all. Jamie Bowden -- "It was half way to Rivendell when the drugs began to take hold" Hunter S Tolkien "Fear and Loathing in Barad Dur" Iain Bowen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Feb 12 10:30:38 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.RWTH-Aachen.DE [137.226.46.168]) by hub.freebsd.org (Postfix) with ESMTP id E93D537B421 for ; Tue, 12 Feb 2002 10:30:34 -0800 (PST) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.11.6/8.11.6) id g1CH5LV17193 for freebsd-mobile@freebsd.org; Tue, 12 Feb 2002 18:05:21 +0100 (CET) (envelope-from kuku) Date: Tue, 12 Feb 2002 18:05:21 +0100 (CET) From: Christoph Kukulies Message-Id: <200202121705.g1CH5LV17193@gilberto.physik.RWTH-Aachen.DE> To: freebsd-mobile@freebsd.org Subject: no PC-CARD slot 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 My keyboard problem is solved. It was a missing device atkbd and a missing count after device atkbdc. Now I still have problems with pccardd which says no PC-CARD slot or something. I'm using what was in the NEWCARD config file. Thus wi0 isnt't there and I'm cut off the network for the moment until I boot back into some older configuration. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Feb 12 10:37: 1 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id 584C837B404 for ; Tue, 12 Feb 2002 10:36:57 -0800 (PST) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id g1CIWix02594; Tue, 12 Feb 2002 10:32:44 -0800 Date: Tue, 12 Feb 2002 10:32:44 -0800 From: Brooks Davis To: Christoph Kukulies Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: no PC-CARD slot Message-ID: <20020212103244.A2393@Odin.AC.HMC.Edu> References: <200202121705.g1CH5LV17193@gilberto.physik.RWTH-Aachen.DE> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200202121705.g1CH5LV17193@gilberto.physik.RWTH-Aachen.DE>; from kuku@gilberto.physik.RWTH-Aachen.DE on Tue, Feb 12, 2002 at 06:05:21PM +0100 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 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 12, 2002 at 06:05:21PM +0100, Christoph Kukulies wrote: > Now I still have problems with pccardd which says no PC-CARD slot > or something. I'm using what was in the NEWCARD config file. NEWCARD doesn't use pccardd. If the device is installed when you boot, it should work. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8aV/LXY6L6fI4GtQRAuNTAJ0fs4x2uhPm4bndqz+sJD6JTyS+VACgyeX9 OdGR8vMbmQbzHmztYEb6LBM= =Yy7P -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Feb 12 10:43:32 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from CRWdog.demon.co.uk (adsl-216-103-105-71.dsl.snfc21.pacbell.net [216.103.105.71]) by hub.freebsd.org (Postfix) with ESMTP id 1FAC537B400 for ; Tue, 12 Feb 2002 10:43:29 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by CRWdog.demon.co.uk (Postfix) with ESMTP id 22B2E3E22; Tue, 12 Feb 2002 10:39:33 -0800 (PST) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Jamie Bowden Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Latitude C810 (was Inspiron 8100 + nvidia GeForce2GO driver fails) In-Reply-To: Message from Jamie Bowden of "Tue, 12 Feb 2002 10:04:52 PST." Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-2047396543P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Tue, 12 Feb 2002 10:39:33 -0800 From: Andy Sparrow Message-Id: <20020212183933.22B2E3E22@CRWdog.demon.co.uk> 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 --==_Exmh_-2047396543P Content-Type: text/plain; charset=us-ascii > Moused doesn't work with X. I set the protocol in XF86Config to PS/2, and > device to /dev/psm0, and things work fine, so long as moused isn't > running. If I enable moused, and set the protocol to anything, and the > device to /dev/sysmouse, I get random pointer placement, with a tendency > towards +0+0. Option "Protocol" "Auto" is the correct setting in the X config file for using 'moused' with X. HTH. Cheers, AS --==_Exmh_-2047396543P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.5 07/13/2001 iD8DBQE8aWFkPHh895bDXeQRAtnSAJ9UtWEbcz4d86tTg3gtguy/KcFwQQCdHmom M62lzEErF1S5sY+P/ZSgFxU= =Wo8B -----END PGP SIGNATURE----- --==_Exmh_-2047396543P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Feb 12 11:21:19 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id 0171237B405 for ; Tue, 12 Feb 2002 11:21:16 -0800 (PST) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id g1CJ3hB08639; Tue, 12 Feb 2002 11:03:43 -0800 Date: Tue, 12 Feb 2002 11:03:43 -0800 From: Brooks Davis To: Christoph Kukulies Cc: Brooks Davis , freebsd-mobile@FreeBSD.ORG Subject: Re: no PC-CARD slot Message-ID: <20020212110343.A8327@Odin.AC.HMC.Edu> References: <200202121705.g1CH5LV17193@gilberto.physik.RWTH-Aachen.DE> <20020212103244.A2393@Odin.AC.HMC.Edu> <20020212195230.A17899@gil.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="YiEDa0DAkWCtVeE4" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020212195230.A17899@gil.physik.rwth-aachen.de>; from kuku@gilberto.physik.RWTH-Aachen.DE on Tue, Feb 12, 2002 at 07:52:31PM +0100 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 --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 12, 2002 at 07:52:31PM +0100, Christoph Kukulies wrote: > On Tue, Feb 12, 2002 at 10:32:44AM -0800, Brooks Davis wrote: > > On Tue, Feb 12, 2002 at 06:05:21PM +0100, Christoph Kukulies wrote: > > > Now I still have problems with pccardd which says no PC-CARD slot > > > or something. I'm using what was in the NEWCARD config file. > >=20 > > NEWCARD doesn't use pccardd. If the device is installed when you boot, > > it should work. >=20 > It doesn't seem to be there. wicontrol as well as ifconfig wi0 > say "device not configured". Then you need to send the output of dmesg so there's something imp can work from. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --YiEDa0DAkWCtVeE4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8aWcOXY6L6fI4GtQRAr6ZAKDnKotWIKhKHHbefG24qjKCTWi1QACfftsS SCEkp063qMJ3H+/3Z3zNDq4= =QdT6 -----END PGP SIGNATURE----- --YiEDa0DAkWCtVeE4-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Feb 12 11:27:56 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.RWTH-Aachen.DE [137.226.46.168]) by hub.freebsd.org (Postfix) with ESMTP id 050A637B421 for ; Tue, 12 Feb 2002 11:27:53 -0800 (PST) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.11.6/8.11.6) id g1CIqVl17920; Tue, 12 Feb 2002 19:52:31 +0100 (CET) (envelope-from kuku) Date: Tue, 12 Feb 2002 19:52:31 +0100 From: Christoph Kukulies To: Brooks Davis Cc: Christoph Kukulies , freebsd-mobile@FreeBSD.ORG Subject: Re: no PC-CARD slot Message-ID: <20020212195230.A17899@gil.physik.rwth-aachen.de> References: <200202121705.g1CH5LV17193@gilberto.physik.RWTH-Aachen.DE> <20020212103244.A2393@Odin.AC.HMC.Edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20020212103244.A2393@Odin.AC.HMC.Edu>; from brooks@one-eyed-alien.net on Tue, Feb 12, 2002 at 10:32:44AM -0800 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 Tue, Feb 12, 2002 at 10:32:44AM -0800, Brooks Davis wrote: > On Tue, Feb 12, 2002 at 06:05:21PM +0100, Christoph Kukulies wrote: > > Now I still have problems with pccardd which says no PC-CARD slot > > or something. I'm using what was in the NEWCARD config file. > > NEWCARD doesn't use pccardd. If the device is installed when you boot, > it should work. It doesn't seem to be there. wicontrol as well as ifconfig wi0 say "device not configured". -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Feb 12 12:19:39 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id 5353F37B402 for ; Tue, 12 Feb 2002 12:19:35 -0800 (PST) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id g1CKGOa20557; Tue, 12 Feb 2002 12:16:24 -0800 Date: Tue, 12 Feb 2002 12:16:24 -0800 From: Brooks Davis To: Christoph Kukulies Cc: Brooks Davis , freebsd-mobile@FreeBSD.ORG Subject: Re: no PC-CARD slot Message-ID: <20020212121624.A18284@Odin.AC.HMC.Edu> References: <200202121705.g1CH5LV17193@gilberto.physik.RWTH-Aachen.DE> <20020212103244.A2393@Odin.AC.HMC.Edu> <20020212195230.A17899@gil.physik.rwth-aachen.de> <20020212110343.A8327@Odin.AC.HMC.Edu> <20020212210554.A18437@gil.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020212210554.A18437@gil.physik.rwth-aachen.de>; from kuku@gilberto.physik.RWTH-Aachen.DE on Tue, Feb 12, 2002 at 09:05:54PM +0100 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 --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 12, 2002 at 09:05:54PM +0100, Christoph Kukulies wrote: > pccbb0: irq 11 at device 15.0 on pci2 > pccbb0: Could not grab register memory > device_probe_and_attach: pccbb0 attach returned 12 > pccbb0: irq 11 at device 15.1 on pci2 > pccbb0: Could not grab register memory > device_probe_and_attach: pccbb0 attach returned 12 Well, it's pretty clear why wi isn't attaching. The bridges aren't being attached. According to the comments around teh code that emits the above error messages, the problem is that the BIOS isn't assigning memory space properly. You might see if you've got a Plug-n-Play OS setting in you BIOS and messing with it. If that doesn't work, you may have to go back to the oldcard support in GENERIC since the code in question is prefaced with "XXX EVILE HACK BAD THING! XXX". -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --jRHKVT23PllUwdXP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8aXgXXY6L6fI4GtQRAtYtAJ9Zx9jzRwNAanC6zFx/3L3y9tz6PwCbBu6n fa09TXp/N+5hYGkJHrKznmU= =lT+g -----END PGP SIGNATURE----- --jRHKVT23PllUwdXP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Feb 12 12:29: 1 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.RWTH-Aachen.DE [137.226.46.168]) by hub.freebsd.org (Postfix) with ESMTP id 21E8437B422 for ; Tue, 12 Feb 2002 12:28:56 -0800 (PST) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.11.6/8.11.6) id g1CK5sM18452; Tue, 12 Feb 2002 21:05:54 +0100 (CET) (envelope-from kuku) Date: Tue, 12 Feb 2002 21:05:54 +0100 From: Christoph Kukulies To: Brooks Davis Cc: Christoph Kukulies , freebsd-mobile@FreeBSD.ORG Subject: Re: no PC-CARD slot Message-ID: <20020212210554.A18437@gil.physik.rwth-aachen.de> References: <200202121705.g1CH5LV17193@gilberto.physik.RWTH-Aachen.DE> <20020212103244.A2393@Odin.AC.HMC.Edu> <20020212195230.A17899@gil.physik.rwth-aachen.de> <20020212110343.A8327@Odin.AC.HMC.Edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20020212110343.A8327@Odin.AC.HMC.Edu>; from brooks@one-eyed-alien.net on Tue, Feb 12, 2002 at 11:03:43AM -0800 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 Tue, Feb 12, 2002 at 11:03:43AM -0800, Brooks Davis wrote: > On Tue, Feb 12, 2002 at 07:52:31PM +0100, Christoph Kukulies wrote: > > On Tue, Feb 12, 2002 at 10:32:44AM -0800, Brooks Davis wrote: > > > On Tue, Feb 12, 2002 at 06:05:21PM +0100, Christoph Kukulies wrote: > > > > Now I still have problems with pccardd which says no PC-CARD slot > > > > or something. I'm using what was in the NEWCARD config file. > > > > > > NEWCARD doesn't use pccardd. If the device is installed when you boot, > > > it should work. > > > > It doesn't seem to be there. wicontrol as well as ifconfig wi0 > > say "device not configured". > > Then you need to send the output of dmesg so there's something imp can > work from. OK, here goes: Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #1: Tue Feb 12 18:29:21 GMT 2002 root@kukubook.physik.rwth-aachen.de:/usr/src/sys/i386/compile/KUKUBOOKNEW Preloaded elf kernel "/boot/kernel/kernel" at 0xc040a000. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc040a0a8. Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (996.68-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x68a Stepping = 10 Features=0x383f9ff real memory = 268345344 (262056K bytes) avail memory = 256860160 (250840K bytes) Pentium Pro MTRR support enabled Using $PIR table, 10 entries at 0xc00fbc20 apm0: on motherboard apm0: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface acpi0: Other PM system enabled. pcib0: at pcibus 0 on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) pcib2: at device 30.0 on pci0 pci2: on pcib2 pci2: at device 3.0 (no driver attached) pcib3: at device 6.0 on pci2 pci3: on pcib3 fxp0: port 0xecc0-0xecff mem 0xf8e00000-0xf8efffff,0xf8fff000-0xf8ffffff irq 11 at device 4.0 on pci3 fxp0: Ethernet address 00:20:e0:69:17:62 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci3: at device 8.0 (no driver attached) pccbb0: irq 11 at device 15.0 on pci2 pccbb0: Could not grab register memory device_probe_and_attach: pccbb0 attach returned 12 pccbb0: irq 11 at device 15.1 on pci2 pccbb0: Could not grab register memory device_probe_and_attach: pccbb0 attach returned 12 pci2: at device 15.2 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xbfa0-0xbfaf at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xbce0-0xbcff irq 11 at device 31.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it orm0: