tar 로 압축파일을 푸는 도중 오류가 생깁니다.

whkim02의 이미지

fedora core 4 를 설치했는데 eth0가 활성화 되지 않아 IP주소를 받아오지 못 하여 인터넷이
되지 않습니다.
두어달 동안 죽어라고 헤메다가 결국 포기해 버릴까 하는 참에 마침 어느분이
저와 똑 같은 경우 인데 리눅스 랜카드 드라이버의 최신 버전인 "install-8_24.tar.bz2"를 설치하여 이 문제를
해결 했다고 해서 저도 마지막으로 한번 시도해 보는데 설치 도중 오류가 나는군요.
장황하고 길지만 자세히 읽어 보시고 문제점을 해결해 주시면 고맙겠습니다.

[root@localhost whk5810]# tar xvfj install-8_24.tar.bz2 엔터
DriverInstall/
DriverInstall/README
DriverInstall/install.sh
DriverInstall/sk98lin.4
DriverInstall/sk98lin.tar.bz2
[root@localhost whk5810]# cd DriverInstall 엔터
[root@localhost DriverInstall]# ./install.sh 엔터

Installation script for sk98lin driver.
Version 8.24.1.2(beta) (Aug-09-2005).
(C) Copyright 2003-2005 Marvell (R)
Add to your trouble-report the logfile install.log
which is located in the DriverInstall directory.

1) installation
2) generate patch
3) exit
Choose your favorite installation method: 커서
커서에 1번 넣고 엔터

Please read this carefully!

This script will automatically compile and load
the sk98lin driver on your system.
Before performing both compilation and loading,
it is necessary to shutdown any device using the
sk98lin kernel module and to unload the old sk98lin
kernel module.
This script will do this automatically per default.

Please plug a card into your machine.
Without a card we aren`t able to check the full driver
functionality.

Do you want proceed (Y/N)커서
커서에 Y넣고 엔터

Create tmp dir (/tmp/Sk98lHcZaNXfGqZWalmCppCQY) [ OK ]
Check userid (0) [ OK ]
Check Kernel Version (2.6.11-1.1369_FC4) [ OK ]
Check Kernel symbol file (/proc/kallsyms) [ OK ]
Check Kernel type (SP) [ OK ]
Check architecture (found) [ OK ]
Set architecture (i386) [ OK ]
Check compiler (/usr/bin/gcc) [ OK ]
Check mcmodel flags (none) [ OK ]
Check module Support (/sbin/insmod) [ OK ]
Check make (/usr/bin/make) [ OK ]
Check archive file (sk98lin) [ OK ]
Check Kernel gcc version (4.0.0) (Kernel:4.0.0 ==gcc:4.0.0) [ OK ]
Check sk98lin driver availability (not loaded) [ OK ]
Check Kernel header header files (not found) [ FAILED ]
Kernel header not found. Please install the linux header files
development package or create a symbolic link from the
/usr/src/KERNEL VERSION directory to linux
Example: ln -s /usr/src/KERNEL VERSION /usr/src/linux

Installation of sk98lin driver module failed.
Delete temp directories (done) [ OK ]

끝에서 두번째 [ FAILED ]부분이 문제인데 뭔가 잘 못 되어
module을 install 하는데 실패 하였습니다.
[ FAILED ]부분을 잘 읽어 보시고 어떻게 해야 성공적으로
module을 install할 수 있는지 가르처 주시면 고맙겠습니다.
초보자라 자세히 일러 주셔야 알아 듣습니다.

익명 사용자의 이미지

/usr/src/ 에 커널 헤더 파일이 없다는 뜻입니다.

Fedora Core 1 이라 하시니

yum install kernel-source 치세요.

whkim02의 이미지

답장은 고맙습니다만 지금은 fedora core 4를 설치한 상태입니다.
여기서도 yum install kernel-source 하면 되겠습니까?
아니면 fedora core 4 에서는 달라저야 하나요?
구체적으로 알려주시면 더욱 고맙겠습니다.

익명 사용자의 이미지

Fedora Core 4 에서도 같습니다.

yum은 redhat 계열의 업데이트 관리를 위한 프로그램입니다.

그냥 yum 하면 redhat.com 에서 다운받기 때문에 느릴 테니

/etc/yum.conf 를 편집하셔서 미러 사이트를 바꾸세요.

제가 쓰는 곳은 다음과 같습니다.

[base]
name=Fedora Core $releasever - $basearch - Base
baseurl=ftp://ftp.kreonet.re.kr/pub/Linux/fedora/core/$releasever/$basearch/os/

[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
baseurl=ftp://ftp.kreonet.re.kr/pub/Linux/fedora/core/updates/$releasever/$basearch/

다 까셨으면 /usr/src 밑에 linux-2.6.XXX (XXX는 커널 버전이겠죠?) 하는 디렉토리가 생길 겁니다.

ln -s /usr/src/linux-2.6.XXX /usr/src/linux 라고 링크를 거세요.

댓글 달기

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