Hi!
FreeBSD 7.0-RELEASE
Here's a digital photocamera Olympus FE-115 (USB) with xD picture card. When I plug it in USB port:
In my kernel config here's next devices:
But photocamera are not working with PC. And not detected any new device in the system.
Any suggestions how to teach FreeBSD works with this camera?
FreeBSD 7.0-RELEASE
Here's a digital photocamera Olympus FE-115 (USB) with xD picture card. When I plug it in USB port:
Code:
$ cat /var/log/messages | grep umass
Nov 15 06:44:42 lonestar kernel: umass0: <OLYMPUS FE115/X715, class 0/0, rev 1.10/0.00, addr 2> on uhub1
Nov 15 06:44:42 lonestar kernel: umass0: BBB reset failed, STALLED
Nov 15 06:44:42 lonestar kernel: umass0: BBB bulk-in clear stall failed, STALLED
Nov 15 06:44:42 lonestar kernel: umass0: BBB bulk-out clear stall failed, STALLED
Nov 15 06:45:47 lonestar kernel: umass0: BBB reset failed, STALLED
...
Nov 15 06:46:05 lonestar kernel: umass0: BBB bulk-in clear stall failed, STALLED
Nov 15 06:46:05 lonestar kernel: umass0: BBB bulk-out clear stall failed, STALLED
Nov 15 06:46:05 lonestar kernel: umass0: BBB reset failed, STALLED
Nov 15 06:46:05 lonestar kernel: umass0: BBB bulk-in clear stall failed, STALLED
Nov 15 06:46:05 lonestar kernel: umass0: BBB bulk-out clear stall failed, STALLED
Nov 15 06:46:05 lonestar kernel: umass0: at uhub1 port 2 (addr 2) disconnected
Nov 15 06:46:05 lonestar kernel: umass0: detached
In my kernel config here's next devices:
Code:
device usb
device uhci
device ohci
device ehci
device scbus
device ch
device da
device sa
device cd
device pass
device ses
But photocamera are not working with PC. And not detected any new device in the system.
Any suggestions how to teach FreeBSD works with this camera?