Squidge
Certified Guru
Current Pandora dev systems are based on Linux Kernel Version 2.6.22.
Hum, does it mean it is TI kernel? I know, I am asking too muchSquidge said:Current Pandora dev systems are based on Linux Kernel Version 2.6.22.
Squidge said:If the information on the Pandora could involve you getting on a knock on your door from the CIA or NSA, then sure, otherwise it makes more sense to have a file on an sd card that just contains your sensitive stuff. Most people will simply format your card anyway (or have a quick sniff with a file viewer, not recognise it, and just delete the file to make room for other stuff)._VWV_ said:Yeah, I do realise that, but it's kinda more secure to encrypt everything, isn't it? And since we discuss debian
Well, I don't think CIA or NSA will be interested in the content of my SDs, but I can easily imagine a situation when MIAA or RIAA will be quite interested. And according to recent precedent, police needs to find the file on your media to prove that you're guilty (an ip is not enough). Well then I can easily imagine a situation such as.. I downloaded a file and it occasionally turned out to be an illegal copy..in this case I'll need a watermark-resistant encryption algorithm like aes-xts.. just in case. If it turns out to be impossible to use a 2.6.24 kernel I'll have to use CBC with ESSIV.. though aes-xts seems better to me..
Yes, it isn't very important, but it could be an additional point for Pandora.. coz I think if it supports aes-xts then it'll belong to a-not-so-big group of handheld devices to support it. It's always nice to belong to a small group that can do something special. So if it's easy to implement then please don't forget about it, if it's not, ok then, I'll survive without xts.
Chip said:_VWV_ said:Since there will be 2 sd slots, I'm planning to buy 2 SD cards: 8-or-16Gigs (as cheap as possible) for / and /home + 256-or-512 (as fast as possible, whatever the price per mbite will be) for swap.slint said:Swap in Pandora isn't soo pointless. Reaction time of SD cards should be very much better than the reaction time of hard drives.
Because reaction time is the biggest problem of swap, it should be very usable.
The only problem should be the decreased Lifetime of the SD card. But with the prices of today no problem.
Reaction time may not be an issue, but write speed is. Desktop HDs write at 50-70 MB/s. The fastest SDHC cards write at 6 MB/S. SDHC read speeds are considerably faster, but still far below HD speeds. There goes any performance boost the swap might give you.
The swapped apps, that are usally in the background don't need much speed. And reaction time is much more important than writing speed as most datas in swap are very fragmented. Thats why swap is so slow with hds.
What you mean is SDHC class 6, the highest class. It only means 6MB/s or higher. There are many cards with around 20MB/s read and write.
No, I don't think so. I've been playing around with encryption stuff in Linux for no obvious reason.. just for fun. I do realize that's too much, coz I don't keep any top secret documents on my media. But if it's just for fun for me it doesn't mean that nobody would want strong encryption.Squidge said:Don't you think your being just a little paranoid?
Do you also fully encrypt the contents of all your pcs at home?
A package is an archive file with a standardized format.JakeK said:This is going to sound weird but can someone explain to me what a Debian ARM package is? I need to get in with the lingo here, I have no knowledge of Linux stuff.
Most of the time when facing a new concept I spend a bit of time with google and see what I can come up with.JakeK said:This is going to sound weird but can someone explain to me what a Debian ARM package is? I need to get in with the lingo here, I have no knowledge of Linux stuff.
nubie said:Obviously this would be great benefit to a computer like the Pandora, you could install GPS programs, CD burners, just about anything you could imagine, if it is in the repository.
I like how the two examples you mentioned are things the panodra doesn't have. (and would need to be connected externally)
Zarneth said:nubie said:Obviously this would be great benefit to a computer like the Pandora, you could install GPS programs, CD burners, just about anything you could imagine, if it is in the repository.
I like how the two examples you mentioned are things the panodra doesn't have. (and would need to be connected externally)
Me too B) .
atomicthumbs said:A package is an archive file with a standardized format.JakeK said:This is going to sound weird but can someone explain to me what a Debian ARM package is? I need to get in with the lingo here, I have no knowledge of Linux stuff.
Packages are handled by package managers, such as apt and aptitude. Package managers read the package and decide how to install it. They may also install other packages that the original package requires, and the requirements for those.
A Debian package is a package ending in .deb, which somes from a Debian or Debian-based repository (place online to store packages that lets people download them).
Package managers connect to repositories.
There are two kinds of package: source and binary. Source is used much less. Binary packages are differentiated by the computer architecture that the program inside is built for: i.e. ARM (GP2X, Pandora, others), x86 (normal PCs), z90 (IBM supercomputers), and many more.
Ahhhhh thank you, makes more sense now. Plus I know what this x86 thing means.
Thanks also nubie, yeah Linux does have a steep learning curve. My brother attempted to install Linux and drivers etc for a robot and had a horrible time. It tarnished his views on Linux to say the least. Maybe I will grow to like Linux (after all it is what is on Pandora and Gp2X).
JakeK said:I've. My brother attempted to install Linux and drivers etc for a robot and had a horrible time. It tarnished his views on Linux to say the least. Maybe I will grow to like Linux (after all it is what is on Pandora and Gp2X).
Wait! You can install drivers on linux?
I find with linux it's generally a matter of things working out of the box (it's infinitely better than Win XP on this aspect), or you're pretty much screwed.
Zarneth said:JakeK said:I've. My brother attempted to install Linux and drivers etc for a robot and had a horrible time. It tarnished his views on Linux to say the least. Maybe I will grow to like Linux (after all it is what is on Pandora and Gp2X).
Wait! You can install drivers on linux?
I find with linux it's generally a matter of things working out of the box (it's infinitely better than Win XP on this aspect), or you're pretty much screwed.
That is why he had a horrible time, I have tried several times to make a DVR, but I am not shelling out $1xx for a video card that "might work great" on one of the Linux media center distros, or $2xx for a digital one now that the Analog broadcasts are set to end in the US.
If you need your hardware to work, you either need to make your own drivers or just hope that you can make it work.
I have had to pass kernel instructions before to bone-stock Intel systems you think should just work, but no, the drivers wouldn't identify the plain old Intel video. So Linux is as powerful as it is complex.
My understanding is that the situation with Linux is no worse than what people experience with Vista, where, for instance, most Creative Labs sound cards don't work properly.nubie said:That is why he had a horrible time, I have tried several times to make a DVR, but I am not shelling out $1xx for a video card that "might work great" on one of the Linux media center distros, or $2xx for a digital one now that the Analog broadcasts are set to end in the US.
If you need your hardware to work, you either need to make your own drivers or just hope that you can make it work.
I have had to pass kernel instructions before to bone-stock Intel systems you think should just work, but no, the drivers wouldn't identify the plain old Intel video. So Linux is as powerful as it is complex.
My pc is relatively new (AMD64 Dual 4200, 2GB DDR 800, Nvidia 8600GT OC, nForce mobo, etc) and almost every distro I have tried failed to boot (Incl. Ubuntu 7.10), whereas windows xp ran even before I installed the drivers off a disk.Laurent said:Frankly, I have had less issues with Linux than with XP SP2 as far as drivers are concerned. Granted I don't use exotic hardware :lol:
Laurent said:My understanding is that the situation with Linux is no worse than what people experience with Vista, where, for instance, most Creative Labs sound cards don't work properly.
Frankly, I have had less issues with Linux than with XP SP2 as far as drivers are concerned. Granted I don't use exotic hardware :lol:
My experience with linux drivers has also been far better than with windows. There were a few things I've tried and failed with (ie, ATI) but they're things that are commonly known to have bad compatibility so I knew what to expect. On the other hand I bought a bluetooth dongle. Plug and play in linux. Came to use it in windows though and I couldn't find the driver disk. Spent hours trying to find a driver for windows, tried many random ones, no luck at all. Linux only for that one. Then there's my printer, I got an epson because they're said to have good linux support. Plug it in, instantly ready to print. Sure windows has drivers avaliable but I'd have to spend 10 minutes finding the disk, or downloading them.
I've also seen a friend install linux on a laptop and have Wifi, Compiz and everything all working by default, nice and smooth. (on 11mb or so video memory too) The main thing you need to do is research what brands have good compatibility, and be careful of bleeding edge or exotic hardware. If the drivers are there though linux is the sweetest OS ever.