Hirdetés

Keresés

Új hozzászólás Aktív témák

  • ubyegon2

    félisten

    válasz kovaax #73063 üzenetére

    Ezzel az a baj, hogy vadkörte I219-V-je menne is vele, de a I217-V az nem.

    Én még soha nem forgattam kernelből hiányzó drivert, ezt áruljátok el a kollégának, hogyan forgathatja használhatóra, nem találom a linket, ahol erre írták, hogy jó, valami 17.2-es Mint-tel működött. Későbbi verziók nem biztos, hogy mennek, de ez menni fog szerintem:

    https://sourceforge.net/projects/e1000/files/e1000e%20stable/2.3.2/

    r0b3r
    A dokuban le van éppen írva a 7 lépés: (én ilyennel még nem bíbelődtem sose)

    1. Move the base driver tar file to the directory of your choice. For
    example, use /home/username/e1000e or /usr/local/src/e1000e.

    2. Untar/unzip archive:

    tar zxf e1000e-x.x.x.tar.gz

    3. Change to the driver src directory:

    cd e1000e-x.x.x/src/

    4. Compile the driver module:

    # make install

    The binary will be installed as:

    /lib/modules/<KERNEL VERSION>/kernel/drivers/net/e1000e/e1000e.[k]o

    The install locations listed above are the default locations. They
    might not be correct for certain Linux distributions.

    5. Load the module using either the insmod or modprobe command:

    modprobe e1000e

    insmod e1000e

    Note that for 2.6 kernels the insmod command can be used if the full
    path to the driver module is specified. For example:

    insmod /lib/modules/<KERNEL VERSION>/kernel/drivers/net/e1000e/e1000e.ko

    With 2.6 based kernels also make sure that older e1000e drivers are
    removed from the kernel, before loading the new module:

    rmmod e1000e; modprobe e1000e

    6. Assign an IP address to the interface by entering the following, where
    x is the interface number:

    ifconfig ethx <IP_address>

    7. Verify that the interface works. Enter the following, where <IP_address>
    is the IP address for another machine on the same subnet as the
    interface that is being tested:

    ping <IP_address>

Új hozzászólás Aktív témák