

Linux Appliances 113
Has anyone else noticed the proliferation of little Linux appliances? The latest couple that have been submitted are the PIA (which runs on a Celeron and looks to be available for $300). The other is from Indrema which is still vapor, but with things like a wireless keyboard and an SVHS port, it looks like a cool game box. Rumored release for it is November with a sub $500 price tag. These guys are getting close to what the NetWinders wanted to be a year ago ... What else does the Linux appliance future hold?
Re:But is it because Linux is superior? (Score:1)
The post moderated was utter trash. As pointed out in a follow up to it, the merits of the post were total crap. BSD is just as seperated as Linux in terms of Kernel and Userspace. The points on the open development model were trash. I could submit a patch to Linus and he can reject it just as quickly as any BSD kernel maintainer could.
As for the forking issue, I don't see how it's a bad thing. The code can still be reused and remerged. The big forks of BSD out there (Open, Free and Net) all exist to fill a niche, just like the specialized Linux versions that are showing up (the ones for Clustering, Real Time, etc.)
Anyway, I hope my justification sticks, and I think that the moderators that made this trash 'informative' need to be shot. The BSDL is just as Open Source as the GPL. BSD will not die any more then Linux will.
And one more thing, will people STOP begging for karma by saying 'I know I'll get modded down for this'. It's sick.
Correct me if I'm wrong but . . . (Score:1)
With an `appliance' type device where the company is selling the hardware with pre-installed software, shouldn't it be an absolute no-brainer to setup and use, assuming the company has done their job correctly and finished all of the difficult setup ahead of time?
just my
I wanna see Linux on a single chip! (Score:1)
Re:Owning the PIA (Score:1)
Re:But the real question is... (Score:1)
--
Re:iOpener (Score:1)
the original hack. Someone found an even
simpler way to get netbsd onto it too!
Now they claim they've made it un-hackable -
time will tell.
Re:SVHS Port (Score:1)
This is a GOOD thing (Score:1)
Re:this may be a dumb question (Score:1)
Computers, computers everywhere... (Score:1)
Speaking of which, i need to go check on my toast... i think the PalmPilot i now use to control my toaster has crashed again. ;-)
Re:Correct me if I'm wrong but . . . (Score:1)
Buy any sun computer nowadays and you will find the OS preinstalled. The patches you need to install are not required for new hardware. Only on revolutionary third party software will you need to install patches or add files to /etc/. You may have to configure the device to make it work (i.e. setting an IP address on an ethernet card) but that should be expected.
"boot -r" or "reboot -- -r" will rebuild the devices. Almost all devices that are made for the Sparc platform make the physical devices conform to a strict list of instructions for compatability. This is pretty much the same with Macintosh. The drivers are bundled with the OS, and the vendors adhere to those specifications.
The problems are not in the software, they are in the legacy hardware that does not have specified instructions to use for most types of devices. The hardware vendors for the x86 platform are expected to product their own drivers and distribute them with the hardware.
dijit@half-truth.com
"Always check your facts before speaking like an expert."
Re:But is it because Linux is superior? (Score:1)
Yes Linuxes popularity plays a roll but not in the marketting. It's all those programs that a develuper can addapt to the appliance.
Cut down on develupment time making minimal changes to the source such as rewriting the vertual console to run on a specalised chipset rewrite the sound drivers to use a costume sound chip rewrite the video4Linux drivers to use a specallised video sample chipset.
All the while making minnor changes in existing applications to run on the system.
Add to that an existing romdrive allready in the kernel and an operating system thats not to fussy about how it boots and you have the ideal operating system for appliances.
TiVo and i-Opener appeals to gadget freaks... there is a larg Linux geek gadget freak overlap to create the illusion of "Linux appeal"
However in my famaly the gadget freak is my sister and I am the Linux geek.
She wants TiVo.. I don't..
While the cost cutting advantages are a plus it's really a matter of getting from the drawing bord to the maket fast with out letting anyone outside know you are doing anything.
Beat the compeditor to the market while doing your best to make sure there are no compeditors...
Re:Correct me if I'm wrong but . . . (Score:1)
Linux is allways playing catchup in drivers..
Hardware venders only release drivers for the primary operating system of the target hardware. They do not bother with Linux drivers.
To make matters worse many companys won't release specs so if Linux drivers are to be made the hardware has to be reverse engeneared.
Considering all this Linux ports to PC, Mac and Sparc pritty well.
With as well as Linux dose in keepping up on Linux hostile hardware Linux should work wonders on a Linux friendly platform.
Linux dose have Plug and play support but as hostile environments rarely plug and "play fair" Linux tends to backoff rather than push the issue and crash..
PCChips Book PC (Score:1)
Re:But is it because Linux is superior? (Score:1)
Re:I wanna see Linux on a single chip! (Score:1)
Re:But is it because Linux is superior? (Score:1)
Re:Owning the PIA (Score:1)
Re:Owning the PIA (Score:1)
iOpener (Score:1)
-0-0-0-0-0-0-0-0-0-
Laptop006
laptop006@netexecutive.com
Vic, Australia
Re:Miasmatic Indrema (Score:1)
Re:Owning the PIA (Score:1)
actually i just bought one....STAY AWAY!!!!! (Score:1)
Servers? (Score:1)
Re: (Score:1)
MMMMM..... (Score:1)
Thoughts on the NetWinder (Score:1)
From a web hosts' standpoint, it could have been a dream come true. A perfect solution for building an inexpensive server farm to allow clients to each have their own dedicated server. Corel could have been chewing Cobalt's market to shreds (it truly amazes me that Cobalt stays in business) because they did get it right. Yet the price held it back, and commodity PC hardware is still king in the dedicated server market because it's still cheaper.
Close, Corel... pretty close.
Re:But is it because Linux is superior? (Score:1)
Because Linux is divided into a kernel and discrete components, such as the C library, bash, command line utilities, etc., which can be easily separated and replaced with something else.
With *BSD, the OS distribution gives strong incentive to use what is provided in /usr/src and /usr/ports, to the exclusion of software not provided. Further, it's more difficult to do a binary-only installation. You're always going to have source code for something hanging around, and probably not something you intended to keep, and certainly not tarred and gzipped!
To build an embedded Linux operating system [linuxembedded.org], all you need to do is build a Linux kernel, build a libc (e.g. glibc2 or newlib [cygnus.com], and build whatever other tools you need, then combine them into a nice binary distribution. Even without a package mangler.
I can't even begin to conceive of how one would build such a thing with *BSD without seriously disturbing the OS installation hosting the build process. I'm sure it could be done, but if it were that easy, someone would have done it by now.
Further, Linux is open source and open development. Anybody can participate. BSD is far less open source, and far less open development. Ever tried to submit a patch to a *BSD kernel? Ha, good luck. There should be no question as to why the BSD kernel keeps forking.
As for Linux vs. BSD, BSD advocates will say that it is technically superior in many areas, and be correct. However, Linux is far superior in at least one aspect: the manner in which it is developed. I expect BSD to be left in the dust in all technical areas that matter within a very short time, unless they can get their act together.
Foo. There went all my karma.
---
Re:Linux Dildoes (Score:1)
Re:I HATE your kind. Especialy the spotted ones... (Score:1)
Re:MMMMM..... (Score:1)
Re:first post? (Score:1)
Big Deal (Score:1)
Re:the future of Linux appliances (Score:1)
Re:Linux Power Tools (Score:1)
Re:Is CommadoreTaco biased? (Score:1)
Re:Big Deal (Score:1)
Re:I wanna see Linux on a single chip! (Score:1)
Re:Micro$oft makes dollars (Score:1)
Re:But the real question is... (Score:1)
Linux Makes Cents (Score:1)
Miasmatic Indrema (Score:1)
Re:But the real question is... (Score:1)
What's so special (Score:1)
Re:Big Deal (Score:1)
Re:Thoughts on the NetWinder (Score:1)
Re:MMMMM..... (Score:1)
Re:Checkout Webflyer II (Score:1)
"[i]s out already" apparently does not mean "I can go buy one." Unless I'm missing something, I can't put my hands on one right now unless I want to buy 10,000 of them.
I'm also extremely interested in how they plan to handle the composite/s-video outputs and DVD decoding under Linux...
I'd buy a few of the boxes right now if they were available at a reasonable price. (I just bought two PIAs but this is what I really want.)
Re:But the real question is... (Score:1)
Re:Linux Appliances vs. Windows Appliances (Score:1)
Re: IS COMMADORE TACO BIASED? (Score:1)
Did you mean Commodore, as in the computer ( =D for those that remember )?
I don't remember any of the Commodore series (the PET, the VIC, or the C64/128) ever coming with any kind of taco promotion. When did you get such a machine? I would be interested to know...
Or, if you mean "taco biased", would you point out to me exactly where a taco biases the circuitry? That would be one of the most ingenious hacks I've ever seen.
Perhaps the taco came with their typwriters, or other business products (like filing cabinets, mouse pads, or the dreaded Commodore PC). Whichever it is, PLEASE send us a picture.
>more like a badly written commercial.
Now I _KNOW_ you are talking about Commodore Computers...
Re:Servers? (Score:1)
That solution will run you about -$5 if you are lucky (the person with the machine will probably give you $5 to take it away).
I wouldn't try serving more than 1 person at a time, though, with that little memory...
But the real question is... (Score:1)
The only question I ask is, how will the ease of use factor fit in to everything? I mean, I am quite aware on how easy linux has become to configure/maintain, but can these ever be something my parents could use?
But hey, they have troubles using the microwave, so that probably wasn't a good example
-bugbbq
*BSD can't be used for appliances? - NOT ! (Score:1)
sample of Commercial Appliances based on FreeBSD -
Nokia Firewall/VPN Appliances [nokia.com]
Internet Devices, Inc. - Products Overview [alcatel.com]
router/dialup/etc ... - FreeBSD on a Floppy...
PicoBSD [freebsd.org]
Commercial Embedded BSD [bsdi.com] from BSDI [bsdi.com]
eh..it's not that impressive (Score:1)
Re:It's fucksticks like you (Score:1)
Re:Suprising, really... (Score:1)
Re:Suprising, really... (Score:1)
Linux Dildoes (Score:2)
We ruled out Windows CE almost immediately. The last thing that we want to have is a situation where a customer is in the act of gratifying herself, and the damn vibrator crashes. The nightmare scenario that we came up with was this:
CUSTOMER: Ooooooh, yeah.
VIBRATOR: *WHIR* *WHIR* *WHIR*
CUSTOMER: OOOOH BABY, yeah, that's how I like it!
VIBRATOR: *WHIRRRRRRRR*
CUSTOMER: YES, YES, YES, I'M ALMOST THERE! GOD, YES! GOD, YES!
VIBRATOR: (makes the sound that the broken hyperdrive on the Millenium Falcon makes in The Empire Strikes Back; it slowly comes to a stop)
CUSTOMER: What the fuck?
Obviously, gentlemen, this is a situation that is to be avoided at all costs. We need a vibrator that has a System Availability Rating of 100%. That means that we turned to the Linux operating system. Linux has a well-deserved operation for stability. In our eyes, that makes Linux one hell of a dildo-riffic operating system! We equipped our vibrators with the same 65C02 processor that was used in the Apple
So far, things have been going great! You can look for the first Linux dildoes and vibrators to hit the market at the beginning of next fiscal year (October 1 or thereabouts.) And guys, don't despair! Linux Penis Pumps are just around the corner! Now your favorite open-source operating system can literally make your dick bigger!
Re:Correct me if I'm wrong but . . . (Score:2)
There is no such a beast..
Most of the times you'll need to throw lots of patches in, add few configuration files (look at configurations files in
On the iMac - I Agree with u
Re:this may be a dumb question (Score:2)
Call QNX and ask for prices for your Appliance. Now, call Lineo and ask for their prices. (Hint: Lineo is MUCH cheaper than QNX)
The guys at Lineo managed to squeeze Linux to 222k! and they have solved many RealTime problems that the original kernel had...
You can also hire some Linux kernel hackers to do the job and it will be much cheaper then taking QNX or other solutions..
Re:the future of Linux appliances (Score:2)
And don't forget to flush - but PLEASE don't use the sync!
Consciousness is not what it thinks it is
Thought exists only as an abstraction
Linux Appliances vs. Windows Appliances (Score:2)
Linux on the PC platform will probably come along even more quickly than these new appliances, because it is much easier for someone to install Linux on their home PC, get support from all over the internet, and have a fully functioning Linux box than it is to develop the idea, hardware, and software for a Linux appliance. Plus, who knows what Microsoft is going to squeeze Windows onto. Without the help of something special, Linux is still going to take a backseat to Microsoft.
Checkout Webflyer II (Score:2)
Eagle wireless has a linux appliance like idrema,
but it is out already. See: www.eglw.com/english/new.html
It's pretty sleek. Even better, they will be integrating their wireless dsl with it that gives 11Mbs bandwidth!
See: http://biz.yahoo.com/bw/000211/tx_eagle_w_1.html
Re:first post? (Score:2)
First post. Or do not first post. There is no "first post?"!
Re:But is it because Linux is superior? (Score:2)
Which ever of you
Usless attempt to stay ontopic:
I think that Linux appliances are cool...
Re:But is it because Linux is superior? (Score:2)
I would have to object that it's a bad thing. VCR's, as an example, would likely have been adopted by the 80s equivalent of
Walt
Re:Owning the PIA (Score:2)
Suprising, really... (Score:2)
-- Moondog
Re:Big Deal (Score:2)
Re:But is it because Linux is superior? (Score:3)
And BSD is divided into a kernel (made of descrete components), and a user land made of descrete components like the C library, various shells, command line utilities, etc., which can be easily replaced with other things.
Try again. Neither Linux nor BSD has an advantage in this area.
Well, yes FreeBSD at least provides a strong incentave to use what is provided, namely making it dirt simple to use that stuff. It doesn't make it any harder to use non-ports stuff then any other Unixlike OS. You can even use the FreeBSD package manager (which allows dependnecy tracking, and easy uninstall) with non-ports software. Of corse if you did, it would be a tiny step to make it "ports software" (namely a few text files).
But I have installed a lot of non-ports stuff on my FreeBSD box (mostly snapshots of newer-the-ports stuff). I don't see how it diffres from installing a "too-new-to-be-RPMed" package in Red Hat.
I would say no advantage between Linux or BSD in this area.
Yes, unless you master the mystical "rm" command, you will still have the tarballs after you "make clean" (rm /usr/ports/distfiles/* works pretty good). I do wonder why there isn't a cron job to clean old files out of /usr/ports/distfiles, but this is definitly someting almost anyone ought to be able to do on their own if they wish.
I think the general thery under BSD would be to compile a kernel, libc, and the other tools you need, put them in in a binary distrubution (see the "mfsroot" tools). Even without the package manager, if it is offensave or useless to you.
For examples look at PicoBSD, the 1.44MB distribution [freebsd.org], or maybe at the BSD in Juniper's M-series $100k+ routers, or at the BSD in Ascend's GRF routers. Or IBM's ePIPE, or Whissle's InterJet. Or, hell, the X-Terminals I built in 1992.
Again, Linux and BSD are pretty much the same in this regard.
I don't see any reason why BSD is less "open source". It is "less GPL", and arguments can be made about whether that is good or bad. But it fits ESR's Open source Definition. I've had patches accepted by various BSD groups. I've had them rejected as well, and a better fix was taken in their place. I havn't made any Linux patches, but I hope (and expect!) the result would be the same, my well-written patches would be accepted, and my flimsy half-baked hacks would be rejected, and maybe done better by someone else.
As for the forking, I remain unconvinced that Red Hat, SUSE, Debian, Slackware, Corel, Mandrake, Trustix, Storm and Yellow Dog are really signifigantly more similar then FreeBSD, OpenBSD, and NetBSD. Yes, all the linuxes are a kernel that Linux blessed, plus (sometimes) patches, and diffrent config options. But the userlands are all diffrent. Just like the BSD userlands. And as far as portability goes that is about as bad. Which is to say, a slightly-more-then-minor problem for source shipped programs, but not a major huge super big showstopper problem (in either BSD or Linux!)
Even if convinced, I'm not sure it would be a wholey good thing. If userland devirsity is a good thing, why is not a little kernel diversity? I really enjoy having multi-CPU support in FreeBSD. On the other hand, when I want a really secure system, I appreciate Theo's stance that the multi-CPU stuff hasn't been around long enough to be sure there are no security-related race conditions in it.
Here we have the first non-tie. BSD is better if you are intrested in deversity at all levels. Linux is better if you want basically the same kernel everwhere, but don't care about the userland being quite so similar.
Well, Linux does have Linus to keep everyone roughly on track. And that is a major big deal. BSD has nobody with the same leadership skills, who has stepped into the same sort of role.
On the other hand I wouldn't exactly say BSD has been left in the dust so far, and Linux has been around, what, nearly 10 years now?
Linux has gotten some really cool stuff recently (XFS, Riserfs being the most intresting), but BSD hasn't exactly been sitting still (look at the FFS soft update code, and the work-in-progress version of FFS that can do NetApp style snapshots, and live-filesystem-fscks). Linux seems to have gotten quite a leg up in fine-grained SMP, but with the recent Walnet Creak/FreeBSD/BSDI annoncment, I expect BSD can "catch up". After all Paul Borman allready did fine grain locking in Cray's TCP/IP stack, how hard could doing it twice be? :-)
My summary for this one would be "answer unclear, try agian next year". But I accept diffrent peple could judge this diffrently.
Why? It conforms to slashdot's bias. And was well written. I just happen to think it was also wrong. Now as to what happes to my karma...
P.S. you did forget to mention uLinux, the Linux that can run on non-MMU devices. I can see that being a big advantage in the embeded market. It's not something I would enjoy using, but still, it's a big deal if you can leave out a MMU and save $3 on a box that has a $50 price tag...
P.P.S. you'll note I didn't show anywhere I thought BSD was clearly better then Linux. That's because I'm not really sure there are any. There might be. There might not be. Or more to the point, each have their strengths, and weeknesses, and depending on what you need, one or the other might be better. You need to look close to decide, there is no easy answer (other then "not NT"...there, can I keep my karma? I bashed Microsoft)
Appliance isn't really the right word (Score:3)
Of course, WinCE (or whatever it's called now) has even fewer redeeming features. But for use as an appliance, I think the PalmOS has much more going for it than the combination of Linux+X+Gnu+KDE/GNOME (which would be the minimum of what you would need).
There is no trap so deadly as the trap you set for yourself
Re:But is it because Linux is superior? (Score:3)
Or merely cheap? If the latter, why not use Free/Net/OpenBSD?
It's all about infrastructure. Given that there are millions more Linux users than any of the others (or at least the last I knew; if someone else has figures it would be nice), it makes sense to use Linux. There are thousands of developers who are already familiar with writing code in and for Linux. Granted, you might not be able to port your favorite apps to an MP3 player, but more is definately better in this case.
Any Linux-based system gets free advertising in web sites frequented by people who would likely buy them (this article is proof of that).
It's kind of hard to argue against that
And companies know that having a Linux product, no matter how proprietary the hardware, API, etc might be, means a chance at a huge IPO.
Well, the fact that they use Linux means that it will be 'open', even if only in a small way. And that might very well be considered a benefit (to users and programmers) over BSD (which would not guarantee open source).
Maybe if the Yoppy has a successful launch things will change. I know it would change my impressions.
It certainly looks cool, but the there are enough palmtops out there already. It's hard to judge how well it will do with people who don't already use Linux.
~~~~~~~~~
auntfloyd
Linux Power Tools (Score:3)
Imagine the interface:
#cut
#head
#hash
#kill
#man
#split
easy of use should not be an issue (Score:3)
But is it because Linux is superior? (Score:4)
Or merely cheap? If the latter, why not use Free/Net/OpenBSD?
My guess is the Linux == Big Bucks approach. Any Linux-based system gets free advertising in web sites frequented by people who would likely buy them (this article is proof of that). And companies know that having a Linux product, no matter how proprietary the hardware, API, etc might be, means a chance at a huge IPO.
Sorry guys. I'm not buying it. Have there been any consumer device running Linux that have sold well to non-Linux users? Both the TiVo and i-Opener seem to appeal to the slashdot crowd, which in the latter case, seems to be a bad sign for retailers. I just don't think that Slashdot readers can make up enough of a market to justify all this hype. Maybe if the Yoppy has a successful launch things will change. I know it would change my impressions.
the future of Linux appliances (Score:4)
Owning the PIA (Score:4)
I'm currently happy with it - but wasn't when I opened the box...
The box is cube shaped - something not quite expected from the pics. This isn't a bad thing in my situation, because it sits in my living room, and most people think it is a subwoofer. So, that's a plus.
I pulled it out of the box and plugged it in. It uses Debian - Potato that they've modified a bit. The install instructions tell you how to plug everything in and log in - using username tux and a password which I don't remember. (Instructions are gone) Nowhere can the root password be found. For a newbie, this probably isn't a problem, but I personally didn't like the idea that 1) the company I purchased this machine from knew the only user name and password, and 2) I didn't have root to amend this situation.
But the box brought up a nice KDE desktop and it looked like anyone with a bit of computer experience (setting up dial-up networking under windows) could get on line relatively easily. I ordered mine with the ethernet card, and there were no instructions on how to hook the machine up to a local ethernet - so this option probably isn't for newbies.
What to do? Well, I put in a floppy and CD-ROM drive (both unneeded extras that aren't in the default shipping setup, and both of which I have extras laying around) and installed RH 6.1. This went fairly uneventful. The machine ran fine, but the 32mbs were just too little for me, so I put 64mb in there, and it's a nice living room desktop. Nothing fancy - just functional. MP3s, Internet, email.
For $300, it's not a bad setup - if you can put a little work behind it.