From owner-freebsd-mobile Fri Dec 27 6:34: 3 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B245437B401 for ; Fri, 27 Dec 2002 06:34:00 -0800 (PST) Received: from list-svr.nventure.com (list-svr.nventure.com [208.186.46.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E31343EA9 for ; Fri, 27 Dec 2002 06:34:00 -0800 (PST) (envelope-from plathem@ivestnw.net) Received: from ivestnw.net ([208.187.12.12]) by list-svr.nventure.com (Post.Office MTA v3.5.3 release 223 ID# 0-67609U1600L200S0V35) with ESMTP id com; Fri, 27 Dec 2002 06:45:24 -0800 Message-ID: <3E0C64D5.60209@ivestnw.net> Date: Fri, 27 Dec 2002 06:33:57 -0800 From: Pat Lathem User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kirill Bezzubets Cc: freebsd-mobile@freebsd.org Subject: Re: 4.7 -> 5.0 Pccard problems (more info) References: <20021226094524.GA10382@solaris.ru> <3E0B1056.6050300@ivestnw.net> <20021227092429.GA5786@solaris.ru> In-Reply-To: <20021227092429.GA5786@solaris.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed 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 I am running 5.0 current from a few days ago. I upgrade fairly often hoping that it will be fixed. When I booted with the -v flag, everything proceeded normally until I attempted to power up the slot the card was in (pccardc power 0 1) . The first two lines are shown to the console, and then the third line is printed repeatedly: pcic0: reset 1 int is 0 stat is 0 pcic0: reset 2 int is 0 stat is 0 pcic0: reset 3 int is 0 stat is 0 (<-- this one is then repeated in a loop until the slot is powered down) Does anyone know what this means? After I power it down (pccardc power 0 0): pcic0: reset 0 Here is the output from dmesg (I am still using OLDCARD) [trashcan]~: dmesg | grep pcic0 pcic0: irq 11 at device 6.0 on pci2 pcic0: PCI Memory allocated: 0xd0200000 pcic0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC serial isa irq] pccard0: on pcic0 [trashcan]~: dmesg | grep pci2 pci2: on pcib2 pci2: at device 4.0 (no driver attached) pci2: at device 5.0 (no driver attached) pcic0: irq 11 at device 6.0 on pci2 fxp0: port 0x3040-0x307f mem 0xd0215000-0xd0215fff irq 10 at device 8.0 on pci2 Pat Lathem Kirill Bezzubets wrote: >On Thu, Dec 26, 2002 at 06:21:10AM -0800, Pat Lathem wrote: > > > >>>>cbb0: irq 11 at device 6.0 on pci2 >>>>cardbus0: on cbb0 >>>>pccard0: <16-bit PCCard bus> on cbb0 >>>> >>>> >>>> >>The card is a supported IBM 56k modem (I also have been expirementing >>with a Linksys wireless card). The kernel does not say anything when I >>insert or remove it (with GENERIC), which is why I assumed it was not >>being detected properly. Since I posted the, I have reverted to the >>kernel OLDCARD. After the computer boots, I can run 'pccardc power 0 1' >>and it starts to initialize the card, but fails to read the correct >>vendor string from the pccard. I'm currently changing the hints file (at >>the advice of Greg Smith) to see if it can work. My question is this: Is >>this is a regression? In 4.7-stable I only had to add to /etc/rc.conf >>"pccard_enable="YES"' and reboot (or start pccardd) to get my cards >>working. Was I just lucky that it just worked the first time, or is >>there a problem? >> >> > >One more thing from your dmesg output (sorry, just noticed..): > >cbb0: Unsupported card type detected > >I guess it's a kind of bug with TI1410 (???), not sure though. >Because mine is TI1131 PCI-CardBus Bridge and everything works well >with both 16bit(PCCard) and 32bit(CardBus) cards using NEWCARD. >Also it did work in 4-STABLE since 4.3 with PCCards. > >My FreeBSD is 5.0-RC1. > >Are you using 5-CURRENT or 5.0-RC1? Btw, dmesg from "boot -v" could help >much more to determine what the problem is. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message