iPod and F828 on my Laptop

Linux连接一些数码设备要稍微复杂一些。这里记录一下我的设置,以后重新设置可以参考。
目前我用的是linux-2.6.11,udev。

为了让ipod设备可以出现在/dev/ipod下,增加一个文件/etc/udev/rules.d/40-ipod.rules,内容如下,

BUS="usb", SYSFS{product}="iPod mini", KERNEL="ub?2", NAME="%k", SYMLINK="ipod"

并在/etc/fstab里加入一行

/dev/ipod       /mnt/ipod       vfat            noauto,owner,user       1 0

之后用gtkpod替代iTurn,这还能从iPod上同步歌曲到机器上;-)。另外我还安装了iPodder

为了方便数码相机Sony F828,让它出现在/dev/camera下,配置差不多,增加一个文件/etc/udev/rules.d/40-camera.rules,内容如下,

BUS="usb", SYSFS{product}="Sony DSC", KERNEL="sd?1", NAME="%k", SYMLINK="camera"

并在/etc/fstab里加入一行

/dev/camera     /mnt/camera     vfat            noauto,owner,user       1 0

这样,就可以直接用命令”mount /mnt/ipod“,”mount /mnt/camera“挂载ipod和数码相机了。

Sunday, June 26th, 2005 11:53pm

Comments

No Comments | Add comment | TrackBack URI

No comments yet.

RSS feed for comments on this post.

Leave a comment

Or use your OpenID:

Google
 
Web erning.net