From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 3 01:15:30 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51C0316A4CE for ; Sun, 3 Oct 2004 01:15:30 +0000 (GMT) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20E2443D2F for ; Sun, 3 Oct 2004 01:15:30 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.216.143) by smtp02.syd.iprimus.net.au (7.0.031.3) id 4158AE32001E98B4; Sun, 3 Oct 2004 11:15:25 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 6CD794246; Sun, 3 Oct 2004 11:16:53 +1000 (EST) Date: Sun, 3 Oct 2004 11:16:53 +1000 From: Tim Robbins To: Sean McNeil Message-ID: <20041003011653.GA76597@cat.robbins.dropbear.id.au> References: <20041002144347.GA66319@enemy.org> <20041002192307.GC66319@enemy.org> <1096745844.95733.7.camel@server> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1096745844.95733.7.camel@server> User-Agent: Mutt/1.4.1i cc: Alex D'Elia cc: freebsd-amd64@freebsd.org Subject: Re: amd64 on Asus K8V SE Deluxe X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2004 01:15:30 -0000 On Sat, Oct 02, 2004 at 12:37:24PM -0700, Sean McNeil wrote: > If you look in the freebsd-amd64 mailing list archive you will see all > kinds of discussion about it. My kernel is built with 32-bit binary > compatibility by adding: > > options COMPAT_IA32 # Compatible with i386 binaries > > and Linux 32-bit with > > options COMPAT_LINUX32 > options LINPROCFS > > I do not think these are setup as loadable modules yet, but I might be > mistaken. Loadable modules work great now too, so there is no reason > they couldn't be built as modules I should think. [...] The only reason these can't be built usefully as modules on amd64 is that Linux emulation depends on COMPAT_43, which is not enabled in GENERIC (and shouldn't be). There's work underway to decouple COMPAT_LINUX from COMPAT_43, and when that's done, the Linux modules will work fine. Tim From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 3 03:41:09 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99DBF16A4CE for ; Sun, 3 Oct 2004 03:41:09 +0000 (GMT) Received: from EXCHG2003.microtech-ks.com (host27-44.discord.birch.net [65.16.27.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2031243D46 for ; Sun, 3 Oct 2004 03:41:09 +0000 (GMT) (envelope-from bchang@atipa.com) MIME-Version: 1.0 Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Sat, 2 Oct 2004 22:37:21 -0500 Message-ID: <08C26C3716AF3048AFB1D7B10CDF953527C50E@EXCHG2003.microtech-ks.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: broadcom gig E BCM 5704C Thread-Index: AcSo+koDwFHH2GSBRViCPekgUtBqew== From: "Brady Chang" To: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: broadcom gig E BCM 5704C X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2004 03:41:09 -0000 Hi all, I'm installing FreeBSD 5.2-current on celestica Quad, everything went = well except the Broadcom Gig E ports: /var/log/messages: =20 bge0: mem = 0xfb100000-0xfb10ffff irq 16 at device 11.0 on pci0 bge0: firmware handshake timed out bge0: RX CPU self-diagnostics failed! bge0: chip initialization failed device_probe_and_attach: bge0 attach returned 6 =20 googled note indicates: 1. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D The onboard Broadcom 5705 controller does not get initialized correctly; in amd64 it is useless but in i386 -current you can use the new ndis driver. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Does anybody have the similiar experience? =20 thanks for your help in advance Brady =20 =20 From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 3 10:15:27 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C292116A4CE for ; Sun, 3 Oct 2004 10:15:27 +0000 (GMT) Received: from pegasus.siol.net (pegasus.siol.net [193.189.160.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DC7E43D48 for ; Sun, 3 Oct 2004 10:15:22 +0000 (GMT) (envelope-from tomaz.borstnar@over.net) Received: from kudu.siol.net ([10.10.10.22]) by pegasus.siol.net 1cbf71897a39210db31154c99f0b4628) <20041003101519.FTNZ11799.pegasus@kudu.siol.net> for ; Sun, 3 Oct 2004 12:15:19 +0200 Received: from game.over.net ([193.189.169.9]) by kudu.siol.net 1cbf71897a39210db31154c99f0b4628) with ESMTP id <20041003101518.NUHG11644.kudu@game.over.net> for ; Sun, 3 Oct 2004 12:15:18 +0200 Received: from BSN-77-70-7.dsl.siol.net ([193.77.70.7]:53124 "EHLO masina.over.net") by game.over.net with ESMTP id ; Sun, 3 Oct 2004 12:15:09 +0200 Message-Id: <6.1.2.0.0.20041003121030.03a9ba68@193.189.169.9> X-Sender: tmail@193.189.169.9 X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Sun, 03 Oct 2004 12:12:21 +0200 To: freebsd-amd64@freebsd.org From: Tomaz Borstnar In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-OverNet-MailScanner-Information: Contact mailscanner@over.net for more information X-OverNet-MailScanner: Found to be clean X-OverNet-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.9, required 5, autolearn=not spam, BAYES_00 -4.90) X-MailScanner-From: tomaz.borstnar@over.net Subject: Re: FreeBSD AMD 64 just hangs during boot X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2004 10:15:27 -0000 At 16:18 2.10.2004, you wrote: >Dear all. > >I've been trying for month to get my server to run FreeBSD 5.x AMD64 >without much luck. >So far I always thought that the culprit was the 3ware 9500-8S card. I tested FreeBSD 5.3beta with 3Ware 9500-8 in 64 mode and worked just fine. No problems at all. >3)At that stage I was convinced it was the 3ware card as it wasn't >recognized before. >So I removed the 3ware card from the server and was amazed to see that >it wasn't the 3ware card after all, but it seems to be the Adaptec SCSI >Ultra320!! When this one was working fine in the past. >I thought of a drivers incompatibility, so in the BIOS I disabled >*everything*: Yeah, I disabled Adaptec before installing things. Tomaz From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 3 10:15:29 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF68C16A4CF for ; Sun, 3 Oct 2004 10:15:29 +0000 (GMT) Received: from pegasus.siol.net (pegasus.siol.net [193.189.160.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82DF843D53 for ; Sun, 3 Oct 2004 10:15:27 +0000 (GMT) (envelope-from tomaz.borstnar@over.net) Received: from kudu.siol.net ([10.10.10.22]) by pegasus.siol.net 1cbf71897a39210db31154c99f0b4628) <20041003101525.FTOI11799.pegasus@kudu.siol.net> for ; Sun, 3 Oct 2004 12:15:25 +0200 Received: from game.over.net ([193.189.169.9]) by kudu.siol.net 1cbf71897a39210db31154c99f0b4628) with ESMTP id <20041003101524.NUHY11644.kudu@game.over.net> for ; Sun, 3 Oct 2004 12:15:24 +0200 Received: from BSN-77-70-7.dsl.siol.net ([193.77.70.7]:53124 "EHLO masina.over.net") by game.over.net with ESMTP id ; Sun, 3 Oct 2004 12:15:09 +0200 Message-Id: <6.1.2.0.0.20041003120637.069ca158@193.189.169.9> X-Sender: tmail@193.189.169.9 X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Sun, 03 Oct 2004 12:07:58 +0200 To: freebsd-amd64@freebsd.org From: Tomaz Borstnar In-Reply-To: <200409301540.03289.groot@kde.org> References: <4098.64.236.216.30.1096544781.squirrel@webmail.brozs.net> <200409301540.03289.groot@kde.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-OverNet-MailScanner-Information: Contact mailscanner@over.net for more information X-OverNet-MailScanner: Found to be clean X-OverNet-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.978, required 5, BAYES_00 -4.90, BODY_GAPPY_TEXT 1.92) X-MailScanner-From: tomaz.borstnar@over.net Subject: Re: 5.3Beta6 not working with Asus K8V Deluxe SE X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2004 10:15:29 -0000 At 15:40 30.9.2004, you wrote: >I started using amd64 on a K8VSE with - I think 5.1 - and have been following >5-CURRENT since then; it works fine most of the time. WHether the _install_ >CDs work nicely, I can't really say. Install CDs could be problematic. I am not able to install 5.3beta/i386 on IBM eserver 325, but I can install 5.2.1 and then do source upgrade to latest beta just fine. Tomaz From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 3 12:41:02 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C13E16A4CE for ; Sun, 3 Oct 2004 12:41:02 +0000 (GMT) Received: from mail.hydrix.com (ns1.hydrix.com [218.214.210.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46CC943D2D for ; Sun, 3 Oct 2004 12:41:01 +0000 (GMT) (envelope-from jean-yves.avenard@hydrix.com) Received: from [192.168.2.4] (adsl-24-29.swiftdsl.com.au [218.214.24.29]) (authenticated bits=0) by mail.hydrix.com (8.13.1/8.13.1) with ESMTP id i93CetjW096971 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Sun, 3 Oct 2004 22:40:56 +1000 (EST) (envelope-from jean-yves.avenard@hydrix.com) Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <721CD507-1539-11D9-BEDE-000D93AD5C52@hydrix.com> Content-Transfer-Encoding: 7bit From: Jean-Yves Avenard Date: Sun, 3 Oct 2004 22:40:45 +1000 To: freebsd-amd64@FreeBSD.org X-Mailer: Apple Mail (2.619) X-Spam-Status: No, hits=0.0 required=6.5 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on server2.private.hydrix.com X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on server2.private.hydrix.com X-Virus-Status: Clean Subject: Re: FreeBSD AMD 64 just hangs during boot X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2004 12:41:02 -0000 > At 16:18 2.10.2004, you wrote: > > I tested FreeBSD 5.3beta with 3Ware 9500-8 in 64 mode and worked just > fine. > No problems at all. Glad to know that... > Yeah, I disabled Adaptec before installing things. I can't just disable the Adaptec SCSI adapter, that's where the boot disk is on.... So does that mean adaptec is not supported on FreeBSD amd64? Jean-Yves --- Jean-Yves Avenard Hydrix Pty Ltd - Embedding the net www.hydrix.com | fax +61 3 9572 2686 | phone +61 3 9572 0686 ext 100 VoIP: direct: 100@voip.hydrix.com, general: info@voip.hydrix.com From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 3 15:29:20 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F318116A4CE for ; Sun, 3 Oct 2004 15:29:19 +0000 (GMT) Received: from lyra.enemy.org (lyra.enemy.org [62.116.11.42]) by mx1.FreeBSD.org (Postfix) with SMTP id D4A3143D41 for ; Sun, 3 Oct 2004 15:29:18 +0000 (GMT) (envelope-from acme@s2.enemy.org) Received: (qmail 28235 invoked from network); 3 Oct 2004 15:25:32 -0000 Received: from unknown (HELO s2.enemy.org) (62.116.11.3) by lyra.enemy.org with SMTP; 3 Oct 2004 15:25:32 -0000 Received: from s2.enemy.org (acme@localhost.enemy.org [127.0.0.1]) by s2.enemy.org (8.12.11/8.12.11) with ESMTP id i93FTIwa006727; Sun, 3 Oct 2004 17:29:18 +0200 (CEST) (envelope-from acme@s2.enemy.org) Received: (from acme@localhost) by s2.enemy.org (8.12.11/8.12.11/Submit) id i93FTHnL006726; Sun, 3 Oct 2004 17:29:17 +0200 (CEST) (envelope-from acme) Date: Sun, 3 Oct 2004 17:29:17 +0200 From: "Alex D'Elia" To: Tim Robbins Message-ID: <20041003152917.GG66319@enemy.org> References: <20041002144347.GA66319@enemy.org> <20041002192307.GC66319@enemy.org> <1096745844.95733.7.camel@server> <20041003011653.GA76597@cat.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5L6AZ1aJH5mDrqCQ" Content-Disposition: inline In-Reply-To: <20041003011653.GA76597@cat.robbins.dropbear.id.au> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.9-STABLE Organization: Olocolors.org X-GPG-Id: E7A6E8B5 [expires: 2005-03-03] X-GPG-Keyserver: http://pgp.mit.edu X-GPG-Fingerprint: 5C5A 4866 9B71 D200 FDCC 8878 0B63 A477 E7A6 E8B5 cc: freebsd-amd64@freebsd.org Subject: Re: amd64 on Asus K8V SE Deluxe X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2004 15:29:20 -0000 --5L6AZ1aJH5mDrqCQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Tim Robbins [041003 03:16]: > On Sat, Oct 02, 2004 at 12:37:24PM -0700, Sean McNeil wrote: >=20 > > If you look in the freebsd-amd64 mailing list archive you will see all > > kinds of discussion about it. My kernel is built with 32-bit binary > > compatibility by adding: > >=20 > > options COMPAT_IA32 # Compatible with i386 binaries > >=20 > > and Linux 32-bit with > >=20 > > options COMPAT_LINUX32 > > options LINPROCFS > >=20 > > I do not think these are setup as loadable modules yet, but I might be > > mistaken. Loadable modules work great now too, so there is no reason > > they couldn't be built as modules I should think. > [...] >=20 > The only reason these can't be built usefully as modules on amd64 is that > Linux emulation depends on COMPAT_43, which is not enabled in GENERIC > (and shouldn't be). There's work underway to decouple COMPAT_LINUX from > COMPAT_43, and when that's done, the Linux modules will work fine. >=20 >=20 > Tim Hi Tim, thanks for that, I got it installed now with that options and the COMPAT_43 either, but I am ofcourse keeping on, cause I want to see how the system goes, and where the problems are, so that for the RELEASE things will be up and running as needed. And no users' complains :) so, do you mean is "bad" to enable that option ? what are the problems I might encounter ? thanks again, alex --=20 ** acme aka Alex D'Elia --> root.acme.com ** mail:: acme@enemy.org ** --5L6AZ1aJH5mDrqCQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBYBrMC2Okd+em6LURAt2vAKClDFAgbhkKlW12hhPcVIvGMcBEyACgw/Pg bstmROeGOxV1bsqLMCeZOgE= =Jy7A -----END PGP SIGNATURE----- --5L6AZ1aJH5mDrqCQ-- From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 4 09:25:37 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 953D416A4CE for ; Mon, 4 Oct 2004 09:25:37 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B18C43D1F for ; Mon, 4 Oct 2004 09:25:37 +0000 (GMT) (envelope-from java.public@gmail.com) Received: by mproxy.gmail.com with SMTP id 79so3795713rnk for ; Mon, 04 Oct 2004 02:25:36 -0700 (PDT) Received: by 10.38.126.4 with SMTP id y4mr2372745rnc; Mon, 04 Oct 2004 02:25:36 -0700 (PDT) Received: by 10.38.126.31 with HTTP; Mon, 4 Oct 2004 02:25:36 -0700 (PDT) Message-ID: Date: Mon, 4 Oct 2004 11:25:36 +0200 From: Java News To: freebsd-amd64@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: ASUS K8V SE Deluxe + on-board sk0 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Java News List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2004 09:25:37 -0000 Hi, I've just read some posts from July depended ASUS K8V SE Deluxe - I just bought such motherboard and got "sk0: watchdog timeout" everytime when I try to get something via Samba. I have quite problem free Internet connection - maybe beacause it's only 640/128 kbps, but when I try to transfer something over 100Mb/s ethernet sk0 just hung. Is it any solution so far? Is it FreeBSD problem or ASUS? Thx in advance, Lee From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 4 09:53:41 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C395616A4CE for ; Mon, 4 Oct 2004 09:53:41 +0000 (GMT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EDB943D5C for ; Mon, 4 Oct 2004 09:53:41 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (203.134.172.20) by smtp01.syd.iprimus.net.au (7.0.031.3) id 4148DCF40073480C; Mon, 4 Oct 2004 19:53:35 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 5FACE4256; Mon, 4 Oct 2004 19:55:14 +1000 (EST) Date: Mon, 4 Oct 2004 19:55:14 +1000 From: Tim Robbins To: Alex D'Elia Message-ID: <20041004095514.GA12643@cat.robbins.dropbear.id.au> References: <20041002144347.GA66319@enemy.org> <20041002192307.GC66319@enemy.org> <1096745844.95733.7.camel@server> <20041003011653.GA76597@cat.robbins.dropbear.id.au> <20041003152917.GG66319@enemy.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041003152917.GG66319@enemy.org> User-Agent: Mutt/1.4.1i cc: freebsd-amd64@freebsd.org Subject: Re: amd64 on Asus K8V SE Deluxe X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2004 09:53:41 -0000 On Sun, Oct 03, 2004 at 05:29:17PM +0200, Alex D'Elia wrote: > * Tim Robbins [041003 03:16]: > > > On Sat, Oct 02, 2004 at 12:37:24PM -0700, Sean McNeil wrote: > > > > > If you look in the freebsd-amd64 mailing list archive you will see all > > > kinds of discussion about it. My kernel is built with 32-bit binary > > > compatibility by adding: > > > > > > options COMPAT_IA32 # Compatible with i386 binaries > > > > > > and Linux 32-bit with > > > > > > options COMPAT_LINUX32 > > > options LINPROCFS > > > > > > I do not think these are setup as loadable modules yet, but I might be > > > mistaken. Loadable modules work great now too, so there is no reason > > > they couldn't be built as modules I should think. > > [...] > > > > The only reason these can't be built usefully as modules on amd64 is that > > Linux emulation depends on COMPAT_43, which is not enabled in GENERIC > > (and shouldn't be). There's work underway to decouple COMPAT_LINUX from > > COMPAT_43, and when that's done, the Linux modules will work fine. > > > > > > Tim > > Hi Tim, > > > thanks for that, I got it installed now with that options and the COMPAT_43 > either, but I am ofcourse keeping on, cause I want to see how the system > goes, and where the problems are, so that for the RELEASE things will be > up and running as needed. And no users' complains :) > > so, do you mean is "bad" to enable that option ? > what are the problems I might encounter ? COMPAT_43 won't cause you any problems. The reason it's disabled is that if a "stable" release of FreeBSD/amd64 were to ship with that option enabled by default, users could rightly assume that the additional system calls, ioctls and quirks it enables would be available in future releases. Tim From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 4 11:02:09 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB1EF16A4D0 for ; Mon, 4 Oct 2004 11:02:09 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE80D43D4C for ; Mon, 4 Oct 2004 11:02:09 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i94B29n8031368 for ; Mon, 4 Oct 2004 11:02:09 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i94B29lD031362 for freebsd-amd64@freebsd.org; Mon, 4 Oct 2004 11:02:09 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 4 Oct 2004 11:02:09 GMT Message-Id: <200410041102.i94B29lD031362@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-amd64@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2004 11:02:10 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/11/26] amd64/59714 amd64 device timeout and ad0: WARNING - WRITE_D o [2004/06/09] amd64/67745 amd64 boot fails on compaq presario r3000z o [2004/07/28] amd64/69704 amd64 ext2/ext3 unstable in amd64 o [2004/07/28] amd64/69707 amd64 IPC32 dont work OK in amd64 FreeBSD o [2004/09/07] amd64/71471 amd64 Can not install 5.3beta3/amd64 on IBM eSe 5 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/01/11] amd64/61209 amd64 ppc0: cannot reserve I/O port range o [2004/02/21] amd64/63188 amd64 ti(4) broken on amd64 o [2004/07/28] amd64/69705 amd64 IPC problem (msq_queues) o [2004/07/28] amd64/69709 amd64 ACPI enabled then floppy don't work (5.2. o [2004/07/28] amd64/69712 amd64 no DRI (hardware OpenGL) for ATI Radeon 9 o [2004/08/15] amd64/70500 amd64 bge driver for 3Com 3C996B on amd64 preve o [2004/09/12] amd64/71674 amd64 static libraries cannot be linked when bu o [2004/09/15] amd64/71753 amd64 DRI loads but fails to render on Radeon 9 o [2004/09/30] amd64/72213 amd64 No vesa device 9 problems total. From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 4 18:21:53 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE78F16A4CE for ; Mon, 4 Oct 2004 18:21:53 +0000 (GMT) Received: from pandora.cs.kun.nl (pandora.cs.kun.nl [131.174.33.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4141543D39 for ; Mon, 4 Oct 2004 18:21:53 +0000 (GMT) (envelope-from groot@kde.org) Received: from odin.cs.kun.nl [131.174.33.33] (helo=localhost) by pandora.cs.kun.nl (8.12.10/4.18) with ESMTP id i94ILp8s026196; Mon, 4 Oct 2004 20:21:51 +0200 (MEST) From: Adriaan de Groot To: freebsd-amd64@freebsd.org, Java News Date: Mon, 4 Oct 2004 20:21:20 +0200 User-Agent: KMail/1.7.50 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410042021.20806.groot@kde.org> Subject: Re: ASUS K8V SE Deluxe + on-board sk0 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2004 18:21:53 -0000 On Monday 04 October 2004 11:25, Java News wrote: > I've just read some posts from July depended ASUS K8V SE Deluxe - I > just bought such motherboard and got "sk0: watchdog timeout" everytime > when I try to get something via Samba. I have quite problem free > Internet connection - maybe beacause it's only 640/128 kbps, but when > I try to transfer something over 100Mb/s ethernet sk0 just hung. > Is it any solution so far? Is it FreeBSD problem or ASUS? It _seems_ to be a HW problem with the SE version of the board - some Linuxen have a peculiar little hack that seems to fix the timeouts. In FreeBSD, the problem has not been fixed, hackishly or not -- and I must say, when I tried to patch FBSD the same way the Linuxen are, it didn't help much. Basic symptom is that under any kind of load, the NIC freezes up. You can ifconfig sk0 down ; sleep 1 ; ifconfig sk0 up to unfreeze it. -- Don't worry, 't ain't no shame to be stupid - ol' mouse. GPG: FEA2 A3FE Adriaan de Groot From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 4 19:20:13 2004 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FA3916A4CF for ; Mon, 4 Oct 2004 19:20:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 361A143D2D for ; Mon, 4 Oct 2004 19:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i94JKDw8006017 for ; Mon, 4 Oct 2004 19:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i94JKDRG006016; Mon, 4 Oct 2004 19:20:13 GMT (envelope-from gnats) Resent-Date: Mon, 4 Oct 2004 19:20:13 GMT Resent-Message-Id: <200410041920.i94JKDRG006016@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Javier Ramirez Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02BAF16A4CE for ; Mon, 4 Oct 2004 19:12:59 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9B2043D53 for ; Mon, 4 Oct 2004 19:12:58 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i94JCwwK077575 for ; Mon, 4 Oct 2004 19:12:58 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i94JCwpi077574; Mon, 4 Oct 2004 19:12:58 GMT (envelope-from nobody) Message-Id: <200410041912.i94JCwpi077574@www.freebsd.org> Date: Mon, 4 Oct 2004 19:12:58 GMT From: Javier Ramirez To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: amd64/72333: vinum doesn't scan for drives on slices on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2004 19:20:13 -0000 >Number: 72333 >Category: amd64 >Synopsis: vinum doesn't scan for drives on slices on amd64 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 04 19:20:12 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Javier Ramirez >Release: FreeBSD 5.3-BETA6/amd64 >Organization: UPM >Environment: FreeBSD agua.madrimasd.org 5.3-BETA6 FreeBSD 5.3-BETA6 #0: Sat Sep 25 21:49:38 UTC 2004 root@fanboy.samsco.home:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Code at file /usr/src/sys/dev/vinum/vinumio.c , where vinum scans for drives looking for vinum partitions, it only considers slices existence (aka ad0s1h) when "__i386__" is defined. So, i suppose that code doesn't execute on amd64 machines and vinum doesn't find vinum partitions on a pc slice. So, it doesn't find vinum partitions (this is critical for mounting root filesystem over vinum) when you put vinum.autostart="YES" in /boot/loader.conf. By hand, vinum works if you do "vinum read ad4", because it find the vinum partition at this drive. But "vinum read" doesn't scan on pc slices, too (i suppose that use the same scan routine than boot scan). >How-To-Repeat: On a amd64 box: install with /stand/sysinstall over a slice (aka ad0s1). Configure a vinum partition for root on than slice (aka ad0s1h). Configure vinum_load="YES" vinum.autostart="YES" in /boot/loader.conf Reboot (on single user, for example), and see "vinum: no drives found". Warning: test with vinum partitions only on slices (if vinum takes its configuration from another copy in any drive, i suppose it will read the configuration from that drive. >Fix: Probably code at file /usr/src/sys/dev/vinum/vinumio.c , where vinum scans for drives looking for vinum partitions, must consider slices existence (aka ad0s1h) when "__i386__" or "__amd64__" is defined (not only "__i386__". >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Wed Oct 6 12:37:41 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 948DF16A4CE for ; Wed, 6 Oct 2004 12:37:41 +0000 (GMT) Received: from metalinferno.pl (metalinferno.pl [217.17.35.154]) by mx1.FreeBSD.org (Postfix) with SMTP id AB30743D3F for ; Wed, 6 Oct 2004 12:37:40 +0000 (GMT) (envelope-from m@metalinferno.pl) Received: (qmail 61644 invoked by uid 85); 6 Oct 2004 12:36:56 -0000 Received: from m@metalinferno.pl by avenger.chaosarmy.org by uid 1001 with qmail-scanner-1.20 (uvscan: v4.3.20/v4330. Clear:RC:1(127.0.0.1):. Processed in 0.016044 secs); 06 Paz 2004 12:36:56 -0000 X-Qmail-Scanner-Mail-From: m@metalinferno.pl via avenger.chaosarmy.org X-Qmail-Scanner: 1.20 (Clear:RC:1(127.0.0.1):. Processed in 0.016044 secs) Date: Wed, 6 Oct 2004 14:36:56 +0200 From: =?iso-8859-2?Q?Micha=B3?= Nasiadka To: freebsd-amd64@freebsd.org Message-ID: <20041006123656.GA61357@avenger.chaosarmy.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Tyan mainboard and SMDC X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 12:37:41 -0000 Hi, Has anybody used Tyan's SMDC with FreeBSD? I have read, that they provide the SMDC application only for redhat's and mandrake's. And the another question, has anybody been using a server based on Tyan Transport GX28 B2881G28U4H? Is it stable, are there any problems with it etc? -- Michal Nasiadka majkel@majkel.com From owner-freebsd-amd64@FreeBSD.ORG Wed Oct 6 14:14:25 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 930BD16A4CE; Wed, 6 Oct 2004 14:14:25 +0000 (GMT) Received: from ares.wolfpond.org (ns1.wolfpond.org [62.212.96.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA8C443D45; Wed, 6 Oct 2004 14:14:23 +0000 (GMT) (envelope-from ftigeot@wolfpond.org) Received: from aoi.wolfpond.org (aoi.wolfpond.org [IPv6:2001:7a8:24db:1:20c:76ff:feb4:27e1]) by ares.wolfpond.org (8.13.1/8.13.1) with ESMTP id i96EEMIf004230; Wed, 6 Oct 2004 16:14:22 +0200 (CEST) (envelope-from ftigeot@aoi.wolfpond.org) Received: from aoi.wolfpond.org (localhost [127.0.0.1]) by aoi.wolfpond.org (8.13.1/8.13.1) with ESMTP id i96EETQk030188; Wed, 6 Oct 2004 16:14:29 +0200 (CEST) (envelope-from ftigeot@aoi.wolfpond.org) Received: (from ftigeot@localhost) by aoi.wolfpond.org (8.13.1/8.13.1/Submit) id i96EET8l030187; Wed, 6 Oct 2004 16:14:29 +0200 (CEST) (envelope-from ftigeot) Date: Wed, 6 Oct 2004 16:14:29 +0200 From: Francois Tigeot To: freebsd-amd64@freebsd.org Message-ID: <20041006141429.GD6180@aoi.wolfpond.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="M9NhX3UHpAaciwkO" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i cc: freebsd-emulation@freebsd.org cc: marcel@freebsd.org Subject: Fallback elf brand and Linux emulation X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 14:14:25 -0000 --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I attempted today to install emulators/linux_base on a 5.3-BETA7 amd64 machine. The port successfully set the sysctl kern.fallback_elf_brand to the correct linux value but the rpm installation failed with the following error message: "ELF binary type "0" not known." I did a quick sysctl -a | grep elf which gave me the following values: kern.elf64.fallback_brand: 3 kern.fallback_elf_brand: 3 kern.elf32.fallback_brand: -1 Setting kern.elf32.fallback_brand to 3 allowed the port to install. The same sysctl exists also on the i386 architecture. Is there any reason to use kern.fallback_elf_brand and not kern.elf32.fallback_brand ? I have attached a small patch to allow linux_base to install out-of-the box on amd64. It still seems to work on i386. -- Francois Tigeot --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-linux_base --- Makefile.orig Wed Oct 6 15:13:33 2004 +++ Makefile Wed Oct 6 16:05:51 2004 @@ -110,6 +110,9 @@ RPM= LC_ALL=C rpm RPMFLAGS= --root ${LINUXBASE} --dbpath ${DBPATH} --nodeps \ --replacepkgs --ignoreos --ignorearch +.if (${ARCH} == "amd64") +RPMFLAGS+= --noscripts +.endif RPMDIR= ${DISTDIR}/${DIST_SUBDIR} REMOVE_DIRS= boot dev home root tmp var/tmp usr/local usr/tmp @@ -118,7 +121,7 @@ etc/protocols BRAND_FILES= bin/rpm sbin/ldconfig sbin/sln -FALLBACK_ELF_MIB= kern.fallback_elf_brand +FALLBACK_ELF_MIB= kern.elf32.fallback_brand LINUX_ELF= 3 PREVIOUS_ELF!= /sbin/sysctl -n ${FALLBACK_ELF_MIB} --M9NhX3UHpAaciwkO-- From owner-freebsd-amd64@FreeBSD.ORG Wed Oct 6 20:33:00 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 868D816A4CE for ; Wed, 6 Oct 2004 20:33:00 +0000 (GMT) Received: from caduceus.jf.intel.com (fmr06.intel.com [134.134.136.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FFF143D1F for ; Wed, 6 Oct 2004 20:33:00 +0000 (GMT) (envelope-from sam.overdorf@intel.com) Received: from talaria.jf.intel.com (talaria.jf.intel.com [10.7.209.7]) major-outer.mc,v 1.15 2004/01/30 18:16:28 root Exp $) with ESMTP id i96KWYMD026202 for ; Wed, 6 Oct 2004 20:32:34 GMT Received: from orsmsxvs040.jf.intel.com (orsmsxvs040.jf.intel.com [192.168.65.206]) major-inner.mc,v 1.11 2004/07/29 22:51:53 root Exp $) with SMTP id i96KO9PP026963 for ; Wed, 6 Oct 2004 20:24:20 GMT Received: from orsmsx331.amr.corp.intel.com ([192.168.65.56]) M2004100613325730247 for ; Wed, 06 Oct 2004 13:32:57 -0700 Received: from orsmsx410.amr.corp.intel.com ([192.168.65.64]) by orsmsx331.amr.corp.intel.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 6 Oct 2004 13:32:55 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Wed, 6 Oct 2004 13:32:55 -0700 Message-ID: <3712C44F86E2CD4B9C1CA51FA8E55CCA01DEAE89@orsmsx410> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Index: AcSr46jlO3/Svnb1S9qxZ0kdvFDU6A== From: "Overdorf, Sam" To: X-OriginalArrivalTime: 06 Oct 2004 20:32:55.0983 (UTC) FILETIME=[A95173F0:01C4ABE3] X-Scanned-By: MIMEDefang 2.31 (www . roaringpenguin . com / mimedefang) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 20:33:00 -0000 subscribe From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 7 10:59:26 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A83E16A4CE for ; Thu, 7 Oct 2004 10:59:26 +0000 (GMT) Received: from phoenix.severttk.ru (phoenix.severttk.ru [80.92.0.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5FFF43D4C for ; Thu, 7 Oct 2004 10:59:25 +0000 (GMT) (envelope-from liettneff@bk.ru) Received: from phoenix.severttk.ru (localhost [127.0.0.1]) by phoenix.severttk.ru (Postfix) with SMTP id C58ADA924 for ; Thu, 7 Oct 2004 14:59:24 +0400 (MSD) Received: from proxy.km.vibrators.ru (vlan101-sv-yar03ra.severttk.ru [80.92.2.130]) by phoenix.severttk.ru (Postfix) with ESMTP id 8D8BFA91C for ; Thu, 7 Oct 2004 14:59:21 +0400 (MSD) Received: from asu-reaper (r@[192.168.0.67]) by proxy.km.vibrators.ru (8.13.1/8.13.1) with ESMTP id i97B0MWo064194 for ; Thu, 7 Oct 2004 15:00:23 +0400 (MSD) (envelope-from liettneff@bk.ru) Date: Thu, 7 Oct 2004 14:58:43 +0400 From: Michael Lednev X-Mailer: The Bat! (v2.10.01) UNREG / CD5BF9353B3B7091 X-Priority: 3 (Normal) Message-ID: <57549797.20041007145843@bk.ru> To: freebsd-amd64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: onboard NIC and SATA on nForce3-250 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michael Lednev List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 10:59:26 -0000 Hello freebsd-amd64, Anyone got them running on amd64? I've tried the way described at http://www.ohnolab.org/~kimoto for NIC with no success. Also i haven't found any mentions of onboard SATA controller exept the file /usr/src/sys/dev/ata/ata-pci.h, it contains #define ATA_NFORCE3_PRO_S1 0x00e310de but no other files in src-tree or internet mentions it. -- Best regards, Michael mailto:liettneff@bk.ru From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 7 11:45:44 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6498C16A4CE for ; Thu, 7 Oct 2004 11:45:44 +0000 (GMT) Received: from dsl-mail.kamp.net (mail.kamp-dsl.de [195.62.99.42]) by mx1.FreeBSD.org (Postfix) with SMTP id 5A6B743D2D for ; Thu, 7 Oct 2004 11:45:43 +0000 (GMT) (envelope-from ewinter@lobo.homeunix.org) Received: (qmail 3678 invoked by uid 513); 7 Oct 2004 11:54:19 -0000 Received: from ewinter@lobo.homeunix.org by dsl-mail by uid 89 with qmail-scanner-1.21 Clear:RC:1(82.141.59.249):SA:0(-4.9/5.0):. Processed in 6.418119 secs); 07 Oct 2004 11:54:19 -0000 X-Spam-Status: No, hits=-4.9 required=5.0 Received: from unknown (HELO lobo.homeunix.org) (82.141.59.249) by dsl-mail.kamp.net with SMTP; 7 Oct 2004 11:54:13 -0000 Received: from lobo.homeunix.org (localhost.homeunix.org [127.0.0.1]) by lobo.homeunix.org (8.13.1/8.13.1) with ESMTP id i97Bkvld002088; Thu, 7 Oct 2004 13:46:57 +0200 (CEST) (envelope-from ewinter@lobo.homeunix.org) Received: (from ewinter@localhost) by lobo.homeunix.org (8.13.1/8.13.1/Submit) id i97Bku4f002087; Thu, 7 Oct 2004 13:46:56 +0200 (CEST) (envelope-from ewinter) Date: Thu, 7 Oct 2004 13:46:56 +0200 From: "Ernst W. Winter" To: Michael Lednev Message-ID: <20041007114656.GB1952@lobo.homeunix.org> References: <57549797.20041007145843@bk.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57549797.20041007145843@bk.ru> X-Phone: + 49-89-3075-6800 Organization: FreeBSD Evangelist X-Operating-System: FreeBSD lobo.homeunix.org 5.3-BETA7 FreeBSD 5.3-BETA7 User-Agent: Mutt/1.5.6i cc: freebsd-amd64@freebsd.org Subject: Re: onboard NIC and SATA on nForce3-250 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Ernst W. Winter" List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 11:45:44 -0000 On Thu, 07 Oct 2004, Michael Lednev wrote: > Hello freebsd-amd64, > > Anyone got them running on amd64? I've tried the way described at Well it is only part of it. > http://www.ohnolab.org/~kimoto for NIC with no success. with this one I haven't had any success either and it doesen't show when booting or dmesg. > Also i haven't found any mentions of onboard SATA controller exept > the file /usr/src/sys/dev/ata/ata-pci.h, it contains > #define ATA_NFORCE3_PRO_S1 0x00e310de > but no other files in src-tree or internet mentions it. > well it works here but only with UDMA33: ad6: 76350MB [155124/16/63] at ata3-master UDMA33 I had some trouble when booting for the installation as it hung on the DVD drive and burner, but when you switch off ACPI then it worked and installed nice. Now it has it incorporated: FreeBSD 5.3-BETA7 #10: Thu Oct 7 08:35:06 CEST 2004 ewinter@lobo.homeunix.org:/usr/obj/usr/src/sys/lobo ACPI APIC Table: and works, also I had problems with the lpt port and that is solved too. I can send you my "dmesg" if you like. The MB is a Gigabyte GA-K8NS and also had three (3) updates of the BIOS as well, taken form the Gigabyte Website. Ernst Winter From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 7 12:58:41 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EF5716A4F1 for ; Thu, 7 Oct 2004 12:58:41 +0000 (GMT) Received: from lyra.enemy.org (lyra.enemy.org [62.116.11.42]) by mx1.FreeBSD.org (Postfix) with SMTP id D394343D4C for ; Thu, 7 Oct 2004 12:58:39 +0000 (GMT) (envelope-from acme@s2.enemy.org) Received: (qmail 12754 invoked from network); 7 Oct 2004 12:54:51 -0000 Received: from unknown (HELO s2.enemy.org) (62.116.11.3) by lyra.enemy.org with SMTP; 7 Oct 2004 12:54:51 -0000 Received: from s2.enemy.org (acme@localhost.enemy.org [127.0.0.1]) by s2.enemy.org (8.12.11/8.12.11) with ESMTP id i97Cwdap057353; Thu, 7 Oct 2004 14:58:39 +0200 (CEST) (envelope-from acme@s2.enemy.org) Received: (from acme@localhost) by s2.enemy.org (8.12.11/8.12.11/Submit) id i97Cwa68057350; Thu, 7 Oct 2004 14:58:36 +0200 (CEST) (envelope-from acme) Date: Thu, 7 Oct 2004 14:58:36 +0200 From: "Alex D'Elia" To: Tim Robbins Message-ID: <20041007125836.GL66319@enemy.org> References: <20041002144347.GA66319@enemy.org> <20041002192307.GC66319@enemy.org> <1096745844.95733.7.camel@server> <20041003011653.GA76597@cat.robbins.dropbear.id.au> <20041003152917.GG66319@enemy.org> <20041004095514.GA12643@cat.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8SdtHY/0P4yzaavF" Content-Disposition: inline In-Reply-To: <20041004095514.GA12643@cat.robbins.dropbear.id.au> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.9-STABLE Organization: Olocolors.org X-GPG-Id: E7A6E8B5 [expires: 2005-03-03] X-GPG-Keyserver: http://pgp.mit.edu X-GPG-Fingerprint: 5C5A 4866 9B71 D200 FDCC 8878 0B63 A477 E7A6 E8B5 cc: freebsd-amd64@freebsd.org Subject: Re: amd64 on Asus K8V SE Deluxe X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 12:58:41 -0000 --8SdtHY/0P4yzaavF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Tim Robbins [041004 11:55]: =2E...skip > >=20 > > thanks for that, I got it installed now with that options and the COMPA= T_43 > > either, but I am ofcourse keeping on, cause I want to see how the system > > goes, and where the problems are, so that for the RELEASE things will be > > up and running as needed. And no users' complains :) > >=20 > > so, do you mean is "bad" to enable that option ? > > what are the problems I might encounter ? >=20 > COMPAT_43 won't cause you any problems. The reason it's disabled is that = if > a "stable" release of FreeBSD/amd64 were to ship with that option enabled= by > default, users could rightly assume that the additional system calls, ioc= tls > and quirks it enables would be available in future releases. Hi ! Things seemed to run fine, beside some ports that are still not supported for amd64, the rest look good. But constantly ( as reported also in other mails from the mailing lists ) when I try a scp of a file > 50MB it freezes, not only the sk0 but also the system, which I cannot then reach in any way. Then I must reboot ( cold boot ) the machine. To memeber this is an ASUS K8V SE Deluxe, with a: skc0: port 0xb000-0xb0ff=20 mem 0xfde00000-0xfde03fff irq 17 at device 10.0=20 on pci0 skc0: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter sk0: on skc0 I hope this can be of any help, not only for me. Thanks! everyone alex --=20 ** acme aka Alex D'Elia --> root.acme.com ** mail:: acme@enemy.org ** --8SdtHY/0P4yzaavF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBZT17C2Okd+em6LURAmJQAJ4+ege6PBw6Y5A7nAn/uiwzdms7SwCeLORz NvKYgJbaRzIfMGgTKgQdn/Y= =OPSc -----END PGP SIGNATURE----- --8SdtHY/0P4yzaavF-- From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 7 18:34:31 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4519416A4CE for ; Thu, 7 Oct 2004 18:34:31 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id D198A43D41 for ; Thu, 7 Oct 2004 18:34:30 +0000 (GMT) (envelope-from david.kleiner@gmail.com) Received: by mproxy.gmail.com with SMTP id w67so435091cwb for ; Thu, 07 Oct 2004 11:34:22 -0700 (PDT) Received: by 10.11.119.54 with SMTP id r54mr1939630cwc; Thu, 07 Oct 2004 11:34:21 -0700 (PDT) Received: by 10.11.117.2 with HTTP; Thu, 7 Oct 2004 11:34:21 -0700 (PDT) Message-ID: Date: Thu, 7 Oct 2004 11:34:21 -0700 From: David Kleiner To: freebsd-amd64@freebsd.org In-Reply-To: <20041007125836.GL66319@enemy.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041002144347.GA66319@enemy.org> <20041002192307.GC66319@enemy.org> <1096745844.95733.7.camel@server> <20041003011653.GA76597@cat.robbins.dropbear.id.au> <20041003152917.GG66319@enemy.org> <20041004095514.GA12643@cat.robbins.dropbear.id.au> <20041007125836.GL66319@enemy.org> Subject: Re: amd64 on Asus K8V SE Deluxe X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Kleiner List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 18:34:31 -0000 On Thu, 7 Oct 2004 14:58:36 +0200, Alex D'Elia wrote: > * Tim Robbins [041004 11:55]: > > ....skip > > > > > > thanks for that, I got it installed now with that options and the COMPAT_43 > > > either, but I am ofcourse keeping on, cause I want to see how the system > > > goes, and where the problems are, so that for the RELEASE things will be > > > up and running as needed. And no users' complains :) > > > > > > so, do you mean is "bad" to enable that option ? > > > what are the problems I might encounter ? > > > > COMPAT_43 won't cause you any problems. The reason it's disabled is that if > > a "stable" release of FreeBSD/amd64 were to ship with that option enabled by > > default, users could rightly assume that the additional system calls, ioctls > > and quirks it enables would be available in future releases. > > Hi ! > > Things seemed to run fine, beside some ports that are > still not supported for amd64, the rest look good. > But constantly ( as reported also in other mails from > the mailing lists ) when I try a scp of a file > 50MB > it freezes, not only the sk0 but also the system, > which I cannot then reach in any way. > Then I must reboot ( cold boot ) the machine. > > To memeber this is an ASUS K8V SE Deluxe, with a: > > skc0: port 0xb000-0xb0ff > mem 0xfde00000-0xfde03fff irq 17 at device 10.0 > on pci0 > skc0: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter > sk0: on skc0 > > I hope this can be of any help, not only for me. > > Thanks! everyone > alex > > -- > ** acme aka Alex D'Elia --> root.acme.com > ** mail:: acme@enemy.org > ** > Hi, Similar behaviour on Asus A8V SE mobo. When running ifconfig -m sk0, only 1000baseT speeds are listed. Could the problem be in lower speed hub? I am using an oldish 5-port 10Mbit unit. I am running -current. I also get occasional watchdog timeout messages but usually the interface freezes silently once I try to download a distfile of about 5-10 megs. On an unrelated note - is ULE scheduler still broken? I get panics in both amd64 and i386 versions of -current when ULE is enabled. Cheers, David From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 7 18:40:13 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 204F616A4CE for ; Thu, 7 Oct 2004 18:40:13 +0000 (GMT) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2D7043D4C for ; Thu, 7 Oct 2004 18:40:12 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 8FC45F1970; Thu, 7 Oct 2004 11:40:12 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02839-10; Thu, 7 Oct 2004 11:40:11 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 0AF3FF1803; Thu, 7 Oct 2004 11:40:10 -0700 (PDT) From: Sean McNeil To: David Kleiner In-Reply-To: References: <20041002144347.GA66319@enemy.org> <20041002192307.GC66319@enemy.org> <1096745844.95733.7.camel@server> <20041003011653.GA76597@cat.robbins.dropbear.id.au> <20041003152917.GG66319@enemy.org> <20041004095514.GA12643@cat.robbins.dropbear.id.au> <20041007125836.GL66319@enemy.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-y1qOWwK5nFFGaMagjnYV" Message-Id: <1097174410.4190.34.camel@server> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 07 Oct 2004 11:40:10 -0700 X-Virus-Scanned: by amavisd-new at mcneil.com cc: freebsd-amd64@freebsd.org Subject: Re: amd64 on Asus K8V SE Deluxe X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 18:40:13 -0000 --=-y1qOWwK5nFFGaMagjnYV Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2004-10-07 at 11:34, David Kleiner wrote: > On Thu, 7 Oct 2004 14:58:36 +0200, Alex D'Elia wrote: > > * Tim Robbins [041004 11:55]: > >=20 > > ....skip > > > > > > > > thanks for that, I got it installed now with that options and the C= OMPAT_43 > > > > either, but I am ofcourse keeping on, cause I want to see how the s= ystem > > > > goes, and where the problems are, so that for the RELEASE things wi= ll be > > > > up and running as needed. And no users' complains :) > > > > > > > > so, do you mean is "bad" to enable that option ? > > > > what are the problems I might encounter ? > > > > > > COMPAT_43 won't cause you any problems. The reason it's disabled is t= hat if > > > a "stable" release of FreeBSD/amd64 were to ship with that option ena= bled by > > > default, users could rightly assume that the additional system calls,= ioctls > > > and quirks it enables would be available in future releases. > >=20 > > Hi ! > >=20 > > Things seemed to run fine, beside some ports that are > > still not supported for amd64, the rest look good. > > But constantly ( as reported also in other mails from > > the mailing lists ) when I try a scp of a file > 50MB > > it freezes, not only the sk0 but also the system, > > which I cannot then reach in any way. > > Then I must reboot ( cold boot ) the machine. > >=20 > > To memeber this is an ASUS K8V SE Deluxe, with a: > >=20 > > skc0: port 0xb000-0xb0ff > > mem 0xfde00000-0xfde03fff irq 17 at device 10.0 > > on pci0 > > skc0: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter > > sk0: on skc0 > >=20 > > I hope this can be of any help, not only for me. > >=20 > > Thanks! everyone > > alex > >=20 > > -- > > ** acme aka Alex D'Elia --> root.acme.com > > ** mail:: acme@enemy.org > > ** > >=20 >=20 > Hi, >=20 > Similar behaviour on Asus A8V SE mobo. When running ifconfig -m sk0, > only 1000baseT speeds are listed. Could the problem be in lower speed > hub? I am using an oldish 5-port 10Mbit unit. I am running -current. >=20 > I also get occasional watchdog timeout messages but usually the > interface freezes silently > once I try to download a distfile of about 5-10 megs. >=20 > On an unrelated note - is ULE scheduler still broken? I get panics in > both amd64 and i386 > versions of -current when ULE is enabled. Do these interfaces have TXCSUM on? I know there is a problem with that on the re but it only really effects udp. Sounds like you are having issues with tcp. If it is on it wouldn't hurt to try turning it off. Cheers, Sean --=-y1qOWwK5nFFGaMagjnYV Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBZY2KyQsGN30uGE4RAmHuAKC97R9IFaJQOc5kbyLFg9oWICApvwCfZgGU cZo+hGp/pxKG4IAHmDg0xY0= =vtZ0 -----END PGP SIGNATURE----- --=-y1qOWwK5nFFGaMagjnYV-- From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 7 19:10:42 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D113E16A53C for ; Thu, 7 Oct 2004 19:10:42 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id A79AE43D5D for ; Thu, 7 Oct 2004 19:10:42 +0000 (GMT) (envelope-from david.kleiner@gmail.com) Received: by mproxy.gmail.com with SMTP id w67so436043cwb for ; Thu, 07 Oct 2004 12:10:19 -0700 (PDT) Received: by 10.11.119.54 with SMTP id r54mr1946476cwc; Thu, 07 Oct 2004 12:10:19 -0700 (PDT) Received: by 10.11.117.2 with HTTP; Thu, 7 Oct 2004 12:10:19 -0700 (PDT) Message-ID: Date: Thu, 7 Oct 2004 12:10:19 -0700 From: David Kleiner To: Sean McNeil In-Reply-To: <1097174410.4190.34.camel@server> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041002144347.GA66319@enemy.org> <20041002192307.GC66319@enemy.org> <1096745844.95733.7.camel@server> <20041003011653.GA76597@cat.robbins.dropbear.id.au> <20041003152917.GG66319@enemy.org> <20041004095514.GA12643@cat.robbins.dropbear.id.au> <20041007125836.GL66319@enemy.org> <1097174410.4190.34.camel@server> cc: freebsd-amd64@freebsd.org Subject: Re: amd64 on Asus K8V SE Deluxe X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Kleiner List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 19:10:43 -0000 On Thu, 07 Oct 2004 11:40:10 -0700, Sean McNeil wrote: > > > On Thu, 2004-10-07 at 11:34, David Kleiner wrote: > > On Thu, 7 Oct 2004 14:58:36 +0200, Alex D'Elia wrote: > > > * Tim Robbins [041004 11:55]: > > > > > > ....skip > > > > > > > > > > thanks for that, I got it installed now with that options and the COMPAT_43 > > > > > either, but I am ofcourse keeping on, cause I want to see how the system > > > > > goes, and where the problems are, so that for the RELEASE things will be > > > > > up and running as needed. And no users' complains :) > > > > > > > > > > so, do you mean is "bad" to enable that option ? > > > > > what are the problems I might encounter ? > > > > > > > > COMPAT_43 won't cause you any problems. The reason it's disabled is that if > > > > a "stable" release of FreeBSD/amd64 were to ship with that option enabled by > > > > default, users could rightly assume that the additional system calls, ioctls > > > > and quirks it enables would be available in future releases. > > > > > > Hi ! > > > > > > Things seemed to run fine, beside some ports that are > > > still not supported for amd64, the rest look good. > > > But constantly ( as reported also in other mails from > > > the mailing lists ) when I try a scp of a file > 50MB > > > it freezes, not only the sk0 but also the system, > > > which I cannot then reach in any way. > > > Then I must reboot ( cold boot ) the machine. > > > > > > To memeber this is an ASUS K8V SE Deluxe, with a: > > > > > > skc0: port 0xb000-0xb0ff > > > mem 0xfde00000-0xfde03fff irq 17 at device 10.0 > > > on pci0 > > > skc0: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter > > > sk0: on skc0 > > > > > > I hope this can be of any help, not only for me. > > > > > > Thanks! everyone > > > alex > > > > > > -- > > > ** acme aka Alex D'Elia --> root.acme.com > > > ** mail:: acme@enemy.org > > > ** > > > > > > > Hi, > > > > Similar behaviour on Asus A8V SE mobo. When running ifconfig -m sk0, > > only 1000baseT speeds are listed. Could the problem be in lower speed > > hub? I am using an oldish 5-port 10Mbit unit. I am running -current. > > > > I also get occasional watchdog timeout messages but usually the > > interface freezes silently > > once I try to download a distfile of about 5-10 megs. > > > > On an unrelated note - is ULE scheduler still broken? I get panics in > > both amd64 and i386 > > versions of -current when ULE is enabled. > > Do these interfaces have TXCSUM on? I know there is a problem with that > on the re but it only really effects udp. Sounds like you are having > issues with tcp. If it is on it wouldn't hurt to try turning it off. > > Cheers, > Sean > Not sure but I'm probably not looking in the right places: macropus% pwd /usr/home/src/sys/pci macropus% grep TXCSUM * if_xl.c:#define XL905B_TXCSUM_BROKEN 1 if_xl.c:#ifdef XL905B_TXCSUM_BROKEN if_xl.c:#ifdef XL905B_TXCSUM_BROKEN if_xl.c:#ifndef XL905B_TXCSUM_BROKEN if_xl.c: if (ifp->if_capenable & IFCAP_TXCSUM) macropus% sysctl -a | grep -i checksum net.inet.udp.checksum: 1 Is there anywhere else I can look? On the question of sk missing lower speeds, small correction - ifconfig -m sk0 is correct and shows full set, it is the man page that only mentions GigE speeds. /David From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 7 19:20:42 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15A6016A4CE for ; Thu, 7 Oct 2004 19:20:42 +0000 (GMT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8130E43D48 for ; Thu, 7 Oct 2004 19:20:41 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 0FCA91FF9A8; Thu, 7 Oct 2004 21:20:39 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 2E69F1FF92F; Thu, 7 Oct 2004 21:20:37 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 7446915695; Thu, 7 Oct 2004 19:20:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 70E6E1568C; Thu, 7 Oct 2004 19:20:26 +0000 (UTC) Date: Thu, 7 Oct 2004 19:20:26 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: David Kleiner In-Reply-To: Message-ID: References: <20041002144347.GA66319@enemy.org> <20041002192307.GC66319@enemy.org> <20041003011653.GA76597@cat.robbins.dropbear.id.au> <20041004095514.GA12643@cat.robbins.dropbear.id.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de cc: freebsd-amd64@freebsd.org Subject: Re: amd64 on Asus K8V SE Deluxe X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 19:20:42 -0000 On Thu, 7 Oct 2004, David Kleiner wrote: Hi, > > Do these interfaces have TXCSUM on? I know there is a problem with that > > on the re but it only really effects udp. Sounds like you are having > > issues with tcp. If it is on it wouldn't hurt to try turning it off. > > > > Cheers, > > Sean > > > > Not sure but I'm probably not looking in the right places: ... > Is there anywhere else I can look? ifconfig sk0 txcsum ifconfig sk0 -txcsum but imho if_sk does not support txcsum so ifconfig sk0 txcum should give you invalid argument. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 7 19:32:53 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B52B116A4CE for ; Thu, 7 Oct 2004 19:32:53 +0000 (GMT) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DA5843D4C for ; Thu, 7 Oct 2004 19:32:53 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 5E25CF18E0; Thu, 7 Oct 2004 12:32:53 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07002-08; Thu, 7 Oct 2004 12:32:52 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id BAB78F1803; Thu, 7 Oct 2004 12:32:52 -0700 (PDT) From: Sean McNeil To: "Bjoern A. Zeeb" In-Reply-To: References: <20041002144347.GA66319@enemy.org> <20041002192307.GC66319@enemy.org> <20041003011653.GA76597@cat.robbins.dropbear.id.au> <20041004095514.GA12643@cat.robbins.dropbear.id.au> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-SzQxXdO9dzSMplTnLZed" Message-Id: <1097177572.4190.44.camel@server> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 07 Oct 2004 12:32:52 -0700 X-Virus-Scanned: by amavisd-new at mcneil.com cc: freebsd-amd64@freebsd.org Subject: Re: amd64 on Asus K8V SE Deluxe X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 19:32:53 -0000 --=-SzQxXdO9dzSMplTnLZed Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2004-10-07 at 12:20, Bjoern A. Zeeb wrote: > On Thu, 7 Oct 2004, David Kleiner wrote: >=20 > Hi, >=20 > > > Do these interfaces have TXCSUM on? I know there is a problem with t= hat > > > on the re but it only really effects udp. Sounds like you are having > > > issues with tcp. If it is on it wouldn't hurt to try turning it off. > > > > > > Cheers, > > > Sean > > > > > > > Not sure but I'm probably not looking in the right places: > ... > > Is there anywhere else I can look? >=20 > ifconfig sk0 txcsum > ifconfig sk0 -txcsum >=20 > but imho if_sk does not support txcsum so ifconfig sk0 txcum should > give you invalid argument. This was just a wild suggestion as I get hangups with udp on re. I'm pretty sure this has nothing to do with the sk0 or the issue you are seeing. I was just suggesting it for giggles to see if there was some extremely remote possible connection with hardware transmit checksum offloading. If the device doesn't support txcsum, then doing this would be completely moot. Amazed that a gigE device doesn't have that capability. Cheers, Sean --=-SzQxXdO9dzSMplTnLZed Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBZZnkyQsGN30uGE4RAjzBAJ4n+1lD6Bet31C8gFgpE4rAZQZjBgCg3Prk hxLjkNe4KQCNuS9Hj5qC4sM= =8KjG -----END PGP SIGNATURE----- --=-SzQxXdO9dzSMplTnLZed-- From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 7 20:13:13 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 873F716A4CE for ; Thu, 7 Oct 2004 20:13:13 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72F7C43D1F for ; Thu, 7 Oct 2004 20:13:13 +0000 (GMT) (envelope-from david.kleiner@gmail.com) Received: by mproxy.gmail.com with SMTP id w67so437862cwb for ; Thu, 07 Oct 2004 13:12:56 -0700 (PDT) Received: by 10.11.119.57 with SMTP id r57mr388296cwc; Thu, 07 Oct 2004 13:12:56 -0700 (PDT) Received: by 10.11.117.2 with HTTP; Thu, 7 Oct 2004 13:12:56 -0700 (PDT) Message-ID: Date: Thu, 7 Oct 2004 13:12:56 -0700 From: David Kleiner To: "Bjoern A. Zeeb" In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041002144347.GA66319@enemy.org> <1096745844.95733.7.camel@server> <20041003011653.GA76597@cat.robbins.dropbear.id.au> <20041003152917.GG66319@enemy.org> <20041004095514.GA12643@cat.robbins.dropbear.id.au> <20041007125836.GL66319@enemy.org> <1097174410.4190.34.camel@server> cc: freebsd-amd64@freebsd.org Subject: Re: amd64 on Asus K8V SE Deluxe X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Kleiner List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 20:13:13 -0000 On Thu, 7 Oct 2004 19:20:26 +0000 (UTC), Bjoern A. Zeeb wrote: > On Thu, 7 Oct 2004, David Kleiner wrote: > > Hi, > > > > Do these interfaces have TXCSUM on? I know there is a problem with that > > > on the re but it only really effects udp. Sounds like you are having > > > issues with tcp. If it is on it wouldn't hurt to try turning it off. > > > > > > Cheers, > > > Sean > > > > > > > Not sure but I'm probably not looking in the right places: > ... > > Is there anywhere else I can look? > > ifconfig sk0 txcsum > ifconfig sk0 -txcsum > > but imho if_sk does not support txcsum so ifconfig sk0 txcum should > give you invalid argument. > Indeed: macropus# ifconfig sk0 -txcsum ifconfig: -txcsum: Invalid argument From owner-freebsd-amd64@FreeBSD.ORG Thu Oct 7 21:10:20 2004 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8E8A16A4EA for ; Thu, 7 Oct 2004 21:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9579643D53 for ; Thu, 7 Oct 2004 21:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i97LAK81090300 for ; Thu, 7 Oct 2004 21:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i97LAKUs090299; Thu, 7 Oct 2004 21:10:20 GMT (envelope-from gnats) Date: Thu, 7 Oct 2004 21:10:20 GMT Message-Id: <200410072110.i97LAKUs090299@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Jung-uk Kim Subject: Re: amd64/67745: boot fails on compaq presario r3000z X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jung-uk Kim List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 21:10:20 -0000 The following reply was made to PR amd64/67745; it has been noted by GNATS. From: Jung-uk Kim To: freebsd-gnats-submit@FreeBSD.org Cc: newntrbr@ucla.edu Subject: Re: amd64/67745: boot fails on compaq presario r3000z Date: Thu, 7 Oct 2004 17:05:48 -0400 I just tested Andrew Lankford's patch and verified it worked. Thanks, Jung-uk Kim From owner-freebsd-amd64@FreeBSD.ORG Fri Oct 8 07:28:52 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3EB216A4CE for ; Fri, 8 Oct 2004 07:28:52 +0000 (GMT) Received: from satie.private.org (qclgw.qcl.t.u-tokyo.ac.jp [133.11.70.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id D67B143D46 for ; Fri, 8 Oct 2004 07:28:51 +0000 (GMT) (envelope-from chat95@mac.com) Received: from localhost (localhost [127.0.0.1]) by satie.private.org (8.12.10/8.12.10) with ESMTP id i987Sf3i013369; Fri, 8 Oct 2004 16:28:43 +0900 (JST) (envelope-from chat95@mac.com) Date: Fri, 08 Oct 2004 16:28:41 +0900 (JST) Message-Id: <20041008.162841.135501207.chat95@mac.com> To: dwhite@gumbysoft.com From: NAKATA Maho In-Reply-To: <20040913203823.R34536@carver.gumbysoft.com> References: <20040912.120803.607953196.chat95@mac.com> <20040913203823.R34536@carver.gumbysoft.com> Organization: private X-Mailer: Mew version 3.3 on XEmacs 21.4.14 (Reasonable Discussion) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-amd64@FreeBSD.org Subject: Re: KSE and SMP problem in FreeBSD/amd64 5.3BETA3, namely KSE dosen't make use of SMP. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 07:28:52 -0000 In Message-ID: <20040913203823.R34536@carver.gumbysoft.com> Doug White wrote: > On Sun, 12 Sep 2004, NAKATA Maho wrote: > > > Dear amd64 freaks, I noticed that there seems to be a bug > > in KSE with SMP configuration. > > Were you using SCHED_4BSD or SCHED_ULE? Hello Doug, many thanks for your answer! This is SCHED_4BSD/SCHED_ULE issue. SCHED_ULE doesn't make use of SMP. ATLAS make two threads (for example), but these two threads is running on always *ONLY* one CPU. I hope this is already fixed 6.0-CURRENT :) thank you very much for your attention. --nakata maho From owner-freebsd-amd64@FreeBSD.ORG Fri Oct 8 12:00:51 2004 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2341216A4D3 for ; Fri, 8 Oct 2004 12:00:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D427343D55 for ; Fri, 8 Oct 2004 12:00:48 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i98C0lk9018228 for ; Fri, 8 Oct 2004 12:00:47 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i98C0lNi018226; Fri, 8 Oct 2004 12:00:47 GMT (envelope-from gnats) Resent-Date: Fri, 8 Oct 2004 12:00:47 GMT Resent-Message-Id: <200410081200.i98C0lNi018226@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vladimir Nechitailo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E037216A4CE for ; Fri, 8 Oct 2004 11:55:46 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4B2443D2D for ; Fri, 8 Oct 2004 11:55:46 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i98Btk6V034975 for ; Fri, 8 Oct 2004 11:55:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i98Btj8N034974; Fri, 8 Oct 2004 11:55:45 GMT (envelope-from nobody) Message-Id: <200410081155.i98Btj8N034974@www.freebsd.org> Date: Fri, 8 Oct 2004 11:55:45 GMT From: Vladimir Nechitailo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: amd64/72445: mount_smbfs gives Bus error (core dumped) with -E option X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 12:00:51 -0000 >Number: 72445 >Category: amd64 >Synopsis: mount_smbfs gives Bus error (core dumped) with -E option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 08 12:00:47 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Vladimir Nechitailo >Release: 5.3-beta7 >Organization: Lebedev Physical Institute >Environment: FreeBSD isabelle.lpi.ru 5.3-BETA7 FreeBSD 5.3-BETA7 #0: Fri Oct 8 18:43:44 MSD 2004 root@:/usr/obj/usr/src/sys/ISABELLE amd64 >Description: mount_smbfs crushes when it is using with character sets conversion option (output: Bus error (core dumped) ). For example: mount_smbfs -I 195.209.208.47 -E koi8-r:cp866 //user@kitty/share /mnt crushes immediately, but mount_smbfs -I 195.209.208.47 //user@kitty/share /mnt works perfectly >How-To-Repeat: mount_smbfs -E <> on amd64 >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Fri Oct 8 18:09:14 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC90116A4CE for ; Fri, 8 Oct 2004 18:09:14 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89F5743D48 for ; Fri, 8 Oct 2004 18:09:14 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 755F672DD4; Fri, 8 Oct 2004 11:09:14 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 7399072DCB; Fri, 8 Oct 2004 11:09:14 -0700 (PDT) Date: Fri, 8 Oct 2004 11:09:14 -0700 (PDT) From: Doug White To: NAKATA Maho In-Reply-To: <20041008.162841.135501207.chat95@mac.com> Message-ID: <20041008110814.V951@carver.gumbysoft.com> References: <20040912.120803.607953196.chat95@mac.com> <20041008.162841.135501207.chat95@mac.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-amd64@FreeBSD.org Subject: Re: KSE and SMP problem in FreeBSD/amd64 5.3BETA3, namely KSEdosen't make use of SMP. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 18:09:14 -0000 On Fri, 8 Oct 2004, NAKATA Maho wrote: > > > Dear amd64 freaks, I noticed that there seems to be a bug > > > in KSE with SMP configuration. > > > > Were you using SCHED_4BSD or SCHED_ULE? > > Hello Doug, many thanks for your answer! > > This is SCHED_4BSD/SCHED_ULE issue. > SCHED_ULE doesn't make use of SMP. ATLAS make two threads (for example), > but these two threads is running on always *ONLY* one CPU. SCHED_ULE is certainly SMP aware, it just makes a bad choice for your application. :-) > I hope this is already fixed 6.0-CURRENT :) Possibly, although ULE is being largely abandonded for 4BSD since the ULE author has been short of time and noone's really stepped up to work on ULE. ULE has some cool ideas but it falls prey to reality :) -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org From owner-freebsd-amd64@FreeBSD.ORG Fri Oct 8 21:02:25 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BEDA16A4CE for ; Fri, 8 Oct 2004 21:02:25 +0000 (GMT) Received: from www1.brozs.net (www1.brozs.net [195.154.177.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 491C743D1F for ; Fri, 8 Oct 2004 21:02:22 +0000 (GMT) (envelope-from tfagart@brozs.net) Received: from localhost (localhost.brozs.net [127.0.0.1]) by www1.brozs.net (Postfix) with ESMTP id 1E9928401 for ; Fri, 8 Oct 2004 23:02:04 +0200 (CEST) Received: from www1.brozs.net ([127.0.0.1]) by localhost (www1.brozs.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04052-03 for ; Fri, 8 Oct 2004 23:02:03 +0200 (CEST) Received: from [192.168.10.100] (unknown [192.168.10.100]) by www1.brozs.net (Postfix) with ESMTP id 8C75683ED for ; Fri, 8 Oct 2004 23:02:03 +0200 (CEST) Message-ID: <41670055.5030307@brozs.net> Date: Fri, 08 Oct 2004 23:02:13 +0200 From: Thomas Fagart User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: fr, en MIME-Version: 1.0 To: freebsd-amd64@freebsd.org References: <4098.64.236.216.30.1096544782.squirrel@webmail.brozs.net> In-Reply-To: <4098.64.236.216.30.1096544782.squirrel@webmail.brozs.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at brozs.net Subject: Re: 5.3Beta6 not working with Asus K8V Deluxe SE X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 21:02:25 -0000 Hello, Still can find a way to make it work with amd64 release, I've tried to install it on different hard drive (scsi, sata) as it has been recommended. I've also try to recompile world and kernel as required ... Here's a better description of the issue Hardware (taken from a 5.2.1i386 boot message) : K8V SE deluxe with amd 64 3000 CPU: AMD Athlon(tm) 64 Processor 3000+ (2002.57-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0xf48 Stepping = 8 Features=0x78bfbff AMD Features=0xe0500000 real memory = 536018944 (511 MB) avail memory = 510963712 (487 MB) RAM : 512 DDR PCI card drm0: bktr0: Hauppauge Model 37266 B109 skc0: ahc0: ath0: pcm0: xl0: <3Com 3c905B-TX Fast Etherlink XL> Hard Drive etc ... ad4: 156334MB [317632/16/63] at ata2-master UDMA133 ad10: 156334MB [317632/16/63] at ata5-master UDMA100 ad12: 156334MB [317632/16/63] at ata6-master UDMA100 cd1: <_NEC DVD_RW ND-2500A 1.06> cd0: da0: Fixed Direct Access SCSI-3 device da0: 20.000MB/s transfers (10.000MHz, offset 7, 16bit), Tagged Queueing Enabled da0: 140014MB (286749488 512 byte sectors: 255H 63S/T 17849C) Release : 5.3BETA7-amd64 1. Install 1.1 ACPI enable -> Hang during Freebsd boot with the following message : Panic isadma_start : bad bounce buffer 1.2 ACPI disable, I get the install screen and successfully launch the installation, but once per two, randomly I've got a hang during the ports copy with : page fault cpuid 0 2. After install If per chance I get a "valid" system installed, I can compile kernel, install it, install software, but system randomly will hang. For sample while doing the make buildworld , it hangs, usually with page fault error. If you got an idea :-) Thomas : >Hello, > >I'm using 5.2.1-i386 on Asus K8V Deluxe SE successfully. >My attempt to install 5.2.1-amd64 was successful, but then the system >was not stable at all (hanging while compiling software for sample). >Each time it hangs i've got the page fault message. >I've tried to install 5.3Beta5-amd64, with ACPI disable, but while doing >the install of the ports I also got the message Panic : page fault and >systems hangs. > >With 5.3Beta6-am64, the install was successfull, but then I still got >System hang, each time I launch compilation. >I think this might be related to kern/70931 but it is in Waiting for >feedback state. > > >Do you think there's a chance that the 5.3-Stable for amd64 will work for >this motherboard ? > > >Thomas > > From owner-freebsd-amd64@FreeBSD.ORG Sat Oct 9 05:58:50 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAEDB16A4CE for ; Sat, 9 Oct 2004 05:58:50 +0000 (GMT) Received: from dsl-mail.kamp.net (mail.kamp-dsl.de [195.62.99.42]) by mx1.FreeBSD.org (Postfix) with SMTP id F2CC643D2F for ; Sat, 9 Oct 2004 05:58:49 +0000 (GMT) (envelope-from ewinter@lobo.homeunix.org) Received: (qmail 20819 invoked by uid 513); 9 Oct 2004 06:07:38 -0000 Received: from ewinter@lobo.homeunix.org by dsl-mail by uid 89 with qmail-scanner-1.21 Clear:RC:1(82.141.58.135):SA:0(-4.9/5.0):. Processed in 0.593774 secs); 09 Oct 2004 06:07:38 -0000 X-Spam-Status: No, hits=-4.9 required=5.0 Received: from unknown (HELO lobo.homeunix.org) (82.141.58.135) by dsl-mail.kamp.net with SMTP; 9 Oct 2004 06:07:37 -0000 Received: from lobo.homeunix.org (localhost.homeunix.org [127.0.0.1]) by lobo.homeunix.org (8.13.1/8.13.1) with ESMTP id i9960591000645; Sat, 9 Oct 2004 08:00:05 +0200 (CEST) (envelope-from ewinter@lobo.homeunix.org) Received: (from ewinter@localhost) by lobo.homeunix.org (8.13.1/8.13.1/Submit) id i99604Aq000644; Sat, 9 Oct 2004 08:00:04 +0200 (CEST) (envelope-from ewinter) Date: Sat, 9 Oct 2004 08:00:04 +0200 From: "Ernst W. Winter" To: Thomas Fagart Message-ID: <20041009060004.GA567@lobo.homeunix.org> References: <4098.64.236.216.30.1096544782.squirrel@webmail.brozs.net> <41670055.5030307@brozs.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41670055.5030307@brozs.net> X-Phone: + 49-89-3075-6800 Organization: FreeBSD Evangelist X-Operating-System: FreeBSD lobo.homeunix.org 5.3-BETA7 FreeBSD 5.3-BETA7 User-Agent: Mutt/1.5.6i cc: freebsd-amd64@freebsd.org Subject: Re: 5.3Beta6 not working with Asus K8V Deluxe SE X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Ernst W. Winter" List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2004 05:58:51 -0000 On Fri, 08 Oct 2004, Thomas Fagart wrote: > Hello, Hi again, [...] > 2. After install > If per chance I get a "valid" system installed, I can compile > kernel, install it, install software, but system randomly will > hang. For sample while doing the make buildworld , it hangs, > usually with page fault error. > > > If you got an idea :-) > Well from my experience with such messages it most likeley is a fault of the RAM. Are they boith the same of or of the same make? Otherwise no idea as I have a different motherboard. Ernst From owner-freebsd-amd64@FreeBSD.ORG Sat Oct 9 08:00:44 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C14CA16A4CE for ; Sat, 9 Oct 2004 08:00:44 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69FAE43D5A for ; Sat, 9 Oct 2004 08:00:44 +0000 (GMT) (envelope-from adrian.kaminski@gmail.com) Received: by mproxy.gmail.com with SMTP id 76so107774rnk for ; Sat, 09 Oct 2004 01:00:40 -0700 (PDT) Received: by 10.39.1.30 with SMTP id d30mr449161rni; Sat, 09 Oct 2004 01:00:40 -0700 (PDT) Received: by 10.38.71.52 with HTTP; Sat, 9 Oct 2004 01:00:40 -0700 (PDT) Message-ID: Date: Sat, 9 Oct 2004 10:00:40 +0200 From: =?UTF-8?Q?Adrian_Kami=C5=84ski?= To: freebsd-amd64@freebsd.org In-Reply-To: <41670055.5030307@brozs.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4098.64.236.216.30.1096544782.squirrel@webmail.brozs.net> <41670055.5030307@brozs.net> Subject: Re: 5.3Beta6 not working with Asus K8V Deluxe SE X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?UTF-8?Q?Adrian_Kami=C5=84ski?= List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2004 08:00:44 -0000 On Fri, 08 Oct 2004 23:02:13 +0200, Thomas Fagart wrote: > Release : 5.3BETA7-amd64 > 1. Install > 1.1 ACPI enable -> Hang during Freebsd boot with the following message : > Panic isadma_start : bad bounce buffer > 1.2 ACPI disable, I get the install screen and successfully launch the > installation, but once per two, randomly I've got a hang during the > ports copy with : page fault cpuid 0 > > 2. After install > If per chance I get a "valid" system installed, I can compile kernel, > install it, install software, but system randomly will hang. For sample > while doing the make buildworld , it hangs, usually with page fault error. Hi, I guess you should better look at your RAM - there is list of supported memory types & producents, maybe you should check it. I had 2x 512MB and one of them was broken so I get similar results (system hangs when compiling), after replacement all seems to be all right (uptime so far 2 days :). Adrian From owner-freebsd-amd64@FreeBSD.ORG Sat Oct 9 13:29:01 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCADA16A4D1 for ; Sat, 9 Oct 2004 13:29:01 +0000 (GMT) Received: from mail.komvista.lt (ns.komvista.lt [213.190.36.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D01343D46 for ; Sat, 9 Oct 2004 13:29:00 +0000 (GMT) (envelope-from ssmailys@komvista.lt) Received: by mail.komvista.lt (Postfix, from userid 99) id C125FBE47; Sat, 9 Oct 2004 16:28:47 +0200 (EET) To: freebsd-amd64@FreeBSD.org Received: from 192.168.127.253 (auth. user deepred@mail.komvista.lt) by mail.komvista.lt with HTTP; Sat, 09 Oct 2004 16:28:47 +0200 Date: Sat, 09 Oct 2004 16:28:47 +0200 X-Mailer: IlohaMail/0.8.9 (On: mail.komvista.lt) From: "Stasys Smailys" Bounce-To: "Stasys Smailys" Errors-To: "Stasys Smailys" MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="RWP_PART_deepred1097332127" Message-Id: <20041009142847.C125FBE47@mail.komvista.lt> Subject: Re: amd64/72445: mount_smbfs gives Bus error (core dumped) with -E option X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2004 13:29:01 -0000 This message is in MIME format. --RWP_PART_deepred1097332127 Content-Type: text/plain; charset=Windows-1251 Content-Transfer-Encoding: quoted-printable Size matters. Patch is attached. --RWP_PART_deepred1097332127 Content-Type: application/octet-stream; name="nls.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="nls.patch" LS0tIC91c3Ivc3JjL2NvbnRyaWIvc21iZnMvbGliL3NtYi9ubHMuYy5vcmlnCU1vbiBKdWwgMjIg MTE6NTA6MDkgMjAwMgorKysgL3Vzci9zcmMvY29udHJpYi9zbWJmcy9saWIvc21iL25scy5jCUZy aSBPY3QgIDggMTk6MjE6NTIgMjAwNApAQCAtMTI1LDcgKzEyNSw3IEBAIGNoYXIgKgogbmxzX3N0 cl90b2xvYyhjaGFyICpkc3QsIGNvbnN0IGNoYXIgKnNyYykKIHsKIAljaGFyICpwID0gZHN0Owot CWludCBpbmxlbiwgb3V0bGVuOworCXNpemVfdCBpbmxlbiwgb3V0bGVuOwogCiAJaWYgKCFpY29u dl9sb2FkZWQpCiAJCXJldHVybiBzdHJjcHkoZHN0LCBzcmMpOwpAQCAtMTQ3LDcgKzE0Nyw3IEBA IGNoYXIgKgogbmxzX3N0cl90b2V4dChjaGFyICpkc3QsIGNvbnN0IGNoYXIgKnNyYykKIHsKIAlj aGFyICpwID0gZHN0OwotCWludCBpbmxlbiwgb3V0bGVuOworCXNpemVfdCBpbmxlbiwgb3V0bGVu OwogCiAJaWYgKCFpY29udl9sb2FkZWQpCiAJCXJldHVybiBzdHJjcHkoZHN0LCBzcmMpOwpAQCAt MTcwLDcgKzE3MCw3IEBAIG5sc19tZW1fdG9sb2Modm9pZCAqZHN0LCBjb25zdCB2b2lkICpzcmMK IHsKIAljaGFyICpwID0gZHN0OwogCWNvbnN0IGNoYXIgKnMgPSBzcmM7Ci0JaW50IGlubGVuLCBv dXRsZW47CisJc2l6ZV90IGlubGVuLCBvdXRsZW47CiAKIAlpZiAoIWljb252X2xvYWRlZCkKIAkJ cmV0dXJuIG1lbWNweShkc3QsIHNyYywgc2l6ZSk7CkBAIC0xOTUsNyArMTk1LDcgQEAgbmxzX21l bV90b2V4dCh2b2lkICpkc3QsIGNvbnN0IHZvaWQgKnNyYwogewogCWNoYXIgKnAgPSBkc3Q7CiAJ Y29uc3QgY2hhciAqcyA9IHNyYzsKLQlpbnQgaW5sZW4sIG91dGxlbjsKKwlzaXplX3QgaW5sZW4s IG91dGxlbjsKIAogCWlmIChzaXplID09IDApCiAJCXJldHVybiBOVUxMOwo= --RWP_PART_deepred1097332127-- From owner-freebsd-amd64@FreeBSD.ORG Sat Oct 9 23:42:38 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62D2C16A4CE for ; Sat, 9 Oct 2004 23:42:38 +0000 (GMT) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9DBC43D31 for ; Sat, 9 Oct 2004 23:42:37 +0000 (GMT) (envelope-from chenson@ec.rr.com) Received: from free (cpe-065-184-172-100.ec.rr.com [65.184.172.100]) i99NgXkc007502 for ; Sat, 9 Oct 2004 19:42:34 -0400 (EDT) Message-ID: <000301c4ae59$f873af70$6501a8c0@free> From: "Carolyn" To: Date: Sat, 9 Oct 2004 19:44:49 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: kldload error with ndis for a project evil module X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2004 23:42:38 -0000 I have just put beta7 on a new computer(athlon64 of course) and I can't get the ndis module to load. It compiles just fine but gives me an error saying link_elf_obj: symbol ntoskrnl_acquire_spinlock undefined exec format error On my personial 32bit athlon this kldload stuff works fine. I just can't load ndis.ko. Anyone have suggestions? Thanks, Jason --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.774 / Virus Database: 521 - Release Date: 10/7/2004