WICD My_Adhoc_Network
Posted: 30. Jan 2011, 18:33
WICD: I would like to erase an Ad-Hoc Network that I made with:
- Network > Create an ad-hoc network
Shortcut to file:///var/lib/wicd/WHEREAREMYFILEStsuren wrote:~/.wicd
User-dependent configuration files
Root owned files. I see nothing that looks like the IP address of the ad-hoc nor its MAC addresstsuren wrote:/etc/wicd/
Global configuration files
Nothing that I see as relevant.tsuren wrote:/var/lib/wicd/configurations/
Individual network configurations
(10:00:05 PM) djemos: zackary look in /etc/wicd/wireless-settings.conf
(10:04:51 PM) djemos: use iwconfig
(10:06:21 PM) djemos: ifconfig wlan0
(10:06:50 PM) djemos: ifconfig wlan0 up
(10:07:26 PM) djemos: iwconfig wlan0 essid "some-essid" key "somekey"
(10:07:43 PM) djemos: dhcpcd -t 10 wlan0
...
(10:19:37 PM) zachary: djemos: the adhoc address has been changed
(10:19:57 PM) djemos: good
(10:20:01 PM) zachary: # iwconfig wlan0 essid "some-essid" key "3334444333"
(10:21:45 PM) zachary: root[~]# dhcpcd -t 10 wlan0
dhcpcd: sending commands to master dhcpcd process
(10:25:16 PM) djemos: 10 means to wait for 10 secs. You can use dhcpcd wlan0
(10:25:56 PM) zachary: What does it do?
There is no change
(10:26:28 PM) djemos: there is no change
(10:26:48 PM) djemos: does same job
(10:27:35 PM) zachary: There was no change, that I know of, when I executed dhcpcd -t 10 wlan0
Code: Select all
root[~]# iwconfig wlan0 essid "some-essid" key "somekey"
Error for wireless request "Set Encode" (8B2A) :
invalid argument "somekey".
root[~]# iwconfig wlan0 essid "some-essid" key "3334444333"
root[~]# dhcpcd -t 10 wlan0
dhcpcd: sending commands to master dhcpcd process
First exit Wicd & also stop Wicd service & then delete these files before trying the procedure djemos outlined.zAchAry wrote: file:///etc/wicd/manager-settings.conf
file:///etc/wicd/wired-settings.conf
file:///etc/wicd/wireless-settings.conf
Last time, the procedure suggested by djemos (and even further instructions) worked without deleting the files in question.Akuna wrote:First exit Wicd & also stop Wicd service & then delete these files before trying the procedure djemos outlined.zAchAry wrote: file:///etc/wicd/manager-settings.conf
file:///etc/wicd/wired-settings.conf
file:///etc/wicd/wireless-settings.conf
Code: Select all
$ iwconfig
lo no wireless extensions.
eth1 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
eth0 no wireless extensions.
bnep0 no wireless extensions.
Code: Select all
(10:42:01 PM) Myself: I think that the IP is 169.254.12.10
(10:43:10 PM) salix@chat.meticul.eu/djemos: i see only mode:Master
(10:43:15 PM) salix@chat.meticul.eu/djemos: no ad-hoc
...
(10:50:34 PM) salix@chat.meticul.eu/djemos: then this is not a real address 169.254.12.10
(10:50:44 PM) salix@chat.meticul.eu/djemos: like mine 192.168.1.67
(10:51:30 PM) Myself: Getaway: 192.168.1.1, Mine (LAN) 192.168.1.2
(10:52:06 PM) Myself: Would you like the MAC address of my router?
(10:52:16 PM) salix@chat.meticul.eu/djemos: no
(10:52:23 PM) salix@chat.meticul.eu/djemos: you did not use wireless
(10:52:53 PM) salix@chat.meticul.eu/djemos: unplug your cable and connect with wireless
(10:53:11 PM) salix@chat.meticul.eu/djemos: use wicd to make a new wireless wpa2 connection
(10:54:31 PM) salix@chat.meticul.eu/djemos: and you will take an address 192.168.1.x and ad hoc will removed since you will make a new wireless connection
Code: Select all
iwconfig wlan0 essid "some-essid" key "3334444333"