免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3070 | 回复: 7
打印 上一主题 下一主题

调试USB外接设备:U盘\MP3\蓝牙等!欢迎参与! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-07-25 11:36 |只看该作者 |倒序浏览
一.U盘
1.通过dmesg |more查看确认识别出
2.mkdir /mnt/usb
3.mount -t vfat /dev/sda1 /mnt/usb
4.至此加载成功

二.蓝牙适配器
[正在调试,最新进展见跟帖4]
调试目的: 在RED HAT LINUX9.0平台实现NOKIA 6670 与 VIT USB Bluetooth Adapter的连接。

三.其他设备,测试添加中...
[正在调试,最新进展见跟帖]

注:本人使用的平台为Red hat linux9.0(linux-2.4.20-8内核).

没有相关的资料参考,特发帖寻求帮助!有调试成功的请把详细过程帖出,希望大家支持!

论坛徽章:
0
2 [报告]
发表于 2005-08-03 09:30 |只看该作者

调试USB外接设备:U盘\MP3\蓝牙等!欢迎参与!

自己顶顶!希望有经验的人不吝赐教!

论坛徽章:
0
3 [报告]
发表于 2005-08-03 09:31 |只看该作者

调试USB外接设备:U盘\MP3\蓝牙等!欢迎参与!

并不一定是SDA1

论坛徽章:
0
4 [报告]
发表于 2005-08-03 16:21 |只看该作者

调试USB外接设备:U盘\MP3\蓝牙等!欢迎参与!

二、蓝牙适配器
参考一兄弟的安装经验,在http://www.bluez.org/download.html下载了驱动,   
    * bluez-libs-2.18.tar.gz已安装
    * bluez-utils-2.18.tar.gz已安装
    * bluez-pin-0.25.tar.gz含有熟悉的蓝牙标志图片
    * bluez-firmware-1.0.tar.gz安装

    * bluez-hcidump-1.24.tar.gz已安装
    * bluez-hciemu-1.2.tar.gz已安装

相关命令及结果如下:
[root@lion root]# modprobe hci_usb
[root@lion root]# modprobe rfcomm
[root@lion root]# hciconfig hci0 up
[root@lion root]# hciconfig -a
hci0:   Type: USB
        BD Address: 00:11:67:0C:19:B3 ACL MTU: 678:8 SCO MTU: 48:10
        UP RUNNING PSCAN ISCAN INQUIRY
        RX bytes:623 acl:0 sco:0 events:14 errors:0
        TX bytes:53 acl:0 sco:0 commands:14 errors:0
        Features: 0xff 0xff 0x8d 0x78 0x08 0x18 0x00 0x00
        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
        Link policy:
        Link mode: SLAVE ACCEPT
        Name: 'ISSCBTSPP'
        Class: 0x000000
        Service Classes: Unspecified
        Device Class: Miscellaneous,
        HCI Ver: 1.2 (0x2) HCI Rev: 0x1ae LMP Ver: 1.2 (0x2) LMP Subver: 0x1ae
        Manufacturer: Integrated System Solution Corp. (57)

[root@lion root]# hcitool scan
Scanning ...
Inquiry failed: Connection timed out

可是试了几次都是连接超时?!
另外有几个文件不知谁配过吗?我只是在WIN下调试成功.
本地主机配置文件(主机名等参数):
      /etc/bluetooth/hcid.conf

PIN配对码所在文件:
     /etc/bluetooth/pin

加载配置文件:
     #hcid -f /etc/bluetooth/hcid.conf

论坛徽章:
0
5 [报告]
发表于 2005-08-04 08:23 |只看该作者

调试USB外接设备:U盘\MP3\蓝牙等!欢迎参与!

期待分享您的经验!

论坛徽章:
0
6 [报告]
发表于 2005-08-04 10:01 |只看该作者

调试USB外接设备:U盘\MP3\蓝牙等!欢迎参与!

关于 U 盘:
2.6.10 之后的很多内核会将 U 盘识别成 /dev/ubd? 而不是 /dev/sda? (可通过内核配置修改。『在Device设置里的Block Device里有那个低性能USB设备的设置,默认打开了,关上就行~~~ 』一个兄弟如是说。)
Fedora Core 3 等新系统利用 udev + hal 已经实现了 U 盘的自动识别和挂载(Fedora Core 3 光盘安装的 hal 有 bug 需要更新)

论坛徽章:
0
7 [报告]
发表于 2005-08-04 10:49 |只看该作者

调试USB外接设备:U盘\MP3\蓝牙等!欢迎参与!

Nokia 6310i using Bluetooth
Note! If you find any problems with either compiling the kernel or using the bluetooth subsystem, you can always check http://www.bluez.org/patches.html for latest patches to the kernel. Getting a PPP connection working over bluetooth should work with a vanilla kernel though and the latest 2.4 and 2.6 series kernels have worked fine for me.


Connecting a Nokia 3650 to a Linux box using Bluetooth
If you have a kernel older than 2.4.21, you must download the appropriate patch from the BlueZ homepage (see link above).
To apply the patch go to your kernel sources (eg. /usr/src/linux/) and type patch -p1 <filename>; .
Now configure your kernel with make xconfig or whatever.

论坛徽章:
0
8 [报告]
发表于 2005-10-18 16:07 |只看该作者

调试USB外接设备:U盘\MP3\蓝牙等!欢迎参与!

期待大家的帮助!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP