pratio sam ovo uputstvo i mislim da sam sredio 95 %

hvali mi samo zavrsnica:
Compiling the driver
First we need to uncompress the downloaded file. Start a terminal window and run the following command:
tar xzf Intel-536EP-4.71.tgz
This assumes you saved the file downloaded from Intel in your home directory; otherwise, type cd <directory-where-the-file-is> before typing the tar command above.
This will create a directory Intel-536 with the source contained in it. Change to this directory by typing
cd Intel-536
Still in the terminal window, type the following:
make clean
This should produce output looking like this:
Try `uname --help' for more information.
cd coredrv; make clean
make[1]: Entering directory `/home/rory/Intel-536/coredrv'
rm -f *.ko *.o *~ core
make[1]: Leaving directory `/home/rory/Intel-536/coredrv'
rm -f *.o *.ko
Now type
make 536
This will result in many lines of output being printed to the terminal window; you can ignore most of them. The final lines should look like this:
CC /home/rory/Intel-536/coredrv/Intel536.mod.o
LD [M] /home/rory/Intel-536/coredrv/Intel536.ko
make[2]: Leaving directory `/usr/src/linux-headers-2.6.12-9-386'
make[1]: Leaving directory `/home/rory/Intel-536/coredrv'
There should be an Intel536.ko file in the directory now; test this by typing ls -l Intel536.ko; the output should look like
-rw-r--r-- 1 rory rory 1070520 2005-10-16 21:02 Intel536.ko
Your dates and times will be different. If you are using Breezy, the file size (1070520) should be the same.
Installing the driver
There are two steps to installing the driver. The first is to copy the Intel536.ko file created above to an appropriate directory, and the second is to cause the driver to be loaded at boot time.
Installing the Intel536.ko file
Copy the file to the modules directory by this command:
sudo cp Intel536.ko /lib/modules/$(uname -r)/kernel/drivers/char
You may be prompted for a password; if so, enter your user password.
Make your system aware of this module with depmod:
sudo depmod -a
Finally, load the driver with the modprobe command:
sudo modprobe Intel536
-----------------------------------------------
itd.to sam zano i bez ovog uputstava ali evo sta ne razumem:
The name of your modem device is /dev/536ep0. You can now use
sudo pppconfig to set up pon & poff. To use Kppp you will need to create a symlink be able to link the /dev/536ep0 to /dev/modem. Udev rewrites the /dev on each reboot and you thus have to create a file /etc/udev/rules.d/10-local.rules and put the following lines in it:
# Intelmodem536ep
KERNEL="536ep0" SYMLINK="modem"
STA TREBA DA URADIM ?