Well, it worked!

Posted in Uncategorized on August 14, 2009 by novaaesa

Well here I am, posting from my new Arch install on Pris. Everything all went fairly smoothly. My new graphics card didn’t end up comming, so I still have my old ATI Radeon X800XL in there. Because it’s the weekend now, it looks like I wont get to use the new card until Monday (or Tuesday if the post is being slow). Hopefully that won’t result in too much bother with configuration and stuff like that. I have a feeling that it should all run fairly smoothly though. This is because HAL is allowing me to not require an xorg.conf file. So hopefully it should just be a matter of putting in the new card, installing the driver, and then starting fluxbox. Well, that’s the plan anyway :P

Over the comming posts, I will be posting information about how I end up configuring my system. I will document every setting that I change, so everyone else knows how to do it as well. Also, if I have to do a reinstall for whatever reason, I should have some sort of reference to go on.

PS: I haven’t gotten spell checker going yet, so there’s probably lots of mistakes in this!

Install Arch on Zhora

Posted in Uncategorized with tags , , , on August 14, 2009 by novaaesa

Last night, I successfully installed Arch Linux on my secondary desktop computer, Zhora. I decided that things were getting a little to complex using VBox. I was unable to get proper full screen happening and all sorts of other problems like that. Also, a new wireless card came in the mail (for Zhora). If I had been messing around with Arch on Zhora, I would have had to have been stealing Pris’ wireless card everytime I wanted to install anything (which would have been a pain in the butt).

Basically the install all went very smoothly, which I am very excited about. The only real problem that I had was getting the wireless card to work. When I tried to bring the interface wlan0 up after the base install, it basically told me I was unable to do it. I think the command would have been

ifconfig wlan0 up

or something like that. Half an hour of research later I had worked out that the issue was that my wireless card (a Dlink) needed additional packages install during the base install to work. For those interested (or who have the same or similar card) my card is a RaLink RT2561/RT61 revB 802.11g. I needed to have the rt2x00-rt61-fw package installed. I just hosed that install and started again, making sure to install this package from the get-go. Easy!

The rest of the install was quite easy. I got X up and running without hastles and got Fluxbox installed as well. I quite like Fluxbox – it seems to fit in very well with the philosophies that Arch Linux seems to abide to, such as The Arch Way.

I have quite grandiose plans to now install Arch Linux on my main desktop, Pris. Bare in mind that this poses somewhat of a risk – I haven’t used Arch much yet, and this is the machine that I do all my uni work on. I have a feeling this is going to make me adapt to a new system very quickly indeed, but I’m up for the challenge! I’m just waiting on a new graphics card to put into Pris, and I should be ready to rumble. Hopefully there will be a post here tonight telling of my tales installing Arch on Pris. If not… it will either mean my graphics card didn’t arrive, or something much much worse has happened :P

First Install

Posted in Uncategorized with tags , , , , on August 9, 2009 by novaaesa
First Install
Having been sitting in my torrent inbox for quite a few days now, my archlinux-2009.02-core-x86_64.iso has been begging me to install it. I have future plans to get an install happening on Zhora, but that will have to wait until later. Those of you who read my first blog post entitled Introductions will remember that Zhora is my old HP Compaq Presario. The reason that I have to wait to get Arch installed on Zhora is that she is currently in several different pieces and filled with dust.
So, with Zhora out of commission, there is only one solution! VBox! I understand that there is no chance of my botching up my production OS if I install Arch on a virtual machine. Again, some of you might remember that my main computer (a hybrid mongrel conglomeration of different brands) is named Pris. That’s where my new shiny Arch install will be going =]
So, before I installed Arch I decided to check out the Arch wiki at http://wiki.archlinux.org/ before doing too much. Of interest to me seem to be the Beginners Guide http://wiki.archlinux.org/index.php/Beginners_Guide as well as The Arch Way http://wiki.archlinux.org/index.php/The_Arch_Way. I certainly like their concept of “The Arch Way”. Simplicity, check. Openness, sure that’s always important, I will know exactly what’s going on. User-centric, meaning I will have complete control and responsibility over my system. Sounds good to me. Feedom, check. What good GNU/Linux distro would be complete without freedom? The ‘freedom’ from The Arch Way actually seems to be more free than the regular libre freedom that normally accompanies GNU/Linux – I will actually get to make all the decisions and even chose what my system will *be*. And I left this one to last on purpose – Code correctness over convenience. This is something that I really agree with. Code correctness is something that I have always strived for, especially while programming. There’s just something nice about knowing that what you have put together isn’t a dirty hack. And it’s easier to understand the system that way as well. I really thing The Arch Way is great, and I have a feeling that I might even end up writing more about it in the future =]
So, back to my first install. Basically it was really straight forward. Because I use the dvorak keyboard layout, there was a little bit of extra configuration here and there but all in all it was easy enough. Now… when I say straigtforward, take it with a little grain of salt. I got it installed all right, but the term ‘installed’ on Arch Linux means something a little different to what I would normally think it to mean. Once Arch Linux is installed, I was only about half way through the Beginners’ Guide. When ‘installed’ Arch Linux is nothing more than a nice black console that you can type commands into. It’s a bit like using Ubuntu, but you can only use the terminal and it fills the whole screen. It turns out that to get the Linux that I love, I need to do a little extra work.
First, X has to be installed. Hmmm, okay, I have heard about X a bit before. X11… the thing that makes windows appear, the foundation of most WMs (Window Managers) and DEs (Desktop Environments). It has the nice hollow X for the cursor. Well, not yet anyway :P I haven’t gotten it installed quite yet. Now, I don’t know how I messed this up exactly, but I misread the Beginners’ Guide. I would find this out later, anyway. There is a part in there that says when testing the xorg.conf file, certain tests may display false negatives. Well, I must have missed that part. So I thought I had done something wrong with drivers or my xorg.conf (which lives at /etc/X11/xorg.conf incidently). I spend quite a few hours trying to work out what the heck was going on. I even did a reinstall at one stage, thinking that if I redid it all again I might see what was going wrong. I eventually gave up and called it a day.
So no Xorg running, just a black terminal and some nice pretty white text. At least I had the base system installed though.

Having been sitting in my torrent inbox for quite a few days now, my archlinux-2009.02-core-x86_64.iso has been begging me to install it. I have future plans to get an install happening on Zhora, but that will have to wait until later. Those of you who read my first blog post entitled Introductions will remember that Zhora is my old HP Compaq Presario. The reason that I have to wait to get Arch installed on Zhora is that she is currently in several different pieces and filled with dust.

With Zhora out of commission, there is only one solution! VBox! I understand that there is no chance of my botching up my production OS if I install Arch on a virtual machine. Again, some of you might remember that my main computer (a hybrid mongrel conglomeration of different brands) is named Pris. That’s where my new shiny Arch install will be going =]

Now, before I installed Arch I decided to check out the Arch wiki at http://wiki.archlinux.org/ before doing too much. Of interest to me seem to be the Beginners Guide http://wiki.archlinux.org/index.php/Beginners_Guide as well as The Arch Way http://wiki.archlinux.org/index.php/The_Arch_Way. I certainly like their concept of “The Arch Way”. Simplicity, check. Openness, sure that’s always important, I will know exactly what’s going on. User-centric, meaning I will have complete control and responsibility over my system. Sounds good to me. Feedom, check. What good GNU/Linux distro would be complete without freedom? The ‘freedom’ from The Arch Way actually seems to be more free than the regular libre freedom that normally accompanies GNU/Linux – I will actually get to make all the decisions and even chose what my system will *be*. And I left this one to last on purpose – Code correctness over convenience. This is something that I really agree with. Code correctness is something that I have always strived for, especially while programming. There’s just something nice about knowing that what you have put together isn’t a dirty hack. And it’s easier to understand the system that way as well. I really thing The Arch Way is great, and I have a feeling that I might even end up writing more about it in the future =]

So, back to my first install. Basically it was really straight forward. Because I use the dvorak keyboard layout, there was a little bit of extra configuration here and there but all in all it was easy enough. Now… when I say straigtforward, take it with a little grain of salt. I got it installed all right, but the term ‘installed’ on Arch Linux means something a little different to what I would normally think it to mean. Once Arch Linux is installed, I was only about half way through the Beginners’ Guide. When ‘installed’ Arch Linux is nothing more than a nice black console that you can type commands into. It’s a bit like using Ubuntu, but you can only use the terminal and it fills the whole screen. It turns out that to get the Linux that I love, I need to do a little extra work.

First, X has to be installed. Hmmm, okay, I have heard about X a bit before. X11… the thing that makes windows appear, the foundation of most WMs (Window Managers) and DEs (Desktop Environments). It has the nice hollow X for the cursor. Well, not yet anyway :P I haven’t gotten it installed quite yet. Now, I don’t know how I messed this up exactly, but I misread the Beginners’ Guide. I would find this out later, anyway. There is a part in there that says when testing the xorg.conf file, certain tests may display false negatives. Well, I must have missed that part. So I thought I had done something wrong with drivers or my xorg.conf (which lives at /etc/X11/xorg.conf incidently). I spend quite a few hours trying to work out what the heck was going on. I even did a reinstall at one stage, thinking that if I redid it all again I might see what was going wrong. I eventually gave up and called it a day.

Hmm, no Xorg running, just a black terminal and some nice pretty white text. At least I had the base system installed though. That is at least something. There is something about putting a system together and configuring it yourself that makes one proud to be a Linux user.

Introductions

Posted in Uncategorized with tags , , , , on August 9, 2009 by novaaesa
Firstly, welcome.
Some of you may know that I haven’t had any sort of blog in a fairly long time. The last time I decided that I wanted to take up blogging, it only lasted for about a month before the initial intrest started to wane. I have a feeling that this time things will be a little different though. I have a clear goal in mind – this blog is going to be about Arch Linux and my adventures with it.
First I would like to let my potential readers know a little about where I am comming from. I have been using some varient of GNU/Linux since late August 2007. I am getting very close to the mark where I have been using Linux for two years. There have only been a few months here and there that I haven’t been using Linux. For the most part, it has been Linux all the way.
I started out using Ubuntu Feisty Fawn if I remember correctly. I absolutely loved the ideologies surounding the entire FLOSS scene. That was the thing that got me hooked. I learned as much as I could when I could. As the months went past, I wanted to try out a few different distros. These included the likes of openSUSE, Linux Mint, Debian, and Fedora. I might have tried a few others here and there, but those were the main other 4 that I installed and actually used for any period of time.
I had always heard about Arch Linux. Some people said that it was like Gentoo but for wimps, others said that it would really teach me the ins and outs of Linux, and yet others said that I should stop being such a stake in the side of computing and go back to Windows! Well, I have to tell you that I have no intention of doing the latter. Hopefully I will gain a good amount of knowledge from this venture. Hopefully I will have a fun time as well.
Because I have already started my adventures with Arch Linux, for the first week or so of this blog the timing of things might be slightly lagged. Don’t worry though, it will still be in the correct chronological order. And this lagging of posts and their actual occurence will only occur until I have written about what has already happened.
As for now, I shall stat by explaining what I shall be using Arch Linux on:
Zhora – an old HP Compaq Presario which I will be using as the main test machine. Zhora has 1024MB of RAM and a AMD Sempron 3200+ processor. This should be plenty of power to run Arch Linux on, or so I have read in many places.
Pris – my main rig. I will be running Arch Linux on Pris inside a VBox virtual machine. Pris is basically the best endowed machine that I have at the moment. She is currently running Intrepid Ibex, has 4GB of RAM, 1.5TB of storage, and an Intel Core 2 Due E8400 (3GHz). There should be plenty of clock cycles to spare for Arch I should think =]
In closing, I hope you all come along with me on my adventure. I’m sure you will have as much fun as I will. Hopefully we can all learn something together!
-NovaAesa

Some of you may know that I haven’t had any sort of blog in a fairly long time. The last time I decided that I wanted to take up blogging, it only lasted for about a month before the initial intrest started to wane. I have a feeling that this time things will be a little different though. I have a clear goal in mind – this blog is going to be about Arch Linux and my adventures with it.

First I would like to let my potential readers know a little about where I am comming from. I have been using some varient of GNU/Linux since late August 2007. I am getting very close to the mark where I have been using Linux for two years. There have only been a few months here and there that I haven’t been using Linux. For the most part, it has been Linux all the way.

I started out using Ubuntu Feisty Fawn if I remember correctly. I absolutely loved the ideologies surounding the entire FLOSS scene. That was the thing that got me hooked. I learned as much as I could when I could. As the months went past, I wanted to try out a few different distros. These included the likes of openSUSE, Linux Mint, Debian, and Fedora. I might have tried a few others here and there, but those were the main other 4 that I installed and actually used for any period of time.

I had always heard about Arch Linux. Some people said that it was like Gentoo but for wimps, others said that it would really teach me the ins and outs of Linux, and yet others said that I should stop being such a stake in the side of computing and go back to Windows! Well, I have to tell you that I have no intention of doing the latter. Hopefully I will gain a good amount of knowledge from this venture. Hopefully I will have a fun time as well.

Because I have already started my adventures with Arch Linux, for the first week or so of this blog the timing of things might be slightly lagged. Don’t worry though, it will still be in the correct chronological order. And this lagging of posts and their actual occurence will only occur until I have written about what has already happened.

As for now, I shall stat by explaining what I shall be using Arch Linux on:
  • Zhora – an old HP Compaq Presario which I will be using as the main test machine. Zhora has 1024MB of RAM and a AMD Sempron 3200+ processor. This should be plenty of power to run Arch Linux on, or so I have read in many places.
  • Pris – my main rig. I will be running Arch Linux on Pris inside a VBox virtual machine. Pris is basically the best endowed machine that I have at the moment. She is currently running Intrepid Ibex Jaunty Jacklope, has 4GB of RAM, 1.5TB of storage, and an Intel Core 2 Due E8400 (3GHz). There should be plenty of clock cycles to spare for Arch I should think =]
In closing, I hope you all come along with me on my adventure. I’m sure you will have as much fun as I will. Hopefully we can all learn something together!
-NovaAesa
Follow

Get every new post delivered to your Inbox.