isa 와 pci 두개의 이더넷카드를 설치할때..

익명 사용자의 이미지


안녕하세요.

매스커레이딩 박스로 쓰고 있는 작은 컴퓨터가 있는데

이전에 사용한 2.2.19 커널에서

2.4.16으로 올리려고 합니다.

이때의 상태는 realtek pci ethernet eth0

3c509 isa ethernet eth1 이었는데요.

이때에는 커널이 isa장치를 자동으로 잡아내지 못하여서

irq와 io address를 부팅옵션에 넣어줬었습니다.

그런데 2.4.16커널을 컴파일하면서 보니,

부팅옵션을 주지 않아도 isa장치를 잘 잡아내더군요.

여기까지는 좋은데, 부팅 후의 상태가

isa eth0

pci eth1 이 되어있더군요.

이전의 설정들도 다시 맞추기 힘들고, 케이블 바꿔달기도 쉽지 않습니다.

isa를 eth1로, pci를 eth0으로 되돌릴 수 있는 방법은 없을까요?

네트웍 드라이버를 모듈로 컴파일해서 /etc/modules.conf 로 alias를 통해

하는 방법도 있겠지만, 모듈보다는 커널쪽에 집어넣고 싶군요.

다시말씀드리면,

isaeth0, pcieth1 의 상태를 pcieth0, isaeth1 로

바꿀 수 있는 방법을 알고 싶습니다.

그럼, 좋은 하루 되세요.

익명 사용자의 이미지

대단하시군요.
그렇게 고급스런걸 알게 되시면,
여기 게시판에 알려주시기 바랍니다.

익명 사용자의 이미지

간단하게 네크워크 스크립트를 변경하면 그만인데 뭘 그렇게 어렵게 생각하시나요?

익명 사용자의 이미지

커널 버젼이 2.4대 라고 하신다면
/etc에 보시면 modules.conf 라는 파일이 있습니다.
여기에 보시면 alias라는 명령어로 정의된 부분이 있는데
alias eth1 8139too
alias eth0 8139too
이런식으로 되어 있는 부분이 있습니다. 여기에서 eth0와 eth1을 조정하시면 됩니다.
참고로 전 PCI방식의 RTL8139랜카드를 두개 사용해서 위와 같이 나옵니다.
그러니 찾아 보시면 쉽게 해결 될 것입니다.

댓글 달기

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