Pi

From Vague Hope Wiki
Revision as of 15:18, 12 July 2013 by Haku (Talk | contribs) (Bluetooth)

Jump to: navigation, search

Wifi

148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter
/sbin/iwlist scan
/sbin/iwconfig

Setup: http://wiki.debian.org/WiFi/HowToUse#Command_Line

/etc/network/interfaces

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wpa-ssid "testwlan"
wpa-psk "testwlan"

DHCP cache: /var/lib/dhcp

Alt:

apti wicd wicd-cursors

Bluetooth

hcitool dev
hcitool scan
sudo /etc/init.d/bluetooth restart
sudo hidd --connect <BT_Address>