[beagleboard] Re: USB Client as host possible?

2014-12-01 Thread Naragoni shankar
Hi Neabex, I am also doing same Task i.e OTG controller configure as Host and slave and make it as hot pluggable devices. Did you get solution for that? if you get how can i do for that? On Saturday, November 1, 2014 4:17:28 AM UTC+5:30, Neabex wrote: Is it possible to use the usb client

[beagleboard] Re: USB client mode / usb HID mouse emulation with Beaglebone Black

2014-05-12 Thread Bart Garcia Nathan
Hi Felix, Were you able to make it work at the end? If you did, do you mind giving me some help? I see you are using gadgetfs but I'm not sure how this works. Do you know of any documentation or tutorial on the subject? Thanks for all the help, Bart On Wednesday, 18 December 2013 14:24:18

[beagleboard] Re: usb client

2014-01-20 Thread Konstantin Berezenko
Nevermind. I figured it out. On Friday, January 17, 2014 5:32:31 PM UTC-8, Konstantin Berezenko wrote: I compiled my system from scratch and although everything else is working fine I can't get usb to work. I am only interested in getting it to work as a client. I hooked up a usb

[beagleboard] Re: USB client mode / usb HID mouse emulation with Beaglebone Black

2013-12-18 Thread felix . w . baumann
Hello Darrell, thank you very much. You've helped me a lot. It did fail as you've said it would. I've received the following lines in the logfile of the host computer: [ 6634.154670] usb 2-1.2: new high-speed USB device number 11 using ehci_hcd [ 6634.249933] usb 2-1.2: New USB device found,

[beagleboard] Re: USB client mode / usb HID mouse emulation with Beaglebone Black

2013-12-17 Thread Darrell Bailey
I'm not too sure about your HID issue. I'll look into it. The problem with the usb.c file is that in the file its musb_hdrc but that is actually wrong. You need to edit the file and then compile and it would fall through the switch perfectly fine. The actual name is musb-hdrc. I'm not sure how

[beagleboard] Re: USB client mode / usb HID mouse emulation with Beaglebone Black

2013-11-20 Thread felix . w . baumann
Hi Steve, could you please help me out with this problem? So far I've tried using gadgetfs on the angstrom (v2012.12, kernel 3.8.13) on the beagleboard black. I can succesfully modprobe g_zero after forcefully removing g_multi (which acts as a usb-network interface to the computer, as well as a

[beagleboard] Re: USB client mode / usb HID mouse emulation with Beaglebone Black

2013-11-14 Thread r93921100
hi Felix and Steven, Is there any update for this thread? I manage to kick off a project which requires exactly what Felix intended to do.(i.e. connect BBB as a mouse to PC) However I have no idea yet. Can you share me the direction? thank you felix.w...@googlemail.com於

[beagleboard] Re: USB client mode / usb HID mouse emulation with Beaglebone Black

2013-11-14 Thread Marx Mustermann
Hi, no, there are no news on it and I still haven't figured out how to do it. I would still be very grateful for any kind of help/hint. If you do succeed, please do share your findings. Kind regards, Felix On Thu, Nov 14, 2013 at 9:12 AM, r93921...@gmail.com wrote: hi Felix and Steven, Is

[beagleboard] Re: USB client mode / usb HID mouse emulation with Beaglebone Black

2013-11-14 Thread Marx Mustermann
I hope, that this is possible somehow, but I don't know how. Have you had any luck so far? On Fri, Nov 8, 2013 at 1:08 PM, lepeev.pa...@gmail.com wrote: Hi, is it possible for BeagleBone act as USB HID Camera device? (for example after installing v4l2loopback device driver)? пятница, 27

[beagleboard] Re: USB client mode / usb HID mouse emulation with Beaglebone Black

2013-11-08 Thread lepeev . pavel
Hi, is it possible for BeagleBone act as USB HID Camera device? (for example after installing v4l2loopback device driver)? пятница, 27 сентября 2013 г., 13:41:00 UTC+4 пользователь felix.w...@googlemail.com написал: Hi Steve, the thing is that I already have a BBB and I need to do rather

[beagleboard] Re: USB client mode / usb HID mouse emulation with Beaglebone Black

2013-09-27 Thread felix . w . baumann
Hi Steve, the thing is that I already have a BBB and I need to do rather computationally intensive stuff with it. I thought it would be best to just use the available USB Port on the BBB to communicate with a host device (=Computer) in order to avoid additional hardware and software layers.