Silly question but are those # characters really there on all your shell script
lines thus commenting out the line?
--- In "Daniel" <> wrote:
>
> I'm using a TS-7260 and I'm tryingto connect to a wireless network with
> wpa-personal. First I was able toinstall the zd_b module for my iogear
> wireless card at startup (witchdidn't do it before), everything went
> find. Then I changed the/etc/wpa_supplicant.conf file according to the
> example in the file tomake it look like this:
>
> # ctrl_interface=/var/run/wpa_supplicant
> # ctrl_interface_group
> eapol_version=1
> fast_reauth=1
> ap_scan=1
>
> network={
> ssid="Bolincha"
> proto=WPA
> key_mgmt=WPA-NONE
> pairwise=NONE
> group=TKIP
> #psk="bolincha"
> psk=846b6c00739f4504700b4dd933af82dcaa4adb3b0049ecc6974c503fe846cf6f
> scan_ssid=0
> }
>
> Then using the ts-wifi-manual for the ts-wifibox modified the
> /etc/init.d/wpasupplicant file removing the exit from the beginning so
> wpasupplicant can start at bootup, like this:
>
> #!/bin/sh
>
> #insmod -f /zd.o
> #ifconfig wlan0 up 192.168.1.2
> #iwconfig wlan0 essid technodefault
> #iwconfig wlan0 mode master
>
> #iwconfig wlan0 essid Toto
> #iwconfig wlan0 mode managed
> #ifconfig wlan0 up 192.168.0.138
> #exit (here)
>
> And also changed ENABLED=0 to ENABLED=1 like this:
>
> OPTIONS="-Bw" # daemonize and wait for interface
> ENABLED=1 (here)
>
> [ -f /etc/default/wpasupplicant ] && . /etc/default/wpasupplicant
>
> I haven't been able to connect to my wireless network, please tell me if
> I'm missing something because I've tried everything!!! I contacted TS
> but never got a response from them...
>
> I'm using Debian with the 2.4 Kernel
>
> Thanks, Daniel.
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|