今天突然想到Solaris 下的usb 转 串口。 搜了一下,有结果了在附件里。 solaris 是支持usb-serial的。 ATEN Technology, Inc. Inside Out Networks, Inc. Keyspan 三个公司的usb转串口 但是平常大家用的力特的(z-tek)的没有在名单里。 那位兄弟能测试一下。 z-tek usb serial 1.0 z-tek usb-serial 2.0
by huanglao2002 - Solaris - 2006-12-12 20:47:50 阅读(949) 回复(2)
各位好, 我的系统使rh as3 update2 但是usb的u盘不能用。 看网上说加载sd_mod的module。 我用insmod sd_mod modprobe sd_mod lsmod 能看到那个模块,但是是unused。 所以我的u盘还是不能用, 请问有没有什么解决办法? 另外,我的debian3.0 r2能找到sd_mod.o 但是insmod不让加载,请问是什么原因? 多谢。
Composite usb devices expose multiple functions to a host by using multiple interfaces. A compound device is an external hub that is combined with other devices. Compound devices appear to the host as a hub with one or more non-removable devices that are connected to the hub’s ports. 对于compound device,它内置的hub和其它设备都会有各自的device address, 而compoiste device只有一个device address。实...
我的系统是ARM9(s3c2410)+linux2.4.18,我现在要做的是让嵌入式usb host端能自动的挂载U盘,即能做到即插即用,不用再手工挂载了。请大家建议一下该如何做呢! [ 本帖最后由 liuchang1881 于 2006-5-21 10:33 编辑 ]
我在用户的crontab里加了这样一个脚本: 1 * * * * sh /usr/local/bin/cron880_sqwen.sh >; /dev/null & 之后系统总是向我发这样的mail: Your "cron" job on sqwen sh /usr/local/bin/cron880_sqwen.sh >; /dev/null & produced the following output: stty: : No such device or address stty: : No such device or address 请问是怎么回事啊? 难道我的/dev/null不存在吗?可明明有的啊
Cisco routers have always had a steep learning curve for performing even the most basic administrative tasks, like firmware updates and configuration backups. Now, with commodity CF (compact flash) memory and usb memory sticks, you can handle these tasks quickly and easily. In the old days, the usual method of upgrading Cisco routers required you to have access to a TFTP or FTP server and you ha...
usb的使用似乎成了老大难问题,其实solaris 10中对usb设备的支持已经very good了,默认状况下即插即用。以下是本人的一些心得,请参考使用。 usb设备使用简介 版权声明:原创cu-yuhuohu,任何网站未经授权拒绝转载 内容简介: usb设备状态检测 vold在运行时使用U盘 vold未运行时使用U盘 vmware如何使用U盘 故障诊断 哥们,看帖要推荐啊,点这里 1、check the usb-device QUOTE: 查看usb存储设备是否已插入,在启动消息中应...
11.1. Introduction The value-add provided by the Spring Framework's JDBC abstraction framework is perhaps best shown by the following list (note that only the italicized lines need to be coded by an application developer): Define connection parameters Open the connection Specify the statement Prepare and execute the statement Set up the loop to iterate through the results (if any)...