Re: [beagleboard] RCN kernel USB question on 3.15.0-rc5-bone0.1

2014-06-15 Thread David Lambert
On 05/31/2014 12:34 PM, Robert Nelson wrote: On Sat, May 31, 2014 at 12:15 PM, David Lambert d...@lambsys.com wrote: Robert, Excuse my ignorance, but what are the intended uses/audiences of: git://github.com/RobertCNelson/linux-dev.git and: https://github.com/RobertCNelson/bb-kernel.git

Re: [beagleboard] RCN kernel USB question on 3.15.0-rc5-bone0.1

2014-05-31 Thread David Lambert
Thanks Robert, I built 3.15-rc7-bone1 (by editing version.sh in your scripts), but still get the same behavior. Any suggestions? Are the KERNEL_TAG, and BUILD variables all I need to edit? Regards, Dave. On 05/30/2014 11:21 AM, Robert Nelson wrote: On Fri, May 30, 2014 at 11:15 AM,

Re: [beagleboard] RCN kernel USB question on 3.15.0-rc5-bone0.1

2014-05-31 Thread Robert Nelson
On Sat, May 31, 2014 at 8:35 AM, David Lambert d...@lambsys.com wrote: Thanks Robert, I built 3.15-rc7-bone1 (by editing version.sh in your scripts), but still get the same behavior. Any suggestions? Are the KERNEL_TAG, and BUILD variables all I need to edit? Oh you can edit version.sh,

Re: [beagleboard] RCN kernel USB question on 3.15.0-rc5-bone0.1

2014-05-31 Thread David Lambert
On 05/31/2014 09:10 AM, Robert Nelson wrote: On Sat, May 31, 2014 at 8:35 AM, David Lambert d...@lambsys.com wrote: Thanks Robert, I built 3.15-rc7-bone1 (by editing version.sh in your scripts), but still get the same behavior. Any suggestions? Are the KERNEL_TAG, and BUILD variables all I

Re: [beagleboard] RCN kernel USB question on 3.15.0-rc5-bone0.1

2014-05-31 Thread David Lambert
Robert, Excuse my ignorance, but what are the intended uses/audiences of: git://github.com/RobertCNelson/linux-dev.git and: https://github.com/RobertCNelson/bb-kernel.git Just curious? Regards, Dave. On 05/31/2014 11:49 AM, David Lambert wrote: On 05/31/2014 09:10 AM, Robert Nelson

Re: [beagleboard] RCN kernel USB question on 3.15.0-rc5-bone0.1

2014-05-31 Thread Robert Nelson
On Sat, May 31, 2014 at 12:15 PM, David Lambert d...@lambsys.com wrote: Robert, Excuse my ignorance, but what are the intended uses/audiences of: git://github.com/RobertCNelson/linux-dev.git and: https://github.com/RobertCNelson/bb-kernel.git Just curious? Well the plan was it would be

Re: [beagleboard] RCN kernel USB question on 3.15.0-rc5-bone0.1

2014-05-31 Thread David Lambert
Robert, I tried the following: git clone https://github.com/RobertCNelson/bb-kernel.git cd bb-kernel/ git checkout origin/am33x-v3.15 -b tmp less version.sh ...snip... #Kernel/Build KERNEL_REL=3.15 KERNEL_TAG=${KERNEL_REL}-rc7 BUILD=bone1 ...snip... ./build_kernel.sh

[beagleboard] RCN kernel USB question on 3.15.0-rc5-bone0.1

2014-05-30 Thread David Lambert
I just compiled RCN kernel 3.15.0-rc5-bone0.1. All seemed to work well until I realized I could not access any USB devices; 'lsusb' gives the message: unable to initialize libusb: -99 Anyone have any suggestions, or is my adoption of 3.15 premature? Regards, Dave. -- For more options, visit

Re: [beagleboard] RCN kernel USB question on 3.15.0-rc5-bone0.1

2014-05-30 Thread Robert Nelson
On Fri, May 30, 2014 at 11:15 AM, David Lambert d...@lambsys.com wrote: I just compiled RCN kernel 3.15.0-rc5-bone0.1. All seemed to work well until I realized I could not access any USB devices; 'lsusb' gives the message: unable to initialize libusb: -99 Anyone have any suggestions, or is my