Author Topic: Set Essid To 'any' With R121?  (Read 1790 times)

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Set Essid To 'any' With R121?
« on: January 22, 2007, 02:32:37 pm »
How can I use the startup scripts for networking found at pdaxrom.org to set the SSID to 'any'? In the script, can I just say "essid any"?

Sorry if there is an obvious answer, but thanks in advance!
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Set Essid To 'any' With R121?
« Reply #1 on: January 22, 2007, 02:55:09 pm »
I'm using this :

Code: [Select]
ifconfig wlan0 down
rm /var/run/dhcpcd-wlan0.pid
iwconfig wlan0 essid any mode managed
ifconfig wlan0 up
dhcpcd wlan0
sleep 3
ifconfig wlan0
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Set Essid To 'any' With R121?
« Reply #2 on: January 22, 2007, 03:31:50 pm »
Quote
I'm using this :

Code: [Select]
ifconfig wlan0 down
rm /var/run/dhcpcd-wlan0.pid
iwconfig wlan0 essid any mode managed
ifconfig wlan0 up
dhcpcd wlan0
sleep 3
ifconfig wlan0
[div align=\"right\"][a href=\"index.php?act=findpost&pid=152079\"][{POST_SNAPBACK}][/a][/div]

Thanks for clearing that up.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo