From owner-freebsd-bugs Mon Nov 18 4:30: 6 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0247B37B401 for ; Mon, 18 Nov 2002 04:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3877B43EA3 for ; Mon, 18 Nov 2002 04:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAICU2x3099715 for ; Mon, 18 Nov 2002 04:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAICU2OH099714; Mon, 18 Nov 2002 04:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A34237B401 for ; Mon, 18 Nov 2002 04:26:13 -0800 (PST) Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43F0743E91 for ; Mon, 18 Nov 2002 04:26:00 -0800 (PST) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.2/8.12.2) with ESMTP id gAICWVKP000298 for ; Mon, 18 Nov 2002 13:32:31 +0100 (CET) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.2/8.12.2/Submit) id gAICWTwm000297; Mon, 18 Nov 2002 13:32:30 +0100 (CET) Message-Id: <200211181232.gAICWTwm000297@vaio.alexdupre.com> Date: Mon, 18 Nov 2002 13:32:30 +0100 (CET) From: Alex Dupre Reply-To: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/45403: Cannot install -CURRENT via pccard network interface Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45403 >Category: kern >Synopsis: Cannot install -CURRENT via pccard network interface >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 18 04:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.5-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD vaio.alexdupre.com 4.5-ALEXDUPRE FreeBSD 4.5-ALEXDUPRE #0: Fri Apr 12 14:12:57 CEST 2002 alex@vaio.alexdupre.com:/usr/obj/usr/src/sys/VAIO i386 >Description: I'm unable to install 5.0-DP2 and -CURRENT on my Sony Vaio PCG-505TR laptop via a Netgear FA410TX pccard ethernet card. This is what appears during the booting and probing phase: [...] cbb0: at device 10.0 on pci0 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 pci_cfgintr: 0:10 INTA routed to irq 9 [...] pccard0: (manufacturer=0x0149, product=0x0230) at function 0 pccard0: CIS info: NETGEAR, FA410TX, Fast Ethernet [...] and this is the debug console after I setup the network interface: [...] DEBUG: Loading module if_ed.ko (NE[12]000, SMC Ultra, 3c503, DS8390 ISA ethernet cards) ed1: at port 0x100-0x11f irq 9 function 0 config 32 on pccard0 ed1: address 00:80:c8:8b:c1:7a, type Linksys (16 bit) lxtphy0: on miibus0 lxtphy0: 100baseFX, 100baseFX-FDX, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto [...] DEBUG: ifconfig ed1 inet 192.168.0.166 netmask 255.255.255.0 ed1: remote transmit DMA failed to complete DEBUG: Adding default route to 192.168.0.4 add net default: gateway 192.168.0.4 ed1: remote transmit DMA failed to complete ed1: device timeout ed1: device timeout ed1: device timeout [...] The problem seems to be "remote transmit DMA failed to complete", but I dunno why it happens :(. On the same laptop I correctly installed -STABLE via network, and this is the actual startup log: [...] pci_cfgintr_linked: linked (61) to hard-routed irq 9 pci_cfgintr: 0:10 INTA routed to irq 9 pcic0: irq 9 at device 10.0 on pci0 pcic0: PCI Memory allocated: 0x44000000 pccard0: on pcic0 [...] pccard: card inserted, slot 0 NOV 18 12:37:25 vaio pccardd[50]: Card "NETGEAR"("FA410TX") [Fast Ethernet] [(null)] matched "NETGEAR" ("FA410TX") [Fast Ethernet] [(null)] [(null)] ed1 at port 0x240-0x25f irq 9 flags 0x80000 slot 0 on pccard0 ed1: address 00:80:c8:8b:c1:7a, type Linksys (16 bit) lxtphy0: on miibus0 lxtphy0: 100baseFX, 100baseFX-FDX, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto NOV 18 12:37:25 vaio pccardd[50]: ed1: NETGEAR (FA410TX) inserted. NOV 18 12:37:25 vaio pccardd[50]: pccardd started [...] Do you need more info or is it enough? >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message