LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: orphen

SmartLink 猫如何安装?

[复制链接]
发表于 2003-5-3 15:15:33 | 显示全部楼层
点刷新驱动,竟然跑到了Smart Link的网站上了。。。

是Smart Link的???
发表于 2003-5-3 15:33:24 | 显示全部楼层
应该学会发帖求助。请兄台把如下的信息帖上来

系统、内核、版本
#uname -a

查看芯片
#lspci

要完整的。

多谢。
发表于 2003-5-3 15:40:07 | 显示全部楼层
我在WINDOWS下看到的只有上面那些,说明书上也没有写是什么芯片,正想是否拆机箱。。。
Redhat9.0, kernel-2.4.20-?

研读http://www.linuxsir.cn/forum.php ... &pagenumber=1

中。。。。(好象和我的猫差不多,不知道这位老兄的猫解决了没。。。)
发表于 2003-5-3 16:10:03 | 显示全部楼层
北南南北师父,没有搞定。。。

我装了kernel,inclue目录也正确(我已经装/usr/src/下的内核文件夹改为了linux,这正是Makefile里面的目录,因此不用改动)。我拆下猫,能看到三个芯片的型号(我有点儿菜,不知道哪个是主芯片。。。)

在WINDOS XP下,看到猫是在com3端口
-------------------------
我的操作系统:
前些日子买的RedHat9.0
-------------
三个芯片型号:
1,SmartLink  (这是最大的那个)
   SL1800
   XHB79800000B
2,HAMR5603
  0206CACAAK
3,SI3012-KS
  0146GACAAH
-------------
安装时一些命令输出:
[root@localhost slmdm-2.7.14]# make install-amr
install -D -m 644 slmdm.o //lib/modules/2.4.20-8/misc/slmdm.o
install -D -m 644 slfax.o //lib/modules/2.4.20-8/misc/slfax.o
install -D -m 644 slamrmo.o //lib/modules/2.4.20-8/misc/slamrmo.o
install -D -m 644 slusb.o //lib/modules/2.4.20-8/misc/slusb.o
install -D -m 755 country.dat /etc/country.dat
install -d /dev
rm -f /dev/ttySL0
mknod -m 666  /dev/ttySL0 c 212 0
ln -sf ./ttySL0  /dev/modem
/sbin/modprobe -r slusb
/sbin/modprobe -r slamrmo
/sbin/modprobe -r slfax
/sbin/modprobe -r slmdm
cp /etc/modules.conf /etc/modules.conf.slmdm && \
  grep -v 'slmodem' /etc/modules.conf.slmdm > /etc/modules.conf
make: [cleanup-config] Error 1 (ignored)
/sbin/depmod -a
cp /etc/modules.conf /etc/modules.conf.slmdm
echo 'alias char-major-212 slmodem' >> /etc/modules.conf
echo 'alias slmodem off' >> /etc/modules.conf
cp /etc/modules.conf /etc/modules.conf\.slmdm && \
  sed -e 's/^alias slmodem .*$/alias slmodem slamrmo/' /etc/modules.conf.slmdm > /etc/modules.conf
/sbin/depmod -a

[root@localhost slmdm-2.7.14]# ls -l /dev/modem
lrwxrwxrwx    1 root     root            8  5月  3 17:11 /dev/modem -> ./ttySL0

[root@localhost slmdm-2.7.14]# lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333]
00:01.0 PCI bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333 AGP]
00:09.0 Modem: ALi Corporation SmartPCI561 56K Modem
00:11.0 ISA bridge: VIA Technologies, Inc. VT8233A ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586/B/686A/B PIPC Bus Master IDE (rev 06)
00:11.2 USB Controller: VIA Technologies, Inc. USB (rev 23)
00:11.3 USB Controller: VIA Technologies, Inc. USB (rev 23)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233 AC97 Audio Controller (rev 40)
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
发表于 2003-5-3 16:20:35 | 显示全部楼层
我下载了:slmdm-2.7.10.tar
我把它下到软盘里了。
但不知道如何安装!望赐教!
发表于 2003-5-3 19:41:51 | 显示全部楼层
moxnet兄:
      想不到我们的猫是一个样的呀!我也是在RH9下无法上网!
祝你早日成功!
      (我下了驱动:slmdm-2.7.10.tar,但还不知道如何安装。)
发表于 2003-5-4 01:04:46 | 显示全部楼层
我在终端输入:tar zxvf slmdm-2.7.10.tar.gz
显示一大串错误信息。
(大意是安装失败之类)
发表于 2003-5-4 02:18:54 | 显示全部楼层
劳烦各位大哥帮忙分析一下以下信息:
  [root@localhost dev]# cd moden
[root@localhost moden]# cd slmdm-2.7.10
[root@localhost slmdm-2.7.10]# make

gcc -Wall -O3 -fomit-frame-pointer -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -I. -I/usr/src/linux/include  -DMODVERSIONS --include /usr/src/linux/include/linux/modversions.h -o amrmo_init.o -c amrmo_init.c

amrmo_init.c: /usr/src/linux/include/linux/modversions.h:没有些目录或文件
发表于 2003-5-4 03:02:34 | 显示全部楼层
看一下有没有安装kerenl-source包,到/usr/src目录中,如果有linux-2.4.20-8这个文件夹就是安装了,如果没有,就要安装这个包。在盘中找出文件名带有kerenl-source的包
#rpm -ivh kerenl-source*rpm

安装完成后,要执行一下下面的命令


# ln -s /usr/src/linux-2.4.20-8 /usr/src/linux

然后再进入驱动的目录执行
#make

#make install-amr

没有搞定。。。


哪儿没有搞定??从上面没有看到什么错误信息。。。。再详细的解释一下。多谢。
发表于 2003-5-4 09:49:34 | 显示全部楼层
终于找到我的贴子了,原来跑到这儿和无言兄的和一块儿了。。。

无言兄,咱两个的猫可能一样啊。。。我昨天晚上没有装上,还害的我重装了一遍系统。。。(其实也有想重分一下区的打算,所以就重装了。。。)

你弄的怎么样了?努力啊。。。。。。




最初由 moxnet 发表
北南南北师父,没有搞定。。。

我装了kernel,inclue目录也正确(我已经装/usr/src/下的内核文件夹改为了linux,这正是Makefile里面的目录,因此不用改动)。我拆下猫,能看到三个芯片的型号(我有点儿菜,不知道哪个是主芯片。。。)

在WINDOS XP下,看到猫是在com3端口
-------------------------
我的操作系统:
前些日子买的RedHat9.0
-------------
三个芯片型号:
1,SmartLink  (这是最大的那个)
   SL1800
   XHB79800000B
2,HAMR5603
  0206CACAAK
3,SI3012-KS
  0146GACAAH
-------------
安装时一些命令输出:
[root@localhost slmdm-2.7.14]# make install-amr
install -D -m 644 slmdm.o //lib/modules/2.4.20-8/misc/slmdm.o
install -D -m 644 slfax.o //lib/modules/2.4.20-8/misc/slfax.o
install -D -m 644 slamrmo.o //lib/modules/2.4.20-8/misc/slamrmo.o
install -D -m 644 slusb.o //lib/modules/2.4.20-8/misc/slusb.o
install -D -m 755 country.dat /etc/country.dat
install -d /dev
rm -f /dev/ttySL0
mknod -m 666  /dev/ttySL0 c 212 0
ln -sf ./ttySL0  /dev/modem
/sbin/modprobe -r slusb
/sbin/modprobe -r slamrmo
/sbin/modprobe -r slfax
/sbin/modprobe -r slmdm
cp /etc/modules.conf /etc/modules.conf.slmdm && \
  grep -v 'slmodem' /etc/modules.conf.slmdm > /etc/modules.conf
make: [cleanup-config] Error 1 (ignored)
/sbin/depmod -a
cp /etc/modules.conf /etc/modules.conf.slmdm
echo 'alias char-major-212 slmodem' >> /etc/modules.conf
echo 'alias slmodem off' >> /etc/modules.conf
cp /etc/modules.conf /etc/modules.conf\.slmdm && \
  sed -e 's/^alias slmodem .*$/alias slmodem slamrmo/' /etc/modules.conf.slmdm > /etc/modules.conf
/sbin/depmod -a

[root@localhost slmdm-2.7.14]# ls -l /dev/modem
lrwxrwxrwx    1 root     root            8  5月  3 17:11 /dev/modem -> ./ttySL0

[root@localhost slmdm-2.7.14]# lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333]
00:01.0 PCI bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333 AGP]
00:09.0 Modem: ALi Corporation SmartPCI561 56K Modem
00:11.0 ISA bridge: VIA Technologies, Inc. VT8233A ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586/B/686A/B PIPC Bus Master IDE (rev 06)
00:11.2 USB Controller: VIA Technologies, Inc. USB (rev 23)
00:11.3 USB Controller: VIA Technologies, Inc. USB (rev 23)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233 AC97 Audio Controller (rev 40)
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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