enterusername
FabulaTech Forum Newbie
Posts: 1
|
|
problems with rdesktop and linux / ftusbrdp
on: Mar 19th, 2009, 7:22pm |
Quote Modify
|
Hi Everyone, I'm having difficulties connecting my usb (ipod) on my linux box and having it connect to my Windows XP box through rdp. Linux Distro: - Ubuntu Hardy 8.04.1 Kernel Stock: 2.6.24-23 I am actually getting this in the debug log: [ remove_defunct_devices] Check if device is present: [03f0:1d17]@[1:5] [ is_device_alive] Is device [03f0:1d17]@[1:5] alive? [ devcmp] Compare [0000:0000]@[1:1] ?? [03f0:1d17]@[1:5] [ devcmp] Compare [0000:0000]@[2:1] ?? [03f0:1d17]@[1:5] [ devcmp] Compare [0000:0000]@[3:1] ?? [03f0:1d17]@[1:5] [ devcmp] Compare [0000:0000]@[4:1] ?? [03f0:1d17]@[1:5] [ devcmp] Compare [0000:0000]@[5:1] ?? [03f0:1d17]@[1:5] [ devcmp] Compare [045e:00db]@[1:4] ?? [03f0:1d17]@[1:5] [ devcmp] Compare [03f0:1d17]@[1:5] ?? [03f0:1d17]@[1:5] Scanning for new devices... [ is_device_kbd_or_mouse] This is input device, skip it [ devcmp] Compare [03f0:1d17]@[1:5] ?? [03f0:1d17]@[1:5] [ is_device_kbd_or_mouse] This is input device, skip it [ devcmp] Compare [03f0:1d17]@[1:5] ?? [05ac:1261]@[5:15] New device plugged in: [05ac:1261] [ print_device_list] ------------------- [ print_device_list] 05AC:1261 (bus 5, device 15) [ print_device_list] 03F0:1D17 (bus 1, device 5) [ print_device_list] ------------------- In my lsusb its showing this: Bus 005 Device 015: ID 05ac:1261 Apple Computer, Inc. Bus 005 Device 001: ID 0000:0000 Bus 004 Device 001: ID 0000:0000 Bus 003 Device 001: ID 0000:0000 Bus 002 Device 002: ID 046d:c50e Logitech, Inc. MX-1000 Cordless Mouse Receiver Bus 002 Device 001: ID 0000:0000 Bus 001 Device 004: ID 045e:00db Microsoft Corp. Natural Ergonomic Keyboard 4000 V1.0 Bus 001 Device 001: ID 0000:0000 Mount has usbfs: procbususb on /proc/bus/usb type usbfs (rw) lrwxrwxrwx 1 root root 20 2008-04-29 23:30 /usr/lib/libusb-0.1.so.4 -> /lib/libusb-0.1.so.4 Is the above saying 0.1 so I need 1.0? I also have libusb-1.0 as shown below: dave@ubuntu-desktop:~$ ls /usr/local/lib/libusb* /usr/local/lib/libusb-1.0.a /usr/local/lib/libusb-1.0.so.0 /usr/local/lib/libusb-1.0.la /usr/local/lib/libusb-1.0.so.0.0.0 /usr/local/lib/libusb-1.0.so still not working I've also tried the -I option: root@ubuntu-desktop:~/da# ./ftusbrdpd -d -I 05ac:1261 Dev: "05ac:1261" [ parse_device_id] Device: 05ac:1261:ffff Version: 2.3.0 This software uses and requires the libusb 1.0 library. The components of libusb are distributed under the GNU General Public License and the GNU LGPL. You can obtain updated versions of libusb and the source code from the libusb homepage at http://libusb.sourceforge.net. Trial: 11 days left. ftusbnet started. Scanning for new devices... New device plugged in: [05ac:1261] [ is_device_kbd_or_mouse] This is input device, skip it [ is_device_kbd_or_mouse] This is input device, skip it [ devcmp] Compare [05ac:1261]@[5:6] ?? [03f0:1d17]@[1:5] New device plugged in: [03f0:1d17] [ scan_new_devices] Device is not allowed by optional lists to share I have no connection in my Windows Instance, I do see that its "Sayings its an input device skip it", does this mean its skipping my usb drive ? if so why? I'd like to be able to share dynamic usb devices, so 1 usb device but many different usb devices. Like usb hard keys for example, or disconnect and one printer. I logged out of the physical box as well What am I doing wrong? There currently is no firewall on the system, does rdp with usb connect through the network? how do I communicate. Please let me know next steps.
|