LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 761|回复: 6

这个驱动怎么安装啊?我e文不好,请e问好的朋友来看看!

[复制链接]
发表于 2002-11-2 18:51:45 | 显示全部楼层 |阅读模式
我现在用的是内制的猫,,问厂商要了驱动程序,,但,不会安装啊,请高手和我一块研究研究可以吧,,,我基本上就是按照驱动里的reat me安装的,但,我在硬件列表里,还是看不到我的modem的信息,现在我把厂商给我的modem的驱动中的readme传上来,,是ECOM的,,,,大家帮我分析一下吧,,安装完以后在怎么样设置就可以听到我的猫叫了,,谢谢,,,,我搞了这么多天的linux,到现在还是菜鸟一个,,,唉!我现在用的red hat8.0+2000+98
 楼主| 发表于 2002-11-2 18:53:50 | 显示全部楼层
V4.06.06.03 has proven to connect to an ISP without incident. My problems in Newport Beach were associated with the username I was using. For windows dial-up to earthlink internet provider we use "ELN\pcdpae", for linux we only use "pcdpae".

To install the modem, use the attached package with the following steps:
at the command prompt type:
ln -s /usr/src/linux-2.4.7-2 /usr/src/linux
this will create a link "linux" to the source code for the RF distribution of the 2.4.7 kernel. Our installer needs this link to work properly. RedFlag has a similar link called linux-2.4.

After the link is there, unpack the modem source code:
tar -xpzvf hsflinmodem-4.06.06.03.tar.gz
This line should be run from the directory containing the archive (ex: /usr/src/)

Next change into the directory:
cd hsflinmodem-4.06.06.03

Install the modem:
make install

Next configure the modem:
hsfconfig
Use the default settings for all, except the country of course. When you get to the country selection type "CHINA"
If successful the config tool will tell you that the modem is accessible at /dev/modem or /dev/ttyHSF0, or something similar (use the generic naming /dev/modem)

Switch back to the GUI (KDE) and run kppp
Create an ISP profile. To verify that the modem is working you can go to the third tab from the left and click on the query modem button (middle button of the three). If the modem is working, you should see the ATi commands being processed.
Once the ISP profile is complete, click OK and you should be ready to connect.

The RedFlag installations I went through were the first two options (top(compact) and middle(full)) The compact installation did not work for me. The make command was not accessible, so I reinstalled using the full option, then I had no more problems.

When pppd fails, there is an alert that pops up. I can not read the text, but I believe the box on the left says ok or cancel and the box on the right says log. If the debug pppd is not installed you will see another dialog box. Okay the request to install the debug pppd then try to connect again. The next failure will once again generate the alert, but this time when you click on the "log" button you should see what exactly went wrong as well as a recommendation for the user action. This is how I came across our username problem.
发表于 2002-11-2 20:16:36 | 显示全部楼层

你哪一句不懂啊

首先建立链接,它说要
ln -s /usr/src/linux-2.4.7-2 /usr/src/linux  
这个我看得和你的linux内核有关 他的内核是2.4.7
你自己看着办
然后解压缩
tar -xpzvf hsflinmodem-4.06.06.03.tar.gz
在转到解压缩后的目录
cd hsflinmodem-4.06.06.03
安装
make install
配置
hsfconfig
用默认的,选国家的时候选中国
如果成功的话
会告诉你 /dev/modem or /dev/ttyHSF0,
然后就可以用kppp,拨号了
 楼主| 发表于 2002-11-2 21:55:00 | 显示全部楼层
但,是我的内河是red hat8.0,,我没有动过啊,,,,怎么办,,就是我在hsfconfig的时候没有国家让我选择的,,,等我晚上把控制台里显示的命令传上来,,你给看一下
 楼主| 发表于 2002-11-2 23:34:55 | 显示全部楼层
这些是我在控制台的具体操作,请高手帮忙看看,,谢谢,这些,是我用了我 用了make install的命令以后出现的东西,后边的的那些warning不明白

[root@localhost root]# cd /mnt/hsflinmodem-4.06.06.03
[root@localhost hsflinmodem-4.06.06.03]# ln -s /usr/src/linux-2.4.7-2 /usr/src/linux
ln: `/usr/src/linux': File exists
[root@localhost hsflinmodem-4.06.06.03]# make install
make: *** Warning: File `imported/makeflags.mak' has modification time in the future (2002-01-24 06:40:18 > 2001-11-02 23:14:29) make[1]: Entering directory `/mnt/hsflinmodem-4.06.06.03/inf' make[1]: *** Warning: File `../imported/makeflags.mak' has modification time in the future (2002-01-24 06:40:18 > 2001-11-02 23:14:29) install -m 644 linux_athens.inf linux_hsfi.inf linux_hsf.inf linux_intel_smartmc.inf linux_smarthsf.inf /etc/hsf/inf make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/mnt/hsflinmodem-4.06.06.03/inf' make[1]: Entering directory `/mnt/hsflinmodem-4.06.06.03/inf2bin' make[1]: *** Warning: File `../imported/makeflags.mak' has modification time in the future (2002-01-24 06:40:18 > 2001-11-02 23:14:30) cc -I../imported/include -I../modules/osspec/include -DFRAME_WORK=FWK_LINUX_SOFTK56 -DFRAME_WORK_IMPORTED -DOVERRIDE_NEW=1 -DPORTABILITY=0 -DMULTYDP -DHSFLINUXVERSION="\"4.06.06.03\"" -O2 -Wall -c -o inf2bin.o inf2bin.c cc -o hsfinf2bin inf2bin.o install -m 755 hsfinf2bin /usr/sbin/hsfinf2bin make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/mnt/hsflinmodem-4.06.06.03/inf2bin' make[1]: Entering directory `/mnt/hsflinmodem-4.06.06.03/firm2bin' make[1]: *** Warning: File `../imported/makeflags.mak' has modification time in the future (2002-01-24 06:40:18 > 2001-11-02 23:14:32) cc -I../imported/include -I../modules/osspec/include -DFRAME_WORK=FWK_LINUX_SOFTK56 -DFRAME_WORK_IMPORTED -DOVERRIDE_NEW=1 -DPORTABILITY=0 -DMULTYDP -O2 -Wall -c -o firm2bin.o firm2bin.c cc -o hsffirm2bin firm2bin.o install -m 755 hsffirm2bin /usr/sbin/hsffirm2bin install -m 644 cnxykf.hex /etc/hsf make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/mnt/hsflinmodem-4.06.06.03/firm2bin' make[1]: Entering directory `/mnt/hsflinmodem-4.06.06.03/scripts' make[1]: *** Warning: File `../imported/makeflags.mak' has modification time in the future (2002-01-24 06:40:18 > 2001-11-02 23:14:32) sed \ -e 's!@PREFIX@!/usr!g' \ -e 's!@HSFETCDIR@!/etc/hsf!g' \ -e 's!@HSFLIBDIR@!/usr/lib/hsf!g' \ -e 's!@HSFINFDIR@!/etc/hsf/inf!g' \ -e 's!@HSFSERIALMINOR@!64!g' \ -e 's!@HSFBININF_FILE@!/etc/hsf/nvram.bin!g' \ -e 's!@HSFFIRMWR_FILE@!/etc/hsf/firmware.bin!g' \ -e 's!@HSFLINUXVERSION@!4.06.06.03!g' \ < hsfconfig.in > hsfconfig chmod 755 hsfconfig install -m 755 hsfconfig hsfstop /usr/sbin install -m 755 hsfsysid /usr/bin make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/mnt/hsflinmodem-4.06.06.03/scripts' :134667183:256: /usr/src/linux/include/linux/config.h: No such file or directory :134667183:256: /usr/src/linux/include/linux/version.h: No such file or directory :134667183:256: /usr/src/linux/include/linux/version.h: No such file or directory make[1]: Entering directory `/mnt/hsflinmodem-4.06.06.03/modules' make[1]: *** Warning: File `../imported/makeflags.mak' has modification time in the future (2002-01-24 06:40:18 > 2001-11-02 23:14:33) rm -rf "/usr/lib/hsf/config.mak" "/usr/lib/hsf/imported" "/usr/lib/hsf/modules" mkdir -m 755 -p /usr/lib/hsf/modules (cd .. && find config.mak imported -depth -print | cpio -pdm /usr/lib/hsf) 3664 blocks find . \( -name '*.[ch]' -o -name '*.mak' -o -name '[Mm]akefile' \) -print | cpio -pdm /usr/lib/hsf/modules 558 blocks find binaries -depth -print | cpio -pdm /usr/lib/hsf/modules 0 blocks make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/mnt/hsflinmodem-4.06.06.03/modules' make: *** No rule to make target `LICENSE', needed by `install'. Stop.
[root@localhost hsflinmodem-4.06.06.03]#
 楼主| 发表于 2002-11-2 23:40:34 | 显示全部楼层
然后上边的运行完以后我有用hsfconfig这个命令,,一会出现了这个东西,好像是要我选择[/lib/modules/2.4.18-14/build] ,我不知道怎么样选,楼上的朋友,是不是改这个地方写china呢,,然后我就写上了china然后回车。下边的是我hsfconfig以后出现的东西。然后我再怎么弄呢,请高手指教!
[root@localhost root]# cd /mnt/hsflinmodem-4.06.06.03
[root@localhost hsflinmodem-4.06.06.03]# hsfconfig Linux HSF softmodem drivers, version 4.06.06.03 No pre-built HSF modules are available for your exact kernel: Linux-2.4.18-14-i686-RedHat-8.0-MODVERS Assuming that a C compiler and proper kernel header files are present on your system, we will now attempt to re-compile the modules. Where is the directory of C header files that match your running kernel? [/lib/modules/2.4.18-14/build] CHINA WARNING: missing file CHINA/include/linux/autoconf.h The cause of this problem is usually a missing or misconfigured kernel source tree (and sometimes an incorrect directory or symbolic link). First, ensure that the proper kernel source and compiler packages from your distribution vendor and/or the community are installed. The Linux kernel can then be reconfigured by running "make menuconfig" under the kernel source directory (usually /usr/src/linux). Verify that the proper options for your system are selected, and that CONFIG_SMP ("Symmetric multi-processing support" under "rocessor type and features") is disabled, as this driver is presently designed to work on single-processor machines. Then compile and install your new kernel (for more information about this procedure, see the README file under the kernel source directory), reboot the system using the new kernel, and re-run "hsfconfig".
[root@localhost hsflinmodem-4.06.06.03]#
发表于 2002-11-6 15:25:16 | 显示全部楼层
兄弟,咱们一切从头来。
一。把机箱打开,打猫的芯片上的内容发上来。
二。把系统,版本说一下,主板是什么芯片的?VIA,还是INTEL的?
二。我们找驱动。
四。研究安装。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表