From owner-freebsd-hardware@FreeBSD.ORG Sun Mar 27 02:07:42 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BBE616A4CE for ; Sun, 27 Mar 2005 02:07:42 +0000 (GMT) Received: from av8-2-sn3.vrr.skanova.net (av8-2-sn3.vrr.skanova.net [81.228.9.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F3743D3F for ; Sun, 27 Mar 2005 02:07:41 +0000 (GMT) (envelope-from stefan.haglund@crystalnorth.com) Received: by av8-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 1A02937E70; Sun, 27 Mar 2005 04:07:40 +0200 (CEST) Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av8-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 06D1537E49 for ; Sun, 27 Mar 2005 04:07:40 +0200 (CEST) Received: from [192.168.1.150] (h194n4fls310o253.telia.com [81.229.63.194]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id BB4E937E42 for ; Sun, 27 Mar 2005 04:07:39 +0200 (CEST) Message-ID: <4246156B.3040909@crystalnorth.com> Date: Sun, 27 Mar 2005 04:07:39 +0200 From: Stefan Haglund User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: sv, en-us, en To: freebsd-hardware@freebsd.org Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: KT133A quirks present in FreeBSD [5.3]? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 02:07:42 -0000 I have a private FreeBSD 5.3 file- & webserver sporting an IWill KK266-R (KT133A/686B) motherboard, running a Athlon XP 1600+ (1400MHz). The board has an onboard CMD649 IDE RAID controller, that I use as an ordinary IDE controller. This controller handles all four disks in the system, other than the boot disk. The NIC is an Intel PRO/100 (fxp). I have a problem with files uploaded to the server is sometimes getting corrupted. I've tried a lot of possible solutions (changing PCI slots, BIOS settings, etc) to no avail. My question is - is there a quirk fix in FreeBSD for the KT133A northbridge, as (AFAIK) there is in Linux? Snippet from Linux 2.6.11 - drivers/pci/quirks.c: /* * VIA Apollo KT133 needs PCI latency patch * Made according to a windows driver based patch by George E. Breese * see PCI Latency Adjust on [1]http://www.viahardware.com/download/viatweak.shtm * Also see [2]http://www.au-ja.org/review-kt133a-1-en.phtml for * the info on which Mr Breese based his work. * * Updated based on further information from the site and also on * information provided by VIA */ static void __devinit quirk_vialatency(struct pci_dev *dev) { struct pci_dev *p; u8 rev; u8 busarb; /* Ok we have a potential problem chipset here. Now see if we have a buggy southbridge */ p = pci_get_device(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686, NULL); if (p!=NULL) { pci_read_config_byte(p, PCI_CLASS_REVISION, &rev); /* 0x40 - 0x4f == 686B, 0x10 - 0x2f == 686A; thanks Dan Hollis */ /* Check for buggy part revisions */ if (rev < 0x40 || rev > 0x42) goto exit; } else { p = pci_get_device(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8231, NULL); if (p==NULL) /* No problem parts */ goto exit; pci_read_config_byte(p, PCI_CLASS_REVISION, &rev); /* Check for buggy part revisions */ if (rev < 0x10 || rev > 0x12) goto exit; } /* * Ok we have the problem. Now set the PCI master grant to * occur every master grant. The apparent bug is that under high * PCI load (quite common in Linux of course) you can get data * loss when the CPU is held off the bus for 3 bus master requests * This happens to include the IDE controllers.... * * VIA only apply this fix when an SB Live! is present but under * both Linux and Windows this isnt enough, and we have seen * corruption without SB Live! but with things like 3 UDMA IDE * controllers. So we ignore that bit of the VIA recommendation.. */ pci_read_config_byte(dev, 0x76, &busarb); /* Set bit 4 and bi 5 of byte 76 to 0x01 "Master priority rotation on every PCI master grant */ busarb &= ~(1<<5); busarb |= (1<<4); pci_write_config_byte(dev, 0x76, busarb); printk(KERN_INFO "Applying VIA southbridge workaround.\n"); exit: pci_dev_put(p); } References 1. http://www.viahardware.com/download/viatweak.shtm 2. http://www.au-ja.org/review-kt133a-1-en.phtml From owner-freebsd-hardware@FreeBSD.ORG Sun Mar 27 03:45:59 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D07E916A4CE for ; Sun, 27 Mar 2005 03:45:59 +0000 (GMT) Received: from smtp102.rog.mail.re2.yahoo.com (smtp102.rog.mail.re2.yahoo.com [206.190.36.80]) by mx1.FreeBSD.org (Postfix) with SMTP id 440F843D53 for ; Sun, 27 Mar 2005 03:45:59 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from unknown (HELO 172.16.0.1) (mikej@69.193.222.195 with login) by smtp102.rog.mail.re2.yahoo.com with SMTP; 27 Mar 2005 03:45:58 -0000 Received: from 172.16.0.199 (SquirrelMail authenticated user mikej) by wettoast.dyndns.org with HTTP; Sat, 26 Mar 2005 22:45:54 -0500 (EST) Message-ID: <4610.172.16.0.199.1111895154.squirrel@wettoast.dyndns.org> In-Reply-To: <4246156B.3040909@crystalnorth.com> References: <4246156B.3040909@crystalnorth.com> Date: Sat, 26 Mar 2005 22:45:54 -0500 (EST) From: "Mike Jakubik" To: "Stefan Haglund" User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit cc: freebsd-hardware@freebsd.org Subject: Re: KT133A quirks present in FreeBSD [5.3]? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 03:45:59 -0000 On Sat, March 26, 2005 9:07 pm, Stefan Haglund said: > > I have a private FreeBSD 5.3 file- & webserver sporting an IWill > KK266-R (KT133A/686B) motherboard, running a Athlon XP 1600+ > (1400MHz). The board has an onboard CMD649 IDE RAID controller, that I > use as an ordinary IDE controller. This controller handles all four disks > in the system, other than the boot disk. The NIC is an Intel PRO/100 > (fxp). > I have a problem with files uploaded to the server is sometimes > getting corrupted. I've tried a lot of possible solutions (changing PCI > slots, BIOS settings, etc) to no avail. My question is - is there a quirk > fix in FreeBSD for the KT133A northbridge, as (AFAIK) there is in Linux? I have this chipset on my Asus A7V-133 MB, and i have no problems. The server is actually a file server. I am willing to bet that you either have a bad cable, bad mb, or its the crappy CMD chipset. acpi0: on motherboard agp0: mem 0xe6000000-0xe7ffffff at device 0.0 on pci0 atapci0: port 0xb800-0xb80f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 4.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 atapci1: port 0x7000-0x703f,0x7400-0x7403,0x7800-0x7807,0x8000-0x8003,0x8400-0x8407 mem 0xe1000000-0xe101ffff irq 10 at device 17.0 on pci0 ata2: channel #0 on atapci1 ata3: channel #1 on atapci1 ad0: 78167MB [158816/16/63] at ata0-master UDMA100 ad2: 156334MB [317632/16/63] at ata1-master UDMA100 ad4: 239372MB [486344/16/63] at ata2-master UDMA100 ad6: 76345MB [155114/16/63] at ata3-master UDMA100 From owner-freebsd-hardware@FreeBSD.ORG Sun Mar 27 04:45:30 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E78216A4CE for ; Sun, 27 Mar 2005 04:45:30 +0000 (GMT) Received: from av9-1-sn2.hy.skanova.net (av9-1-sn2.hy.skanova.net [81.228.8.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8AE343D3F for ; Sun, 27 Mar 2005 04:45:29 +0000 (GMT) (envelope-from stefan.haglund@crystalnorth.com) Received: by av9-1-sn2.hy.skanova.net (Postfix, from userid 502) id 9870B37EA9; Sun, 27 Mar 2005 06:45:28 +0200 (CEST) Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av9-1-sn2.hy.skanova.net (Postfix) with ESMTP id 8621737E8F; Sun, 27 Mar 2005 06:45:28 +0200 (CEST) Received: from [192.168.1.150] (h194n4fls310o253.telia.com [81.229.63.194]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id F072D37E42; Sun, 27 Mar 2005 06:45:27 +0200 (CEST) Message-ID: <42463A67.2070501@crystalnorth.com> Date: Sun, 27 Mar 2005 06:45:27 +0200 From: Stefan Haglund User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: sv, en-us, en MIME-Version: 1.0 To: Mike Jakubik References: <4246156B.3040909@crystalnorth.com> <4610.172.16.0.199.1111895154.squirrel@wettoast.dyndns.org> In-Reply-To: <4610.172.16.0.199.1111895154.squirrel@wettoast.dyndns.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-hardware@freebsd.org Subject: Re: KT133A quirks present in FreeBSD [5.3]? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 04:45:30 -0000 Thanks for the reply. >>I have a private FreeBSD 5.3 file- & webserver sporting an IWill >>KK266-R (KT133A/686B) motherboard, running a Athlon XP 1600+ >>(1400MHz). The board has an onboard CMD649 IDE RAID controller, that I >>use as an ordinary IDE controller. This controller handles all four disks >>in the system, other than the boot disk. The NIC is an Intel PRO/100 >>(fxp). >>I have a problem with files uploaded to the server is sometimes >>getting corrupted. I've tried a lot of possible solutions (changing PCI >>slots, BIOS settings, etc) to no avail. My question is - is there a quirk >>fix in FreeBSD for the KT133A northbridge, as (AFAIK) there is in Linux? >> >> > >I have this chipset on my Asus A7V-133 MB, and i have no problems. The >server is actually a file server. I am willing to bet that you either have >a bad cable, bad mb, or its the crappy CMD chipset. > > I looked around some with pciconf, and it seems that the Linux KT133 quirk either is already in the FreeBSD code, or it's fixed in the BIOS, because 4&5 was already 0x01 (4=>1 & 5=>0, or that is how I understood the code anyway). :-( I have tried other cables. AFAIK, the corruption occurs to any of the disks, but I will try to determine that it really does (and I somehow have mixed up the cables when changing them :-) ). But it did work without problems with the Windows XP installation it ran before (we used it for audio recording, no problems). Is the CMD 649 known to be buggy? It doesn't seem to occur very often (or even at all) with pure single uploads, but rather when there is concurrent traffic to/from it (I'm not the only one having access to it). From owner-freebsd-hardware@FreeBSD.ORG Sun Mar 27 05:19:34 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEA6D16A4CE for ; Sun, 27 Mar 2005 05:19:34 +0000 (GMT) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7827543D1D for ; Sun, 27 Mar 2005 05:19:34 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtp (Exim 4.44 (FreeBSD)) id 1DFQBS-00036Q-5a; Sun, 27 Mar 2005 05:19:34 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com.psg.com) by roam.psg.com with esmtp (Exim 4.50 (FreeBSD)) id 1DFQBP-0001bT-Hd; Sat, 26 Mar 2005 21:19:31 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16966.16995.39355.590805@roam.psg.com> Date: Sat, 26 Mar 2005 21:19:31 -0800 To: FreeBSD Hardware Subject: SMART threshold exceeded X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 05:19:34 -0000 i suspect that this twe0: AEN: is not a good sign. googling tells me it's a failure, but not whether it is soft or hard. and i find a bunch of g_vfs_done():md0[WRITE(offset=24035328, length=81920)]error = 28 g_vfs_done():md0[WRITE(offset=24117248, length=12288)]error = 28 g_vfs_done():md0[WRITE(offset=24129536, length=2048)]error = 28 g_vfs_done():md0[WRITE(offset=24131584, length=2048)]error = 28 g_vfs_done():md0[WRITE(offset=24133632, length=98304)]error = 28 g_vfs_done():md0[WRITE(offset=24231936, length=6144)]error = 28 g_vfs_done():md0[WRITE(offset=24238080, length=6144)]error = 28 g_vfs_done():md0[WRITE(offset=24244224, length=2048)]error = 28 in dmesg, but nothing in syslog the dmesg of the boot sez # grep twe config/dmesg.raid0 twe0: <3ware Storage Controller. Driver version 1.50.01.002> port 0xb000-0xb00f mem 0xf2000000-0xf27fffff irq 17 at device 3.0 on pci2 twe0: [GIANT-LOCKED] twe0: 12 ports, Firmware FE7S 1.05.00.065, BIOS BE7X 1.08.00.048 twed0: on twe0 twed0: 953670MB (1953116672 sectors) twed1: on twe0 twed1: 35304MB (72303840 sectors) Trying to mount root from ufs:/dev/twed1s1a so how do i find out which spindle? randy From owner-freebsd-hardware@FreeBSD.ORG Sun Mar 27 05:26:16 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A84516A4CE for ; Sun, 27 Mar 2005 05:26:16 +0000 (GMT) Received: from mout.perfora.net (mout.perfora.net [217.160.230.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 965BF43D2D for ; Sun, 27 Mar 2005 05:26:15 +0000 (GMT) (envelope-from dark@sun.com) Received: from cpe-66-24-105-49.stny.res.rr.com[66.24.105.49] (helo=mxus.perfora.net) by mrelay.perfora.net with ESMTP (Nemesis), id 0MKyxe-1DFQHt2wjR-0002al; Sun, 27 Mar 2005 00:26:13 -0500 Received: by mxus.perfora.net (Postfix, from userid 1001) id B6F74758A; Sun, 27 Mar 2005 00:26:01 -0500 (EST) Date: Sun, 27 Mar 2005 00:26:01 -0500 From: Dev Tugnait To: freebsd-hardware@freebsd.org Message-ID: <20050327052601.GB812@blood.spawn.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: Vim http://www.vim.org/ X-Info: http://unixdaemon.org X-Operating-System: Unix/5.3-RELEASE-p5 (i386) X-Uptime: 12:21AM up 3 days, 17:04, 18 users, load averages: 0.29, 0.44, 0.39 User-Agent: Mutt/1.5.9i X-Provags-ID: perfora.net abuse@perfora.net login:86279ff966a67224e572428c23b4bcb0 Subject: Evga Nvidia Fx 5200 Personal Cinema X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 05:26:16 -0000 Hi I recently recieved a Evga Nvidia Personal Cinema Card, it uses the chipset Philips SAA7133HL for video in and video out. I used bktr_load="YES" it did not find my card. Read the man page for bktr perhaps its not supported. I think they have a module for it on linux, is there anyone else using the same chipset on bsd? cat /var/run/dmesg.boot |grep bktr bktr_mem: memory holder loaded Regards, Dev Tugnait +----------==/\/\==----------+ (__) FreeBSD | | \\\'',) The | Kernel ESCAFLOWNE | \/ \ ^ Power | Web http://unixdaemon.org | .\._/_) To +----------==\/\/==----------+ Serve [ We've switched the bath sponge with a tribble. ] From owner-freebsd-hardware@FreeBSD.ORG Sun Mar 27 11:24:17 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09B7B16A4CE for ; Sun, 27 Mar 2005 11:24:17 +0000 (GMT) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [83.136.81.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3938343D2F for ; Sun, 27 Mar 2005 11:24:16 +0000 (GMT) (envelope-from lehmann@ans-netz.de) Received: (qmail 2602 invoked by uid 89); 27 Mar 2005 11:25:55 -0000 Received: from unknown (HELO kartoffel.salatschuessel.net) (83.136.81.185) by avocado.salatschuessel.net with SMTP; 27 Mar 2005 11:25:55 -0000 Date: Sun, 27 Mar 2005 13:24:12 +0200 From: Oliver Lehmann To: freebsd-hardware@freebsd.org Message-Id: <20050327132412.0f08a7b4.lehmann@ans-netz.de> X-Mailer: Sylpheed version 1.9.6 (GTK+ 2.6.4; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: nvidia 6200tc X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 11:24:17 -0000 Hi, did someone tried nvidia's 6200 turbocache gfx with xorg (w/o nvidia drivers)? does xorg's nv driver work with that card? -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From owner-freebsd-hardware@FreeBSD.ORG Sun Mar 27 18:47:29 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6651416A4CE for ; Sun, 27 Mar 2005 18:47:29 +0000 (GMT) Received: from lithium.plan-ix.de (lithium.plan-ix.de [212.37.39.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 192E643D41 for ; Sun, 27 Mar 2005 18:47:28 +0000 (GMT) (envelope-from braukmann@tse-online.de) Received: from localhost (lithium.plan-ix.de [212.37.39.35]) by lithium.plan-ix.de (Postfix) with ESMTP id 6FF442EC35D; Sun, 27 Mar 2005 18:47:26 +0000 (GMT) Received: from localhost.plan-ix.de ([212.37.39.35]) by localhost (lithium.plan-ix.de [212.37.39.35]) (amavisd-new, port 10025) with ESMTP id 55460-03; Sun, 27 Mar 2005 18:47:26 +0000 (GMT) Received: from [192.168.111.140] (fw.helinet.de [212.37.38.2]) by lithium.plan-ix.de (Postfix) with ESMTP id 6E7D82EC35C; Sun, 27 Mar 2005 18:47:25 +0000 (GMT) Date: Sun, 27 Mar 2005 20:47:25 +0200 From: Andreas Braukmann To: Randy Bush Message-ID: <900B7F07ABC46CA6673E000D@[192.168.111.140]> In-Reply-To: <16966.16995.39355.590805@roam.psg.com> References: <16966.16995.39355.590805@roam.psg.com> X-Mailer: Mulberry/3.1.6 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Scanned: by amavisd-new at plan-ix.de cc: FreeBSD Hardware Subject: Re: SMART threshold exceeded X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 18:47:29 -0000 --On Samstag, 26. M=E4rz 2005 21:19 Uhr -0800 Randy Bush wrote: > i suspect that this > > twe0: AEN: > > is not a good sign. googling tells me it's a failure, but > not whether it is soft or hard. > > so how do i find out which spindle? It's the disk connected to "port 0" of "twe0". (As you might have found out already ...) -Andreas From owner-freebsd-hardware@FreeBSD.ORG Sun Mar 27 19:08:07 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEC8C16A4CE for ; Sun, 27 Mar 2005 19:08:07 +0000 (GMT) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5837D43D39 for ; Sun, 27 Mar 2005 19:08:07 +0000 (GMT) (envelope-from mike@sentex.net) Received: from BLUELAPIS.sentex.ca (cage.simianscience.com [64.7.134.1]) by smarthost2.sentex.ca (8.13.1/8.13.1) with SMTP id j2RJ805Y017832; Sun, 27 Mar 2005 14:08:01 -0500 (EST) (envelope-from mike@sentex.net) From: Mike Tancsa To: Randy Bush Date: Sun, 27 Mar 2005 14:08:09 -0500 Message-ID: <9q0e41hes7v712m6gfmgbqt678e6acvofl@4ax.com> References: <16966.16995.39355.590805@roam.psg.com> In-Reply-To: <16966.16995.39355.590805@roam.psg.com> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV 0.82/779/Tue Mar 22 07:34:41 2005 on smarthost2.sentex.ca X-Virus-Status: Clean cc: freebsd-hardware@freebsd.org Subject: Re: SMART threshold exceeded X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 19:08:07 -0000 On Sat, 26 Mar 2005 21:19:31 -0800, in sentex.lists.freebsd.hardware you wrote: >i suspect that this > > twe0: AEN: > >is not a good sign. googling tells me it's a failure, but >not whether it is soft or hard. The disk on Port 0 in this case. The smartmontools can speak to disks behind a 3ware both on RELENG_4 and RELENG_5 to get more info. smartctl -a -d 3ware,0 /dev/twed1 or to talk to the disk on port 1 smartctl -a -d 3ware,1 /dev/twed1 eg backup2# smartctl -a -d 3ware,0 /dev/twed1 smartctl version 5.33 [i386-unknown-freebsd4.9] Copyright (C) 2002-4 Bruce Allen Home page is http://smartmontools.sourceforge.net/ =3D=3D=3D START OF INFORMATION SECTION =3D=3D=3D Device Model: ST380011A Serial Number: 3JV3WT64 =46irmware Version: 3.16 User Capacity: 80,000,000,000 bytes Device is: In smartctl database [for details use: -P show] ATA Version is: 6 ATA Standard is: ATA/ATAPI-6 T13 1410D revision 2 Local Time is: Sun Mar 27 14:03:21 2005 EST SMART support is: Available - device has SMART capability. SMART support is: Enabled =3D=3D=3D START OF READ SMART DATA SECTION =3D=3D=3D SMART overall-health self-assessment test result: PASSED General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever=20 been run. Total time to complete Offline=20 data collection: ( 430) seconds. Offline data collection capabilities: (0x5b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. No Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. No General Purpose Logging support. Short self-test routine=20 recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 58) minutes. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 063 060 006 Pre-fail Always - 15260897 3 Spin_Up_Time 0x0003 098 097 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 0 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 080 060 030 Pre-fail Always - 116204100 9 Power_On_Hours 0x0032 089 089 000 Old_age Always - 10357 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 30 194 Temperature_Celsius 0x0022 042 049 000 Old_age Always - 42 195 Hardware_ECC_Recovered 0x001a 063 060 000 Old_age Always - 15260897 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0 200 Multi_Zone_Error_Rate 0x0000 100 253 000 Old_age Offline - 0 202 TA_Increase_Count 0x0032 100 253 000 Old_age Always - 0 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Short offline Completed without error 00% 9451 - # 2 Short offline Completed without error 00% 9427 - # 3 Short offline Completed without error 00% 9404 - # 4 Short offline Completed without error 00% 9380 - # 5 Short offline Completed without error 00% 9357 - # 6 Short offline Completed without error 00% 9333 - # 7 Short offline Completed without error 00% 9309 - # 8 Short offline Completed without error 00% 9286 - # 9 Short offline Completed without error 00% 9262 - #10 Short offline Completed without error 00% 9239 - #11 Short offline Completed without error 00% 9215 - #12 Short offline Completed without error 00% 9192 - #13 Short offline Completed without error 00% 9168 - #14 Short offline Completed without error 00% 9144 - #15 Short offline Completed without error 00% 9121 - #16 Short offline Completed without error 00% 9097 - #17 Short offline Completed without error 00% 9074 - #18 Short offline Completed without error 00% 9050 - #19 Short offline Completed without error 00% 9027 - #20 Short offline Completed without error 00% 9003 - #21 Short offline Completed without error 00% 8980 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. backup2#=20 -------------------------------------------------------- Mike Tancsa, Sentex communications http://www.sentex.net Providing Internet Access since 1994 mike@sentex.net, (http://www.tancsa.com) From owner-freebsd-hardware@FreeBSD.ORG Sun Mar 27 19:12:02 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10CC816A4CE for ; Sun, 27 Mar 2005 19:12:02 +0000 (GMT) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC35243D3F for ; Sun, 27 Mar 2005 19:12:01 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtp (Exim 4.44 (FreeBSD)) id 1DFdB2-000EvO-9U; Sun, 27 Mar 2005 19:12:00 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com.psg.com) by roam.psg.com with esmtp (Exim 4.50 (FreeBSD)) id 1DFdB1-000FNg-Mm; Sun, 27 Mar 2005 11:11:59 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16967.1407.196201.987840@roam.psg.com> Date: Sun, 27 Mar 2005 11:11:59 -0800 To: Andreas Braukmann References: <16966.16995.39355.590805@roam.psg.com> <900B7F07ABC46CA6673E000D@[192.168.111.140]> cc: FreeBSD Hardware Subject: Re: SMART threshold exceeded X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 19:12:02 -0000 >> twe0: AEN: > It's the disk connected to "port 0" of "twe0". (As you might > have found out already ...) # ./tw_cli 3ware CLI> alarms Alarms Report for Controller /c0 Date Severity Alarm Message ----------------------------------------------------- N/A N/A INFO: Soft reset occurred N/A N/A WARNING: Sector repair occurred: Port #0 N/A N/A WARNING: Sector repair occurred: Port #0 N/A N/A WARNING: Sector repair occurred: Port #0 N/A N/A WARNING: SMART threshold exceeded: Port #0 which gives me the clue From owner-freebsd-hardware@FreeBSD.ORG Mon Mar 28 01:55:17 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D27716A4CE for ; Mon, 28 Mar 2005 01:55:17 +0000 (GMT) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D90B43D39 for ; Mon, 28 Mar 2005 01:55:17 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtp (Exim 4.44 (FreeBSD)) id 1DFjTI-0008uo-Ak; Mon, 28 Mar 2005 01:55:16 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com.psg.com) by roam.psg.com with esmtp (Exim 4.50 (FreeBSD)) id 1DFjTH-0004aE-Gj; Sun, 27 Mar 2005 17:55:15 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16967.25603.11842.177466@roam.psg.com> Date: Sun, 27 Mar 2005 17:55:15 -0800 To: Mike Tancsa References: <16966.16995.39355.590805@roam.psg.com> <9q0e41hes7v712m6gfmgbqt678e6acvofl@4ax.com> cc: freebsd-hardware@freebsd.org Subject: Re: SMART threshold exceeded X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2005 01:55:17 -0000 > The disk on Port 0 in this case. The smartmontools can speak to > disks behind a 3ware both on RELENG_4 and RELENG_5 to get more info. but maybe not on 6-current? > smartctl -a -d 3ware,0 /dev/twed1 > or to talk to the disk on port 1 > smartctl -a -d 3ware,1 /dev/twed1 > > eg > > backup2# smartctl -a -d 3ware,0 /dev/twed1 > smartctl version 5.33 [i386-unknown-freebsd4.9] Copyright (C) 2002-4 > Bruce Allen > Home page is http://smartmontools.sourceforge.net/ > > === START OF INFORMATION SECTION === # df Filesystem 1024-blocks Used Avail Capacity Mounted on /dev/twed1s1a 253678 66396 166988 28% / devfs 1 1 0 100% /dev /dev/twed1s1d 126702 6330 110236 5% /var /dev/twed1s1e 126702 180 116386 0% /var/spool /dev/twed1s1f 28341292 2166574 23907416 8% /usr /dev/twed1s1g 4058062 54 3733364 0% /usr/home /dev/twed1s1h 63256 858 57338 1% /root /dev/twed0s1e 961291472 614960790 269427366 70% /data procfs 4 4 0 100% /proc /dev/md0 63214 10 58148 0% /tmp # smartctl -a -d 3ware,0 /dev/twed1 smartctl version 5.32 Copyright (C) 2002-4 Bruce Allen Home page is http://smartmontools.sourceforge.net/ Smartctl open device: /dev/twed1 failed: Inappropriate ioctl for device raid0.psg.com:/root# smartctl -a -d 3ware,0 /dev/twed0 smartctl version 5.32 Copyright (C) 2002-4 Bruce Allen Home page is http://smartmontools.sourceforge.net/ Smartctl open device: /dev/twed0 failed: Inappropriate ioctl for device randy From owner-freebsd-hardware@FreeBSD.ORG Mon Mar 28 02:42:39 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA71116A4CE for ; Mon, 28 Mar 2005 02:42:39 +0000 (GMT) Received: from avscan2.sentex.ca (avscan2.sentex.ca [199.212.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E4FA43D4C for ; Mon, 28 Mar 2005 02:42:39 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan2.sentex.ca (8.12.11/8.12.11) with ESMTP id j2S2gbrY030497; Sun, 27 Mar 2005 21:42:37 -0500 (EST) (envelope-from mike@sentex.net) Received: from avscan2.sentex.ca ([127.0.0.1]) by localhost (avscan2.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 30438-01; Sun, 27 Mar 2005 21:42:36 -0500 (EST) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan2.sentex.ca (8.12.11/8.12.11) with ESMTP id j2S2gaRA030473; Sun, 27 Mar 2005 21:42:36 -0500 (EST) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.11/8.12.11) with ESMTP id j2S2gSsd028830; Sun, 27 Mar 2005 21:42:28 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <6.2.1.2.0.20050327210941.040aace0@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Sun, 27 Mar 2005 21:41:18 -0500 To: Randy Bush From: Mike Tancsa In-Reply-To: <16967.25603.11842.177466@roam.psg.com> References: <16966.16995.39355.590805@roam.psg.com> <9q0e41hes7v712m6gfmgbqt678e6acvofl@4ax.com> <16967.25603.11842.177466@roam.psg.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan2b cc: freebsd-hardware@freebsd.org Subject: Re: SMART threshold exceeded X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2005 02:42:39 -0000 At 08:55 PM 27/03/2005, Randy Bush wrote: > > The disk on Port 0 in this case. The smartmontools can speak to > > disks behind a 3ware both on RELENG_4 and RELENG_5 to get more info. > >but maybe not on 6-current? The driver is the same. Perhaps try version 5.33 from the cvs on sourceforge? ---Mike From owner-freebsd-hardware@FreeBSD.ORG Mon Mar 28 06:56:54 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ED2C16A4CE for ; Mon, 28 Mar 2005 06:56:54 +0000 (GMT) Received: from mail13.syd.optusnet.com.au (mail13.syd.optusnet.com.au [211.29.132.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACB5C43D4C for ; Mon, 28 Mar 2005 06:56:53 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) j2S6upGU025765 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 28 Mar 2005 16:56:52 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])j2S6up7l068409 for ; Mon, 28 Mar 2005 16:56:51 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)j2S6uodj068408 for freebsd-hardware@freebsd.org; Mon, 28 Mar 2005 16:56:50 +1000 (EST) (envelope-from pjeremy) Date: Mon, 28 Mar 2005 16:56:50 +1000 From: Peter Jeremy To: freebsd-hardware@freebsd.org Message-ID: <20050328065650.GZ57256@cirb503493.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i Subject: Wierd hardware instability X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2005 06:56:54 -0000 I've been experimenting with using a 13MHz oven crystal oscillator to replace the 14.318MHz master reference in an old Asus P5A-B motherboard. (The board uses an ICS8148-53 clock generator). If I set TIMER_FREQ=1083342 and "overclock" by 10% then the CPU is running very close to nominal. I'm running 5.3p5 and using "make buildworld" as a stress test and have found some fairly wierd behaviour: If I let the system boot normally from power-on then it is unstable - the buildworld will crash with internal compiler errors and I eventually wind up with a panic. If I manually reset the system then it becomes rock solid - it has been doing "make -j 4 buildworld" in a loop for about 4 days without a problem but as soon as I do a power-on restart, it becomes unstable again. The system was reliable before I started, so it's presumably something I've done but I can't see why a power-on reset should have different behaviour to pressing the reset button. Does anyone have any suggestions as to the cause. If anyone wants more detail on what I've done, feel free to ask - I will probably post details at some stage. -- Peter Jeremy From owner-freebsd-hardware@FreeBSD.ORG Mon Mar 28 19:19:27 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C4B316A4CE for ; Mon, 28 Mar 2005 19:19:27 +0000 (GMT) Received: from jupiter.nswebhost.com (jupiter.nswebhost.com [72.9.236.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18C7A43D54 for ; Mon, 28 Mar 2005 19:19:26 +0000 (GMT) (envelope-from full-disclosure@csilva.org) Received: from [80.172.153.66] (helo=[192.168.1.11] ident=nobody) by jupiter.nswebhost.com with esmtpa (Exim 4.44) id 1DFzld-0000fK-SC for freebsd-hardware@freebsd.org; Mon, 28 Mar 2005 14:19:18 -0500 Received: from 127.0.0.1 (AVG SMTP 7.0.308 [266.8.4]); Mon, 28 Mar 2005 20:19:17 +0100 Message-ID: <424858B3.7020001@csilva.org> Date: Mon, 28 Mar 2005 20:19:15 +0100 From: Carlos Silva User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hardware@freebsd.org References: <423F5D07.4030008@myrealbox.com> <423FE41F.31281.54E746F@localhost> <424015B0.3010608@csilva.org> In-Reply-To: <424015B0.3010608@csilva.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jupiter.nswebhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - csilva.org X-Source: X-Source-Args: X-Source-Dir: Subject: Re: USB 2.0 problem X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2005 19:19:27 -0000 Hi, The latest version (5.4-PRERELEASE) doesn't worked. It stills at 1MB/s. Anyone with ideas? Regards, Carlos Carlos Silva aka|Danger_Man| wrote: > Hi, > > 5.2.1-RELEASE-p13 > > Thanks, I'll try the latest version. > > Best Regards, > > Carlos > > > Edwin Ringersma wrote: > >> Hi, >> >> What version are you running ? >> It's a known problem. >> I'm testing with the latest 5 version (5.4 prerelease) and now it's >> reporting the USB 2.0 device on an intel based motherboard as 40MB/s. >> (with 5.3 it was reported as 1.0MB/s) >> So it looks like the support for USB 2.0 has improved from 5.3 . >> >> regards, >> Edwin Ringersma >> Date sent: Mon, 21 Mar 2005 23:55:11 +0000 >> From: Carlos Silva aka|Danger_Man| >> >> To: freebsd-hardware@freebsd.org >> Subject: Re: USB 2.0 problem >> >> >> >>> Carlos Jorge Santos wrote: >>> >>> >>> >>>> Hi, >>>> >>>> You're probably using USB 1.1 driver instead of USB 2.0. >>>> To enable USB 2.0 you have to recompile your kernel with : >>>> >>>> device ehci >>>> >>>> Take a look at : >>>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html >>>> >>>> >>>> Best Regards >>>> Carlos Santos (Portugal) :-) >>>> >>>> >>> >>> No, I've compiled the kernel with ehci (eg. usb3: USB revision 2.0 ) >>> :-) >>> >>> regards, >>> >>> Carlos Silv (Portugal too) >>> >>> >>> >>>> Carlos Silva aka|Danger_Man| wrote: >>>> >>>> >>>> >>>>> Hi dudes, >>>>> >>>>> I have a little problem with my external disk drive, my data >>>>> transfer rate is 1.000MB/s. >>>>> I have USB 2.0 so the rate is larger, right? >>>>> Somebody has an idea how to enlarge the rate? >>>>> >>>>> Regards, >>>>> >>>>> Carlos >>>>> >>>>> >>>>> osiris# dmesg | grep usb && dmesg | grep da0 >>>>> usb0: on uhci0 >>>>> usb0: USB revision 1.0 >>>>> usb1: on uhci1 >>>>> usb1: USB revision 1.0 >>>>> usb2: on uhci2 >>>>> usb2: USB revision 1.0 >>>>> ehci_pci_attach: companion usb1 >>>>> ehci_pci_attach: companion usb2 >>>>> usb3: EHCI version 0.95 >>>>> usb3: companion controllers, 2 ports each: usb1 usb2 >>>>> usb3: on ehci0 >>>>> usb3: USB revision 2.0 >>>>> GEOM: create disk da0 dp=0xc2d96850 >>>>> da0 at umass-sim0 bus 0 target 0 lun 0 >>>>> da0: Fixed Direct Access SCSI-0 device >>>>> da0: 1.000MB/s transfers >>>>> da0: 190782MB (390721968 512 byte sectors: 255H 63S/T 24321C) >>>>> osiris# >>>>> >>>>> osiris# usbdevs >>>>> addr 1: UHCI root hub, Intel >>>>> addr 1: UHCI root hub, VIA >>>>> addr 1: UHCI root hub, VIA >>>>> addr 2: USB 2.0 Storage Device, Acer Labs >>>>> addr 1: EHCI root hub, (0x1106) >>>>> osiris# >>>>> >>>>> osiris# camcontrol devlist >>>>> at scbus0 target 0 lun 0 >>>>> (da0,pass0) >>>>> osiris# >>>>> >>>> >>>> >>> >>> _______________________________________________ >>> freebsd-hardware@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-hardware >>> To unsubscribe, send any mail to >>> "freebsd-hardware-unsubscribe@freebsd.org" >>> >> >> >> >> >> > > _______________________________________________ > freebsd-hardware@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > To unsubscribe, send any mail to > "freebsd-hardware-unsubscribe@freebsd.org" From owner-freebsd-hardware@FreeBSD.ORG Mon Mar 28 19:27:08 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7AFF16A4CE for ; Mon, 28 Mar 2005 19:27:07 +0000 (GMT) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3858143D67 for ; Mon, 28 Mar 2005 19:27:05 +0000 (GMT) (envelope-from olivier@gautherot.net) Received: from mlagy (mas91-1-82-238-221-116.fbx.proxad.net [82.238.221.116]) by postfix3-2.free.fr (Postfix) with ESMTP id A45A3C13B; Mon, 28 Mar 2005 21:27:03 +0200 (CEST) From: Olivier Gautherot To: freebsd-hardware@freebsd.org Date: Mon, 28 Mar 2005 21:26:49 +0200 User-Agent: KMail/1.7.2 References: <423F5D07.4030008@myrealbox.com> <424015B0.3010608@csilva.org> <424858B3.7020001@csilva.org> In-Reply-To: <424858B3.7020001@csilva.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503282126.50500.olivier@gautherot.net> cc: Carlos Silva Subject: Re: USB 2.0 problem X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2005 19:27:08 -0000 Hi Carlos! > The latest version (5.4-PRERELEASE) doesn't worked. It stills at 1MB/s. > Anyone with ideas? Try "usbdevs -v" and check whether your USB bridge is recognized as EHCI. Your chipset maynot be fully supported... Olivier > > Regards, > Carlos > > Carlos Silva aka|Danger_Man| wrote: > > Hi, > > > > 5.2.1-RELEASE-p13 > > > > Thanks, I'll try the latest version. > > > > Best Regards, > > > > Carlos > > > > Edwin Ringersma wrote: > >> Hi, > >> > >> What version are you running ? > >> It's a known problem. > >> I'm testing with the latest 5 version (5.4 prerelease) and now it's > >> reporting the USB 2.0 device on an intel based motherboard as 40MB/s. > >> (with 5.3 it was reported as 1.0MB/s) > >> So it looks like the support for USB 2.0 has improved from 5.3 . > >> > >> regards, > >> Edwin Ringersma > >> Date sent: Mon, 21 Mar 2005 23:55:11 +0000 > >> From: Carlos Silva aka|Danger_Man| > >> > >> To: freebsd-hardware@freebsd.org > >> Subject: Re: USB 2.0 problem > >> > >>> Carlos Jorge Santos wrote: > >>>> Hi, > >>>> > >>>> You're probably using USB 1.1 driver instead of USB 2.0. > >>>> To enable USB 2.0 you have to recompile your kernel with : > >>>> > >>>> device ehci > >>>> > >>>> Take a look at : > >>>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.ht > >>>>ml > >>>> > >>>> > >>>> Best Regards > >>>> Carlos Santos (Portugal) :-) > >>> > >>> No, I've compiled the kernel with ehci (eg. usb3: USB revision 2.0 ) > >>> > >>> :-) > >>> > >>> regards, > >>> > >>> Carlos Silv (Portugal too) > >>> > >>>> Carlos Silva aka|Danger_Man| wrote: > >>>>> Hi dudes, > >>>>> > >>>>> I have a little problem with my external disk drive, my data > >>>>> transfer rate is 1.000MB/s. > >>>>> I have USB 2.0 so the rate is larger, right? > >>>>> Somebody has an idea how to enlarge the rate? > >>>>> > >>>>> Regards, > >>>>> > >>>>> Carlos > >>>>> > >>>>> > >>>>> osiris# dmesg | grep usb && dmesg | grep da0 > >>>>> usb0: on uhci0 > >>>>> usb0: USB revision 1.0 > >>>>> usb1: on uhci1 > >>>>> usb1: USB revision 1.0 > >>>>> usb2: on uhci2 > >>>>> usb2: USB revision 1.0 > >>>>> ehci_pci_attach: companion usb1 > >>>>> ehci_pci_attach: companion usb2 > >>>>> usb3: EHCI version 0.95 > >>>>> usb3: companion controllers, 2 ports each: usb1 usb2 > >>>>> usb3: on ehci0 > >>>>> usb3: USB revision 2.0 > >>>>> GEOM: create disk da0 dp=0xc2d96850 > >>>>> da0 at umass-sim0 bus 0 target 0 lun 0 > >>>>> da0: Fixed Direct Access SCSI-0 device > >>>>> da0: 1.000MB/s transfers > >>>>> da0: 190782MB (390721968 512 byte sectors: 255H 63S/T 24321C) > >>>>> osiris# > >>>>> > >>>>> osiris# usbdevs > >>>>> addr 1: UHCI root hub, Intel > >>>>> addr 1: UHCI root hub, VIA > >>>>> addr 1: UHCI root hub, VIA > >>>>> addr 2: USB 2.0 Storage Device, Acer Labs > >>>>> addr 1: EHCI root hub, (0x1106) > >>>>> osiris# > >>>>> > >>>>> osiris# camcontrol devlist > >>>>> at scbus0 target 0 lun 0 > >>>>> (da0,pass0) > >>>>> osiris# > >>> > >>> _______________________________________________ > >>> freebsd-hardware@freebsd.org mailing list > >>> http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > >>> To unsubscribe, send any mail to > >>> "freebsd-hardware-unsubscribe@freebsd.org" > > > > _______________________________________________ > > freebsd-hardware@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > > To unsubscribe, send any mail to > > "freebsd-hardware-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-hardware@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@freebsd.org" -- Olivier Gautherot Tel: 0688 380 434 (intl) +33 688 380 434 olivier@gautherot.net From owner-freebsd-hardware@FreeBSD.ORG Tue Mar 29 02:28:35 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C56316A4CE for ; Tue, 29 Mar 2005 02:28:35 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F43243D48 for ; Tue, 29 Mar 2005 02:28:35 +0000 (GMT) (envelope-from yokean1@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so436093wra for ; Mon, 28 Mar 2005 18:28:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=M4Wi9LwuuvCj9WAa+k3jokwvXfKot3Eg24uNCrZgQ2IbIyI/lDE5n3AKrd4wYjqWj8nP3o73dTEWzeBHuAIzskus7lpp49tcFkgDzV0lcaF7yfLKbfE0JhGsLTDkcajpiEKhjjT9C49k4H7deSHSLqHSQ8XPTDbFXpZ3UPz5Sl4= Received: by 10.54.49.32 with SMTP id w32mr2071804wrw; Mon, 28 Mar 2005 18:28:34 -0800 (PST) Received: by 10.54.2.21 with HTTP; Mon, 28 Mar 2005 18:28:34 -0800 (PST) Message-ID: <80b681a5050328182815344036@mail.gmail.com> Date: Tue, 29 Mar 2005 10:28:34 +0800 From: Ann Lee To: freebsd-hardware@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Problem install freebsd v4.8 on Dell PowerEdge SC1420 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ann Lee List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 02:28:35 -0000 Hello ~~~ I'm doing an installation for FreeBSD v4.8 i386 platform on the newly purchased PowerEdge SC1420. When I try to boot from CD-ROM to install my FreeBSD 4.8 i386 my computer stops to work. I do: 1) Booting from CD-ROM 2) Skip kernel configuration. 3) Then I see the kernel as following: [...something before...] ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 [That is all. Now he stops.] I suspect he can't detect my SATA HDD. I wish to change the HDD to run as IDE on my BIOS but my BIOS can't do this. Any driver I can install to support my SATA HDD? BTW, I can't upgrade on my FreeBSD and I need to run on v4.8. My H/W spec: BIOS system: Dell System PowerEdge SC1420 BIOS Version: A01 Ultra ATA Storange Controller Intel Pro1000MT Gigabit Ethernet Adapter Cheers, Ann From owner-freebsd-hardware@FreeBSD.ORG Tue Mar 29 04:08:30 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C981216A4CE for ; Tue, 29 Mar 2005 04:08:30 +0000 (GMT) Received: from emsmx1.uwsp.edu (emsmx1.uwsp.edu [143.236.32.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 358CD43D39 for ; Tue, 29 Mar 2005 04:08:30 +0000 (GMT) (envelope-from bkelly@uwsp.edu) Received: from ems4.uwsp.edu ([143.236.34.74]) by emsmx1.uwsp.edu with Microsoft SMTPSVC(6.0.3790.211); Mon, 28 Mar 2005 22:08:29 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 28 Mar 2005 22:08:33 -0600 Message-ID: <2C858E195DF38D478FCC18DA9239264902DE5744@ems4.uwsp.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 3com 3c905c Thread-Index: AcU0FPleueMn6qV9RVSQpQfeG+Lndg== From: "Kelly, Brian" To: X-OriginalArrivalTime: 29 Mar 2005 04:08:29.0654 (UTC) FILETIME=[F6EB6760:01C53414] Subject: 3com 3c905c X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 04:08:30 -0000 I have an 3com 3c905C card which supports wake on lan. This system has = all the right pieces in place i.e. PCI 2.2, Bios has wake on PME enable, etc. I've used these = cards for years at work=20 and have tested this system by throwing in M$ XP (no flames please) and = sending it a WOL=20 Packet waking the system up with success. However, in my dealings with FreeBSD 5.3. I've have a system with a live = nic (flashing lights)=20 but no response to the wol Magic Packet. After doing a little research I found that WOL via a Magic Packet = requires the nic driver to=20 "program the PowerMgmtEvent register to enable the desired wake up = event" during a power down.=20 Not being a C programmer I'm lost in the if_xl.c source. I suspect one of two problems. Either the xl driver doesn't support the = wol options or=20 something is amiss during the shutdown process and ACPI is to blame. If = anyone could offer=20 some advice on how to troubleshoot this issue I would appreciate it. =20 From owner-freebsd-hardware@FreeBSD.ORG Tue Mar 29 08:47:45 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7548116A4CE for ; Tue, 29 Mar 2005 08:47:45 +0000 (GMT) Received: from fallback.introweb.nl (relay.introweb.nl [80.65.96.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6057343D31 for ; Tue, 29 Mar 2005 08:47:44 +0000 (GMT) (envelope-from edwin@introweb.nl) Received: from relay1.introweb.nl (relay1 [192.168.4.72]) by fallback.introweb.nl (Postfix) with ESMTP id 2DA234B6FC; Tue, 29 Mar 2005 10:41:08 +0200 (CEST) Received: from frontend2.mailcluster.introweb.intern (frontend2.mailcluster.introweb.intern [192.168.4.32]) by relay1.introweb.nl (Postfix) with ESMTP id 40C2C12822BB; Tue, 29 Mar 2005 10:37:08 +0200 (CEST) Received: from piii-1 (mail.introcom.nl [80.65.97.195])8FC601703B; Tue, 29 Mar 2005 10:37:34 +0200 (CEST) From: "Edwin Ringersma" To: Carlos Silva Date: Tue, 29 Mar 2005 10:37:25 +0200 MIME-Version: 1.0 Message-ID: <42492FE5.21320.7B1C7D@localhost> Priority: normal In-reply-to: <200503282126.50500.olivier@gautherot.net> References: <424858B3.7020001@csilva.org> X-mailer: Pegasus Mail for Windows (4.21b) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Virus-Scanned: by amavisd-new at introweb.nl cc: freebsd-hardware@freebsd.org Subject: Re: USB 2.0 problem X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 08:47:45 -0000 Or the chipset is recognised but only supports USB 1.x. ? Older board ? You could also try to hook up a different USB 2.0 device to see if that is recognised on higher speed. From: Olivier Gautherot To: freebsd-hardware@freebsd.org Date sent: Mon, 28 Mar 2005 21:26:49 +0200 Copies to: Carlos Silva Subject: Re: USB 2.0 problem > Hi Carlos! > > > The latest version (5.4-PRERELEASE) doesn't worked. It stills at 1MB/s. > > Anyone with ideas? > > Try "usbdevs -v" and check whether your USB bridge is recognized as EHCI. Your > chipset maynot be fully supported... > > Olivier > > > > > Regards, > > Carlos > > > > Carlos Silva aka|Danger_Man| wrote: > > > Hi, > > > > > > 5.2.1-RELEASE-p13 > > > > > > Thanks, I'll try the latest version. > > > > > > Best Regards, > > > > > > Carlos > > > > > > Edwin Ringersma wrote: > > >> Hi, > > >> > > >> What version are you running ? > > >> It's a known problem. > > >> I'm testing with the latest 5 version (5.4 prerelease) and now it's > > >> reporting the USB 2.0 device on an intel based motherboard as 40MB/s. > > >> (with 5.3 it was reported as 1.0MB/s) > > >> So it looks like the support for USB 2.0 has improved from 5.3 . > > >> > > >> regards, > > >> Edwin Ringersma > > >> Date sent: Mon, 21 Mar 2005 23:55:11 +0000 > > >> From: Carlos Silva aka|Danger_Man| > > >> > > >> To: freebsd-hardware@freebsd.org > > >> Subject: Re: USB 2.0 problem > > >> > > >>> Carlos Jorge Santos wrote: > > >>>> Hi, > > >>>> > > >>>> You're probably using USB 1.1 driver instead of USB 2.0. > > >>>> To enable USB 2.0 you have to recompile your kernel with : > > >>>> > > >>>> device ehci > > >>>> > > >>>> Take a look at : > > >>>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.ht > > >>>>ml > > >>>> > > >>>> > > >>>> Best Regards > > >>>> Carlos Santos (Portugal) :-) > > >>> > > >>> No, I've compiled the kernel with ehci (eg. usb3: USB revision 2.0 ) > > >>> > > >>> :-) > > >>> > > >>> regards, > > >>> > > >>> Carlos Silv (Portugal too) > > >>> > > >>>> Carlos Silva aka|Danger_Man| wrote: > > >>>>> Hi dudes, > > >>>>> > > >>>>> I have a little problem with my external disk drive, my data > > >>>>> transfer rate is 1.000MB/s. > > >>>>> I have USB 2.0 so the rate is larger, right? > > >>>>> Somebody has an idea how to enlarge the rate? > > >>>>> > > >>>>> Regards, > > >>>>> > > >>>>> Carlos > > >>>>> > > >>>>> > > >>>>> osiris# dmesg | grep usb && dmesg | grep da0 > > >>>>> usb0: on uhci0 > > >>>>> usb0: USB revision 1.0 > > >>>>> usb1: on uhci1 > > >>>>> usb1: USB revision 1.0 > > >>>>> usb2: on uhci2 > > >>>>> usb2: USB revision 1.0 > > >>>>> ehci_pci_attach: companion usb1 > > >>>>> ehci_pci_attach: companion usb2 > > >>>>> usb3: EHCI version 0.95 > > >>>>> usb3: companion controllers, 2 ports each: usb1 usb2 > > >>>>> usb3: on ehci0 > > >>>>> usb3: USB revision 2.0 > > >>>>> GEOM: create disk da0 dp=0xc2d96850 > > >>>>> da0 at umass-sim0 bus 0 target 0 lun 0 > > >>>>> da0: Fixed Direct Access SCSI-0 device > > >>>>> da0: 1.000MB/s transfers > > >>>>> da0: 190782MB (390721968 512 byte sectors: 255H 63S/T 24321C) > > >>>>> osiris# > > >>>>> > > >>>>> osiris# usbdevs > > >>>>> addr 1: UHCI root hub, Intel > > >>>>> addr 1: UHCI root hub, VIA > > >>>>> addr 1: UHCI root hub, VIA > > >>>>> addr 2: USB 2.0 Storage Device, Acer Labs > > >>>>> addr 1: EHCI root hub, (0x1106) > > >>>>> osiris# > > >>>>> > > >>>>> osiris# camcontrol devlist > > >>>>> at scbus0 target 0 lun 0 > > >>>>> (da0,pass0) > > >>>>> osiris# > > >>> > > >>> _______________________________________________ > > >>> freebsd-hardware@freebsd.org mailing list > > >>> http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > > >>> To unsubscribe, send any mail to > > >>> "freebsd-hardware-unsubscribe@freebsd.org" > > > > > > _______________________________________________ > > > freebsd-hardware@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > > > To unsubscribe, send any mail to > > > "freebsd-hardware-unsubscribe@freebsd.org" > > > > _______________________________________________ > > freebsd-hardware@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > > To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@freebsd.org" > > -- > Olivier Gautherot > Tel: 0688 380 434 > (intl) +33 688 380 434 > olivier@gautherot.net > _______________________________________________ > freebsd-hardware@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@freebsd.org" Met vriendelijke groeten, Edwin Ringersma -------------------------------------------------------- IntroWeb Postbus 724 7550 AS Hengelo Tel: 074 - 243 01 05 Welbergweg 30 Fax: 074 - 242 98 95 7556 PE Hengelo http://www.introweb.nl -------------------------------------------------------- Internet Access & Zakelijke Internet Toepassingen -------------------------------------------------------- From owner-freebsd-hardware@FreeBSD.ORG Tue Mar 29 12:02:44 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B58A16A4CE for ; Tue, 29 Mar 2005 12:02:44 +0000 (GMT) Received: from jupiter.nswebhost.com (jupiter.nswebhost.com [72.9.236.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1C4343D54 for ; Tue, 29 Mar 2005 12:02:43 +0000 (GMT) (envelope-from full-disclosure@csilva.org) Received: from [80.172.153.66] (helo=[192.168.1.11] ident=nobody) by jupiter.nswebhost.com with esmtpa (Exim 4.44) id 1DGFQd-0005PW-2h; Tue, 29 Mar 2005 07:02:39 -0500 Received: from 127.0.0.1 (AVG SMTP 7.0.308 [266.8.4]); Tue, 29 Mar 2005 13:02:26 +0100 Message-ID: <424943D2.1020506@csilva.org> Date: Tue, 29 Mar 2005 13:02:26 +0100 From: Carlos Silva User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Edwin Ringersma References: <424858B3.7020001@csilva.org> <42492FE5.21320.7B1C7D@localhost> In-Reply-To: <42492FE5.21320.7B1C7D@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jupiter.nswebhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - csilva.org X-Source: X-Source-Args: X-Source-Dir: cc: freebsd-hardware@freebsd.org Subject: Re: USB 2.0 problem X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 12:02:44 -0000 Hi, Yes, but I have bought a usb2.0 pci card! Regards Edwin Ringersma wrote: >Or the chipset is recognised but only supports USB 1.x. ? Older >board ? >You could also try to hook up a different USB 2.0 device to see if that >is recognised on higher speed. > >From: Olivier Gautherot >To: freebsd-hardware@freebsd.org >Date sent: Mon, 28 Mar 2005 21:26:49 +0200 >Copies to: Carlos Silva >Subject: Re: USB 2.0 problem > > > >>Hi Carlos! >> >> >> >>>The latest version (5.4-PRERELEASE) doesn't worked. It stills at 1MB/s. >>>Anyone with ideas? >>> >>> >>Try "usbdevs -v" and check whether your USB bridge is recognized as EHCI. Your >>chipset maynot be fully supported... >> >>Olivier >> >> >> >>>Regards, >>>Carlos >>> >>>Carlos Silva aka|Danger_Man| wrote: >>> >>> >>>>Hi, >>>> >>>>5.2.1-RELEASE-p13 >>>> >>>>Thanks, I'll try the latest version. >>>> >>>>Best Regards, >>>> >>>>Carlos >>>> >>>>Edwin Ringersma wrote: >>>> >>>> >>>>>Hi, >>>>> >>>>>What version are you running ? >>>>>It's a known problem. >>>>>I'm testing with the latest 5 version (5.4 prerelease) and now it's >>>>>reporting the USB 2.0 device on an intel based motherboard as 40MB/s. >>>>>(with 5.3 it was reported as 1.0MB/s) >>>>>So it looks like the support for USB 2.0 has improved from 5.3 . >>>>> >>>>>regards, >>>>>Edwin Ringersma >>>>>Date sent: Mon, 21 Mar 2005 23:55:11 +0000 >>>>>From: Carlos Silva aka|Danger_Man| >>>>> >>>>>To: freebsd-hardware@freebsd.org >>>>>Subject: Re: USB 2.0 problem >>>>> >>>>> >>>>> >>>>>>Carlos Jorge Santos wrote: >>>>>> >>>>>> >>>>>>>Hi, >>>>>>> >>>>>>>You're probably using USB 1.1 driver instead of USB 2.0. >>>>>>>To enable USB 2.0 you have to recompile your kernel with : >>>>>>> >>>>>>>device ehci >>>>>>> >>>>>>>Take a look at : >>>>>>>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.ht >>>>>>>ml >>>>>>> >>>>>>> >>>>>>>Best Regards >>>>>>>Carlos Santos (Portugal) :-) >>>>>>> >>>>>>> >>>>>>No, I've compiled the kernel with ehci (eg. usb3: USB revision 2.0 ) >>>>>> >>>>>>:-) >>>>>> >>>>>>regards, >>>>>> >>>>>>Carlos Silv (Portugal too) >>>>>> >>>>>> >>>>>> >>>>>>>Carlos Silva aka|Danger_Man| wrote: >>>>>>> >>>>>>> >>>>>>>>Hi dudes, >>>>>>>> >>>>>>>>I have a little problem with my external disk drive, my data >>>>>>>>transfer rate is 1.000MB/s. >>>>>>>>I have USB 2.0 so the rate is larger, right? >>>>>>>>Somebody has an idea how to enlarge the rate? >>>>>>>> >>>>>>>>Regards, >>>>>>>> >>>>>>>>Carlos >>>>>>>> >>>>>>>> >>>>>>>>osiris# dmesg | grep usb && dmesg | grep da0 >>>>>>>>usb0: on uhci0 >>>>>>>>usb0: USB revision 1.0 >>>>>>>>usb1: on uhci1 >>>>>>>>usb1: USB revision 1.0 >>>>>>>>usb2: on uhci2 >>>>>>>>usb2: USB revision 1.0 >>>>>>>>ehci_pci_attach: companion usb1 >>>>>>>>ehci_pci_attach: companion usb2 >>>>>>>>usb3: EHCI version 0.95 >>>>>>>>usb3: companion controllers, 2 ports each: usb1 usb2 >>>>>>>>usb3: on ehci0 >>>>>>>>usb3: USB revision 2.0 >>>>>>>>GEOM: create disk da0 dp=0xc2d96850 >>>>>>>>da0 at umass-sim0 bus 0 target 0 lun 0 >>>>>>>>da0: Fixed Direct Access SCSI-0 device >>>>>>>>da0: 1.000MB/s transfers >>>>>>>>da0: 190782MB (390721968 512 byte sectors: 255H 63S/T 24321C) >>>>>>>>osiris# >>>>>>>> >>>>>>>>osiris# usbdevs >>>>>>>>addr 1: UHCI root hub, Intel >>>>>>>>addr 1: UHCI root hub, VIA >>>>>>>>addr 1: UHCI root hub, VIA >>>>>>>>addr 2: USB 2.0 Storage Device, Acer Labs >>>>>>>>addr 1: EHCI root hub, (0x1106) >>>>>>>>osiris# >>>>>>>> >>>>>>>>osiris# camcontrol devlist >>>>>>>> at scbus0 target 0 lun 0 >>>>>>>>(da0,pass0) >>>>>>>>osiris# >>>>>>>> >>>>>>>> >>>>>>_______________________________________________ >>>>>>freebsd-hardware@freebsd.org mailing list >>>>>>http://lists.freebsd.org/mailman/listinfo/freebsd-hardware >>>>>>To unsubscribe, send any mail to >>>>>>"freebsd-hardware-unsubscribe@freebsd.org" >>>>>> >>>>>> >>>>_______________________________________________ >>>>freebsd-hardware@freebsd.org mailing list >>>>http://lists.freebsd.org/mailman/listinfo/freebsd-hardware >>>>To unsubscribe, send any mail to >>>>"freebsd-hardware-unsubscribe@freebsd.org" >>>> >>>> >>>_______________________________________________ >>>freebsd-hardware@freebsd.org mailing list >>>http://lists.freebsd.org/mailman/listinfo/freebsd-hardware >>>To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@freebsd.org" >>> >>> >>-- >>Olivier Gautherot >>Tel: 0688 380 434 >>(intl) +33 688 380 434 >>olivier@gautherot.net >>_______________________________________________ >>freebsd-hardware@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-hardware >>To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@freebsd.org" >> >> > > >Met vriendelijke groeten, > >Edwin Ringersma > >-------------------------------------------------------- > IntroWeb Postbus 724 7550 AS Hengelo > Tel: 074 - 243 01 05 Welbergweg 30 > Fax: 074 - 242 98 95 7556 PE Hengelo > http://www.introweb.nl >-------------------------------------------------------- > Internet Access & Zakelijke Internet Toepassingen >-------------------------------------------------------- > > > From owner-freebsd-hardware@FreeBSD.ORG Tue Mar 29 17:40:54 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41FD616A4CE for ; Tue, 29 Mar 2005 17:40:54 +0000 (GMT) Received: from util.inch.com (mx.inch.com [216.223.198.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94C4743D1D for ; Tue, 29 Mar 2005 17:40:53 +0000 (GMT) (envelope-from gcoon@inch.com) Received: from kod.inch.com (kod.inch.com [216.223.192.68]) j2THev7J027251 for ; Tue, 29 Mar 2005 12:40:57 -0500 (EST) (envelope-from gcoon@inch.com) Date: Tue, 29 Mar 2005 12:40:52 -0500 (EST) From: Gerald To: freebsd-hardware@freebsd.org Message-ID: <20050329120733.S64834@kod.inch.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Vinum quirks? ...on simple raid5 setup X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 17:40:54 -0000 I'm trying to do what I think is a very simple raid5 vinum setup. If there is a better list to post this too, please direct me. at scbus0 target 0 lun 0 (pass0,da0) at scbus0 target 1 lun 0 (pass1,da1) at scbus0 target 2 lun 0 (pass2,da2) at scbus0 target 3 lun 0 (pass3,da3) at scbus1 target 0 lun 0 (pass4,da4) at scbus1 target 1 lun 0 (pass5,da5) at scbus1 target 2 lun 0 (pass6,da6) at scbus1 target 3 lun 0 (pass7,da7) The OS (4.9-RELEASE) is completely on da0. I want to take da1-da7 and make it a raid 5 disk that I can use as temporary space for my backup program. I create the vinum raid with this config file: drive a device /dev/da1s1e drive b device /dev/da2s1e drive c device /dev/da3s1e drive d device /dev/da4s1e drive e device /dev/da5s1e drive f device /dev/da6s1e drive g device /dev/da7s1e volume data plex org raid5 52284M sd length 8714M drive a sd length 8714M drive b sd length 8714M drive c sd length 8714M drive d sd length 8714M drive e sd length 8714M drive f sd length 8714M drive g All of the drives can be mounted/newfs'ed individually so they all seem to be working independent of vinum. I then initialize the plex with "vinum init data.p0" and after a while of initializing it gets to this list which seems perfect: 7 drives: D a State: up Device /dev/da1s1e Avail: 0/8714 MB (0%) D b State: up Device /dev/da2s1e Avail: 0/8714 MB (0%) D c State: up Device /dev/da3s1e Avail: 0/8714 MB (0%) D d State: up Device /dev/da4s1e Avail: 0/8714 MB (0%) D e State: up Device /dev/da5s1e Avail: 0/8714 MB (0%) D f State: up Device /dev/da6s1e Avail: 0/8714 MB (0%) D g State: up Device /dev/da7s1e Avail: 0/8714 MB (0%) 1 volumes: V data State: up Plexes: 1 Size: 51 GB 1 plexes: P data.p0 R5 State: up Subdisks: 7 Size: 51 GB 7 subdisks: S data.p0.s0 State: up PO: 0 B Size: 8714 MB S data.p0.s0 State: up PO: 010827264 B Size: 8714 MB S data.p0.s0 State: up PO: 021654528 B Size: 8714 MB S data.p0.s0 State: up PO: 62485504 B Size: 8714 MB S data.p0.s0 State: up PO: 51658240 B Size: 8714 MB S data.p0.s0 State: up PO: 59169024 B Size: 8714 MB S data.p0.s0 State: up PO: 769996288 B Size: 8714 MB This is where the fun starts. The first attempt at newfs'ing /dev/vinum/data resulted in a kernel panic that froze the server up until I could reboot it. Reading the documentation further I saw I was supposed to use newfs -v, but kernel panic seems excessive. My mistake nonetheless. Second run at newfs'ing it when I got back to the list above resulted in a reboot. This seems odd now. I check when it reboots and the list has changed to this: 7 drives: D a State: up Device /dev/da1s1e Avail: 0/8714 MB (0%) D b State: up Device /dev/da2s1e Avail: 8714/8714 MB (100%) D c State: up Device /dev/da3s1e Avail: 8714/8714 MB (100%) D d State: up Device /dev/da4s1e Avail: 8714/8714 MB (100%) D e State: up Device /dev/da5s1e Avail: 8714/8714 MB (100%) D f State: up Device /dev/da6s1e Avail: 8714/8714 MB (100%) D g State: up Device /dev/da7s1e Avail: 8714/8714 MB (100%) 1 volumes: V data State: up Plexes: 1 Size: 0 B 1 plexes: P data.p0 R5 State: up Subdisks: 1 Size: 0 B 1 subdisks: S data.p0.s0 State: up PO: 0 B Size: 8714 MB I wiped the config completely, and tried to set it up again and just reboot without newfs'ing it and it again reverts to the config above. What am I missing? I'm going to set it up as striped just to see if I can use it, but I was hoping to drop the one drive in favor of redundancy. Thanks in advance for suggestions related to this. Gerald From owner-freebsd-hardware@FreeBSD.ORG Wed Mar 30 01:13:28 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D5B516A4CE for ; Wed, 30 Mar 2005 01:13:28 +0000 (GMT) Received: from blackwater.lemis.com (wantadilla.lemis.com [192.109.197.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E43543D1F for ; Wed, 30 Mar 2005 01:13:26 +0000 (GMT) (envelope-from grog@lemis.com) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 02EB585671; Wed, 30 Mar 2005 10:43:19 +0930 (CST) Date: Wed, 30 Mar 2005 10:43:19 +0930 From: Greg 'groggy' Lehey To: Gerald Message-ID: <20050330011319.GK84137@wantadilla.lemis.com> References: <20050329120733.S64834@kod.inch.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GmiNL4+5WUWrod5m" Content-Disposition: inline In-Reply-To: <20050329120733.S64834@kod.inch.com> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 cc: freebsd-hardware@freebsd.org Subject: Re: Vinum quirks? ...on simple raid5 setup X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2005 01:13:28 -0000 --GmiNL4+5WUWrod5m Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tuesday, 29 March 2005 at 12:40:52 -0500, Gerald wrote: > I'm trying to do what I think is a very simple raid5 vinum setup. If there > is a better list to post this too, please direct me. Try FreeBSD-questions. This doesn't look like a hardware issue. [partial problem report omitted] > What am I missing? The instructions in the man page or at http://www.vinumvm.org/vinum/how-to-debug.html , at least. In particular, log messages. There's a known bug in Vinum that if you get your stripe sizes wrong, you can have problems like this. The log file would clarify that. Greg -- See complete headers for address and phone numbers. --GmiNL4+5WUWrod5m Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFCSf0vIubykFB6QiMRAkKIAJ901vlHw34LmRtbkkCRj/PkNyRQugCeLYp7 n4whoYxMPk+54aVWuYptfSY= =Cye9 -----END PGP SIGNATURE----- --GmiNL4+5WUWrod5m-- From owner-freebsd-hardware@FreeBSD.ORG Fri Apr 1 06:38:24 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21E2016A4CE for ; Fri, 1 Apr 2005 06:38:24 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC64E43D55 for ; Fri, 1 Apr 2005 06:38:23 +0000 (GMT) (envelope-from rudefyet@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so580553rng for ; Thu, 31 Mar 2005 22:38:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=QCKQGgFz+TM2E6ifTEyjoGN1ccRf+g+f+tsqP4n9u+f8TmWgSsZMyGfah7vktQqV76Bw3S/Z+zfupUd+6nhwJyLLjma2CPxqHWCA4fkc1EUT7P1/JzI4/4t1v9eyruH5B9Sy9qONUWLJ/Wk2eKfbY/uMiY9lw5RPizJmLrvwbzU= Received: by 10.38.12.33 with SMTP id 33mr2454661rnl; Thu, 31 Mar 2005 22:38:23 -0800 (PST) Received: by 10.38.125.2 with HTTP; Thu, 31 Mar 2005 22:38:23 -0800 (PST) Message-ID: Date: Fri, 1 Apr 2005 01:38:23 -0500 From: Matt Hewitt To: freebsd-hardware@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Compaq R3000Z X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matt Hewitt List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 06:38:24 -0000 This is a cry for help. I own a compaq r3000z laptop...AMD Athlon XP-M....the laptop just powers off when trying to boot the install cd from my understanding there have been recent patches included in the 5.4 Beta 1 release of FreeBSD for x86_64...but these patches have failed to make it into the x86 (32 bit) release, because the install disk still fails to boot I just wanted to inform the devs that not all of these laptops come with 64 bit cpus, and it would be nice if they would include the patches so 32 bit users like me could sucessly install FreeBSD Any other tips would be welcome, I'm pulling my hair out trying different Linux distros....but i just want my FreeBSD Thanks, Matt Hewitt From owner-freebsd-hardware@FreeBSD.ORG Fri Apr 1 17:57:46 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04F1216A4CE for ; Fri, 1 Apr 2005 17:57:46 +0000 (GMT) Received: from web40823.mail.yahoo.com (web40823.mail.yahoo.com [66.218.92.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 7FA2743D54 for ; Fri, 1 Apr 2005 17:57:45 +0000 (GMT) (envelope-from atomicping@yahoo.com.sg) Received: (qmail 37743 invoked by uid 60001); 1 Apr 2005 17:57:45 -0000 Message-ID: <20050401175745.37741.qmail@web40823.mail.yahoo.com> Received: from [202.156.2.7] by web40823.mail.yahoo.com via HTTP; Sat, 02 Apr 2005 01:57:45 CST Date: Sat, 2 Apr 2005 01:57:45 +0800 (CST) From: chew lip ping To: freebsd-hardware@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: request for confirmation on newer PCI wireless cards - ndisulator compatibility X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 17:57:46 -0000 Hi Using 5.3-release. I have attempted to use ndisulator on a few current wireless adapters including WMP54G, but it didnt work. I've seen similar issues from others around the mailing list as well. What I would like is to get a confirmation from people using the newer 802.11G wireless PCI adapters from Dlink, Linksys or Netgear if they managed to get it working (please include specific model and version numbers). The shops in my area doesnt give cash refunds, so that's why I need confirmed working models before buying a card. I've noticed most newer consumer/cheap models will have chipsets that are not supported by the freebsd drivers: wi, ath, etc. That's why I'm using ndisulator. Thanks lpc __________________________________________________ Do You Yahoo!? Download the latest ringtones, games, and more! http://sg.mobile.yahoo.com From owner-freebsd-hardware@FreeBSD.ORG Fri Apr 1 18:38:45 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9759616A50C for ; Fri, 1 Apr 2005 18:38:45 +0000 (GMT) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B4EC43D49 for ; Fri, 1 Apr 2005 18:38:45 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 15979 invoked from network); 1 Apr 2005 18:38:45 -0000 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender )AES256-SHA encrypted SMTP for ; 1 Apr 2005 18:38:44 -0000 Received: from [10.50.41.231] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j31IcX0k034575; Fri, 1 Apr 2005 13:38:39 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: freebsd-hardware@FreeBSD.org, Matt Hewitt Date: Fri, 1 Apr 2005 11:24:22 -0500 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Message-Id: <200504011124.22953.jhb@FreeBSD.org> X-Spam-Status: No, score=-102.8 required=4.2 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx Subject: Re: Compaq R3000Z X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 18:38:45 -0000 On Friday 01 April 2005 01:38 am, Matt Hewitt wrote: > This is a cry for help. > > I own a compaq r3000z laptop...AMD Athlon XP-M....the laptop just > powers off when trying to boot the install cd > > from my understanding there have been recent patches included in the > 5.4 Beta 1 release of FreeBSD for x86_64...but these patches have > failed to make it into the x86 (32 bit) release, because the install > disk still fails to boot > > I just wanted to inform the devs that not all of these laptops come > with 64 bit cpus, and it would be nice if they would include the > patches so 32 bit users like me could sucessly install FreeBSD > > Any other tips would be welcome, I'm pulling my hair out trying > different Linux distros....but i just want my FreeBSD All the patches are in both i386 and amd64. You will need to use hint.atkbd.0.flags=9 for now, though you will end up with no usable keyboard. Folks on the amd64@ list know all the various quirks needed to get this to install and the steps should be the same for both archs. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-hardware@FreeBSD.ORG Sat Apr 2 21:58:47 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D257516A4CE for ; Sat, 2 Apr 2005 21:58:47 +0000 (GMT) Received: from pop-a065c10.pas.sa.earthlink.net (pop-a065c10.pas.sa.earthlink.net [207.217.121.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A25643D46 for ; Sat, 2 Apr 2005 21:58:47 +0000 (GMT) (envelope-from kwsn@earthlink.net) Received: from dialup-4.254.207.50.dial1.phoenix1.level3.net ([4.254.207.50] helo=jonnyv.kwsn.lan) by pop-a065c10.pas.sa.earthlink.net with esmtp (Exim 3.36 #10) id 1DHqdi-0000S2-00 for freebsd-hardware@freebsd.org; Sat, 02 Apr 2005 13:58:47 -0800 From: Jon Kuster To: freebsd-hardware@freebsd.org Content-Type: text/plain Date: Sat, 02 Apr 2005 14:58:44 -0700 Message-Id: <1112479124.51834.7.camel@jonnyv.kwsn.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: PERC4ei? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kwsn@earthlink.net List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2005 21:58:47 -0000 Hi, Is anyone successfully using the PERC4ei in a Dell PowerEdge 1850? I'm looking to purchase one, but I haven't been able to figure out if the PERC4ei is supported. The closest I've been able to find is some info for Linux that says it's based on an LSI megaraid (link below). So can anyone confirm that the 4ei is supported in 5.3 (or 5.4) or not? http://lists.us.dell.com/pipermail/linux-poweredge/2004-August/039267.html Thanks, Jon From owner-freebsd-hardware@FreeBSD.ORG Sat Apr 2 22:18:18 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B826A16A4CE for ; Sat, 2 Apr 2005 22:18:18 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2569D43D3F for ; Sat, 2 Apr 2005 22:18:18 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id BBCE1119CC; Sun, 3 Apr 2005 00:18:16 +0200 (CEST) Date: Sun, 3 Apr 2005 00:18:16 +0200 From: "Simon L. Nielsen" To: Jon Kuster Message-ID: <20050402221816.GB772@zaphod.nitro.dk> References: <1112479124.51834.7.camel@jonnyv.kwsn.lan> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pWyiEgJYm5f9v55/" Content-Disposition: inline In-Reply-To: <1112479124.51834.7.camel@jonnyv.kwsn.lan> User-Agent: Mutt/1.5.9i cc: freebsd-hardware@freebsd.org Subject: Re: PERC4ei? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2005 22:18:18 -0000 --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.04.02 14:58:44 -0700, Jon Kuster wrote: > Is anyone successfully using the PERC4ei in a Dell PowerEdge 1850? I'm Yes, I have a PERC 4e/Si (AFAIR it's that controller) in a PowerEdge 1850, though the system is currently running 6.0-CURRENT. > looking to purchase one, but I haven't been able to figure out if the > PERC4ei is supported. The closest I've been able to find is some info > for Linux that says it's based on an LSI megaraid (link below). So can > anyone confirm that the 4ei is supported in 5.3 (or 5.4) or not? Dell PERC 4e/Di and Dell PERC 4e/Si are supported, at least in 5-STABLE (i.e. in the upcomming 5.4), probably also in 5.3 (I can't remember wrt. to 5.3, but I can test tomorrow if you are interested in knowing). See also: http://www.FreeBSD.org/relnotes/5-STABLE/hardware/i386/support.html#DISK --=20 Simon L. Nielsen --pWyiEgJYm5f9v55/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCTxonh9pcDSc1mlERAtr0AKCnbSDigzIl+vrKsyoWM+bDVk0ceACguyg0 B2+qHH5KxSYC/MQck7Kr98s= =Wigj -----END PGP SIGNATURE----- --pWyiEgJYm5f9v55/-- From owner-freebsd-hardware@FreeBSD.ORG Sat Apr 2 22:30:15 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 017B716A4CE; Sat, 2 Apr 2005 22:30:15 +0000 (GMT) Received: from pop-a065c10.pas.sa.earthlink.net (pop-a065c10.pas.sa.earthlink.net [207.217.121.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F81B43D2D; Sat, 2 Apr 2005 22:30:14 +0000 (GMT) (envelope-from kwsn@earthlink.net) Received: from dialup-4.254.207.50.dial1.phoenix1.level3.net ([4.254.207.50] helo=jonnyv.kwsn.lan) by pop-a065c10.pas.sa.earthlink.net with esmtp (Exim 3.36 #10) id 1DHr89-0007C3-00; Sat, 02 Apr 2005 14:30:14 -0800 From: Jon Kuster To: "Simon L. Nielsen" In-Reply-To: <20050402221816.GB772@zaphod.nitro.dk> References: <1112479124.51834.7.camel@jonnyv.kwsn.lan> <20050402221816.GB772@zaphod.nitro.dk> Content-Type: text/plain Date: Sat, 02 Apr 2005 15:30:10 -0700 Message-Id: <1112481010.51834.12.camel@jonnyv.kwsn.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: freebsd-hardware@freebsd.org Subject: Re: PERC4ei? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kwsn@earthlink.net List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2005 22:30:15 -0000 On Sun, 2005-04-03 at 00:18 +0200, Simon L. Nielsen wrote: > On 2005.04.02 14:58:44 -0700, Jon Kuster wrote: > > > Is anyone successfully using the PERC4ei in a Dell PowerEdge 1850? I'm > > Yes, I have a PERC 4e/Si (AFAIR it's that controller) in a PowerEdge > 1850, though the system is currently running 6.0-CURRENT. > Is that the embedded raid controller? Dell's configuration page simply calls that the PERC4ei. I suppose the "S" means single-channel? > > looking to purchase one, but I haven't been able to figure out if the > > PERC4ei is supported. The closest I've been able to find is some info > > for Linux that says it's based on an LSI megaraid (link below). So can > > anyone confirm that the 4ei is supported in 5.3 (or 5.4) or not? > > Dell PERC 4e/Di and Dell PERC 4e/Si are supported, at least in > 5-STABLE (i.e. in the upcomming 5.4), probably also in 5.3 (I can't > remember wrt. to 5.3, but I can test tomorrow if you are interested in > knowing). > > See also: > > http://www.FreeBSD.org/relnotes/5-STABLE/hardware/i386/support.html#DISK > From owner-freebsd-hardware@FreeBSD.ORG Sat Apr 2 22:38:17 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA26D16A4CE for ; Sat, 2 Apr 2005 22:38:17 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82A8143D1F for ; Sat, 2 Apr 2005 22:38:17 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 78C45119CC; Sun, 3 Apr 2005 00:38:16 +0200 (CEST) Date: Sun, 3 Apr 2005 00:38:16 +0200 From: "Simon L. Nielsen" To: Jon Kuster Message-ID: <20050402223815.GC772@zaphod.nitro.dk> References: <1112479124.51834.7.camel@jonnyv.kwsn.lan> <20050402221816.GB772@zaphod.nitro.dk> <1112481010.51834.12.camel@jonnyv.kwsn.lan> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="f2QGlHpHGjS2mn6Y" Content-Disposition: inline In-Reply-To: <1112481010.51834.12.camel@jonnyv.kwsn.lan> User-Agent: Mutt/1.5.9i cc: freebsd-hardware@freebsd.org Subject: Re: PERC4ei? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2005 22:38:18 -0000 --f2QGlHpHGjS2mn6Y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.04.02 15:30:10 -0700, Jon Kuster wrote: > On Sun, 2005-04-03 at 00:18 +0200, Simon L. Nielsen wrote: > > On 2005.04.02 14:58:44 -0700, Jon Kuster wrote: > >=20 > > > Is anyone successfully using the PERC4ei in a Dell PowerEdge 1850? I= 'm > >=20 > > Yes, I have a PERC 4e/Si (AFAIR it's that controller) in a PowerEdge > > 1850, though the system is currently running 6.0-CURRENT. > >=20 >=20 > Is that the embedded raid controller? Dell's configuration page simply Yes. > calls that the PERC4ei. I suppose the "S" means single-channel? It would make sense with S for single channel. On the Danish Dell site it's listed as "PERC 4e/Si embedded single channel RAID controller", as the only RAID controller option for PE 1850. --=20 Simon L. Nielsen --f2QGlHpHGjS2mn6Y Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCTx7Xh9pcDSc1mlERAt4qAJ9CAO1ahuQxW8tve8ACwmOwJD7xMwCgq5qJ jxAw3o8gjbg8SA1n/gCpBmU= =9T7F -----END PGP SIGNATURE----- --f2QGlHpHGjS2mn6Y-- From owner-freebsd-hardware@FreeBSD.ORG Sat Apr 2 22:56:07 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42E6316A4CE; Sat, 2 Apr 2005 22:56:07 +0000 (GMT) Received: from pop-a065b10.pas.sa.earthlink.net (pop-a065b10.pas.sa.earthlink.net [207.217.121.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EB4043D2D; Sat, 2 Apr 2005 22:56:07 +0000 (GMT) (envelope-from kwsn@earthlink.net) Received: from dialup-4.254.207.50.dial1.phoenix1.level3.net ([4.254.207.50] helo=jonnyv.kwsn.lan) by pop-a065b10.pas.sa.earthlink.net with esmtp (Exim 3.36 #10) id 1DHrXB-0001kb-00; Sat, 02 Apr 2005 14:56:06 -0800 From: Jon Kuster To: "Simon L. Nielsen" In-Reply-To: <20050402223815.GC772@zaphod.nitro.dk> References: <1112479124.51834.7.camel@jonnyv.kwsn.lan> <20050402221816.GB772@zaphod.nitro.dk> <1112481010.51834.12.camel@jonnyv.kwsn.lan> <20050402223815.GC772@zaphod.nitro.dk> Content-Type: text/plain Date: Sat, 02 Apr 2005 15:56:04 -0700 Message-Id: <1112482564.51834.15.camel@jonnyv.kwsn.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: freebsd-hardware@freebsd.org Subject: Re: PERC4ei? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kwsn@earthlink.net List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2005 22:56:07 -0000 On Sun, 2005-04-03 at 00:38 +0200, Simon L. Nielsen wrote: > On 2005.04.02 15:30:10 -0700, Jon Kuster wrote: > > On Sun, 2005-04-03 at 00:18 +0200, Simon L. Nielsen wrote: > > > On 2005.04.02 14:58:44 -0700, Jon Kuster wrote: > > > > > > > Is anyone successfully using the PERC4ei in a Dell PowerEdge 1850? I'm > > > > > > Yes, I have a PERC 4e/Si (AFAIR it's that controller) in a PowerEdge > > > 1850, though the system is currently running 6.0-CURRENT. > > > > > > > Is that the embedded raid controller? Dell's configuration page simply > > Yes. > > > calls that the PERC4ei. I suppose the "S" means single-channel? > > It would make sense with S for single channel. On the Danish Dell > site it's listed as "PERC 4e/Si embedded single channel RAID > controller", as the only RAID controller option for PE 1850. Excellent, sounds like it's supported then.