Results 1 to 9 of 9

Thread: HOWTO: Install Intel537EP Modem

  1. #1
    Join Date
    May 2005
    Beans
    16

    HOWTO: Install Intel537EP Modem

    There are plenty of guides for installing and configuring modems on this page, but I'm adding another because none of them worked for the Intel 537EP.

    Before you do this you need to make sure you have the gcc package and the linux-header packages for your kernel version.

    1. Download the 2.60.80.1 driver (uncompiled) here. Make sure it's that one and not the .0 version.
    2. Download patch here
    3. Unzip and untar both packages
    4. I recommend that at this point you login as root using "su"
    5. Apply patch to driver by going to the directory that the driver unzipped into and running
      Code:
      root@TROYNET01:/home/justint # patch -p0 < /directory/of/the/patch/patch-intel-537ep-kernel2610.diff
    6. Run (while still in the directory of the driver)
      Code:
      root@TROYNET01:/directory/of/driver # make clean
    7. Run
      Code:
      root@TROYNET01:/directory/of/driver # make 537
    8. Run
      Code:
      root@TROYNET01:/directory/of/driver # make install
    9. Theoretically the install should be done here. It wasn't for me.
    10. This driver doesn't work very nicely with the version of wvdial that is packaged with ubuntu, so if we link the modem to ttyS15 (an experimental port) we can get wvdial to recognize it. Run
      Code:
      root@TROYNET01:/any/directory # rm /dev/ttyS15
    11. Run
      Code:
      root@TROYNET01:/any/directory # ln -s /dev/537 /dev/ttyS15
    12. now the modem is linked to a place that wvdial can get it. I also recommend linking it to /dev/modem. The installer should have done this, so run
      Code:
      root@TROYNET01:/any/directory # ls -l /dev/modem /dev/537
      If this shows up then it is properly linked. Otherwise run
      Code:
      root@TROYNET01:/any/directory # ln -s /dev/537 /dev/modem
    13. That's it. Run
      Code:
      wvdial wvtest.txt
      to test. It should work! Then you can go to the modem's configuration panel in GNOME and configure as usual. It should autodetect the modem without a problem.

  2. #2
    Join Date
    Jun 2005
    Beans
    4

    Re: HOWTO: Install Intel537EP Modem

    This HOWTO not run here!

    I install 'gcc package' and headers.
    But when I run the step "make install" a error occur. The Intel537 module don't is make.

    I try "modprobe Intel537" but nothing too.
    Unfortunelly I don't can send the errors messages...

    I am wait a solution. Thanks.

  3. #3
    Join Date
    Jun 2005
    Beans
    1

    Re: HOWTO: Install Intel537EP Modem

    I followed nascent16's advise but when I applied the patch I got a message:

    "Reversed (or previously applied) patch detected! Assume -R? [n]"

    Any advise as to next step I should take.

  4. #4
    Join Date
    May 2005
    Beans
    16

    Re: HOWTO: Install Intel537EP Modem

    Sounds like you already have the patch.... Why don't you try skipping that step and see if it works?

    Justin

  5. #5
    Join Date
    Nov 2005
    Beans
    1

    Re: HOWTO: Install Intel537EP Modem

    Hi, I have a INTEL537EP modem.

    Are you able to send faxes, with efax, for example?
    If so, how can you do this?


    Also, if I do rm ttyS0, it deletes the port and I can't use it anymore. (even if I do ln -s /dev/537 /dev/ttyS15):

    efax-0.9a: 47:38 Error: can't open serial port /dev/ttyS15: No such file or directory

    How can I reinstall a port?


    And is there a way just to send a command to the modem and verify what it answers ?

  6. #6
    Join Date
    Nov 2005
    Location
    Allentown, PA
    Beans
    123
    Distro
    Ubuntu 12.04 Precise Pangolin

    Thumbs up Re: HOWTO: Install Intel537EP Modem

    I believe the newer versions of the drivers remove the need for the patch steps. This is version 2.70.95.

    I wish I had found this first. It would have saved me a lot of time. Thanks for solving my last problem.

  7. #7
    Join Date
    Jan 2006
    Beans
    1

    Re: HOWTO: Install Intel537EP Modem

    Quote Originally Posted by nascent16
    There are plenty of guides for installing and configuring modems on this page, but I'm adding another because none of them worked for the Intel 537EP.

    Before you do this you need to make sure you have the gcc package and the linux-header packages for your kernel version.

    1. Download the 2.60.80.1 driver (uncompiled) here. Make sure it's that one and not the .0 version.
    2. Download patch here
    3. Unzip and untar both packages
    4. I recommend that at this point you login as root using "su"
    5. Apply patch to driver by going to the directory that the driver unzipped into and running
      Code:
      root@TROYNET01:/home/justint # patch -p0 < /directory/of/the/patch/patch-intel-537ep-kernel2610.diff
    6. Run (while still in the directory of the driver)
      Code:
      root@TROYNET01:/directory/of/driver # make clean
    7. Run
      Code:
      root@TROYNET01:/directory/of/driver # make 537
    8. Run
      Code:
      root@TROYNET01:/directory/of/driver # make install
    9. Theoretically the install should be done here. It wasn't for me.
    10. This driver doesn't work very nicely with the version of wvdial that is packaged with ubuntu, so if we link the modem to ttyS15 (an experimental port) we can get wvdial to recognize it. Run
      Code:
      root@TROYNET01:/any/directory # rm /dev/ttyS15
    11. Run
      Code:
      root@TROYNET01:/any/directory # ln -s /dev/537 /dev/ttyS15
    12. now the modem is linked to a place that wvdial can get it. I also recommend linking it to /dev/modem. The installer should have done this, so run
      Code:
      root@TROYNET01:/any/directory # ls -l /dev/modem /dev/537
      If this shows up then it is properly linked. Otherwise run
      Code:
      root@TROYNET01:/any/directory # ln -s /dev/537 /dev/modem
    13. That's it. Run
      Code:
      wvdial wvtest.txt
      to test. It should work! Then you can go to the modem's configuration panel in GNOME and configure as usual. It should autodetect the modem without a problem.
    I have done everithing but it seems that tht /dev/537 is not made(i am sure of it)

  8. #8
    Join Date
    Nov 2005
    Location
    Allentown, PA
    Beans
    123
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: Install Intel537EP Modem

    Could someone post their wvdial.conf? I'm getting the error "Modem not responding" when I run wvdial.

    I have these lines that may be pertinent in ~/wvdial.conf

    Modem = /dev/modem
    Baud = 115200
    Init = ATZ
    Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    Dial Command = ATM1L3DT

    If I use Gnome-ppp, I get a bit further. Even though I enter a password at the start, the log reports:

    Modem Initialized
    Please enter password

    When I get that, the line is sometimes busy and it doesn't seem to affect it.
    Last edited by flickerfly; January 15th, 2006 at 01:27 AM.

  9. #9
    Join Date
    Aug 2008
    Beans
    27
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Install Intel537EP Modem

    Sorry to bump this very dead thread, but I could use some help installing this driver. Tried to download the drivers from the first link, but Intel has since removed them. Any ideas where I could find them?
    Lenovo Ideapad Y430 - T5800 | 3GB DDR2 800 | 250GB | 14.1" | Ubuntu 8.10
    -----------------------------------------------------
    Q6600 | 4GB DDR2 1066 | 320GB + 160 GB | DFI P35 Lanparty | EVGA 9800GTX+ KO | OCZ 600W | Vista Ultimate x64/ Ubuntu 8.04

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
  •