gkaindl / ambi-tv

a flexible ambilight clone for embedded linux
295 stars 85 forks source link

USBTV .sh trouble #81

Closed clarkent86 closed 9 months ago

clarkent86 commented 9 years ago

I'm trying to run the script to install the usbtv kernels and I'm getting a message that that two of the wget links are bad. Were the kernels removed? Can someone point me towards good links?

clarkent86 commented 9 years ago

I haven't got a response so I figured I'd be more specific. This is what happens when I try tin install the get-kernel-source.sh script in the miscellaneous file part of this git repository.

root@pi:/usr/share/ambi-tv/misc# bash get-kernel-source.sh gzip: /usr/share/doc/raspberrypi-bootloader/changelog.Debian.gz: No such file or directory Installing kernel source for revision ... --2014-12-29 03:30:37-- https://raw.github.com/raspberrypi/firmware//extra/git_ hash Resolving raw.github.com (raw.github.com)... 23.235.40.133 Connecting to raw.github.com (raw.github.com)|23.235.40.133|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://raw.githubusercontent.com/raspberrypi/firmware//extra/git_hash [following] --2014-12-29 03:30:42-- https://raw.githubusercontent.com/raspberrypi/firmware/ /extra/git_hash Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.44.133 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.44.13 3|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2014-12-29 03:30:48 ERROR 404: Not Found.

--2014-12-29 03:30:48-- https://raw.github.com/raspberrypi/firmware//extra/Modu le.symvers Resolving raw.github.com (raw.github.com)... 23.235.44.133 Connecting to raw.github.com (raw.github.com)|23.235.44.133|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://raw.githubusercontent.com/raspberrypi/firmware//extra/Module.s ymvers [following] --2014-12-29 03:30:54-- https://raw.githubusercontent.com/raspberrypi/firmware/ /extra/Module.symvers Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 23.235.40.133 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|23.235.40.13 3|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2014-12-29 03:30:59 ERROR 404: Not Found.

--2014-12-29 03:30:59-- https://github.com/raspberrypi/linux/tarball/ Resolving github.com (github.com)... 192.30.252.129 Connecting to github.com (github.com)|192.30.252.129|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2014-12-29 03:31:05 ERROR 404: Not Found.

gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now mv: cannot stat raspberrypi-linux*': No such file or directory ln: failed to create symbolic link/lib/modules/3.12.34+/build': File exists cp: cannot create regular file `/usr/src/linux-source-3.12.34+/': Not a director y get-kernel-source.sh: line 30: /usr/src/linux-source-3.12.34+/.config: No such f ile or directory get-kernel-source.sh: line 32: cd: /usr/src/linux-source-3.12.34+/: No such file or directory make: * No rule to make target 'oldconfig'. Stop. make: * No rule to make target 'prepare'. Stop. make: *\ No rule to make target 'scripts'. Stop.

clarkent86 commented 9 years ago

I think I found my solution...not quite sure how to implement but I'll update when I have it figured out.

https://github.com/raspberrypi/linux/issues/387