Results 1 to 4 of 4
I am toying with setting up a stand alone box as my firewall. My problem is I don't have enough interfaces on my old little dell laptop. I am have ...
- 08-15-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 8
Linux Firewall-installing usb network adapter
I am toying with setting up a stand alone box as my firewall. My problem is I don't have enough interfaces on my old little dell laptop. I am have decided to use the Linksys USB200M as an interface. The Endian software doesn't pick it up.
I am at a loss as to how to get it to work. I did some research and I think I found some linux drivers for it but I am not sure how to install them. I am under the impression I would need to recompile the kernel.
Can anyone help me out with this issue? I think Endian firewall is a GNU linux distro.
- 08-16-2007 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
Hi
As you say , maybe you need recompile the kernel , but almost sure you need the kernel source for compiling the drivers.
In the drivers source tree you can find a file which guide you trough the installation process.
It's probably :
./configure
make
make install
if the installation process was sucsessfull you need load the driver
modprobe drivername
now your new interface exists
- 08-17-2007 #3Just Joined!
- Join Date
- Aug 2007
- Posts
- 8
Still need help with installing USB driver in linux
Thanks for the help so far.
I am still at a loss. I went to the endian website:
Updates and Source
They have source RPM's. Are they what I would use? And how do I use them to recompile the kernal with the new drivers?
thanks
- 08-17-2007 #4Linux User
- Join Date
- Feb 2006
- Posts
- 484
search package for the kernel source , if you use apt-get or aptitude package manager it will be easy.
and install the linux kernel headers , than try compile the driverCode:aptitude search kernel
from the webpage you can download the distupgrade for endian , you need only the kernel headers or the kernel source , maybe both


Reply With Quote
