Difference between revisions of "Pi"

From Vague Hope Wiki
Jump to: navigation, search
(Bluetooth)
Line 34: Line 34:
 
== Bluetooth ==
 
== Bluetooth ==
  
...
+
* http://wiki.debian.org/BluetoothUser
 +
 
 +
hcitool dev
 +
hcitool scan
 +
sudo /etc/init.d/bluetooth restart
 +
sudo hidd --connect <BT_Address>

Revision as of 15:18, 12 July 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

Bluetooth

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