Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2020 16:13:32 +0200
From:      Luciano Mannucci <luciano@vespaperitivo.it>
To:        Polytropon <freebsd@edvax.de>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Laptop SD memory reader - Solved
Message-ID:  <4Bjfmv27Z4z1ftWh@baobab.bilink.it>
In-Reply-To: <20200904014125.05b0c2fa.freebsd@edvax.de>
References:  <4BhzMQ037Xz1ftWd@baobab.bilink.it> <20200903135839.3fa9712e.freebsd@edvax.de> <202009032336.083NawaN001912@r56.edvax.de> <20200904014125.05b0c2fa.freebsd@edvax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 4 Sep 2020 01:41:25 +0200
Polytropon <freebsd@edvax.de> wrote:

> Check if your specific laptop requires loading of a acpi_*
> module - I had to do this on a Lenovo laptop in order to get
> the internal SD card reader working. In your case, try:
> 
> 	# kldload acpi_toshiba.ko
> 
> or add the corresponding entry to /boot/loader.conf:
> 
> 	acpi_toshiba_load="YES"
Thanks.
I installed the rtsx drivers from the ports, added 

acpi_toshiba_load="YES"
rtsx_load="YES"

to /boot/loader.conf, and...

> After system restart, check for a da device corresponding to
> the card reader.
Yes, after the system restart, if I insert an SD card in the reader,
I get, in /var/log/messages

rtsx0: Interrupt card inserted/removed
rtsx0: Card present
mmc0: <MMC/SD bus> on rtsx0
mmcsd0: 32GB <SDHC SE32G 8.0 SN 0CD896B3 MFG 04/2014 by 3 SD> at mmc0 50.0MHz/4bit/256-block

camcontrol devlists doesn't notice anything, but now I have a /dev
node that I can happily mount issuing

 mount -t msdosfs /dev/mmcsd0s1 /mnt

and it works!

Many thanks,

Luciano.
-- 
 /"\                         /Via A. Salaino, 7 - 20144 Milano (Italy)
 \ /  ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250
  X   AGAINST HTML MAIL    /  E-MAIL: posthamster@sublink.sublink.ORG
 / \  AND POSTINGS        /   WWW: http://www.lesassaie.IT/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4Bjfmv27Z4z1ftWh>