Dell Mini 9…. 2GB with Ubuntu?

I got a Dell Mini back in October and have been enjoying it very much. What I like the best is its portability and battery life. At the time, the version that I purchased from Dell came with a specialized version of Ubuntu 8.04 and 1GB of RAM. I wanted to upgrade to 2GB and purchased the RAM. However, the Mini failed to recognize the additional RAM, stilling telling me I only had 1GB installed (even though it only has a single 2GB DIMM). I learned today that the problem is not the RAM but the specific Ubuntu kernel that Dell used for the Mini. And here is the fix:

Mini 9 Kernel Re-compile for 2 GB ram:

– Open a terminal
– Enable root login using the command:
sudo passwd root

– Change to the root user and then execute the following commands:
su
lsmod > /tmp/modules.old
apt-get install linux-source
apt-get install build-essential
apt-get install libncurses5-dev
cd /usr/src
tar -jxvf linux-source-2.6.24.tar.bz2
cd linux-source-2.6.24
cp /boot/config-2.6.24-19lpia .config
make oldconfig
make menuconfig

– In the menu that opens, go to “Processor Type and Features”, enter the option “High Memory Support (off)”, select the option 4GB, exit and save.
– Execute the follwing commands:
make
make modules_install
cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.24.3
cp .config /boot/config-2.6.24.3

cd /lib/modules
cp -r 2.6.24-19lpia/volatile 2.6.24.3
cp -r 2.6.24-19lpia/ubuntu 2.6.24.3
update-initramfs -u -k 2.6.24.3

– edit /boot/grub/menu.lst and at the very bottom add an entry for the new kernel. It is recommended that you also increase the delay time to something greater than 0 (like 10 seconds) so you leave the stock kernel as the default, but select the new one from the grub menu till you know it works.
– Reboot and select the entry you created for the Kernel 2.6.24.3
– Several modules won’t have loaded after the reboot, You can identify which ones by doing a “lsmod > /tmp/modules.new” (without the double quotes) and comparing to the /tmp/modules.old generated previously. One that fails for sure is wireless, another one is the embedded webcam.
– To fix the wireless, just open a terminal and type the following commands:
su
depmod -a
modprobe wl

– at this point, perform a modprobe for the other modules listed in /tmp/modules.new that are missing from /tmp/modules.old . In my mini 9 the commands were:
modprobe michael_mic
modprobe arc4
modprobe ecb
modprobe blkcipher
modprobe unionfs

– At this point everything should be working normally in your Mini 9, and it should recognize all 2 GB of RAM. I did a last reboot before testing the camera and everything.
– If you are confortable that everything is working fine, edit /boot/grub/menu.lst again, change the delay back to 0 and make your new kernel entry the first one on the list of options.

I’m going to try this tomorrow – I hope it works!

There seems to be some debate on if it would be easier to just upgrade to Ubuntu 8.10. The apparent downside of the 8.10 upgrade on the Dell Mini is that it takes a bit to tweak the hardware settings and the potential loss of the battery efficiency of the Dell’s Ubuntu 8.04. More info here.

Freeze Your Keys

Feb 14, 1400Z-2200Z, Leavenworth, KS. Kickapoo QRP Amateur Radio Club, W0EBB. 5th Annual ‘Freeze Your Keys’ Winter Operating Event. 14.280 14.060 7.280 7.030. QSL. Gary Auchard, 34058 167th St, Leavenworth, KS 66048. w0ebb@juno.com

a brasspounder’s cafe


Check out the wonderful blog of JJ8KGZ. Leo is in the process of assembling an Elecraft KX1 and has also started to share the joy of kit building with his son. Although I am sure there are many non-Western hamblogs out there, this is probably one of the first I’ve really explored and quite enjoy. I’ll be looking forward to Leo’s next post.

Ubuntu 8.10 – fresh install

Yesterday I finally turned my dual-boot (Windows XP and Ubuntu) into a full fledged Ubuntu 8.10 box. The install went generally well. A little initial problem getting the wifi working (but I attribute that to my wifi network, not Ubuntu) and then a bit of tweaking to get my networked drives mounted permanently as well as configuring to print on a printer hooked to a Windows XP box and a network printer. I always forget that I have to install Samba before I configure /etc/fstab and make directories under the media folder. Once I realized my mistake, I was off and running. The printer setup was also fairly easy, having saved my settings from before.

I’m still keeping my Dell laptop on Windows XP for now. It has my MS Outlook which I still haven’t moved to Ubuntu’s Evolution. My ham computer is also still on Windows XP because I’m not yet willing to make the jump to a Linux based ham world.

I’ve said it before and am still convinced that I won’t need to give Microsoft any more money. When it is time to move my remaining boxes off of Windows, I won’t be looking back.

APRS… weather and beacon


As I mentioned earlier, I’ve got the data from my weather station being sent out via APRS. You can see the latest data here … although I like my Weather Display Live page better.

For my APRS station I am using a Yaesu 2M (packet-ready) transceiver, a Kantronics KPC-3+ TNC, and a computer running UI-View. I opted not to push any of my APRS traffic via the IGate, I’m only looking at what I can see via RF. And I can see quite a bit. I’d wonder if I’d want to put my station into digipeater mode – but with all the APRS traffic around here, there is no need. In fact, I cranked the radios power output down to 5 watts to try and not add to the APRS congestion. I’ve got over 30 stations just within 20 miles as you can see here.

UI-View is working well and was fairly easy to setup. I enjoy at looking at a lot of the vehicle APRS hits in Kansas City… there is quite a bit during the commute hours.

The weather page has returned…


After a few years hiatus, my weather page is back with a face lift.

I purchased and set up a Davis Vantage Pro2 weather station when I was in Iraq this last time. It was useful there even through I didn’t use it with APRS. My intent was to bring it back and setup here – that’s what I did back in August. But I could never find the software that came with it to interface it with a computer. It has been great having the Vantage Pro2 with its wireless display terminal. I’d set the terminal in the kitchen and could always get a peek at the weather when I got up in the morning. However, it had always been my intent to find the software, interface the weather station with a computer and then pump the data into APRS.
In the past I’ve used Weather Display – which is a great software package for being able to suck in all the data collected by your weather station, display real-time data, and look at data trends and historical information. Weather Display has a web page creation feature which works well, but is not as slick as Weather Display Live. So once I got the weather station talking to my computer, I also was able to get Weather Display Live working and hence my new and improved weather page:www.ni0l.com/wx/wx.html… there is also a link in the navigation bar above [Weather in Leavenworth, KS]

New blog!

Ok – I’ve been getting re-energized in my amateur radio activities and thought I’d use a new and improved hamblog to help maintain the momentum.