Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 42

Thread: Intel Ethernet Card not recognized

  1. #11
    Join Date
    Sep 2009
    Beans
    25

    Re: Intel Ethernet Card not recognized

    nevermind...im stupid

  2. #12
    Join Date
    Apr 2008
    Beans
    Hidden!
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Intel Ethernet Card not recognized

    ok

  3. #13
    Join Date
    Sep 2009
    Beans
    25

    Re: Intel Ethernet Card not recognized

    Quote Originally Posted by rreese6 View Post
    Code:
    sudo make install
    btw if it works with out the script, don't run it. the script basically detects when the wire is plugged in without rebooting if you don't have it plugged in doing boot. I had to use it on my main system

    ok...i did sudo make install and get:

    cannot write to /var/cache/man/cat7/e1000e.7.gz in catman mode e1000e

  4. #14
    Join Date
    Apr 2008
    Beans
    Hidden!
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Intel Ethernet Card not recognized

    close the terminal, open a new one and follow the instructions again.

    in the readme file where it says:
    " Compile the driver module:

    # make install"

    the # means that you root, for ubuntu we use sudo at the $ prompt,
    so at that step type sudo make install.

  5. #15
    Join Date
    Apr 2008
    Beans
    Hidden!
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Intel Ethernet Card not recognized

    Oh and use modprobe not insmod
    insmod would mean that you have to do this every time the kernel is updated.
    you can add the options to /etc/modprobe.d/modules if need be, but we will do that later if necessary.

  6. #16
    Join Date
    Sep 2009
    Beans
    25

    Re: Intel Ethernet Card not recognized

    deleted all files, redownloaded, restarted, unpacked and reinstalled...
    still same error message as before

  7. #17
    Join Date
    Sep 2009
    Beans
    25

    Re: Intel Ethernet Card not recognized

    anyone else have any suggestions?

  8. #18
    Join Date
    Apr 2008
    Beans
    Hidden!
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Intel Ethernet Card not recognized

    of course since modprobe does not want to take the options.
    Code:
    cd /etc/modprobe.d
    sudo touch e1000
    sudo nano e1000
    once in nano add this line:
    Code:
    options eeprom_bad_csum_allow=1
    then CTRL X to exit, save buffer Y
    and enter.
    then
    Code:
    sudo modprobe -r e1000
    sudo modprobe e1000
    then change directory to where you downloaded my script.
    Code:
    sudo ./e1000-mod-script
    it will tell you to reboot
    this should work, I just uninstalled my module on my main system and did this and it works.

    If anyone else sees an error in my post please PM me and advise here...Thanks

  9. #19
    Join Date
    Sep 2009
    Beans
    25

    Re: Intel Ethernet Card not recognized

    Quote Originally Posted by rreese6 View Post
    of course since modprobe does not want to take the options.
    Code:
    cd /etc/modprobe.d
    sudo touch e1000
    sudo nano e1000
    once in nano add this line:
    Code:
    options eeprom_bad_csum_allow=1
    then CTRL X to exit, save buffer Y
    and enter.
    then
    Code:
    sudo modprobe -r e1000
    sudo modprobe e1000
    then change directory to where you downloaded my script.
    Code:
    sudo ./e1000-mod-script
    it will tell you to reboot
    this should work, I just uninstalled my module on my main system and did this and it works.

    If anyone else sees an error in my post please PM me and advise here...Thanks
    ok to sum up, im going to, after entering sudo -s and using e1000e instead of e1000e (is this ok? the intel installer README says it is using e1000e):

    Code:
    tar zxf e1000e-x.x.x.tar.gz
    
    cd e1000e-x.x.x/src/
    
    make install
    
    cd /etc/modprobe.d
    
    touch e1000e
    
    nano e1000e
    
    options eeprom_bad_csum_allow=1
    
    CTRL X
    
    save buffer y? do i have to do anything here?
    
    rmmod e1000e
    
    modprobe e1000e
    so after I do this, u suggest running the script, however, do you think this will be effective since I seem to be using e1000e throughout the install...

  10. #20
    Join Date
    Sep 2009
    Beans
    25

    Re: Intel Ethernet Card not recognized

    Quote Originally Posted by rreese6 View Post
    Follow my link download driver then
    run the attached module script after you remove the ".txt" at the end. then reboot
    also for this file (if i end up needing it, which it looks like i do) do i need to ADD and extension or just run it with ./e1000-mod-script

Page 2 of 5 FirstFirst 1234 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •