web developer & system programmer

coder . cl

ramblings and thoughts on programming...


intel-537ep-2.60.80.1.tgz

published: 24-02-2007 / updated: 24-02-2007
posted in: patches
by Daniel Molina Wegener

intel-537EP_secure-2.60.80.1 does not compile with gcc 4.0 under Kubuntu Edgy, Also, the driver has obsolete power management interfaces and calls. This patch solves both problems, updates the power management functions and make it compiles under Kubuntu. The install is broken, which means that you must install the driver manually, both modules. I will release a more complete version of the patch this weekend… but the time is short to work on…

Originally, I have downloaded the intel-537ep-2.60.80.1.tgz tarball from Intel.

### download manually the driver from intel
### extract the tarball
$ tar xjvf intel-537ep-2.60.80.1.tgz
### get the patch
$ wget -c 'http://www.coder.cl/patches/intel-537EP_secure-2.60.80.1-patch20070224.patch.gz'
### uncompress the patch
$ gunzip intel-537EP_secure-2.60.80.1-patch20070224.patch.gz
### patch the source
$ patch -p0 < intel-537EP_secure-2.60.80.1-patch20070224.patch
### go to the source directory
$ cd intel-537EP_secure-2.60.80.1
### build the source
$ make clean 537

The patch does not have any kind of warranty.


5 comments to “intel-537ep-2.60.80.1.tgz”

  1. Daniel, I have followed the above steps but when I try to patch the source I get a “no file or directory” message. I have downloaded both files, even though the driver file ends in 2.60.80 without the .1. I dont think that is important.
    I have an Ubuntu Hardy 8.0 OS and the files I downloaded are:
    intel-537EP_secure-2.60.80.1-patch20070224.patch and
    intel-537EP_secure-2.60.80.0
    this is what a get:
    root@chuix:/home/jesus/intel-537EP_secure-2.60.80.0# patch -p0 < intel-537EP_secure-2.60.80.1-patch20070224.patch
    bash: intel-537EP_secure-2.60.80.1-patch20070224.patch: No existe el fichero ó directorio
    May I am doing something wrong
    I would appreciate your comment
    Thankyou

  2. Copy the patch in the target folder…

  3. The target folder is the driver file?
    What I did was
    1) I got the intel driver folder: intel-537EP_secure-2.60.80.0
    2) I got the patch: intel-537EP_secure-2.60.80.1-patch20070224.patch
    3) I go to the intel driver folder as root and do: patch -p0 < intel-537EP_secure-2.60.80.0-patch20070224.patch
    And I get: $ intel-537EP_secure-2.60.80.0-patch20070224.patch: No existe el fichero ó directorio.
    Sorry to bother, maybe the answer is in front of my eyes but I don’t see.
    Before I go to Step 3, I already copied the patch “as is” in the intel driver folder

  4. The target folder is one folder up to the driver folder. Also, this patch is too old to be used on new kernels. Be careful, seems that this patch can not be used on new kernels.

  5. Thank you anyway Daniel, I found another using a debian program but it did not work either. It seems that getting this modem to work with ubuntu-linux is no easy task. This is one of the drawbacks of linux sometimes and it is frustrating.

post a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>