Linux Kernel 2.6.29 Released
diegocgteleline.es writes "Linus Torvalds has released Linux 2.6.29. The new features include the inclusion of kernel graphic modesetting, WiMAX, access point Wi-Fi support, inclusion of squashfs and a preliminary version of btrfs, a more scalable version of RCU, eCryptfs filename encryption, ext4 no journal mode, OCFS2 metadata checksums, improvements to the memory controller, support for filesystem freeze, and other features. Here is the full list of changes."
Ummm I'm pretty sure thats the ability to act as a wifi access point, which windows can't do yet.
I can't believe this wasn't mentioned..
Here's what the new linux logo looks like for this release.
Further investigation into the cause of dataloss under the Ext4 Filesystem has revealed that it is not the fault of Application Developers, Ext4, nor even the evil POSIX manual of Doom. Its turns out that it Obama is so corrupt that he has caused major dataloss all around the nation. There! At least I'm an *on topic* Troll. Was that so hard?
You only need rootfs, which is a special type of ramfs that loads the initramfs image. initramfs is loaded by the bootloader, so probably GRUB or LILO or ELILO.
Then if every other filesystem was based on FUSE, you would load the initramfs with the FUSE module, the FUSE setup programs and a config file.
It doesn't work like that. The kernel never uses its own filesystems' support to load itself... How could it if it hasn't been loaded yet? That's the job of a "boot loader". The most user boot loader currently is Grub, and previously was Lilo.
Grub supports some filesystems, so it can access them and load the kernel. Lilo did not support filesystem, so there was a tool that you needed to run each time you changed the kernel. That tool built a list of blocks, so that Lilo could load the kernel (from those blocks) without really understanding the filesystem.
Even in Linux, most distro's don't have full filesystems built into the kernel. Instead they only build in a tiny in-memory fs that allows them to read an initrd. This means that they can have virtually any filesystem as a root filesystem without having to compile every conceivable filesystem into their general purpose kernel.
It is also possible to avoid ever booting in the way Linux machines boot. Instead, the boot process could act like the hibernate/resume functionality of Linux. So instead of loading programs into the address space from a filesystem, we simply read the resulting address space from disk. After all, some embedded devices don't need to ever use a filesystem, so in these cases loading a fs would be a waste of resources.
Hello. I have looked into this and found the following site. http://www.tasmaniandevilpark.com/index.html
The link to their donation form is http://www.tasmaniandevilpark.com/friends.html
Cheers
Then if every other filesystem was based on FUSE, you would load the initramfs with the FUSE module, the FUSE setup programs and a config file.
Actually, user space filesystems are nice, but they are way too slow for implementing a high speed server and/or even a decent desktop machine. They are good for experiments and pioneering work though (like GMailFS and SSHFS), but having a good set of fast, basic filesystems in the kernel is just obligatory AFAIK.
[sigh]
This again?
For the last time, Gnome and KDE are not going to merge! And we don't want them to merge! Healthy, friendly competition is good!
A Single-Unified-Linux-Desktop is neither desirable nor necessary for "world domination" or even "the year of the Linux Desktop"
No sig for the moment.
The Linux wireless drivers page lists which drivers support master/access point mode (see the AP column). The list isn't perfect (the hostap driver definitely supports AP mode :-) but it seems to be a case of omissions. The table also says what form factor the supported chipsets come in (so you can tell which ones you will be able to get in USB form). I'd guess the rt2500usb or p54usb drivers would be your best bet.
Another useful page is the Linux wireless chipset directory which tries to list which cards have which chipsets (there's even a single page table with all the added chipsets but I won't link to it from here). This lets you build a list of boxes with the desired chipsets inside them (finding out whether this is true in reality can in itself can be a fraught process though). The chipset is really the important part in all of this.
I'm not going to point to an Amazon page because I have not bought a USB wifi card with the capabilities you describe from Amazon. I'm in no position to tell you that XYZ USB device on Amazon definitely works as I haven't done it myself. I have used hostapd on Linux and OpenBSD before now on a creaky old Prism 2.5 card and that worked for me but again that's not what you asked.
Finally here's a guide to using hostapd to set a card up in access point mode (just using iwconfig to set master mode is not enough). Googling for hostapd linux will turn up plenty more guides which may be easier to follow.
Good luck!