Results 1 to 4 of 4
I just downloaded the linuxed based firewall, Endian, "http://www.endian.com/".
The install doesn't work with my Linksys USB200M usb-ethernet adapter.
I am new to linux and I don't know how to ...
- 10-01-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 8
Compiling drivers and RPM's
I just downloaded the linuxed based firewall, Endian, "http://www.endian.com/".
The install doesn't work with my Linksys USB200M usb-ethernet adapter.
I am new to linux and I don't know how to get it to work. I see that it recognizes the USB side of the adapter but not the ethernet "side".
I think I have a general idea of what to do. The firewall did not come with the /usr/src directory so I guess I have to download the source files from their website: Updates and Source .
I assume my next step would be to get the drivers for the USB adapter. I think I found them: "asix" mini-driver.
I untar'd it but I don't know what to do next. It unpackaged a lot of .rpm files.
I have no idea what to do next. Can anyone help out?
I think I need to install the .rpm's then recompile the drivers into the kernel.
- 10-01-2007 #2
Use a program called alien. I believe it's in the Debian repository.
Then in the command line type the following:
It'll turn it into a deb.Code:alien <file.rpm>
Cheers.
- 10-01-2007 #3Just Joined!
- Join Date
- Aug 2007
- Posts
- 8
What will alien do exactly?
I am not sure it is installed? The kernel files, to the best of my knowledge, were not installed when I installed the firewall software from the .iso. I had to download them. I unzipped them and need to know what to do next. Another person told me that there should be a readme file...i will have to check that out tonight when I get home.
- 10-01-2007 #4Just Joined!
- Join Date
- Oct 2007
- Posts
- 11
Do you absolutely need Endian firewall? There are several free firewalls like Firestarter or Lokkit (GTK) or Guarddog (KDE). So, if you use Gnome or more specifically, if you do not use KDE:
Or if you do use KDECode:su apt-get update && apt-get install firestarter
Of course you can use Gnome apps on KDE and visa-versa but KDE apps on a GTK dekstop are rather ugly and often times require the installation of several KDE specific libraries and such. It is also quite common for you to need some KDE services to run a KDE application like K3B for example.Code:su apt-get update && apt-get install guarddog


Reply With Quote
