Hi there,

First of all a big thankyou to Klaus Knopper and colleagues for a great Linux live CD. I'm very impressed with it, and I make every attempt to give copies to my friends, to help convert them to Linux.

Another useful-looking piece of software is Kismet (http://www.kismetwireless.net) , which is a WiFi packet sniffer for Linux. To my surprise and delight I found that Kismet is included on the Knoppix CD, albeit that it doesn't have a menu option - you have to invoke it from the command line. So with Knoppix you can turn any laptop into a handy WiFi packet sniffing tool!

On Knoppix v3.3, Kismet worked straight 'out of the box' (when logged-in as root). However, on Knoppix v3.6 (which contains a later version of Kismet with some extra features I would like to use), Kismet doesn't work (for me). It turns out that on v3.3, the Kismet config file expects to see a Lucent/ Orinoco WiFi card (which I happen, by sheer luck, to have), whereas on Knoppix v3.6 it expects to see a Cisco WiFi card (which I don't have).

So to change between one card and another, it is necessary to modify the configuration file (kismet.conf). However, this is stored in the read-only Knoppix filesystem (i.e. on the CD), with a link at /etc/kismet/kismet.conf, which *is* writeable (on RAMDISK, I suppose). So the hack around this problem is either to copy the config file into the above directory (overwriting the link), or else to copy the config file to somewhere else, and to replace the link to the new target directory.

So perhaps to make Knoppix a little more configurable in the first place, it might be a good idea to put the Kismet config files directly in some writeable file system. This would probably be a good idea for other similar applications too. I understand that other considerations may mean that this isn't such a good idea. However, I just thought I'd make the suggestion, for what it's worth.

Cheers,

deeBs