This will prove extremely handy if you have a netbook without an optical drive. We’ve used Unetbootin to move Linux ISO images to a thumb drive in the past. In addition to getting around the lack of an optical drive, this saves burning the data to a piece of plastic. But, you should be able to use this with a Leopard retail DVD instead of a 16GB thumb drive for a Hackintosh conversion. That means you could install Leopard on a netbook without needing a Mac to transfer the disk image to your thumb drive first.
The iPad, announced earlier this week, has been a massive media extravaganza. Some people were elated, and some let down. We’ve been asked over and over what our thoughts on the device are. Join us after the break to find out.
[Vikash] was having trouble using his netbook in the dark so he added a keyboard light. He’s got a Dell Vostro A90 which is the same hardware as the popular Dell Mini 9. We agree that the condensed keyboard layout makes it hard to type without looking; just try to find the quotation mark, brackets, and tilde keys! He added an LED to the bezel around the LCD screen in order to shed light on the situation. Now the LED can be turned on using CTRL. An ATtiny13 microcontroller monitors pins 1 and 11 of the keyboard, waiting for the CTRL keypress, then turns on the light when it receives it. This hardware solution means it doesn’t matter if you’re running a Hackintosh (like he is), Ubuntu (like we are), or that other OS.
When we introduced you to the Twitter Christmas tree ornaments, sadly we had very little information about the project. Luckily [Rob] made contact and clued us in on the inner workings. It even turns out we were wrong about the usage of Arduinos! We invite you to check out all the juicy inner workings after the break. Read the rest of this entry »
Yetanother netbook can now run OS X. This one happens to be the Samsung n310, making it our first published non-Dell netbook to accomplish the feat. The key lies in a custom (and downloadable) .ISO for intalling said operating system onto a netbook. Full instructions for the task, and an audio driver for the n310 in OS X, are available on the [ComputerSolutions] website.
We’ve seen the Arduino board in charge of some pretty unique tasks in the past. Harvesting locally grown soybeans was not one of them.
[Lance] rigged this beast up in order to automate the monotonous task of driving up and down the vast soybean fields of Iowa. The 15 ton farm combine’s hydraulic steering pump is at the mercy of a team of gadgets, including a GPS, Windows 7 PC, and the omnipresent Duemilanove (which acts as the output card, connecting the PC to the pump). So far, it is reported to be doing a great job, straying only about an inch and a half from its desired, GPS-programmed, path. Even if the Arduino decides to go totally berserk and drive the combine off course, speeding around at 5mph makes it pretty avoidable. A supervisor is also in the cabin at all times, looking out for errors. [Lance] eventually hopes to offload all steering-related calculations to the ATmega328P onboard.
Commenters are welcome to share heavier-duty uses for the Arduino (if they exist).
[Hunter Davis] is at it again, this time hacking the pink IM-ME to use as a wireless terminal. It sells for between $12-16 and he ordered it to get free shipping with another purchase. The wireless antenna registered as an HID device when he plugged it into his Linux box. He then sat down for a long USB sniffing session only to be surprised by the lack of any type of security. Everything transferred to the device is just plain text in hexidecimal. Because of possible DMCA issues he hasn’t posted a driver but does explain most of the process to write your own.
[Hunter] has given us a lot of handheld hacks. This device is meant as a remote terminal for instant messaging. We’re sure you can think up a lot better uses so let us know in the comments and don’t forget to send in any projects you come up with.
mbed is a next-generation 32-bit microcontroller platform. It’s a prototyping and teaching tool somewhat along the lines of Arduino. On steroids. With claws and fangs. Other contenders in this class include the MAKE Controller, STM32 Primer and Primer 2, Freescale Tower, and Microchip’s PIC32 Starter Kit. The mbed hardware has a number of advantages (and a few disadvantages) compared to these other platforms, but what really sets it apart is the development environment: the entire system — editor, compiler, libraries and reference materials — are completely web-based. There is no software to install or maintain on the host system. Read the rest of this entry »
Today is the official release of the latest version of Ubuntu, the most popular Linux-based operating system. Someone mentioned that there had been a new release of the Windows OS recently and if you’re thinking of going with that one, we feel you should a least give Ubuntu a try. Now in its 11th official release and codenamed Karmic Koala, this version of Ubuntu continues the traditional six month development cycle by succeeding Jaunty Jackalope which was released in April of this year.
We’ve been running the beta release of Ubuntu Netbook Remix for several weeks now. It cut boot time down to between 5-10 seconds and WiFi is already connected by the time the Desktop loads. Speed isn’t the only new feature, graphics have been redesigned, there is a new app store that serves as a front end for the extensive free software repositories, and the newest kernel and software versions are included.
We’ve been using this open source operating system since its third release, Breezy Badger. We love it for the quality, convenience, and the fact that we can get our fingers into the code and hack around a bit.
[banzai] wasn’t happy with the performance he was getting out of his Samsung netbook. He decided it was time to do something about it. He noticed that Dell and HP both sell an optional HD decoder card for their netbooks. After a short search, he found one on ebay for only $24. He had to give up his internal wireless, but he doesn’t mind using a USB wireless dongle. Sure this isn’t horribly complicated, but he has information here that might help smooth out the process.