Difference between revisions of "Pi"

From Vague Hope Wiki
Jump to: navigation, search
(Wifi)
Line 40: Line 40:
 
  sudo /etc/init.d/bluetooth restart
 
  sudo /etc/init.d/bluetooth restart
 
  sudo hidd --connect <BT_Address>
 
  sudo hidd --connect <BT_Address>
 +
 +
== 1-Wire ==

Revision as of 03:18, 31 August 2013

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 wicd-cli

Bluetooth

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

1-Wire