跳至主要内容

Power line modem is actually supported by linux

As I said before, I have subscribed power line broad band in July. This broad band use a power line modem and require device driver to function. The provider only provide drivers under Windows 2000 and Windows XP, what a narrow range! However, I found FC4 provided dial-up networks, and I accidentally use DSL for a try, hey, it really works! SUSE also support this kind of modem, I don't know how, it even recognized it as a PLC device and automaticly filled user name and password for the first setup. Is the account information stored in the modem? pppoe is supported in linux, and this power line network is just using pppoe, however, I have no idea about pppoe, and this power line network.
 
Well, well, I can dial up in linux now, there is one problem not solved, without an accompanied driver, I cannot check the power line quality, and set network device password. If something is wrong, a windows system with device driver is required to reset the modem, I think.

评论

此博客中的热门博文

反转剧

这两天明显感到天气转冷,呱呱的家里也已经下起了大雪,南京则是阴冷潮湿,让人没有了出行的欲望。没想到躲在被子里看反转剧也成了度过寒冬的一剂良药。在PPLive越来越让人失望的时候,PPStream横空出世,虽然广告仍是少不了的主题,但从视频质量和播放连续性上来说都超过PPLive,实为居家必备之良品(由此可见,新事物一定会战胜旧事物......)。韩国的反转剧最近似乎比较流行,称之为反转剧就在于其结果总是让人出乎意料,不合常理,其间又不乏各种搞怪搞笑的镜头,各种当红帅哥美女也一定让DDMM们爱不释手,20~30分钟一集的剧情一改韩剧拖沓的风貌,想看就看,容易切入。 反转剧,今天你看了吗?

biblioscape, endnote, no, none of them

endnote在与word2003搭配时经常占据严重的CPU,非常不好用。今天听说biblioscape好,下之,唉,高兴的日子总是那么短暂,BUG一堆。它只支持rtf格式的转换,在word里format时,还要转为rtf格式后再转回来。甚至在重复转换过程中也产生了不一致,可能它在RTF和DOC之间的转换没有那么精确吧。好想用latex排,不过时间紧迫,现在懒得去学了。 都不用了,还是手工输入参考文献罢了。也许,open office?下一个先。

from cpp to java

when i start to study java with a cpp background, i find it is very difficult to convert my mind. i always think how some features in cpp was implemented in java, this give me a little reject to java language. though java is born from c, i think they still have different applicable domains, so try to study both is good for me, and java is a pure OO language, i believe it will give me a better understanding on OOD.