IRKitは学習型のネットワーク赤外線リモコンです
だが、Linuxではcdc_acmのdrvierが呼ばれttyACM0としてdeviceが登録される
私のremote-handでは、困ったことに携帯FOMA監視scriptsが起動されてしまう
root@~]# tail /var/log/messages
Aug 15 07:07:03 (none) kernel: hub 1-1.2:1.0: unable to enumerate USB device on port 4
Aug 15 07:07:05 (none) kernel: usb 1-1.2.3: new full-speed USB device number 76 using ehci_hcd
Aug 15 07:07:05 (none) kernel: usb 1-1.2.3: New USB device found, idVendor=1d50, idProduct=6085
Aug 15 07:07:05 (none) kernel: usb 1-1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 15 07:07:05 (none) kernel: usb 1-1.2.3: Product: IRKit
Aug 15 07:07:05 (none) kernel: usb 1-1.2.3: Manufacturer: IRKit
Aug 15 07:07:05 (none) kernel: cdc_acm 1-1.2.3:1.0: This device cannot do calls on its own. It is not a modem.
Aug 15 07:07:05 (none) kernel: cdc_acm 1-1.2.3:1.0: ttyACM0: USB ACM device
Aug 15 07:07:05 (none) kernel: input: IRKit IRKit as /devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3:1.2/input/input16
Aug 15 07:07:05 (none) kernel: generic-usb 0003:1D50:6085.0006: input,hidraw0: USB HID v1.01 Mouse [IRKit IRKit ] on usb-0000:00:1d.7-1.2.3/input2
[root@service]# starting..... pppchat(64k)
[root@service]# /etc/init.d/svscan stop
Stopping svscan: /bin/bash: line 1: 21439 Terminated svscan /service
svc: warning: unable to chdir to /service/*/log: file does not exist
root@service]# ll
total 0
lrwxrwxrwx 1 root root 14 7月 24 03:31 cmd -> /pepolinux/cmd
lrwxrwxrwx 1 root root 16 7月 24 03:31 phone -> /pepolinux/phone
lrwxrwxrwx 1 root root 18 7月 24 03:31 ppp-dns -> /pepolinux/ppp-dns
lrwxrwxrwx 1 root root 20 8月 15 07:26 ppp-foma -> /pepolinux/ppp-foma/
[root@service]# rm ppp-foma
[root@service]# ll
total 0
lrwxrwxrwx 1 root root 14 7月 24 03:31 cmd -> /pepolinux/cmd
lrwxrwxrwx 1 root root 16 7月 24 03:31 phone -> /pepolinux/phone
lrwxrwxrwx 1 root root 18 7月 24 03:31 ppp-dns -> /pepolinux/ppp-dns
[root@service]# /etc/init.d/svscan start
Starting svscan:
これでFOMAのスクリプトが起動されなくなる
pepoと