From owner-freebsd-hardware@FreeBSD.ORG Sun Jun 8 02:58:26 2003 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 CCCDF37B401; Sun, 8 Jun 2003 02:58:26 -0700 (PDT) Received: from mail.unixguru.nl (mosibi.demon.nl [212.238.240.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id C646C43FA3; Sun, 8 Jun 2003 02:58:24 -0700 (PDT) (envelope-from richard@unixguru.nl) Received: from mail (mail [192.168.10.4]) by mail.unixguru.nl (8.12.9/8.12.9) with ESMTP id h589wGpW081364 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sun, 8 Jun 2003 11:58:18 +0200 (CEST) (envelope-from richard@unixguru.nl) Date: Sun, 8 Jun 2003 11:58:16 +0200 (CEST) From: Richard Arends To: Vincent In-Reply-To: <200306080124.19685.bsd@hightek.org> Message-ID: <20030608115113.Q76780@mail.unixguru.nl> References: <200306080124.19685.bsd@hightek.org> X-message-flag: Get yourself a real mail client! http://www.washington.edu/pine/ X-Accepted-File-Formats: ASCII .rtf .ps - *NO* MS Office files please. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Score: -2.5: EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES X-Scanned-By: MIMEDefang 2.33 (www . roaringpenguin . com / mimedefang) cc: freebsd-current@freebsd.org cc: freebsd-hardware@freebsd.org Subject: Re: USB umass BBB mass storage support 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, 08 Jun 2003 09:58:27 -0000 On Sun, 8 Jun 2003, Vincent wrote: Vincent, > My PhotoClip DM2132 camera which works under Linux, produces the > following messages in the system log but produces and IO error when I > try to mount it. I'm also working on a USB device (PQI 128 MB Flash Drive) that's not working (yet). Can you put the following in your kernel config: options USB_DEBUG options CAMDEBUG options CAM_DEBUG_BUS=-1 options CAM_DEBUG_TARGET=-1 options CAM_DEBUG_LUN=-1 options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_TRACE|CAM_DEBUG_CDB) Rebuild the kernel and after reboot attach the device again. You should see a lot of debug in /var/log/messages. Maybe this can help you to see where it goes wrong. Also take a look at this page: http://www.root.org/~nate/freebsd/quirks.html If this does not help you, please send the debug output as well as the output from 'usbdevs -v' and 'camcontrol devlist'. Regards, Richard. ---- Paul Vixie in an interview with Sendmail.net: Now that the Internet has the full spectrum of humanity as users, the technology is showing its weakness: it was designed to be used by friendly, smart people. Spammers, as an example of a class, are neither friendly nor smart. From owner-freebsd-hardware@FreeBSD.ORG Mon Jun 9 08:38:22 2003 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 AC73A37B401; Mon, 9 Jun 2003 08:38:22 -0700 (PDT) Received: from murmeldjur.it.su.se (murmeldjur.it.su.se [130.237.95.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 451D343FDF; Mon, 9 Jun 2003 08:38:21 -0700 (PDT) (envelope-from rnyberg@it.su.se) Received: from murmeldjur.it.su.se (localhost [127.0.0.1]) by murmeldjur.it.su.se (8.12.8/8.12.8) with ESMTP id h59FcIQM011366; Mon, 9 Jun 2003 17:38:18 +0200 (CEST) (envelope-from rnyberg@it.su.se) Date: Mon, 09 Jun 2003 17:38:18 +0200 Message-ID: From: Richard Nyberg To: Richard Arends In-Reply-To: <20030608115113.Q76780@mail.unixguru.nl> References: <200306080124.19685.bsd@hightek.org> <20030608115113.Q76780@mail.unixguru.nl> User-Agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: freebsd-current@freebsd.org cc: freebsd-hardware@freebsd.org Subject: Re: USB umass BBB mass storage support 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, 09 Jun 2003 15:38:23 -0000 At Sun, 8 Jun 2003 11:58:16 +0200 (CEST), Richard Arends wrote: > Can you put the following in your kernel config: > > options USB_DEBUG > options CAMDEBUG > options CAM_DEBUG_BUS=-1 > options CAM_DEBUG_TARGET=-1 > options CAM_DEBUG_LUN=-1 > options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_TRACE|CAM_DEBUG_CDB) > > Rebuild the kernel and after reboot attach the device again. You should > see a lot of debug in /var/log/messages. Maybe this can help you to see > where it goes wrong. > > Also take a look at this page: > http://www.root.org/~nate/freebsd/quirks.html > > If this does not help you, please send the debug output as well as the > output from 'usbdevs -v' and 'camcontrol devlist'. > Excellent advice Richard. This enabled me to fix support for Creative Nomad Muvo mp3 player which also is an umass BBB device. The main problem with it was that it didn't like the PREVENT ALLOW command, which isn't covered by any quirk. A patch for this device is now available at http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/53094. Thanks! -Richard From owner-freebsd-hardware@FreeBSD.ORG Tue Jun 10 09:21:46 2003 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 E45DB37B401; Tue, 10 Jun 2003 09:21:46 -0700 (PDT) Received: from www.stonehenge-net.com (dsl093-078-014.sfo2.dsl.speakeasy.net [66.93.78.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24D9943FDD; Tue, 10 Jun 2003 09:21:46 -0700 (PDT) (envelope-from ben@stonehenge-net.com) Received: by www.stonehenge-net.com (Postfix, from userid 81) id 1E8624B362; Tue, 10 Jun 2003 09:21:44 -0700 (PDT) Received: from 10.0.0.91 (SquirrelMail authenticated user ben) by mail.stonehenge-net.com with HTTP; Tue, 10 Jun 2003 09:21:44 -0700 (PDT) Message-ID: <33037.10.0.0.91.1055262104.squirrel@mail.stonehenge-net.com> In-Reply-To: References: Date: Tue, 10 Jun 2003 09:21:44 -0700 (PDT) From: "Ben Calvert" To: "Remington L." User-Agent: SquirrelMail/1.4.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal cc: freebsd-hardware@freebsd.org cc: freebsd-questions@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: Potentially **DANGEROUS** bug in 5.0 - 5.1 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, 10 Jun 2003 16:21:47 -0000 Remington L. said: > I have a Sony VAIO GRX-570 laptop. When 5.0-R came out I noticed VERY > unusual symptoms on startx. This is very hard to describe(I'm gonna get a > picture and post). When I launch startx the screen goes blank, and imagine > this ocean wave type thing sweep across my screen. Its not like just some > a > screensaver, you can tell by looking at it that its not good. The symptom > lasts about 4 seconds and then it stops, and my system is frozen, no > error, > no kernel panic. This also happens in 5.1, but NOT in 4.8 > > As I said its very hard to describe, I will attempt to grab a picture and > Ill repost. What should I do about this bug? > This sounds like a problem with X and your monitor. do you have the same XF86Config in 5x as in 4x? -- Ben Calvert Stonehenge NetWorks www.stonehenge-net.com From owner-freebsd-hardware@FreeBSD.ORG Tue Jun 10 09:15:32 2003 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 AC04E37B401; Tue, 10 Jun 2003 09:15:32 -0700 (PDT) Received: from remt30.cluster1.charter.net (remt30.cluster1.charter.net [209.225.8.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20D4243FDF; Tue, 10 Jun 2003 09:15:30 -0700 (PDT) (envelope-from cableboy@charter.net) Received: from [68.186.32.151] (HELO someone) by remt30.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 52404612; Tue, 10 Jun 2003 12:15:28 -0400 From: "Remington L." To: , , Date: Tue, 10 Jun 2003 09:15:18 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook, Build 11.0.4920 Thread-Index: AcMva3u3cg9k7wFRSpa2tEqEVJtafQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: X-Mailman-Approved-At: Tue, 10 Jun 2003 10:12:23 -0700 Subject: Potentially **DANGEROUS** bug in 5.0 - 5.1 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, 10 Jun 2003 16:15:33 -0000 I have a Sony VAIO GRX-570 laptop. When 5.0-R came out I noticed VERY unusual symptoms on startx. This is very hard to describe(I'm gonna get a picture and post). When I launch startx the screen goes blank, and imagine this ocean wave type thing sweep across my screen. Its not like just some a screensaver, you can tell by looking at it that its not good. The symptom lasts about 4 seconds and then it stops, and my system is frozen, no error, no kernel panic. This also happens in 5.1, but NOT in 4.8 As I said its very hard to describe, I will attempt to grab a picture and Ill repost. What should I do about this bug? From owner-freebsd-hardware@FreeBSD.ORG Tue Jun 10 10:31:00 2003 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 D055837B404; Tue, 10 Jun 2003 10:31:00 -0700 (PDT) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7750643FAF; Tue, 10 Jun 2003 10:30:59 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP (SSL) id MUA74016; Tue, 10 Jun 2003 10:30:58 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 62AD75D04; Tue, 10 Jun 2003 10:30:57 -0700 (PDT) To: "Remington L." In-Reply-To: Message from "Remington L." Date: Tue, 10 Jun 2003 10:30:57 -0700 From: "Kevin Oberman" Message-Id: <20030610173057.62AD75D04@ptavv.es.net> cc: freebsd-hardware@FreeBSD.ORG cc: freebsd-questions@FreeBSD.ORg cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Potentially **DANGEROUS** bug in 5.0 - 5.1 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, 10 Jun 2003 17:31:01 -0000 What you are seeing is probably the most literal demonstration of bit rot I can imagine. It sounds like the effect one gets from turning off the drive to the LCD panel, but leaving the back-light on. It's very odd looking. Most likely something in XFree86 is telling the video card to do something it does not like and, rather than drive the screen with potentially damaging signals, it just turns off. When you went from 4.8 to 5, did you hange versions of XFree86? Is the XF86Config file changed? Sounds like something must have changed in the XFree86 stuff that really upset the graphics system to the point it simply turned off. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 From owner-freebsd-hardware@FreeBSD.ORG Tue Jun 10 17:28:22 2003 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 B7EB337B401; Tue, 10 Jun 2003 17:28:22 -0700 (PDT) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBF5E43F75; Tue, 10 Jun 2003 17:28:21 -0700 (PDT) (envelope-from merlin.germany@gmx.net) Received: from fwd11.aul.t-online.de by mailout05.sul.t-online.com with smtp id 19PtTR-0000uO-00; Wed, 11 Jun 2003 02:28:21 +0200 Received: from merlin-home.dtdns.net (rXlKViZXremv-byHJXo1WaZH53MJCaGJT2QgprCReKSRP6fjAloYZT@[217.81.166.105]) by fmrl11.sul.t-online.com with esmtp id 19PtTL-1szl7w0; Wed, 11 Jun 2003 02:28:15 +0200 Received: from localhost.svk.de (localhost.svk.de [127.0.0.1]) by merlin-home.dtdns.net (Postfix) with ESMTP id DA6D5F069; Wed, 11 Jun 2003 02:28:14 +0200 (CEST) Received: from merlin-home.dtdns.net (localhost.svk.de [127.0.0.1]) by localhost.svk.de (AvMailGate-2.0.1.11) id 35689-771B0880; Wed, 11 Jun 2003 02:27:55 +0200 Received: from winxp (W2K1.svk.de [192.168.200.10]) by merlin-home.dtdns.net (Postfix) with ESMTP id 0ED35F069; Wed, 11 Jun 2003 02:27:53 +0200 (CEST) From: "Sascha Valckenier Kips" To: , Date: Wed, 11 Jun 2003 02:27:25 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-AntiVirus: checked by AntiVir MailGate (version: 2.0.1.11; AVE: 6.20.0.0; VDF: 6.20.0.6; host: localhost) X-Seen: false X-ID: rXlKViZXremv-byHJXo1WaZH53MJCaGJT2QgprCReKSRP6fjAloYZT@t-dialin.net Subject: Support for Linksys WLAN Cards 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, 11 Jun 2003 00:28:23 -0000 Hello, is the Linksys 54MBit WLAN Adapters supportet ? Model WMP54G for PCI Variante and Model WPC54G for the PCMCIA. Both Card's i need under FreeBSD 4.x or 5.x Thanks for help Sascha From owner-freebsd-hardware@FreeBSD.ORG Wed Jun 11 02:28:44 2003 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 55FC637B401 for ; Wed, 11 Jun 2003 02:28:44 -0700 (PDT) Received: from web40403.mail.yahoo.com (web40403.mail.yahoo.com [66.218.78.100]) by mx1.FreeBSD.org (Postfix) with SMTP id 1435143FA3 for ; Wed, 11 Jun 2003 02:28:44 -0700 (PDT) (envelope-from hazecast@yahoo.com) Message-ID: <20030611092843.14931.qmail@web40403.mail.yahoo.com> Received: from [64.208.42.18] by web40403.mail.yahoo.com via HTTP; Wed, 11 Jun 2003 02:28:43 PDT Date: Wed, 11 Jun 2003 02:28:43 -0700 (PDT) From: "apellido jr., wilfredo p" To: freebsd-hardware@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: pent@media 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, 11 Jun 2003 09:28:44 -0000 does anyone tried to install pent@media DVB card on freebsd? ===== If you can't hear me, it's because i'm in parentheses. [ apellido jr., wilfredo p. ] __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com From owner-freebsd-hardware@FreeBSD.ORG Wed Jun 11 14:23:56 2003 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 E937C37B401 for ; Wed, 11 Jun 2003 14:23:56 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id B055643FE3 for ; Wed, 11 Jun 2003 14:23:55 -0700 (PDT) (envelope-from art@demiurg.org) Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19QD4V-0001W9-00 for freebsd-hardware@freebsd.org; Wed, 11 Jun 2003 23:23:55 +0200 Received: from [131.169.36.72] (helo=demiurg.desy.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 19QD4U-0001ic-00 for freebsd-hardware@freebsd.org; Wed, 11 Jun 2003 23:23:54 +0200 Date: Wed, 11 Jun 2003 23:25:34 +0200 From: Levon Ghazaryan X-Mailer: The Bat! (v1.53d) Organization: demiurg X-Priority: 3 (Normal) Message-ID: <683357218.20030611232534@demiurg.org> To: freebsd-hardware@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Broadcom 4401 on p4pe X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Levon Ghazaryan List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 21:23:57 -0000 Hi all, I read a few mails concerning the bcm440x Broadcom Ethernet but nore of the clarified me the state. so, sorry if I borrow you again on this subject, but is there some port of the linux driver for this card? It comes as an integrated LAN card with the asus P4PE mainboards, and there is also a linux driver included on the install CD of the mainboard. the driver, as is, doesen't compiles on BSD, and the bge driver dosen't help - the card isn't recognised at all. so does anybody fixed this, or has ported a driver for this device? please let me know. thanks in advance Best regards, Levon mailto:art@demiurg.org From owner-freebsd-hardware@FreeBSD.ORG Wed Jun 11 18:33:46 2003 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 C357F37B401 for ; Wed, 11 Jun 2003 18:33:46 -0700 (PDT) Received: from mocha.cable.nu (CPE-144-132-13-112.vic.bigpond.net.au [144.132.13.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A5D943FBF for ; Wed, 11 Jun 2003 18:33:42 -0700 (PDT) (envelope-from joynt@bigpond.net.au) Received: from mocha.cable.nu (localhost [127.0.0.1]) by mocha.cable.nu (8.12.8p1/8.12.8) with ESMTP id h5C1dGtv026910; Thu, 12 Jun 2003 11:39:17 +1000 (EST) (envelope-from joynt@bigpond.net.au) Received: from localhost (joynt@localhost)h5C1dBBx026907; Thu, 12 Jun 2003 11:39:14 +1000 (EST) X-Authentication-Warning: mocha.cable.nu: joynt owned process doing -bs Date: Thu, 12 Jun 2003 11:39:11 +1000 (EST) From: Steve Joynt X-X-Sender: joynt@mocha.cable.nu To: freebsd-hardware@freebsd.org Message-ID: <20030612113629.Y26903@mocha.cable.nu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Levon Ghazaryan Subject: Re: Broadcom 4401 on p4pe 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: Thu, 12 Jun 2003 01:33:47 -0000 > I read a few mails concerning the bcm440x Broadcom Ethernet > but nore of the clarified me the state. I never got mine working. Apparently the linux driver can't be easily adapted for FreeBSD, and as far as I know there isn't any other driver. I haven't had much time to look at it myself. - steve From owner-freebsd-hardware@FreeBSD.ORG Wed Jun 11 21:48:32 2003 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 3F2F637B401 for ; Wed, 11 Jun 2003 21:48:32 -0700 (PDT) Received: from viefep12-int.chello.at (viefep12-int.chello.at [213.46.255.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE66843FBF for ; Wed, 11 Jun 2003 21:48:30 -0700 (PDT) (envelope-from johannes.lochmann@chello.at) Received: from gimli.auenland.local ([213.47.228.41]) by viefep12-int.chello.atESMTP <20030612044829.KHBY109.viefep12-int.chello.at@gimli.auenland.local> for ; Thu, 12 Jun 2003 06:48:29 +0200 Content-Type: text/plain; charset="us-ascii" From: Johannes Lochmann To: freebsd-hardware@freebsd.org Date: Thu, 12 Jun 2003 06:50:04 +0200 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200306120650.04278.johannes.lochmann@chello.at> Subject: Another Compaq EVO D510 "BTX halted" case 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: Thu, 12 Jun 2003 04:48:32 -0000 Hi all, the subject says it all: I got this nice quiet Compaq EVO D510 Convertibl= e=20 Mini Tower on my desk and tried to install FreeBSD 5.1-RELEASE on it so i= t=20 would match the other machines here and got immedeately stuck while booti= ng=20 from CDROM with a "BTX halted" case. Google found the suggestion to switch to "Max PIO" and turn of DMA: http://groups.google.com/groups?selm=3D20030110114315.GA38226_kollerie.co= m%40ns.sol.net Unfortunately this does not work for me and leads to this (5.1-RELEASE): | int=3D0000000d err=3D00000000 efl=3D00030246 eip=3D00002c13 eax=3D0000203c ebx=3D00000004 ecx=3D00002000 edx=3D0000246b esi=3D000008d5 edi=3D0006088c ebp=3D00001538 esp=3D00001502 cs=3Df000 ds=3Dee00 es=3Dee00 fs=3D0000 gs=3D0000 ss=3Dee00 cs:eip=3D0f 20 dd 81 e5 00 f0 0f-20 c2 0f 01 e0 a8 01 75 08 80 e2 fe e8 53 ff eb-21 0f 20 e0 a9 30 00 75 ss:esp=3D8c 08 06 00 d5 08 00 00-38 15 00 00 22 15 00 00 04 00 00 00 6b 24 00 00-04 00 00 00 3c 24 00 00 BTX halted This is the system configuration: Compaq EVO D510 Convertible Mini Tower P4 2000 MHz 256 MB RAM CDROM in the Compaq Multibay slot, recognized by the boot loader as cd0. Tried FreeBSD versions showing this problem where: 4.7 4.8 5.0-RELEASE 5.1-RELEASE Anybody got a hint for me? I'm really stuck here... Thank you in advance, Johannes Lochmann --=20 Disclaimer - These opiini^H^H damn! ^H^H ^Q ^[ .. :w :q :wq :wq! ^d X^? exit X Q ^C ^c ^? :quitbye CtrlAltDel ~~q :~q logout save/quit :!QUIT ^[zz ^[ZZZZZZ ^H man vi ^@ ^L ^[c ^# ^E ^X ^I ^T ? help helpquit ^D ^d man help ^C exit ?Quit ?q CtrlShftDel "Hey, what does this button d..." From owner-freebsd-hardware@FreeBSD.ORG Thu Jun 12 10:17:08 2003 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 0E29C37B401; Thu, 12 Jun 2003 10:17:08 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41ED643FD7; Thu, 12 Jun 2003 10:17:07 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h5CHH57N029183 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 12 Jun 2003 10:17:06 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <019e01c33106$73083b70$52557f42@errno.com> From: "Sam Leffler" To: "Sascha Valckenier Kips" , , References: Date: Thu, 12 Jun 2003 10:17:04 -0700 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Subject: Re: Support for Linksys WLAN Cards 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: Thu, 12 Jun 2003 17:17:08 -0000 > is the Linksys 54MBit WLAN Adapters supportet ? > > Model WMP54G for PCI Variante and Model WPC54G for the PCMCIA. > > Both Card's i need under FreeBSD 4.x or 5.x I believe these use Broadcom parts and are not supported (or likely to be supported anytime soon). However support for the WMP55AG and WPC55AG is coming, but only under 5.x. Sam From owner-freebsd-hardware@FreeBSD.ORG Thu Jun 12 15:47:00 2003 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 8AFD837B401 for ; Thu, 12 Jun 2003 15:47:00 -0700 (PDT) Received: from mocha.cable.nu (CPE-144-132-13-112.vic.bigpond.net.au [144.132.13.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18E9543FB1 for ; Thu, 12 Jun 2003 15:46:59 -0700 (PDT) (envelope-from joynt@bigpond.net.au) Received: from mocha.cable.nu (localhost [127.0.0.1]) by mocha.cable.nu (8.12.8p1/8.12.8) with ESMTP id h5CMqdtv028901; Fri, 13 Jun 2003 08:52:39 +1000 (EST) (envelope-from joynt@bigpond.net.au) Received: from localhost (joynt@localhost)h5CMqcON028898; Fri, 13 Jun 2003 08:52:39 +1000 (EST) X-Authentication-Warning: mocha.cable.nu: joynt owned process doing -bs Date: Fri, 13 Jun 2003 08:52:38 +1000 (EST) From: Steve Joynt X-X-Sender: joynt@mocha.cable.nu To: freebsd-hardware@freebsd.org In-Reply-To: <20030612113629.Y26903@mocha.cable.nu> Message-ID: <20030613085148.N28894@mocha.cable.nu> References: <20030612113629.Y26903@mocha.cable.nu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Levon Ghazaryan Subject: Re: Broadcom 4401 on p4pe 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: Thu, 12 Jun 2003 22:47:00 -0000 > I never got mine working. Apparently the linux driver can't be easily > adapted for FreeBSD, and as far as I know there isn't any other driver. I > haven't had much time to look at it myself. Ah I just saw a post on -hackers - someone's working on a driver currently. - steve From owner-freebsd-hardware@FreeBSD.ORG Fri Jun 13 04:32:35 2003 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 1020E37B404 for ; Fri, 13 Jun 2003 04:32:35 -0700 (PDT) Received: from mx0.gmx.net (mx0.gmx.de [213.165.64.100]) by mx1.FreeBSD.org (Postfix) with SMTP id A5DD243FE0 for ; Fri, 13 Jun 2003 04:32:33 -0700 (PDT) (envelope-from freebsd_deamon@gmx.net) Received: (qmail 3921 invoked by uid 0); 13 Jun 2003 11:32:32 -0000 Date: Fri, 13 Jun 2003 13:32:32 +0200 (MEST) From: freebsd_deamon@gmx.net To: freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org MIME-Version: 1.0 X-Priority: 3 (Normal) X-Authenticated-Sender: #0018491972@gmx.net X-Authenticated-IP: [141.20.121.49] Message-ID: <10667.1055503952@www65.gmx.net> X-Mailer: WWW-Mail 1.6 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Subject: HDD does not work up to capacity 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, 13 Jun 2003 11:32:35 -0000 this might be an incredible stupid question but since i am not that familiar with disk geometry i ask it anyway: I just bought an Hitachi DeskStar 180GXP HDD (it's the same as IBM) which is supposed to have a capacity of 61.4 GB but i can only get approx 58 to 59 out of it. why? is there a way arounf it? some additional data are: model: IC35L060AVV207-0 LBA: 120.103.200 sectors CHS: 16383/16/63 i am using an ASUS CUL2 m/b TIA zheyu -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage! From owner-freebsd-hardware@FreeBSD.ORG Fri Jun 13 04:45:37 2003 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 1F02B37B401 for ; Fri, 13 Jun 2003 04:45:37 -0700 (PDT) Received: from falcon.midgard.homeip.net (h76n3fls20o913.telia.com [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 73C6743FE0 for ; Fri, 13 Jun 2003 04:45:32 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: (qmail 19765 invoked by uid 1001); 13 Jun 2003 11:45:30 -0000 Date: Fri, 13 Jun 2003 13:45:30 +0200 From: Erik Trulsson To: freebsd_deamon@gmx.net Message-ID: <20030613114530.GA19740@falcon.midgard.homeip.net> Mail-Followup-To: freebsd_deamon@gmx.net, freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org References: <10667.1055503952@www65.gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <10667.1055503952@www65.gmx.net> User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org cc: freebsd-hardware@freebsd.org Subject: Re: HDD does not work up to capacity 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, 13 Jun 2003 11:45:37 -0000 On Fri, Jun 13, 2003 at 01:32:32PM +0200, freebsd_deamon@gmx.net wrote: > this might be an incredible stupid question but since i am not that familiar > with disk geometry i ask it anyway: > > I just bought an Hitachi DeskStar 180GXP HDD (it's the same as IBM) which is > supposed to have a capacity of 61.4 GB but i can only get approx 58 to 59 > out of it. > > why? Remember that harddisk manufacturers use 1GB=10^9 = 1000000000 bytes (which is arguably the correct definition) while most OS's use 1GB = 2^30 = 1073741824 bytes. This probably accounts for the difference. So there is not really any problem, it is just that the gigabytes that the manufacturer claims the disk has are not the same size as the gigabytes that the OS claims to see. > > is there a way arounf it? > > some additional data are: > > model: IC35L060AVV207-0 > LBA: 120.103.200 sectors According to this the disk has 120103200 sectors, each of which is 512 bytes. This gives a total size of 61492838400 bytes. Divide this by 10^9 and you get 61.49 GB Divide it by 2^30 and you get 57.27 GB Those are probably the numbers you are getting, and if so everything should be OK. > CHS: 16383/16/63 > > i am using an ASUS CUL2 m/b > -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-hardware@FreeBSD.ORG Fri Jun 13 09:09:26 2003 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 9E84537B401 for ; Fri, 13 Jun 2003 09:09:26 -0700 (PDT) Received: from symbion.srrc.usda.gov (symbion.srrc.usda.gov [199.133.86.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C17D43FAF for ; Fri, 13 Jun 2003 09:09:25 -0700 (PDT) (envelope-from gjohnson@srrc.ars.usda.gov) Received: from node1.cluster.srrc.usda.gov (localhost [127.0.0.1]) by symbion.srrc.usda.gov (8.12.9/8.12.9) with ESMTP id h5DG9MRM046701 for ; Fri, 13 Jun 2003 11:09:22 -0500 (CDT) (envelope-from glenn@node1.cluster.srrc.usda.gov) Received: (from glenn@localhost)h5DG9LB6046700 for hardware@freebsd.org; Fri, 13 Jun 2003 11:09:22 -0500 (CDT) (envelope-from glenn) Date: Fri, 13 Jun 2003 11:09:21 -0500 From: Glenn Johnson To: hardware@freebsd.org Message-ID: <20030613160921.GA45876@node1.cluster.srrc.usda.gov> Mail-Followup-To: hardware@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: serial ATA 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, 13 Jun 2003 16:09:26 -0000 I am considering getting a motherboard with an integrated Promise 20376 SATA controller. I was curious if anyone here is using any serial ATA drives on this controller. If so, what kind of performance does it have? Is it worth the extra money I would have to spend or should I wait until the technology is more mature? Thanks for any input. -- Glenn Johnson USDA, ARS, SRRC Phone: (504) 286-4252 New Orleans, LA 70124 e-mail: gjohnson@srrc.ars.usda.gov From owner-freebsd-hardware@FreeBSD.ORG Fri Jun 13 09:16:25 2003 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 1F73B37B401 for ; Fri, 13 Jun 2003 09:16:25 -0700 (PDT) Received: from mx1.1u.ca (mail.1u.ca [216.138.197.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7CE743FAF for ; Fri, 13 Jun 2003 09:16:23 -0700 (PDT) (envelope-from lnb@FreeBSDsystems.COM) Received: (qmail 32096 invoked by uid 0); 13 Jun 2003 16:16:11 -0000 Received: from unknown (HELO mail.freebsdsystems.com) (lnb@freebsdsystems.com@192.168.0.27) by 192.168.0.27 with SMTP; 13 Jun 2003 16:16:11 -0000 Received: from 192.168.0.200 (SquirrelMail authenticated user lnb@freebsdsystems.com) by mail.freebsdsystems.com with HTTP; Fri, 13 Jun 2003 12:16:11 -0400 (EDT) Message-ID: <2429.192.168.0.200.1055520971.squirrel@mail.freebsdsystems.com> In-Reply-To: <20030613160921.GA45876@node1.cluster.srrc.usda.gov> References: <20030613160921.GA45876@node1.cluster.srrc.usda.gov> Date: Fri, 13 Jun 2003 12:16:11 -0400 (EDT) From: "Lanny Baron" To: "Glenn Johnson" User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal cc: hardware@freebsd.org Subject: Re: serial ATA 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, 13 Jun 2003 16:16:25 -0000 Hi Glen, Before you buy. Perhaps you may want to take a look at our Servers... in your case, the SATA Pedestal http://www.FreeBSDsystems.com/servers_900.html Take the virtual tour if you want to see it well. Regards, Lanny Glenn Johnson said: > I am considering getting a motherboard with an integrated Promise 20376 > SATA controller. I was curious if anyone here is using any serial ATA > drives on this controller. If so, what kind of performance does it > have? Is it worth the extra money I would have to spend or should I > wait until the technology is more mature? > > Thanks for any input. > > -- > Glenn Johnson > USDA, ARS, SRRC Phone: (504) 286-4252 > New Orleans, LA 70124 e-mail: gjohnson@srrc.ars.usda.gov > _______________________________________________ > 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" > +~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~ Lanny Baron Proud to be 100% FreeBSD FreeBSD Systems, Inc / Freedom Technologies Corp. http://www.FreeBSDsystems.COM 1.877.963.1900 +~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~ From owner-freebsd-hardware@FreeBSD.ORG Fri Jun 13 09:17:28 2003 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 26DD037B401 for ; Fri, 13 Jun 2003 09:17:28 -0700 (PDT) Received: from symbion.srrc.usda.gov (symbion.srrc.usda.gov [199.133.86.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BBCF43F3F for ; Fri, 13 Jun 2003 09:17:27 -0700 (PDT) (envelope-from gjohnson@srrc.ars.usda.gov) Received: from node1.cluster.srrc.usda.gov (localhost [127.0.0.1]) by symbion.srrc.usda.gov (8.12.9/8.12.9) with ESMTP id h5DGHQRM047748 for ; Fri, 13 Jun 2003 11:17:26 -0500 (CDT) (envelope-from glenn@node1.cluster.srrc.usda.gov) Received: (from glenn@localhost)h5DGHQnP047746 for hardware@freebsd.org; Fri, 13 Jun 2003 11:17:26 -0500 (CDT) (envelope-from glenn) Date: Fri, 13 Jun 2003 11:17:26 -0500 From: Glenn Johnson To: hardware@freebsd.org Message-ID: <20030613161726.GA47617@node1.cluster.srrc.usda.gov> Mail-Followup-To: hardware@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: ACR cards 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, 13 Jun 2003 16:17:28 -0000 Would FreeBSD-current be able to work with a firewire card installed in the ACR (Advanced Communications Riser) slot? Thanks. -- Glenn Johnson USDA, ARS, SRRC Phone: (504) 286-4252 New Orleans, LA 70124 e-mail: gjohnson@srrc.ars.usda.gov From owner-freebsd-hardware@FreeBSD.ORG Fri Jun 13 12:08:56 2003 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 BDB8737B401 for ; Fri, 13 Jun 2003 12:08:56 -0700 (PDT) Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2505C43FAF for ; Fri, 13 Jun 2003 12:08:56 -0700 (PDT) (envelope-from jtanis@alumni.clemson.edu) Received: from user-1120imj.dsl.mindspring.com ([66.32.74.211] helo=amdbox.horizon2.net) by smtp6.mindspring.com with smtp (Exim 3.33 #1) id 19Qtuw-0001n1-00 for freebsd-hardware@freebsd.org; Fri, 13 Jun 2003 15:08:54 -0400 Date: Fri, 13 Jun 2003 15:08:53 -0400 From: James Tanis To: freebsd-hardware@freebsd.org Message-Id: <20030613150853.7ee688e3.jtanis@alumni.clemson.edu> In-Reply-To: <20030613114530.GA19740@falcon.midgard.homeip.net> References: <10667.1055503952@www65.gmx.net> <20030613114530.GA19740@falcon.midgard.homeip.net> X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: HDD does not work up to capacity 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, 13 Jun 2003 19:08:57 -0000 On Fri, 13 Jun 2003 13:45:30 +0200 Erik Trulsson wrote: > On Fri, Jun 13, 2003 at 01:32:32PM +0200, freebsd_deamon@gmx.net wrote: > > this might be an incredible stupid question but since i am not that familiar > > with disk geometry i ask it anyway: > > > > I just bought an Hitachi DeskStar 180GXP HDD (it's the same as IBM) which is > > supposed to have a capacity of 61.4 GB but i can only get approx 58 to 59 > > out of it. > > > > why? > > Remember that harddisk manufacturers use 1GB=10^9 = 1000000000 bytes > (which is arguably the correct definition) while most OS's use > 1GB = 2^30 = 1073741824 bytes. > This probably accounts for the difference. > > So there is not really any problem, it is just that the gigabytes that > the manufacturer claims the disk has are not the same size as the > gigabytes that the OS claims to see. > > > > > is there a way arounf it? > > > > some additional data are: > > > > model: IC35L060AVV207-0 > > LBA: 120.103.200 sectors > > According to this the disk has 120103200 sectors, each of which is 512 > bytes. > This gives a total size of 61492838400 bytes. > > Divide this by 10^9 and you get 61.49 GB > Divide it by 2^30 and you get 57.27 GB > > Those are probably the numbers you are getting, and if so everything > should be OK. > > > CHS: 16383/16/63 > > > > i am using an ASUS CUL2 m/b > > Although this is more then good enough a reason, don't also forget about that default 8% that UFS likes to put aside to keep everything nice and tidy :). This may not be relevent, I'm sure there's plenty of places where the OS reports the true size of the partition but I'm not sure that he states where he's pulling his info from. I had always wondered whether they pulled that power of 10 bull, never took the thought process through to doing the math. I just kind of always figured it was too much "work" for them to make sure each hd was perfect so they just kind of looked the other way on the assembly line :P. From owner-freebsd-hardware@FreeBSD.ORG Sat Jun 14 15:55:28 2003 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 70AB637B401 for ; Sat, 14 Jun 2003 15:55:28 -0700 (PDT) Received: from mail.takas.lt (mail-src.takas.lt [212.59.31.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87DB743FBD for ; Sat, 14 Jun 2003 15:55:27 -0700 (PDT) (envelope-from stakys@punktas.lt) Received: from ss ([81.7.110.141]) by mail.takas.lt with Microsoft SMTPSVC(5.0.2195.5329); Sun, 15 Jun 2003 01:55:26 +0300 Message-ID: <061b01c332c8$1976a600$0400a8c0@ss> From: "stakys" To: Date: Sun, 15 Jun 2003 01:55:49 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 14 Jun 2003 22:55:26.0616 (UTC) FILETIME=[0B9C8180:01C332C8] Subject: HP Pavilion n5470 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, 14 Jun 2003 22:55:28 -0000 I got HP Pavilion n5470 laptop, and when booting up i got message "couldn't map ports/memory" Think that i need to set in bios PnP OS OFF, but on that laptop with PhoenixBIOS GD.M1.0.6 i cannot find anywhere where to set that option, what can i do? How to solve this problem?