
내 HP Pavilion DV6-6155ca에 내부 카드 리더가 있고 카드 리더는 "멀티 카드 미디어 리더"이고(이것은 단지 시도 중이라는 것을 의미한다는 것을 알고 있습니다) 장치는 RTS5209 PCI Express 카드 리더입니다. 우분투 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
완료되면 컴퓨터를 재부팅하면 카드 리더가 작동합니다.