Showing post in category: Debian

24 Jul 2004

Debian Sarge on IBM X40 howto – Part 4: Wireless

Posted by Jacob Emcken Comments (1)

I was really nerveus about getting wireless to work…

Update, 24. July 2004, an hour later: Well it was bound to be an impossible mission from the start. The computer dosn’t even have an Intel fucker of not supported death wireless card I thought it had :)
What a waste of time.

I have an Atheros (AR5212 802.11abg) card instead.

After googeling I found that my wireless card is an Intel 2200BG which at the time of the writing of the guides I found wasn’t supported very well, but the linked to the ipw2200 site on SourceForge developing the Linux driver. But what the hell – I’ll give it a try… it might work.

There is a few requirements for the driver to work:

  • The kernel have to be a 2.6 kernel and have “CONFIGNETRADIO” enabled (CONFIG_NET_RADIO=y). This is all okay if you are using a precompiled kernel from the Debian Sarge archive.
    I used kernel-image-2.6.7-1-686 and the corresponding kernel headers.
  • Wireless tools is needed an is apt-getable with the following:

    apt-get install wireless-tools
    
  • Source code for the driver downloadable from SourceForge
  • Firmware for the wireless card downloadable from the projects website

To compile the source code you also need the packages gcc and make. For a more detailed howto consult the project website.

Now compile the source code:

debian:~# tar xzvf ipw2200-0.2.tgz
debian:~# cd ipw2200-0.2
debian:~# make

Unpack the firmware files to /usr/lib/hotplug/firmware:

moprobe firmware_class

If this isn’t loaded you will get an error like this “-1 Unknown symbol in module

and finally run :

insmod ipw2200.ko

Well I didn’t get any errors… now I have to figure out how this works :) Step 2… test that it is actually working.

dmesg dosn’t detect any new ahrdware when I load the modules, so I don’t think that it is working?!

23 Jul 2004

Debian Sarge on IBM X40 howto – Part 3: Enable framebuffer

Posted by Jacob Emcken Comments (0)

The IBM X40 seems to like using framebuffer so might find it usefull to put the following in you grub /boot/grub/menu.lst

# kopt=root=/dev/hda3 ro vga=771
Notice the vga=771

Whenever you install a new kernel and grub-update is run the “vga=771″ will automatically be appended to every entry in the menu.lst Now you don’t have to enter it manualy everytime you install a new kernel.

23 Jul 2004

Debian Sarge on IBM X40 howto – Part 2: Battery monitor

Posted by Jacob Emcken Comments (0)

After I had a console which worked correctly I installed the usual stuf like: ssh less modconf emacs21

Then I installed GNOME with the following

apt-get install x-windows-system gnome-core gdm
… and waited a little.

Autoconfiguring my harware didn’t work but after replacing the /etc/X11/XF86Config-4 with the content from a guide found on linux-laptop.net it worked like a charm.

Now I wanted a graphical battery indicator and I added “Utility” -> “Battery Charge Monitor” to my GNOME panel. But an error occured after adding it to my panel: “Can’t access ACPI events in /var/run/acpid.socket!”

apt-get install acpid

Solved the problem.

23 Jul 2004

Debian Sarge on IBM X40 howto – Part 1: Keymap

Posted by Jacob Emcken Comments (0)

After installing a clean Sarge system from an USB key with some of the nightly builds of the new Debian installer I ran into the first troubles. My keyboard didn’t function properly… even though I could write danish characters like “æøå”, I wasn’t able to shift through the virtual consoles with (Ctrl+Alt+F1 – F6).

dpkg-reconfigure console-data
revealed that the “specific keymap” was set to “Apple USB”. changing this to “Standard” helped.

27 Jun 2004

Debianart.dk up and running

Posted by Jacob Emcken Comments (0)

Well the Debian Art site is online. It still needs a lot of work but now we have a base to work on :) My three first wallpapers is ready for download.

What are you waiting for?

25 Jun 2004

phpwiki problems with VirtualHost

Posted by Jacob Emcken Comments (0)

I tried installing the package phpwiki and the installation went (like almost always with Debian) smooth. But I use severel VirtualHost‘s and when i tried to access phpwiki I was met with an error 404 :(

After googling around I found that RewriteRules isn’t inheritet from the default apache settings into a VirtualHost neither is the RewriteEngine setting.

Put this in each VirtualHost which should have phpwiki enabled:

RewriteEngine on
RewriteOptions inherit

Note if you have more global RewriteRules than phpwiki these will also be enabled.

25 Jun 2004

Still struggling with my Postfix server

Posted by Jacob Emcken Comments (0)

Still can’t get Postfix to save my mail in Maildir format :-( It seems that Postfix don’t have permission to save the emails where I directed it to, even though it should. And of top of it all Courier-IMAP won’t authendicate via MySQL.

But this sucker ain’t going to get me down… I will fight to the end. Eventualy I will get reinforcements :)

Thor, Per, Steffen… HELP!

25 Jun 2004

Debianart.dk bought

Posted by Jacob Emcken Comments (0)

Last night I bought the domain debianart.dk. I’m hoping to put a site togeter which only focus on graphics for the Debian GNU/Linux distribution. Like wallpapers, splashscreens, icons etc.

I will have to setup a homepage for this and apart from a gallery/download page I was thinking of adding a wiki page where we can write documentation/tutorials for specific styles of icons, wallpapers etc.

Let’s se how it goes :)

14 Jun 2004

Debianguiden htdig layout online

Posted by Jacob Emcken Comments (0)

I have been working on layout templates for the htdig search engine used on the danish Debian guide. I have tried to make it look much like google but still make it a part of the guide. Try make a search on ex. “mysql“.

22 May 2004

Debianguiden reloaded

Posted by Jacob Emcken Comments (0)

Yesterday I worked with Morten Brix Petersen to implement user comments on the Danish Debian guide. User comment functionality like the one found on PHP’s documentation. While we where at make enhancements we also redesigned the frontpage to look like the rest of the guide.

First the front page was designed using tableless design but IE and Konqueror (incl. Safari) couldn’t handle it. Now the page useses two tables :( not something I’m proud of but hey now it works.

Next target is the layout of the search functionality (ht://Dig), which should be integratede with the rest of the guide.