From owner-freebsd-current@FreeBSD.ORG Wed Jul 3 00:24:32 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 E8E93B65 for ; Wed, 3 Jul 2013 00:24:32 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-we0-x236.google.com (mail-we0-x236.google.com [IPv6:2a00:1450:400c:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id 810711DA9 for ; Wed, 3 Jul 2013 00:24:32 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id p60so4830785wes.13 for ; Tue, 02 Jul 2013 17:24:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=b9c5TS+0lzgeFyQyZgjbdJEo77RlMLVMwLpPwHRsaDw=; b=AvP9TJmO1T6fHP5+no5UWuw18X3nkowp29b92m9e0kyPpNTRMd8HjYH2auugr02LkW JarrcjvEeReeG5hg2x/ta8JpVddGzGBJ798y6axelj0aY/r6uF8ULv0B+/+cL/ZeUkdv k059oI0F5FeyAotjS9Ou+YbeK3N6D8tvJs8TFC4nsBcimDZHNQ16LtUX1sh/gc+rfTVB HOe3Uv2JeIT58lp4y5rC8Gm5A+X328gAKBa/kY5WtXGQvk/AkIc4oTPZLX/aR8dJ1T97 AxEj0Q8dF53HEzkMac7O4gd4OZYCHWmdLijCpQPOFTy2O9m75w0L9qFfQDaziVWgOg1/ n2Ig== X-Received: by 10.194.108.132 with SMTP id hk4mr25129368wjb.43.1372811071623; Tue, 02 Jul 2013 17:24:31 -0700 (PDT) Received: from [10.10.50.70] (bl18-121-5.dsl.telepac.pt. [188.83.121.5]) by mx.google.com with ESMTPSA id fd3sm25724836wic.10.2013.07.02.17.24.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Jul 2013 17:24:31 -0700 (PDT) Message-ID: <51D37D47.6060305@gmail.com> Date: Wed, 03 Jul 2013 01:24:23 +0000 From: "Mike C." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130701 Thunderbird/17.0.7 MIME-Version: 1.0 To: John Hixson Subject: Re: No SD card Reader support References: <51D37B63.2060006@gmail.com> <20130703001852.GJ13158@thinkbsd.divinix.org> In-Reply-To: <20130703001852.GJ13158@thinkbsd.divinix.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org 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 00:24:33 -0000 On 07/03/13 00:18, John Hixson wrote: > On Wed, Jul 03, 2013 at 01:16:19AM +0000, Mike C. wrote: >> Hi, >> >> 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: >> >> # usbconfig >> ugen0.1: at usbus0, cfg=0 md=HOST spd=SUPER >> (5.0Gbps) pwr=SAVE (0mA) >> ugen1.1: at usbus1, cfg=0 md=HOST spd=HIGH >> (480Mbps) pwr=SAVE (0mA) >> ugen2.1: at usbus2, cfg=0 md=HOST spd=HIGH >> (480Mbps) pwr=SAVE (0mA) >> ugen2.2: at usbus2, cfg=0 md=HOST >> spd=HIGH (480Mbps) pwr=SAVE (0mA) >> ugen1.2: at usbus1, cfg=0 md=HOST >> spd=HIGH (480Mbps) pwr=ON (0mA) >> >> But from here I'm not sure what more can I do to be able to use the card >> reader! >> >> Since I'm using Freebsd - Current, I guess this is the proper list to post! >> > I have this in my /boot/loader.conf: > > 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 > > >> Thanks >> >> Mike >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" I