![]() |
Configuring wireless connection on slack 11?
Downloaded, compiled, installed the madwifi kernel module ("modprobe ath_pci" yeilds good results). Using iwconfig I set the ESSID and WEP key as per the readme, and now I'm pretty much wandering in the dark. I still don't have a connection.
The piece of hardware in question is a DLink AirPlus DWL-G520, it's working (as I was able to make this post, it was also working with Ubuntu) and it's supported by madwifi, basically I'm looking for a command to set things in motion here. Thanks for the help in advance! |
Just a quick guess, type:
dhcpcd ath0 (enter) do any good ???? -tw |
Add something like this to your /etc/rc.d/rc.inet1.conf (make sure you remove the similar empty VARIABLE[1]="" entries, or edit that block to make it look like below):
Code:
IFNAME[1]="ath0"Then run Code:
/etc/rc.d/rc.inet1 ath0_restartEric |
dhcpcd ath0
made it work :) thanks, tw001 and I'm testing the startup automation right now thanks a lot! |
| All times are GMT -5. The time now is 07:06 PM. |