[완료] Debian8.2(Jessie) 64bit - KDE - SD card reader 드라이버 설치 문제

khj의 이미지

lspci로 확인해본 결과 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd RTS5209 PCI Express card reader (rev 01)로 나타납니다.

Realtek 홈페이지에서 제공하는 프로그램은 소스코드 형태인 것 같습니다.

어떻게 설치를 해야하나요?

익명 사용자의 이미지

혹시 SD 카드를 끼웠을 때 아무 반응도 일어나지 않나요? 만약 SD 카드를 끼운 것을 인식했다면 아무 것도 건드릴 필요가 없고, 아니라면 작업이 필요합니다.

khj의 이미지

그래서 lspci로 확인 후 Realtek 제품인걸 알게 되었던 것입니다.

andysheep의 이미지


dmesg로 SD Card 드라이버를 커널이 인식하는지, 모듈이 올라오는지 확인 하세요.
부팅 후에 커널이 장치 확인하고 관련 드라이버 모듈 올릴때 펌웨어가 필요한 장치들의 경우에는
펌웨어 파일이 시스템에 깔려야 합니다.

리눅서 커널에 딸려 오는 펌웨어 파일들
https://wiki.debian.org/Firmware

펌웨어 꾸러미
firmware-linux-free

제 경우는 AMD 라데온 그래픽 카드 펌웨어가 빠져서 아래 꾸러미를 따로 설치합니다.
firmware-linux-nonfree

만약 펌웨어 문제가 아니고 데비안 8.2의 리눅스 커널이 SD 카드 드라이버를 지원하지 않으면,
이 카드 지원하는 커널 드라이버 소스를 구해서 모듈로 만들어야 하는데, 요즘에 이런 경우는 드물지요.

Devuan 1.0 (Debian without systemd)
amd64 station: AMD FX(tm)-6100 Six-Core Processor, 8 GB memory, 1 TB HDD
amd64 laptop: HP Touchsmart

글쇠판: 세벌 최종식, 콜맥 (Colemak)

khj의 이미지

제가 리눅스 사용 기간이 길지 않아서.... 답글 써 주신 것을 이해 못하겠습니다.

dmesg를 실행 했더니 뭔 글들이 끝도 없이 주~~욱 나옵니다.

천천히 살펴보다가 펌웨어가 없는 기기는 빨간색으로 표시 되는 것을 알게되었습니다.

r8169 0000:07:00.0: firmware: failed to load rtl_nic/rtl8168e-2.fw (-2)

[drm:radeon_pci_probe] *ERROR* radeon kernel modesetting for R600 or later requires firmware-linux-nonfree.

이렇게 두 가지가 나옵니다만... 어떻게 해결해야 할까요?

khj의 이미지

https://kldp.org/node/154025

제 컴퓨터도 AMD 그래픽카드를 씁니다. 위 주소에 있는 글을 봐 주시고 해결방법을 알려 주실 수 없을까요?

익명 사용자의 이미지

r8169 커널 모듈은 네트워크 카드 드라이버인데, 사실 저 펌웨어는 없어도 무방합니다. 진짜 중요한 것은 후자인데요, dmesg에 나와 있는 말 대로 apt-get install firmware-linux-nonfree 명령으로 설치해 주면 해결됩니다.

khj의 이미지

Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
firmware-linux-nonfree

0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 1,386 kB of archives.
After this operation, 5,128 kB of additional disk space will be used.
Get:1 http://http.debian.net/debian/ jessie/non-free firmware-linux-nonfree all 0.43 [1,386 kB]
Fetched 1,386 kB in 4s (293 kB/s)
Selecting previously unselected package firmware-linux-nonfree.
(Reading database ... 93080 files and directories currently installed.)
Preparing to unpack .../firmware-linux-nonfree_0.43_all.deb ...
Unpacking firmware-linux-nonfree (0.43) ...
Setting up firmware-linux-nonfree (0.43) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.120) ...
update-initramfs: Generating /boot/initrd.img-3.16.0-4-amd64
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8411-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8411-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8402-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168f-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168f-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8105e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-1.fw for module r8169

이런 결과가 나옵니다.뭔가 문제가 생긴 것 같은데... 뭔지 모르겠습니다. 혹시 설치 오류가 있는 것 아닐까요?

익명 사용자의 이미지

andysheep 님과 익명의 사용자 분들의 도움으로 SD카드 인식 문제는 해결 되었습니다.

apt-get install firmware-linux-nonfree

명령어 하나로 해결 되었습니다.

감사합니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.