Intel Begins Support for Debian 33
An anonymous reader writes "An Intel Software Architect announced on the Debian mailing list yesterday that Intel has begun supporting Intel devices on Debian sarge for their extensive reseller channel. This covers the D845, D865 and D915 chipsets and was done to meet customer demand.
They've posted drivers as well as the various distributions supported by the chip maker (Debian, Mandriva, Novell and Red Hat). Looks like the pure open source distributions are finally getting the attention of the big players!"
No debs on the site yet.. (Score:2)
astrosmash:~# apt-cache search kernel-image | grep kernel-image-2. | wc -l
46
Re:No debs on the site yet.. (Score:3, Informative)
Re:No debs on the site yet.. (Score:1)
Re:No debs on the site yet.. (Score:2)
Re:No debs on the site yet.. (Score:5, Informative)
The kernel this binary deb was installed against is 2.6.8/i386, Debian 3.1.
The actual download is pretty silly. You download a tar.gz file. This unzips into a total of 1 file (so why the .tar?). The format? ISO. To mount this, just use `mount -o loop file.iso /mount/point`
Here's a general feel for the unusual install.
Re:No debs on the site yet.. (Score:1)
Re:No debs on the site yet.. (Score:3, Informative)
Makeself [megastep.org]. It's used in the Loki installer, and thus in lots of commercial software.
Besides that, grandparents point was that a .tar is a non-compressed archive, and the actual compression happens in .gz. Gzip can only compress one file, meaning that if you want to compress multiple files, you'll have to compress a tar archive of those files. But in this case, there
Re:No debs on the site yet.. (Score:3, Informative)
From the manual:
Or from Wikipedia:
Re:No debs on the site yet.. (Score:2, Informative)
Re:No debs on the site yet.. (Score:2)
tar - The GNU version of the tar archiving utility
-S, --sparse
handle sparse files efficiently
Re:No debs on the site yet.. (Score:1)
Re:No debs on the site yet.. (Score:2)
First, the compression is the
Second, bzip2 (bz2) whould have been preferred.
In any case, tar could have been used to CREATE the download (GNU tar has support for gzip and bzip2, typically avoiding a second step. That was probably used.
Thirdly, Unix has had self-compressing (.shar) archives since the beginning.
Ratboy.
Re:No debs on the site yet.. (Score:2)
"Customer Demand" (Score:3, Interesting)
Huzzah!
Sam
Shouldn't be so (Score:5, Insightful)
But it's not a perfect world, after all.
Yeah..... (Score:3, Funny)
more like InDebtEl (Score:2)
Re:Intel supports open source? (Score:5, Informative)
"All the drivers of course include source and have been released under the GPL. They have also already been submitted upstream ( kernel.org, alsa.org , x.org) and can be downloaded at intel.com/go/linux."
Uhh... source code? (Score:1, Insightful)
Re:Uhh... source code? (Score:1)
Re:Uhh... source code? (Score:2)
Re:Uhh... source code? (Score:3, Informative)
If the driver is open source, why is it not in the kernel? Because the kernel developers think it's crap too. So Intel made a binary
Re:Uhh... source code? (Score:1)
Why support distributions? (Score:4, Interesting)
Why support distributions when what is needed for that support is either actual drivers (open source), or technical information to allow kernel developers to write the drivers. Instead, this "support" should be specifically targeting "The Linux Kernel". Then supplementary support can be provided to retractively install those drivers in distributions containing older kernel versions that don't include the drivers. Genuine "Linux Support" would mean doing whatever is necessary so that a future kernel version will correctly function with the targeted hardware. Likewise, similar support should also be provided for all the BSDs (even if just supplying the info to let the developers create the necessary code).
Debian gets no respect on /. (Score:5, Insightful)
I am now working as a java developer. In the past I've done development , DBA work, and sysadmin work, and whenever I want to get a server working well (or work on some development), my first option is ALWAYS Debian. Sure, right now I'm stuck working on solaris because I have to work with some commercial, binary-apps that do not run on any linux distros. Maybe I will sometimes consider using centos or something like that if I need to work with software that is only supported for RHEL.
But if I have an option, I use Debian. I have a small group of FOSS-enthusiast developer friends. We sort-of met each other arbitrarily, and we subsequently found that we all use Debian. When my cousin in Poland (I'm in the USA) was trying out different *nix distros, he eventually also settled on Debian (before he found out that I use it too).
Commercial distros appeal to newbies with their graphical installers. Ubuntu appeals to newbies who are charmed by the latest gnome apps. Many developers and sysadmins, on the other hand, who have used various distros have discovered that Debian is incredible for getting work done. It has more packages than any distro (I mean, EVERY FOSS tool is in Debian and it just keeps getting better and better -- now parrot, several FOSS java vm's, mono, Postgresql 8.1, mysql 5... are in unstable). When you want to compile from source, building (and customizing) your own deb from a source deb is VERY easy. And when you don't have time to worry about building from source and want to get some software up and running in a hurry, apt and dpkg are AMAZING.
Show me another distro right now that will let me install postgresql 8.1, parrot, mysql 5, mono, and several different FOSS java tools from binary packages in less than 5 minutes. It pisses me off when I read
OK, gentoo is another great community distro and warrants respect for the hard work and quality that the community puts into it. But for me and many other people who truly love to use FOSS tools on every continent in the world in dozens of countries, whenever we consider trying out another distro for a while, we find that we're better off just using Debian.
Debian deserves more respect on
Re:Debian gets no respect on /. (Score:1)
I no longer use Linux and thus probably don't really care, but IMHO emphasis on binary packages is not something to brag about. I understand that a lot of Debian users consider apt to be one of the single greatest things about the distro, although in my opinion it sucks. For starters, I tried installing Debian on four different occ
It's shame, isn't it? (Score:2, Interesting)
BUT, I was very surprised and very much disappointed to see notes on Intel website.
(http://developer.intel.com/design/motherbd/cz/cz_ drive.htm [intel.com])
For Windows:
Note: The Windows* OS device drivers listed have been evaluated on this Intel® Desktop board.
For Linux:
1. All BETA and Linux* information and software contained herein is provided "AS
gee (Score:1)