|
查看硬件的芯片 # lspci -v
发现modem能找到,显示如下 02:01.0 Communication controller: Intel Corp. 536EP Data Fax Modem Subsystem: Intel Corp.: Unknown device 1005 Flags: bus master, medium devsel, latency 32, IRQ 5 Memory at ea000000 (32-bit, non-prefetchable) [size=4M] Capabilities: [e0] Power Management version 2
去intel下载536ep的驱动来,我下载了http://downloadfinder.intel.com/scripts-df-external/Product_Filter.aspx?ProductID=977&lang=zho 三个版本(我的是rh9,主要安装是rh9),然后按照readme提示,如下操作。
1. login as ROOT #以root登录
2. extract the archive into a directory with "tar -zxvf <archivename>.tgz" #解压缩档案文件
3. cd into the directory it created. #进入刚解压缩创建的文件夹
4. Type: make clean #输入make clean,将那些个文件的后缀什么的都去掉了。
5. Type: make 536 #make 536编译536
6. Type: make install #执行安装
可是问题出现了 输入make clean 如下: [root@localhost intel-536EP-2.56.76.1]# make clean cd coredrv; make clean make[1]: Entering directory `/root/.gnome-desktop/Software/drivers/intel-536EP-2.56.76.1/coredrv' rm -f *.ko *.o *~ core make[1]: Leaving directory `/root/.gnome-desktop/Software/drivers/intel-536EP-2.56.76.1/coredrv' rm -f *.o *.ko
输入make 536就报错了。说/lib/modules...没有 autoconf.h这个文件,我用find查下/lib/modules目录,有一堆这种文件。 [root@localhost intel-536EP-2.56.76.1]# make 536 Module precompile check Current running kernel is: 2.4.20-8 /lib/modules... autoconf.h does not exist please install kernel source make: *** [check] Error 1
虽然报错,但学是抱着一线希望试下能否安装,,结果还是出错了。(有时装mysql时也报错,但最后都能行的:P) 然后再执行 make install [root@localhost intel-536EP-2.56.76.1]# make install rm -f /etc/hamregistry.bin bash Intel536_inst running kernel 2.4.20-8 installing hamregistry, used for persistant storage installing Intel536 driver install: stat‘Intel536.o’失败: 没有那个文件或目录 make: *** [install] Error 1
用调制解调器上网,linux系统提示说还是找不到驱动,重启也没有用。三个版本均安装过。我的系统是redhat 9,内核是2.4.20.8。
不知道是什么原因导致问题的出现。盼望解答!谢谢! 虽然出现了问题,但总的说来还是进步了的,至少知道此款猫是Intel Corp. 536EP Data Fax Modem,而且是有驱动的,并不是厂商所言无接口之类。我想在Linux下拨号上网一定会实现了。。。感谢各位的帮助,,学习linux的确是件快乐的事。。
我已经正确编译了intel 536ep modem,可是还是上不了网。用互联网配置工具还是检测不到modem,可惜啊。再找些资料来看,完了把过程分享给大家。 [root@localhost dev]# /usr/bin/wvdial --chat bellsouth 也可以执行一下步骤,第一行就显示Intel536模块已加载 [root@localhost root]# lsmod Module Size Used by Tainted: PF Intel536 1040516 0 (unused) 再执行一下# dmesg命令,查看硬件及相关信息. [root@localhost root]# dmesg | grep tty [root@localhost dev]# dmesg PCI: Found IRQ 5 for device 02:01.0 PCI: Found IRQ 5 for device 02:01.0
[root@localhost root]# /usr/bin/wvdial --chat bellsouth 查看网络配置, [root@localhost root]# ifconfig [root@localhost root]# wvdial --> WvDial: Internet dialer version 1.53 --> Warning: section [Dialer Defaults] does not exist in wvdial.conf.
--> Initializing modem. --> Sending: ATZ ATZ OK
以下是安装过程 无法查到 localhost 的互联网地址,这将妨碍 GNOME 正常操作。 把 localhost 加到 /etc/hosts 文件中也许能解决这个问题。
第一步,查看硬件信息,找到Intel Corp. 536EP Data Fax Modem,这一步很重要,凡是装硬件都应该先查看是什么芯片.而不只是理所当然的认自己购买时的牌子. [root@localhost root]# lspci 找到536ep的猫 02:01.0 Communication controller: Intel Corp. 536EP Data Fax Modem Subsystem: Intel Corp.: Unknown device 1005 Flags: bus master, medium devsel, latency 32, IRQ 5 Memory at ea000000 (32-bit, non-prefetchable) [size=4M] Capabilities: [e0] Power Management version 2
第二步,找出redhat的第二张安装光盘安装内核,如果装了就不用在装. [root@127 root]# cd /mnt/cdrom/RedHat/RPMS [root@127 RPMS]# find ker* kernel-doc-2.4.20-8.i386.rpm kernel-source-2.4.20-8.i386.rpm kernel-utils-2.4-8.29.i386.rpm [root@127 RPMS]# rpm -ivh kernel-source-* Preparing... ########################################### [100%] package kernel-source-2.4.20-8 is already installed
第三步,下载Intel 536EP驱动,Intel官方下载地址:http://downloadfinder.intel.com/scri...??搜搜,Intel 536EP driver,结果多的是,找到与自己内核(# uname -a 查看内核)相同的安装包. http://www.intel.com/design/modems/s...ep,537ep等等) Linux联盟收集整理
 |
频道声明:本频道的文章除部分特别声明禁止转载的专稿外,可以自由转载.但请务必注明出出处和原始作者 文章版权归本频道与文章作者所有.对于被频道转载文章的个人和网站,我们表示深深的谢意。
| 原始作者:佚名 |
录入时间:2007-1-3 3:41:56 |
| 信息来源:不详 |
投稿信箱:itqoo@126.com |
|
|
 |
|