2020-02-04
Open
2 CentOS7 신형 HP장비의 랜카드 드라이버 설치 star
2020-02-04 Open
Tasks

환경

OS : CentOS7
랜카드 정보 : Intel(R) Ethernet Connection I219-LM

증상

네크워크 어뎁터 미인식
해당 네크워크 어뎁터는 Intel Site에서 드라이버를 다운로드 받아서 직접 설치를 해주어야 함

네트워크 카드 드라이버 빌드를 위해 필요한 컴파일러등의 사전 프로그램이 필요함 (gcc등)

Issue Sharer
Comment 1

    • Markdown help
    • Header
    • Text Style
    • Link
    • List
    • Checklist
    • Image
    • Blockquote
    • Code
    • Table
    • Short Link
    • Markdown Input
      Markdown Output
      # This is an H1
      ## This is an H2
      ### This is an H3
      
      # This is an H1 ## This is an H2 ### This is an H3
    • Markdown Input
      Markdown Output
      *This is an italic*
      **This is an bold**
      ~~This is an strike~~
      
      *This is an italic* **This is an bold** ~~This is an strike~~
    • Markdown Input
      Markdown Output
      - Red
          1. White
          2. Blue
      - Green.
      
      - Red 1. White 2. Blue - Green
    • Markdown Input
      Markdown Output
      - [ ] Todos
          - [x] To do A
          - [ ] To do B
          - [ ] To do C
                          
      • Todos
        • To do A
        • To do B
        • To do C
    • Markdown Input
      Markdown Output
      ![title](https://repo.yona.io/assets/images/ico-like-small.png "Yobi")
      
      ![title](/assets/images/ico-like-small.png "Yobi")
    • Markdown Input
      Markdown Output
      > Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
      >
      > Aenean commodo ligula eget dolor.
      
      > Lorem ipsum dolor sit amet, consectetuer adipiscing elit. > > Aenean commodo ligula eget dolor.
    • Markdown Input
      Markdown Output
      `function test() {console.log("hello world");}`
      
      ```javascript
      function test() {
        console.log("hello world");
      }
      ```
      
      `function test() {console.log("hello world");}` ```javascript function test() { console.log("hello world"); } ```
    • Markdown Input
      Markdown Output
      | Default      | Align center | Align right |
      | ------------ | :----------: | ------: |
      | Carrot       | Red          | 1,000   |
      | Banana       | Yellow       | 32,000  |
      
      | Default | Align center | Align right | | ------------ | :----------: | ------: | | Carrot | Red | 1,000 | | Banana | Yellow | 32,000 | Also, you can copy & paste table from excel sheet
    Notification receivers
    Drag & Drop files here to upload.
    Tasks

    local yum repository 생성

    추가 패키지 설치를 네트워크 접속 없이 설치하기 위해 다음을 참고해서 로컬 yum repository를 설정한다.

    설치미디어에서 구성

    https://blog.miyam.net/51

    ISO 파일에서 구성

    https://www.lesstif.com/pages/viewpage.action?pageId=7634963

    네트워크 연결이 완료되면 생성되었던 local yum 설정파일을 비활성화(파일이름 변경)해서 인터넷을 통해 업데이트가 가능하도록 수정한다.

    Reply
Add a comment