• Home
  • Help
  • Search
  • Login
  • Register
  Show Posts
Pages: [1]
1  General Category / General Discussion / Re: Guruplug plus and Networking on: May 20, 2010, 10:24:11 AM
I have experienced my plug getting pretty hot even when plugged into 100tx.

I actually commented that script out of /etc/rc.local. It baffles my why they'd use a script to do that. Its pretty poor form.

This is how to make your plug come up with wifi as a client:

cp /root/firmware/sd8688* /lib/firmware/
then edit /etc/modules and add libertas_sdio .

Now, if you dont know how to configure the wifi with debian's builting network coniguration facilities, here is how you would do it for a network using wep and a static ip:

edit /etc/network/interfaces

auto wlan0
iface wlan0 inet static
 wireless-essid <ssid>
 wireless-mode managed
 wireless-key <wep key>
 address 192.168.1.110
 gateway 192.168.1.1
 netmask 255.255.255.0
 network 192.168.1.0
 broadcast 192.168.1.255

for wep/dhcp:

auto wlan0
iface wlan0 inet dhcp
 wireless-essid <ssid>
 wireless-mode managed
 wireless-key <wep key>

for wpa/dhcp:

auto wlan0
iface wlan0 inet dhcp
    wpa-ssid mynetworkname
    wpa-psk mysecretpassphrase

//ulterior
2  General Category / General Discussion / Re: Guruplug shipping! on: May 14, 2010, 03:15:57 PM
I too had preordered mine in Febuary, and my account page said it has been shipped on April, 30. A person in #openplug on freenode mentioned that they had ordered their guruplug in april and got it in april. I immediately emailed GlobalScale, and a shipping notification with a tracking number magically appeared in my inbox mere hours later.

Its beginning to be more than a trend, I guess. I'm just glad to e getting my guruplug, and that I havent had any hassle with GlobalScale yet. Next time I however will most likely order from NewIT.

//ulterior
Pages: [1]