Results 1 to 4 of 4

Thread: intel 536ep modem ubuntu 8.04

  1. #1
    Join Date
    Aug 2006
    Location
    Pakistan
    Beans
    55
    Distro
    Ubuntu 6.06

    intel 536ep modem ubuntu 8.04

    how can i install intel 536ep modem driver on ubuntu 8.04

  2. #2
    Join Date
    Feb 2007
    Location
    Maryland, USA
    Beans
    3,396
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: intel 536ep modem ubuntu 8.04

    It might be difficult to get that modem working. Here is a link to a generic Linux driver source tarball. You will have to compile this driver yourself. The Readme says that it has Debian support, but it looks like it really leans heavily toward Red Hat and SuSe.

    To compile the driver, you will first need to install the build-essential and linux-headers packages, using Synaptic (System --> Administration --> Synaptic). You will need the linux-headers package that exactly matches the kernel you are currently using. To find your kernel version, open a Terminal window (Applications --> Accessories --> Terminal) and enter the command
    Code:
    uname -r
    After you have installed these packages, download the driver file, which ends in tar.gz. Double-click the downloaded file to extract it. It should create a folder with the name intel-536EP-2.56.76.0. Once you have created that folder, you need to use the terminal to compile the driver. Use the cd command in the terminal to enter the folder. If the folder is on the desktop, do
    Code:
    cd ~/Desktop/intel-536EP-2.56.76.0
    If the folder is in your home folder, do the same, but leave out /Desktop.

    Once in the folder, open the Readme file for directions. Instead of becoming root, just preface the commands with sudo.

    If you get the driver to compile, you may need to follow the install-by-hand instructions in the Readme, Installation section near the bottom, to get the driver functioning, if make install fails.

  3. #3
    Join Date
    Aug 2006
    Location
    Pakistan
    Beans
    55
    Distro
    Ubuntu 6.06

    Re: intel 536ep modem ubuntu 8.04

    how can i install build-essential and linux-headers packages



    and sen me please details of intel536ep modem package

  4. #4
    Join Date
    Jan 2007
    Location
    Melbourne, Australia
    Beans
    5,096

    Re: intel 536ep modem ubuntu 8.04

    Do you have internet access currently with ubuntu box that you are trying to get the modem to work?
    Ubuntu Newbie Help: irc: #beginners-help on network irc.freenode.net
    Help others, mark your threads solved.

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
  •