From owner-freebsd-current@freebsd.org Mon Nov 30 21:12:37 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FD6EA3D94E for ; Mon, 30 Nov 2015 21:12:37 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from mail-vk0-x236.google.com (mail-vk0-x236.google.com [IPv6:2607:f8b0:400c:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B44519FC for ; Mon, 30 Nov 2015 21:12:37 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: by vkca188 with SMTP id a188so55241462vkc.0 for ; Mon, 30 Nov 2015 13:12:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=SpENJyKN1Xv45jiYFa1H0DPmG/IFIyO1zZ110SZTlz0=; b=wbrVJMNcZ0E2wLzaKqGtCHOWzF/JURuzxrwBVPvaBhyehmOL2H78FjsvSb9ouH1BYk pPOb2Hum0I0eLxH6Nd29cM9Qu1hlnlusbovf42zm4nGm2WRdKfk4EzQQbSMuChOhBgSR N5uNm4XsS3C1sDCFcnjhYRgGxzN3TyjXaYy/uKQseouLXxHTmCwPK89L/tlqrPLbBiBQ 6f2LLuiNoH7KoUSH5ssssWYzGTtKaJ6fi78d1gkAA2Rff/vKaEwqmq44dlUVEC+6JZKk LSgmpsyh1JqOSTOXrfe0YKZy7mO1A2TE1giH9Tw5aEBRveYCZXEQZ7d6laVMi5me1OoY NVAw== X-Received: by 10.31.151.200 with SMTP id z191mr18844864vkd.57.1448917956139; Mon, 30 Nov 2015 13:12:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.103.0.4 with HTTP; Mon, 30 Nov 2015 13:11:56 -0800 (PST) In-Reply-To: References: From: Henry Hu Date: Mon, 30 Nov 2015 16:11:56 -0500 Message-ID: Subject: Re: SSD on Acer Aspire One Cloudbook 11 To: =?UTF-8?B?Sm9zw6kgUMOpcmV6?= Cc: FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 30 Nov 2015 21:12:37 -0000 On Mon, Nov 30, 2015 at 12:00 PM, Jos=C3=A9 P=C3=A9rez wrote= : > Hi guys, > I cannot see the SSD disk on an Acer Aspire One Cloudbook 11. > > It's a MMC drive, but sdhci cannot find it. Boot logs are plenty of > "Controller timeout" (see attached dmesg) and an unfortunate "mmc0: No > compatible cards found on bus". > > Apparently SDHCI can recognize the hardware: > sdhci_pci0@pci0:0:16:0: class=3D0x080501 card=3D0x106c1025 chip=3D0x22948= 086 > rev=3D0x21 hdr=3D0x00 > vendor =3D 'Intel Corporation' > class =3D base peripheral > subclass =3D SD host controller > > Is this a problem with the specific chip? Any suggestion to have this > working? Thank you > You may try to boot the machine with Linux and check if the drive is connected through a sdhci-acpi controller. This is the case on a Surface 3. YMMV. > > Regards, > > -- > Jos=C3=A9 P=C3=A9rez > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= " > --=20 Cheers, Henry