Skip to main content

Thread: I've just about had it with wireless network managers .. all of them, even the ones..


...i have not tried.

have rt73 type dongle.

can tell me how set baby in /etc/network/interfaces

there has type of card using /etc/network/interfaces?

have heart , lend hand begging here after asking umpteenth times on here , launchpad.net.

can done?

well, got sorted, easier thought , done.

create /etc/wpa_supplicant/wpa_supplicant.conf
code:
ctrl_interface=/var/run/wpa_supplicant network={         ssid="myssid"         scan_ssid=0         mode=0         proto=rsn         key_mgmt=wpa-psk         pairwise=ccmp         group=ccmp         psk=mykeyphrase }
test manually make sure working cli / terminal
code:
sudo wpa_supplicant -dwext -iwlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf -d
code:
sudo dhclient wlan0

after successful testing configure load @ boot adding below /etc/network/interfaces

/etc/network/interfaces
code:
. . . auto wlan0 iface wlan0 inet dhcp 	wpa-driver wext 	wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf . . .
and took me beloved /etc/network/interfaces.


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] I've just about had it with wireless network managers .. all of them, even the ones..


Ubuntu

Comments

Popular posts from this blog

Convierte tu Raspberry en un NAS. Firmware fvdw-sl 15.3 - Raspberry Pi Forums

How to format a Get Request

avrdude: verification error, first mismatch at byte 0x0000 0x0c != 0x62