Fedora8 에서 TPM 활성화 오류 문제

krekar의 이미지

현재 ThinkPad x61을 사용하고 있습니다.

기본적으로 Windows Vista Home Basic K 가 깔려있고...

파티션을 나누어서 Fedora8을 Live 버전으로 설치하였습니다.

Grub으로 멀티 부팅쓰고요..

제가 TPM(Trusted Platform Module)에 관해서 공부중인데...

Vista에서는 자동으로 TPM관련 디바이스드라이버가 설치되어 있고...

관련 권한등을 설정할 수 있었습니다.

페도라에서는 커널 2.6.12 이후부터 TPM 디바이스 드라이버가 포함되어 있고...

x61에 장착된 TPM 칩은 Atmel 사의 칩입니다.

이를 활성화 시키기 위해서는 콘솔에서...

>modprobe tpm_atmel

이란 명령으로 활성화시키는 것인데...

아래와 같은 에러메시지가 출력되네요.

>FATAL:Error Inserting tpm_atmel (/lib/modules/2.6.23.1/kernel/drivers/char/tpm/tpm_atmel.ko): No such device

분명 바이오스에서 TPM관련 설정을 모두 활성화 시켜두었는데...

아시는분 빠른 답변 부탁드립니다!^^

(참고로 Ubuntu 7.10에서도 같은 에러가...ㄷㄷㄷ)

bushi의 이미지

enum tpm_addr {
        TPM_SUPERIO_ADDR = 0x2E,
        TPM_ADDR = 0x4E,
};
 
...
 
static inline int tpm_read_index(int base, int index)
{
        outb(index, base);
        return inb(base+1) & 0xFF;
}
 
...
 
/* Verify this is a 1.1 Atmel TPM */
static int atmel_verify_tpm11(void)
{
        /* verify that it is an Atmel part */
        if (tpm_read_index(TPM_ADDR, 4) != 'A' ||
            tpm_read_index(TPM_ADDR, 5) != 'T' ||
            tpm_read_index(TPM_ADDR, 6) != 'M' ||
            tpm_read_index(TPM_ADDR, 7) != 'L')
                return 1;
 
        /* query chip for its version number */
        if (tpm_read_index(TPM_ADDR, 0x00) != 1 ||
            tpm_read_index(TPM_ADDR, 0x01) != 1)
                return 1;
 
        /* This is an atmel supported part */
        return 0;
}

여길 통과 못한 것 같습니다.

inb()/outb() 정도는...
유저영역에서 ioperm() 이나 iopl() 로 적당히 문질러주고 사용하면되니 확인해보실 수 있습니다.

http://laclinux.com/en/7675-7KU
에 따르면 thinkpad x61 에 들어있는 모듈은 1.2 인 것 같습니다.

OTL

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.