3. INSTALLATION
Prerequisites:
1. root access
2. bash shell to run install scripts
3. a 536EP modem
4. kernel source headers for the kernel you are running
6 steps to install
1. login as ROOT
2. extract the archive into a directory with "tar -xvf <archivename>.tgz"
3. cd into the directory it created.
4. Type: make clean
5. Type: make 536ep
6. Type: make install-536ep
sudo apt-get install linux-headers-generic
sudo apt-get install g++ linux-headers-generic
tar xvfz <folder_name>.tgz
cd <folder_name>
make clean
make 536ep
sudo make install 536ep
ajp@ajp-desktop:~$ sudo apt-get install g++ linux-headers-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-generic is already the newest version.
The following packages were automatically installed and are no longer required:
gnustep-base-common libportaudio2 gnustep-gui-common libtext-glob-perl
libcarp-clan-perl gnustep-common libffcall1 gnustep-back-common
libnumber-compare-perl libbit-vector-perl
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
g++-4.2 libc6-dev libstdc++6-4.2-dev linux-libc-dev
Suggested packages:
g++-multilib g++-4.2-multilib gcc-4.2-doc libstdc++6-4.2-dbg glibc-doc
manpages-dev libstdc++6-4.2-doc
The following NEW packages will be installed:
g++ g++-4.2 libc6-dev libstdc++6-4.2-dev linux-libc-dev
0 upgraded, 5 newly installed, 0 to remove and 6 not upgraded.
Need to get 8010kB of archives.
After this operation, 32.2MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Err http://au.archive.ubuntu.com hardy-updates/main linux-libc-dev 2.6.24-18.32
Could not resolve 'au.archive.ubuntu.com'
Err http://au.archive.ubuntu.com hardy/main libc6-dev 2.7-10ubuntu3
Could not resolve 'au.archive.ubuntu.com'
Err http://au.archive.ubuntu.com hardy/main libstdc++6-4.2-dev 4.2.3-2ubuntu7
Could not resolve 'au.archive.ubuntu.com'
Err http://au.archive.ubuntu.com hardy/main g++-4.2 4.2.3-2ubuntu7
Could not resolve 'au.archive.ubuntu.com'
Err http://au.archive.ubuntu.com hardy-updates/main g++ 4:4.2.3-1ubuntu6
Could not resolve 'au.archive.ubuntu.com'
Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_2.6.24-18.32_i386.deb Could not resolve 'au.archive.ubuntu.com'
Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6-dev_2.7-10ubuntu3_i386.deb Could not resolve 'au.archive.ubuntu.com'
Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.2/libstdc++6-4.2-dev_4.2.3-2ubuntu7_i386.deb Could not resolve 'au.archive.ubuntu.com'
Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.2/g++-4.2_4.2.3-2ubuntu7_i386.deb Could not resolve 'au.archive.ubuntu.com'
Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/main/g/gcc-defaults/g++_4.2.3-1ubuntu6_i386.deb Could not resolve 'au.archive.ubuntu.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
ajp@ajp-desktop:~$ tar xvfz <linux>.tgz
tar: Old option `f' requires an argument.
Try `tar --help' or `tar --usage' for more information.
ajp@ajp-desktop:~$ cd <linux>
bash: syntax error near unexpected token `newline'
ajp@ajp-desktop:~$ make clean
make: *** No rule to make target `clean'. Stop.
ajp@ajp-desktop:~$ make 536ep
make: *** No rule to make target `536ep'. Stop.
ajp@ajp-desktop:~$ sudo make install 536ep
make: *** No rule to make target `install'. Stop.
ajp@ajp-desktop:~$
sudo apt-get install g++
uname -r
ajp@ajp-desktop:~$ sudo cp Intel536.ko /lib/modules/$(uname -r)/kernel/drivers/char
[sudo] password for ajp:
cp: cannot stat `Intel536.ko': No such file or directory
ajp@ajp-desktop:~$ sudo depmod -a
ajp@ajp-desktop:~$ sudo modprobe Intel536
ajp@ajp-desktop:~$ sudo cp /etc/modules /etc/modules.backup
ajp@ajp-desktop:~$ sudo sh -c "echo Intel536 >> /etc/modules"
ajp@ajp-desktop:~$ sudo echo -e '# Intelmodem536ep\nKERNEL=="536ep0", SYMLINK=="modem"' >> /etc/udev/rules.d/10-local.rules
bash: /etc/udev/rules.d/10-local.rules: Permission denied
ajp@ajp-desktop:~$ sudo ln -s /dev/536ep0 /dev/modem
ln: creating symbolic link `/dev/modem': File exists
ajp@ajp-desktop:~$ [Dialer Defaults]
bash: [Dialer: command not found
ajp@ajp-desktop:~$ Modem = /dev/536ep0
bash: Modem: command not found
ajp@ajp-desktop:~$ Baud = 115200
bash: Baud: command not found
ajp@ajp-desktop:~$ Init = ATZ
bash: Init: command not found
ajp@ajp-desktop:~$ New PPPD = yes
bash: New: command not found
ajp@ajp-desktop:~$ Stupid Mode = 1
bash: Stupid: command not found
ajp@ajp-desktop:~$ Auto Reconnect = off
bash: Auto: command not found
ajp@ajp-desktop:~$ #Carrier Check = no
ajp@ajp-desktop:~$ Dial Attempts = 1
bash: Dial: command not found
ajp@ajp-desktop:~$ Phone = 909125458
bash: Phone: command not found
ajp@ajp-desktop:~$ Username =
bash: Username: command not found
ajp@ajp-desktop:~$ Password =
bash: Password: command not found
ajp@ajp-desktop:~$
بعد هم برای اتصال به اینترنت کد wvdial رو تو ترمینال وارد کردم و اینتر رو زدم و جواب زیر رو گرفتم ajp@ajp-desktop:~$ wvdial
--> WvDial: Internet dialer version 1.60
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Modem initialized.
--> Configuration does not specify a valid phone number.
--> Configuration does not specify a valid login name.
--> Configuration does not specify a valid password.
ajp@ajp-desktop:~$
ajp@ajp-desktop:~$
sudo gedit /etc/wvdial.conf
Phone = 970001
Username = 55687dfsv
Password = sdfsdf444
--> Ignoring malformed input line: ";Do NOT edit this file by hand!"
--> WvDial: Internet dialer version 1.60
--> Cannot open /dev/modem: No such file or directory
--> Cannot open /dev/modem: No such file or directory
--> Cannot open /dev/modem: No such file or directory
sudo cp -l /dev/536ep0 /dev/modem
--> Ignoring malformed input line: ";Do NOT edit this file by hand!"
--> WvDial: Internet dialer version 1.60
--> Cannot open /dev/modem: Device or resource busy
--> Cannot open /dev/modem: Device or resource busy
--> Cannot open /dev/modem: Device or resource busy
کسی جواب سوال دومم رو در مورد تلفن نمیدونه؟