From owner-freebsd-current@FreeBSD.ORG Wed Jul 3 01:17:05 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 64F76877 for ; Wed, 3 Jul 2013 01:17:05 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-lb0-x22f.google.com (mail-lb0-x22f.google.com [IPv6:2a00:1450:4010:c04::22f]) by mx1.freebsd.org (Postfix) with ESMTP id E000410E9 for ; Wed, 3 Jul 2013 01:17:04 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id r10so3911057lbi.34 for ; Tue, 02 Jul 2013 18:17:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oeHnhlzb5G8hyYC0agxzz5DHTu2ULSKF95HhB7NCa9A=; b=K0KnwC2aPDqC72Plo3enkVjm5j4q8S9D6n+/oLZfaxygwyay17rEnbrdhqbxzoSmqA LPlSOr2G/0AMbXAsU0wsrjP/uVBAHLYyfhjs6yA/DOVE1lBkINOqZ9thWDkUlSci4ih6 h+BIgzfyeZzxIHQ2nYYWRFN1/HqbBrLK5NlJE4Sr1IOM81lZ1HnECk35KwvRNhS5jbC6 GjKB2PiZSy2pjdl0zeRa3CP6Tc+zp3JvhZ1c9psXPaq1IP6vamOhCa7q39vg4X1k4vSm BmvUMi2tLYvuMpRc/hkR6CkTCEkL2tWsDbgK6VhFFlK4xGvoS48cl3lywc03VcDp6ItC ecnA== MIME-Version: 1.0 X-Received: by 10.112.74.47 with SMTP id q15mr136476lbv.75.1372814223885; Tue, 02 Jul 2013 18:17:03 -0700 (PDT) Received: by 10.112.4.196 with HTTP; Tue, 2 Jul 2013 18:17:03 -0700 (PDT) Received: by 10.112.4.196 with HTTP; Tue, 2 Jul 2013 18:17:03 -0700 (PDT) In-Reply-To: References: <51D37B63.2060006@gmail.com> <20130703001852.GJ13158@thinkbsd.divinix.org> <51D37D47.6060305@gmail.com> Date: Wed, 3 Jul 2013 01:17:03 +0000 Message-ID: Subject: Re: No SD card Reader support From: Miguel Clara To: Zaphod Beeblebrox Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-current@freebsd.org, John Hixson X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jul 2013 01:17:05 -0000 pciconf shows nothing related to the card reader, and I have no device listed has 'none' in there which is why I was looking into usbconfig. I should have clarified that... sorry No dia 03/07/2013 01:58, "Zaphod Beeblebrox" escreveu: > On Tue, Jul 2, 2013 at 9:24 PM, Mike C. wrote: > >> On 07/03/13 00:18, John Hixson wrote: >> > On Wed, Jul 03, 2013 at 01:16:19AM +0000, Mike C. wrote: >> >> >> >> According to the windows drivers info on Acer's page, my laptop >> internal >> >> SD card reader vendor is "Realtek". >> >> >> >> I'm not being able to use the card reader but I'm not sure how to debug >> >> this... >> >> >> >> I see nothing in dmesg related to the sh card reader, when inserting a >> >> SDHC card or a SD card I see nothing... >> >> >> >> usbconfig show's this: >> > > [deleted] > > >> > mmc_load="YES" >> > mmcsd_load="YES" >> > sdhci_load="YES" >> > sdhci_pci_load="YES" >> > > >> > Do you have these modules loaded? >> >> I don't have the last, in any case: >> kldload: can't load sdhci_pci: File exists >> >> I do have the other lines in /boot/loader.conf >> > > What he's getting at there is that you should look at the output of > pciconf -lv (not usb) for the card reader. The PCI devices are different > animals than the USB ones. >