Pi

From Vague Hope Wiki
Revision as of 03:19, 31 August 2013 by Haku (Talk | contribs) (1-Wire)

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

Bluetooth

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

1-Wire

lsmod
sudo modinfo ds2490