Skip to content

Connection time out during kernel patch #51

Description

@2Reeko

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions