
私の HP Pavilion DV6-6155ca には内蔵カード リーダーがあり、そのカード リーダーは「マルチカード メディア リーダー」(これは何の意味もないことはわかっていますが、そうしようとしているだけです) で、デバイスは RTS5209 PCI Express カード リーダーです。Ubuntu 12.10 を実行しています。
SD カードを挿入しても何も起こりません。カードは他のデバイスから読み取り可能で、以前別のバージョンの Ubuntu で使用したことがあります。
uname -a
Linux Ketterer-Ubuntubook 3.5.0-24-generic #37-Ubuntu SMP Thu Feb 7 01:50:30 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
出力lspci
:
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Caicos [Radeon HD 6400M/7400M Series]
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
0d:00.0 Network controller: Intel Corporation Centrino Wireless-N 1030 (rev 34)
13:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
19:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
の出力lspci -vmmnn | grep -A4 -B2 Realtek
:
Slot: 13:00.0
Class: Unassigned class [ff00]
Vendor: Realtek Semiconductor Co., Ltd. [10ec]
Device: RTS5209 PCI Express Card Reader [5209]
SVendor: Hewlett-Packard Company [103c]
SDevice: Device [1656]
Rev: 01
出力lsusb
:
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 138a:0018 Validity Sensors, Inc.
Bus 001 Device 004: ID 5986:02ac Acer, Inc
Bus 002 Device 004: ID 1058:0748 Western Digital Technologies, Inc.
Bus 002 Device 003: ID 8086:0189 Intel Corp.
答え1
にあるドライバーを使用し、以下の手順に従うことをお勧めします。ここ。
/usr/src の下の github リポジトリをクローンし、それdkms
を使用してドライバーをインストールします。
スーパーユーザーとして実行する手順。各行の先頭に sudo
もし必要なら。
まだインストールしていない場合はgitをインストールしてください
sudo apt-get -y install git
/usr/srcに切り替える
cd /usr/src
リポジトリをクローンする
git clone https://github.com/chrisnew/rts_pstor.git rts_pstor-1.11
dkms 経由でコンパイルおよびインストールする
dkms install rts_pstor/1.11
モジュールをロードする
sudo modprobe rts_pstor
完了(再起動は不要)
これは、Ubuntu 16.04 を実行している Acer Aspire One D257 で機能しました。
lspci
出力:
Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
dmesg
出力後カードを挿入した状態でのドライバーのインストール:
[ 744.395191] Initializing Realtek PCIE storage driver...
[ 903.017115] mmc0: new high speed SDHC card at address 1234
[ 903.052409] mmcblk0: mmc0:1234 SA16G 14.6 GiB
[ 903.054433] mmcblk0: p1
答え2
私も同じ問題を抱えていました。/etc/modules
次のように編集して修正しました。
sudo -H gedit /etc/modules
次に、 の末尾に次の行を追加しました/etc/modules
。
tifm_sd
ファイルを保存して再起動します。SD カード リーダーは正常に動作するはずです。
答え3
これには次のモジュールがあります:
ここを見て:http://www.omgubuntu.co.uk/2011/02/card-reader-not-working-hp-mini-ubuntu
HP Mini 110 およびその他のネットブックの SD カード リーダーの修正 このガイドでは、HP Mini 110 シリーズおよび Compaq Mini CQ10-500 シリーズのネットブックの所有者、および Realtek rts5159 カード リーダーを使用するデバイスを所有しているすべてのユーザーを対象に、必要なドライバーのダウンロードとインストールの手順を説明します。
カード リーダーのモデルを識別するには、
lsusb
ターミナルで実行します。Realtek rts5159用の「Unix (Linux)」ドライバを以下からダウンロードしてください。このリンク。
ダウンロードしたら解凍し、フォルダをホームディレクトリに移動します。
次に、ドライバーをインストールする必要があります。新しいターミナル セッションを開きます。以下の各コマンドを順番に実行します。
cd rts_pstor make sudo make install sudo depmod
完了したら、コンピューターを再起動すると、カード リーダーが動作するようになります。