November 5, 2006
Finally had the time this afternoon to figure out the setup of my wireless card, a Dlink DWL-G120 under Fedora Core 6. Again i set it up using ndiswrapper instead of using the open source firmware that’s currently under development. I did have to use the Conexant driver (the version is listed below) to get it functioning properly. The Dlink driver that’s on the CD doesn’t work with the new kernel version (and a new version of ndiswrapper). I use the atrpms ndiswrapper packages to install ndiswrapper.
Conexant,04/06/2004, 1.00.15.0
No Comments » |
Development |
Permalink
Posted by mccabemt
October 25, 2006
I upgraded my desktop to Fedora Core 6 which was released earlier this week. Its a pretty sweet system. One of the coolest features is that booting and installing from USB devices finally works as advertised. Installing from my USB hard drive took about 15 minutes, even faster than the network installations. Gnome 2.16 is pretty sweet and Fedora has lots of new eye candy.
Most of the external repositories such as Freshrpms and Livna already have the majority of their RPMS built for FedoraCore 6, at least on i386. This made a huge difference in pulling in alot of the smaller applications that don’t fall under the Fedora Extras umbrella, due to licensing restrictions or other reasons.
All in all it’s a great release and it is definitely worth the time and the hassle that sometimes come along with upgrading Linux distributions.
No Comments » |
Development |
Permalink
Posted by mccabemt
October 8, 2006
So I’ve upgraded to wireless on my desktop because I’ve gotten to frustrated with having constantly run an ethernet cable from my bedroom through the kitchen to my living room. I went with a Dlink DWL-G120.It’s a smaller USB 2.0 based network adapter with a long cable so you can move it to get the best possible reception. The adapter is based on the prism54 chipset that does have some Linux support that is currently in development. I chose to use Ndiswrapper to use the Windows driver because it will be more stable.
The driver that was included on the CD (Version 2.00) that came with the adapter did work after a little bit of work. It didn’t work with the latest version of Ndiswrapper, and the latest Fedora kernel but it did work with Ndiswrapper version 1.18 and kernel version 2.6.17-1.2187_FC5
No Comments » |
Development, Misc |
Permalink
Posted by mccabemt
October 7, 2006
Here’s a simple Hello World program written in Ada. Its as simple as any other Hello World program in most modern languages.
with Ada.Text_IO;
procedure Hello is
begin
Ada.Text_IO.Put_Line(”Hello, world!”);
end Hello;
To compile and execute this execute with gnat, with the make option. gnat make and then that will create a hello execute that you can then execute like any other program.
No Comments » |
Development |
Permalink
Posted by mccabemt
October 4, 2006
A lot of people have barely heard of Ada. It’s an older language but has alot of features that aren’t found in many modern languages. These features make it great for embedded systems and other large and very complex systems. Some of these features include some of the features found in modern OOP based languages. They include
- Generics
- Packages
- Thread support
In addition to the features of most modern OOP languages it also has support for lower level hardware based programming that makes the code much more maintainable that C. There are several different Ada compilers and IDEs available. GCC contains support for Ada through the Gnat compiler. There is also an IDE that integrates with Gnat called Gps. It can be downloaded here.
2 Comments |
Development |
Permalink
Posted by mccabemt
September 30, 2006
This past summer I’ve been extra lazy about updating my blog. In May I moved to Burlington Vermont and started work as an embedded software engineer at Goodrich in Vergennes. Vergennes is a small little town south forty minutes south of Burlington right on Lake Champlain. Its a great place to work, co-workers are great and knowledgable and I get to work on a variety of different tasks on a day to day basis. I also purchased a new truck this past summer, a 2005 Chevy Colorado.
I also did a lot of traveling and have picked up digital photography as a new hobby. Because of that I’m debating about writing a new photo management program/hacking f-spot because f-spot just can’t handle my 2 gigs of digital photos that I’ve acquired over the course of the past couple of years.
I’m not sure if I’ll be at the COSI Alumni Open House but I know I’ll be in town the weekend before.
No Comments » |
Misc |
Permalink
Posted by mccabemt
March 22, 2006
I installed Fedora Core 5 yesterday. The new installer is a bit of a step up, it’s nice to see it using Yum instead of RPM. It seemed a bit slower though, I didn’t time it when compared to Fedora Core 4. The hardware support seems a bit better than previous versions. The install worked the first time on my NForce chipset which usually crashed using previous versions of any installer.
Gnome 2.14 is a big step up in speed than previous versions and the new Fedora theme is a lighter and easier on my eyes than previous versions. It’s a pretty good upgrade.
3 Comments |
Misc |
Permalink
Posted by mccabemt