
我的 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
我建議使用在此處找到的驅動程式並按照找到的步驟進行操作這裡。
將 github 儲存庫複製到 /usr/src 下並用於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
完成後,重新啟動計算機,讀卡機即可運作。