During installation I get a time out error while trying to shallow clone the linux repo.
Specifically at this step:
Run the following script to patch uvcvideo.ko
./scripts/patch-uvcvideo-4.4.sh v4.4-wily (note the argument provided to this version of the script)
This script involves shallow cloning the Linux source repository (100mb), and may take a while
I get the terminal print out saying :
Shallow cloning Linux source repository... (~100GB, make take a while)
So I assume it is an issue in the git clone line in the script.
# Obtain Linux Kernel sources
echo "Shallow cloning Linux source repository... (~100GB, make take a while)"
git clone --verbose git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack linux-$LINUX_BRANCH --branch $THE_BRANCH --depth 1
cd linux-$LINUX_BRANCH
Everything up to this point worked as expected during the install. I thought there might be a newer patch than 4.4 but there doesn't seem to be. Any ideas?
Thanks,
Christian
| Required Info |
|
| Camera Model |
R200 |
| Firmware Version |
N/A |
| Operating System & Version |
Ubuntu 14.04.4 x64 |
| Kernel Version (Linux Only) |
4.4 |
| Build System |
installation script |
During installation I get a time out error while trying to shallow clone the linux repo.
Specifically at this step:
I get the terminal print out saying :
So I assume it is an issue in the git clone line in the script.
Everything up to this point worked as expected during the install. I thought there might be a newer patch than 4.4 but there doesn't seem to be. Any ideas?
Thanks,
Christian