|

楼主 |
发表于 2002-7-14 18:30:48
|
显示全部楼层
我的tplink是im-ip5600上面写着软硬件都是smart link,软件版本v2.92 03A
另外,这个驱动程序是我从tp-link的网站上(http://www.tp-link.com.cn/download.htm)下载的,解压后的帮助文件,可能是繁体的,我的acrobat 只显示一部分英文如下:
5. Compile the driver, using the following command:
# rpm --rebuild slmdm-2.06-2i.src.rpm
This will create three files in the directory and build the modem drivers for this kernel.:
/usr/src/redhat/RPMS/i386 (observe the output, and look for the "Wrote: ..." line).
slmdm-2.06-2i.i386.rpm
slmdm-amr-2.06-2i.i386.rpm
slmdm-usb-2.06-2i.i386.rpm
Note: This process requires kernel headers to be present in the directory
'/usr/include/linux'
Redhat-7.1 doesn't build symbolic link /usr/src/linux, you have to install the kernel
source "kernel-source-2.4.2-2.i386.rpm" from the CD 2 by following command
# rpm -i kernel-source-2.4.2-2.i386.rpm
then, there are 2 options:
a. Create the symbolic link manually
(command: ln -s /usr/src/linux -2.4.2 /usr/src/linux).
b. Use environment variable 'KERNEL_INCLUDES'
(for versions before 2-03 'LINUXINC') to redefine kernel include directory
(command: 'export KERNEL_INCLUDES=/usr/src/linux-2.4/include').
6. Install the drivers, using the following command:
# rpm -i /usr/src/redhat/RPMS/i386/slmdm-2.06-2i.i386.rpm
Then select the corresponding device (PCI/AMR riser or USB) that you would like to
install.
For AMR/CNR/PCI/MDC/MiniPCI card, type
# rpm -i /usr/src/redhat/RPMS/i386/slmdm-amr-2.06-2i.i386.rpm
For USB modem, type
# rpm -i /usr/src/redhat/RPMS/i386/slmdm-usb-2.06-2i.i386.rpm
Do remember it allows installing only one device either AMR or USB at one time.
AMR driver is also suitable for CNR, PCI, ACR, MDC and MiniPCI devices
Note: During installation, you may see some "Unresolved symbols" warnings
of the files "airport.o", "cpia_pp.o" and "mpsuni_cs.o". These warnings are not
relative to the modem drivers and can be ignored. The modem will work correctly.
6. Configure the modem for the country you're in:
a). The default country setting is “USA”, you can change your modem country setting
by putting a line in /etc/modules.conf file:
For example, you are in Taiwan and you have to add this line in /etc/modules.conf
options slmdm country="TAIWAN"
b). You can check the Country setting in “minicom” and type ati7
Using the modem with applications
Use any modem application (such as 'minicom', 'pppd' or 'chat') as usual.
The modem has tested by us ing 'minicom' terminal emulation and 'kppp' Internet Dialer
program.
NOTE: The document ppp- howto.txt provides basic instructions of how to configure PPP.
The version of pppd must be 2.4.0 or higher.
Un-installation
To uninstall the modem, type
# rpm -e slmdm-amr (for AMR/PCI card installed)
or
# rpm -e slmdm-usb (for USB modem installed)
then type
# rpm -e slmdm |
|