Results 1 to 5 of 5
I just got Mepis installed on my primary HDD, I got my wireless usb device drivers loaded with ndiswrapper. Now I need to configure it, and I don't quite know ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-14-2006 #1
Iwconfig help
I just got Mepis installed on my primary HDD, I got my wireless usb device drivers loaded with ndiswrapper. Now I need to configure it, and I don't quite know what to do. With KNOPPIX it was real easy, it asked for the ESSID and I provided it, same for everything else. So how do I do that with this?
- 01-14-2006 #2
read up about iwconfig. But the basic of it is to enter the following commands into the terminal as root:
Code:iwconfig interface_name essid my_essid iwconfig interface_name key xxxxxxxxxxxxx <-- replace with WEP key in hexadecimal format
Life is complex, it has a real part and an imaginary part.
- 01-15-2006 #3
Ok I figured that out but now how do I do a DHCP broadcast or whatever?
- 01-15-2006 #4Linux User
- Join Date
- Jan 2005
- Location
- Florida
- Posts
- 414
Try
where wlan0 is the name of your card.Code:# dhclient wlan0
registered linux user: 387197
- 01-15-2006 #5
I got it last night, seems every time I post something here (at least about my wireless thing) I find it on another site. I used pump -i wlan0 and it worked
.


Reply With Quote
