랜카드

익명 사용자의 이미지

죄송합니다.
다름이 아니라 저의 랜카드는 axnet_cs인데욤 저는 래드헷리눅스7.1
(kernel-2.4.2)인데 그 모튤이 없어요 그건 2.4.9부터 있다는 말이 있던데
그람 어찌 하면 되요?
도와 주세욤 ㅜ.ㅜ
음....그라고 내같은 ax88190같은 칩셋은 7.2로 깔면 자동으로 잡히나요?
그냥 이 상태에서 하는 방법은요?

익명 사용자의 이미지

커널을 업그레이드 하시면 됩니다.
커널 업그레이드에 관련된 사항은 본 사이트 문서를 참고하시면 됩니다.
커널 업그레이드는 일단 커널을 받아와야겠죠.
http//www.kernel.org 에 가셔서 커널을 받으시거나
http//linux.sarang.net 에 가셔서 우측 중간쯤의 '커널 소식'아래
안전버젼의 커널을 받으십시요.(이건 커널.org의 커널과 같은 겁니다.)
일단 받은 커널을 /usr/src/에서 풀면되는데... 요즘은 대부분 bz2로 배포
되므로...(아래는 root로 하셔야 하죠. 커널은 현재 2.4.17을 기준...)

$ cp linux-2.4.17.tar.bz2 /usr/src
$ cd /usr/src
$ rm -f linux
$ bzip2 -d linux-2.4.17.tar.bz2
$ tar xvf linux-2.4.17.tar
$ mv linux linux-2.4.17
$ ln -s linux-2.4.17 linux

간단한 설명을 하면 리눅스커널 최신버젼을 /usr/src에 복사하고 그 디렉
토리로
이동을 한다음 원래있던 linux 링크를 지우고 리눅스커널을 압축해제한후
풀고나서 리눅스커널 디렉토리 이름을 현재 버젼으로 바꾸고 링크를 걸어
주는 것입니다.
이후는 본 사이트 커널 업그레이드 문서에 나와있듯이 src로 들어가서
make mrproper를 실행하고 make config나 make menuconfig(X상이라면
make xconfig)
를 실행한 후 원하는 상태를 잡아주고(이부분은 어려우니 문서를 반드시
참고하세요.)
make dep; make clean
그리고나서 make bzImage;make install;make modules;make
modules_install
하시면 됩니다.
음... 커널소스를 푸는 것까지는 위를 따라해도 나머지는 본 사이트의
문서를 참고하시는게 더 좋습니다.
그럼 행운을 빕니다.

댓글 달기

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