Megatherion: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 46: | Line 46: | ||
i2c_i801 5672 0 | i2c_i801 5672 0 | ||
led_class 1575 1 thinkpad_acpi | led_class 1575 1 thinkpad_acpi | ||
</pre> | |||
=== /etc/conf.d/net === | |||
<pre> | |||
# This blank configuration will automatically use DHCP for any net.* | |||
# scripts in /etc/init.d. To create a more complete configuration, | |||
# please review /etc/conf.d/net.example and save your configuration | |||
# in /etc/conf.d/net (this file :]!). | |||
dns_domain_lo="quadratic.net" | |||
config_eth0=( "dhcp" ) | |||
config_wlan0=( "dhcp" ) | |||
modules_wlan0=( "wpa_supplicant" ) | |||
wpa_supplicant_wlan0="-Dwext" | |||
</pre> | </pre> | ||
=== Wireless Setup === | === Wireless Setup === | ||
<pre> | |||
megatherion etc # cat ./wpa_supplicant/wpa_supplicant.conf | |||
ctrl_interface=/var/run/wpa_supplicant | |||
ctrl_interface_group=wheel | |||
eapol_version=2 | |||
update_config=1 | |||
network={ | |||
ssid="SpeedTouchC3DBB4" | |||
scan_ssid=1 | |||
psk="XXXX" | |||
proto=RSN | |||
key_mgmt=WPA-PSK | |||
} | |||
network={ | |||
ssid="arrakis" | |||
scan_ssid=1 | |||
psk="XXXX" | |||
proto=RSN | |||
key_mgmt=WPA-PSK | |||
} | |||
network={ | |||
ssid="Pacific Ocean" | |||
psk="XXXX" | |||
proto=WPA | |||
key_mgmt=WPA-PSK | |||
pairwise=TKIP | |||
group=TKIP WEP104 WEP40 | |||
auth_alg=OPEN | |||
} | |||
network={ | |||
ssid="One Zone_High Speed Internet" | |||
key_mgmt=NONE | |||
auth_alg=OPEN | |||
} | |||
</pre> | |||
Processes: | Processes: | ||
<pre> | <pre> |
Latest revision as of 00:31, 16 October 2011
Overview
A work issued T510
Named after The Beast
- Intel® Core™ i5-560M (Dual-core, 2.66GHz, 3MB L2)
- NVIDIA Quadro NVS 3100M with 512MB
Linux
Uname
Linux megatherion 2.6.36.2drtaae #8 SMP Sat Jan 15 17:52:59 EST 2011 i686 Intel(R) Core(TM) i5 CPU M 560 @ 2.67GHz GenuineIntel GNU/Linux
Free
total used free shared buffers cached Mem: 3100676 729784 2370892 0 166128 311232 -/+ buffers/cache: 252424 2848252 Swap: 4097484 0 4097484
df
Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda3 19890308 9540908 9339008 51% / udev 10240 332 9908 4% /dev /dev/sda6 20158308 529280 18605032 3% /var /dev/sda8 86831472 520212 81900380 1% /data shm 1550336 0 1550336 0% /dev/shm
lsmod
Module Size Used by arc4 974 2 ecb 1417 2 iwlagn 151299 0 iwlcore 99585 1 iwlagn nvidia 9220269 30 mac80211 142702 2 iwlagn,iwlcore thinkpad_acpi 44949 0 cfg80211 95598 3 iwlagn,iwlcore,mac80211 rfkill 10722 2 thinkpad_acpi,cfg80211 i2c_i801 5672 0 led_class 1575 1 thinkpad_acpi
/etc/conf.d/net
# This blank configuration will automatically use DHCP for any net.* # scripts in /etc/init.d. To create a more complete configuration, # please review /etc/conf.d/net.example and save your configuration # in /etc/conf.d/net (this file :]!). dns_domain_lo="quadratic.net" config_eth0=( "dhcp" ) config_wlan0=( "dhcp" ) modules_wlan0=( "wpa_supplicant" ) wpa_supplicant_wlan0="-Dwext"
Wireless Setup
megatherion etc # cat ./wpa_supplicant/wpa_supplicant.conf ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel eapol_version=2 update_config=1 network={ ssid="SpeedTouchC3DBB4" scan_ssid=1 psk="XXXX" proto=RSN key_mgmt=WPA-PSK } network={ ssid="arrakis" scan_ssid=1 psk="XXXX" proto=RSN key_mgmt=WPA-PSK } network={ ssid="Pacific Ocean" psk="XXXX" proto=WPA key_mgmt=WPA-PSK pairwise=TKIP group=TKIP WEP104 WEP40 auth_alg=OPEN } network={ ssid="One Zone_High Speed Internet" key_mgmt=NONE auth_alg=OPEN }
Processes:
root 4070 0.0 0.0 4824 776 ? Ss 13:01 0:00 /sbin/wpa_supplicant -Dwext -c/etc/wpa_supplicant/wpa_supplicant.conf -W -W -B -iwlan0 -P/var/run/wpa_supplicant-wlan0.pid root 4081 0.0 0.0 2268 224 ? Ss 13:01 0:00 /bin/wpa_cli -a/etc/wpa_supplicant/wpa_cli.sh -p/var/run/wpa_supplicant -iwlan0 -P/var/run/wpa_cli-wlan0.pid -B