View previous topic :: View next topic |
Author |
Message |
Brendenm n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 Jul 2002 Posts: 55 Location: Beer Capitol USA
|
Posted: Fri Apr 14, 2006 4:32 pm Post subject: WPA & IPW2200 Questions [SOLVED] |
|
|
I've tried searching and maybe I haven't put in the right terms but I haven't found anything to help me out here.
Scenario: Laptop with 3 states (Undocked, Work Dock, and Home Dock)
Problem: ipw2200 doesn't stay on the same ethX, undocked it's eth1, at home eth2, at work eth3.
Question: How can I get it to stay something specific, such as wlan0 like ndiswrapper did.
I don't want to have to copy around config files depending on my docking state. So far I've been good up until getting this internal card and not using my LinkSys WPC54G card.
Any help would be much appreciated.
AHA!!! I remembered the [SOLVED]
Last edited by Brendenm on Sun Apr 30, 2006 4:45 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kino n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Apr 2006 Posts: 2
|
Posted: Sun Apr 30, 2006 11:49 am Post subject: |
|
|
I have couple buttons that I dont use so on each button I have script, that I use somewhere else. For exmaple connect internet via pppd, cable and wifi. you can do the same but with different wireless devices ![Wink ;)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Voltago Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/5021960813fd4cfeb02cbe.jpg)
Joined: 02 Sep 2003 Posts: 2593 Location: userland
|
Posted: Sun Apr 30, 2006 12:16 pm Post subject: |
|
|
might be what you are looking for.
EDIT: Writing an udev rule might be easier, though.
Code: | KERNEL=eth*, SYSFS{address}=xx:xx:xx:xx:xx:xx″, NAME=lan0″
KERNEL=eth*, SYSFS{address}=xx:xx:xx:xx:xx:xx″, NAME=wlan0″ |
(where you replace the 'xx:xx...' with your MAC addresses) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Brendenm n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 Jul 2002 Posts: 55 Location: Beer Capitol USA
|
Posted: Sun Apr 30, 2006 4:46 pm Post subject: |
|
|
Voltago: Thanks, that's exactly what I was looking for. udev rocks.... well as soon as I figure it all out it does ![Wink ;)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|