Comment 185 for bug 34902

Revision history for this message
Omar Campana (omarcampana) wrote :

Hi Fernando,
I'm a new joiner and I would ask some help on your HowTo procedure. I've tried to apply it but unfortunately it doesn't work
in my case (TL-WN321G).
Maybe the problem is related to my /etc/network/interfaces file. Hereafter the content of my file:

#auto lo
#iface lo inet loopback
#auto eth0
#iface eth0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
pre-up ifconfig wlan0 up
pre-up iwconfig wlan0 essid OmarWiFi
pre-up iwconfig wlan0 mode managed
pre-up iwpriv wlan0 set AuthMode=WPAPSK
pre-up iwpriv wlan0 set EncrypType=TKIP
pre-up iwpriv wlan0 set WPAPSK=***MY_PSWD_CODE_IN_HEXADEC***

As you can see I blocked entries according to your suggestions, but unfortunately it doesn't solve my problem.
Could you please help me on this?

Many thanks