Show Posts
|
|
Pages: [1] 2 3 ... 29
|
|
1
|
Linux Stuff / General Linux questions / Re: Fresh install of Wheezy
|
on: May 07, 2013, 05:15:58 PM
|
The image are dated from 2011 or 2012
Will they update to the latest Wheezy once plugged in the plug?
I would expect them to if you run an update. I switched to wheezy just be editing my /etc/apt/sources.list file to change all instances of "squeeze" to "wheezy" then doing an update. Well, I seem to recall had to remove an sgml package causing some odd dependency failure, and had to forcibly update one perl package manually, but apart from that it all went OK with several hundred (or >1000 - I forget) package updates.
|
|
|
|
|
2
|
Linux Stuff / Kernel / Re: 3.9.0+ Device-tree kernels
|
on: May 07, 2013, 05:09:17 PM
|
|
I have an original (well, v2) SheevaPlug, with the original U-Boot on it.
I've running 3.9.0 with no problem (boot from SD card - all files other than /boot on an external USB drive).
|
|
|
|
|
3
|
Linux Stuff / Kernel / Re: sheeva/dream 3.6.6 new kernel available
|
on: April 30, 2013, 05:19:16 PM
|
OK, well I've been converting to devicetree based kernels for arm.
I download your kernels from a different system to the Plug computer. So running the script produces: [mysys]: sh ../UPDATE-KERNEL.sh 3.9.0 sheevaplug ../UPDATE-KERNEL.sh: line 38: Unknown architecture: x86_64: command not found I take it I can just download the relevant files and run the magic in MkImage() to get a uImage file?
|
|
|
|
|
7
|
Linux Stuff / General Linux questions / Re: mjpg-streamer works for port 8080 but not html files
|
on: February 13, 2013, 05:47:52 PM
|
Opening port 8080 on my router firewall is possible, but I want to make sure I don't expose a vulnerability. Difficult to see how you are going to connect without opening up a port. If you are worried that someone might be more likely to scan port 8080 looking for this then is your router able to do port translations. All of the routers I've owned do (although one of them didn't actually document it, or have any Web page to configure it, but you could do it from the command line in the router - they didn't document the commands either...). That would allow you to connect from some other port number via the Internet, but still use 8080 on your home network.
|
|
|
|
|
8
|
Linux Stuff / General Linux questions / Re: mjpg-streamer works for port 8080 but not html files
|
on: February 09, 2013, 06:55:57 PM
|
GET /?action=snapshot HTTP/1.1 Host: 192.168.1.4 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0 Accept: image/png,image/*;q=0.8,*/*;q=0.5 ... HTTP/1.1 304 Not Modified
Would not be a useful response for a video stream, but this is just a snapshot, one-off image? So your browser reckons it already has a copy of it and it hasn't change since then. You could go to about:cache in Firefox, find the entry (by uri) and see what it thinks it has. Content-Type: text/html
That's not an image format. Find out what the client *is* sending.
|
|
|
|
|
11
|
Linux Stuff / Kernel / Re: New sheeva/dream kernels
|
on: January 30, 2013, 06:59:47 PM
|
|
In the end it turned out I didn't need that kernel module at all.
It's a USB audio device (so that part works fine anyway), and there is a user-level tool that can be used to configure the frequency, etc.. In fact, on my Linux Mint system i have to blacklist the module to stop it claiming the device and preventing the user-level tool from working.
|
|
|
|
|
13
|
Linux Stuff / Kernel / Re: New sheeva/dream kernels
|
on: January 22, 2013, 02:59:37 PM
|
|
Excellent! Many thanks for these.
Do you know of any way to build additional modules from the standard kernel sources to your with your build? Just that I'll probably be wanting the radio_keene one from radio/media soon and it might be nice to not have to compile form the start.
|
|
|
|
|
15
|
Linux Stuff / General Linux questions / Re: Old Debian on new plug and wrong mac address
|
on: September 05, 2012, 12:20:48 PM
|
Hello, I installed Debian on one plug on now I run it on another one. It works perfectly, but mac address is wrong (seems it is assigned to the address of the previous device). How to update mac address to the correct value? You can set the MAC address either in the U-boot environment ("hardware) or in Debian "(software"). So it depends on what you have copied. In Debian you would set it with a "hardware ether" line in the /etc/network/interfaces file. Of course, it's also possible to hardware ARP table entries as well, so if none of this fixes things you'll need to expand on what you mean by "it is assigned to the address of the previous device").
|
|
|
|
|