EMP 发表于 2004-12-30 17:25:01

能通过键盘灯显示网络状况的软件 liinux版的

DreamCat 发表于 2004-12-30 17:47:44

真晕了,哪儿有单独的软件啊?你从BBI或者FREESCO里面提吧。

EMP 发表于 2004-12-30 17:53:26

网上说有。。 可我找不到

lovellh 发表于 2004-12-30 21:01:14

windows板的我有~~~~

EMP 发表于 2004-12-30 21:21:41

我也有。。。windows版本但是这是废物

心想事成 发表于 2004-12-31 13:44:27

QUOTE
Software There are a number of linux applications available for driving the keyboard LEDs. A number of these are listed below, but please let me know if there are others. ifled A small application which uses the keyboard LEDs to indicate various status information about network traffic on any network interface. sifled Based on ifled, this application provides some extensions specifically for indicating additional information on a Smoothwall firewall, namely the status of the internet connection (ie, the status of Smoothwall's red interface). tleds A small linux application which uses the NumLock LED to indicate incoming traffic and the ScrollLock LED to indicate outbound traffic on a specified network interface. ixbiff A small linux application which can flash the keyboard LEDs in a user-defined way when new mail is received. It supports the standard unix mbox format, as well as the qmail Maildir format. I use four LEDs (3 keyboard LEDs plus the additional power LED) to show the following information for my Smoothwall server, using sifled to drive the LEDs: green LED: power on red LED: internet connection (ie, red interface) is up orange LED: internet interface is transmitting orange LED: internet interface is receiving
下载地址分别在:http://martybugs.net/electronics/kbdleds.cgihttp://martybugs.net/smoothwall/leds.cgihttp://www.hut.fi/~jlohikos/public/tleds-1.05beta10.tgzhttp://linuxberg.ii.net/files/console/netw...fled-0.6.tar.gz

心想事成 发表于 2004-12-31 13:49:16

fled 0.6 for coyote使用方法:通过键盘LED的闪烁判断网络速率用Scroll-lock指示灯显示eth0状态

CODE
ifled console eth0 -c nna -f
用Caps-lcok指示灯显示eth1状态

CODE
ifled console eth1 -c nan -f
用Num-lock指示灯显示ppp0状态

CODE
ifled console ppp0 -c ann -f

athlon 发表于 2004-12-31 20:49:07

如何使用,老大能讲详细点吗?

EMP 发表于 2004-12-31 23:24:08

果然是高手

gzhr 发表于 2005-1-1 03:10:48

有没有可以通过主板turbo、power和硬盘灯显示网卡状态的软件?

athlon 发表于 2005-1-1 11:24:12

那个文件是什么格式的,怎么没有扩展名

DreamCat 发表于 2005-1-1 14:19:52

呵~~,linux下什么东东都有啊。

athlon 发表于 2005-1-3 20:48:40

楼主能不能说详细点

车工 发表于 2005-2-17 12:13:49

请教一下,我使用前两个命令正常,但用这个命令"ifled console ppp0 -c ann -f" 出错. 是什么原因呢? 我使用的是固定IP的光纤接入.还有能否将这几个命令写入路由并保存? 不然就要每次启动路由器都得重新输入才行.

bow 发表于 2005-2-17 12:38:31

QUOTE (车工 @ Feb 17 2005, 12:13 PM)
请教一下,我使用前两个命令正常,但用这个命令"ifled console ppp0 -c ann -f" 出错. 是什么原因呢? 我使用的是固定IP的光纤接入.还有能否将这几个命令写入路由并保存? 不然就要每次启动路由器都得重新输入才行.
你没有拨号当然没用ppp了.
页: [1] 2
查看完整版本: 能通过键盘灯显示网络状况的软件