Ll: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
ll.quadratic.net a [http://www.thinkwiki.org/wiki/Category:T22 t22]
== Overview ==
ll.quadratic.net a [http://www.thinkwiki.org/wiki/Category:T20 t20]


* wireless client test device.
* wireless client test device.
Line 9: Line 10:
* dvd drive
* dvd drive
* kernel commend line (prerebuild)
* kernel commend line (prerebuild)
  root=/dev/hda3 video=vesafb vga=792 udev
  root=/dev/sda2 video=vesafb vga=792 udev


/etc/modules.autoload.d/kernel-2.6
/etc/modules.autoload.d/kernel-2.6
Line 21: Line 22:


'''dwl-g630'''<br>
'''dwl-g630'''<br>
Atheros ??
ath5k driver loaded  a-ok, wpa-suplicant
 
wpa_cli scan:
<pre>
00:90:d0:e9:0f:c3      2462    216    [WPA2-PSK-CCMP][ESS]    SpeedTouchC3DBB4
00:25:9c:d1:88:67      2437    189    [WPA-PSK-TKIP+CCMP][WPA2-PSK-TKIP+CCMP][ESS]    Beach3
00:26:50:b2:a2:f9      2412    180    [WEP][ESS]      BELL343
</pre>
 
[[/network config]]


'''wpc11'''<br>
'''wpc11'''<br>
http://homesupport.cisco.com/en-us/wireless/lbc/WPC11
http://homesupport.cisco.com/en-us/wireless/lbc/WPC11


==20110627 build==
==20110627 build==
Line 33: Line 42:
  --menuconfig --save-config --kernname=drtaaa
  --menuconfig --save-config --kernname=drtaaa


== Basics ==
df
<pre>
Filesystem          1K-blocks      Used Available Use% Mounted on
rootfs                10321208  2385728  7411192  25% /
/dev/root            10321208  2385728  7411192  25% /
rc-svcdir                1024        48      976  5% /lib/rc/init.d
udev                    10240      160    10080  2% /dev
shm                    126672        0    126672  0% /dev/shm
</pre>
Fstab
<pre>
/dev/hda2              /              ext3            noatime        0 0
/dev/hda3              none            swap            sw              0 0
</pre>
free
<pre>
            total      used      free    shared    buffers    cached
Mem:        253348    173284      80064          0      42884      58432
-/+ buffers/cache:      71968    181380
Swap:            0          0          0
</pre>
ifconfig
<pre>
eth0      Link encap:Ethernet  HWaddr 00:00:86:49:17:a4
          inet addr:192.168.1.65  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::200:86ff:fe49:17a4/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8727 errors:0 dropped:1 overruns:0 frame:0
          TX packets:3516 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3084116 (2.9 MiB)  TX bytes:555401 (542.3 KiB)
          Interrupt:11 Base address:0xc000
</pre>
lo not mentioned , eth1 / ath0 / wlan0 not setup yet.
lsmod
<pre>
Module                  Size  Used by
cpufreq_stats          2143  0
mperf                    815  0
ath5k                110568  0
3c59x                  25743  0
savagefb              20477  1
i2c_piix4              6492  0
mii                    2779  1 3c59x
vgastate                4150  1 savagefb
ath                    10186  1 ath5k
</pre>


== See Also ==
== See Also ==


* http://www.thinkwiki.org/wiki/How_to_get_SpeedStep_working_on_Coppermine-piix4-smi_based_ThinkPads
* http://www.thinkwiki.org/wiki/How_to_get_SpeedStep_working_on_Coppermine-piix4-smi_based_ThinkPads

Latest revision as of 03:28, 15 December 2011

Overview

ll.quadratic.net a t20

  • wireless client test device.
  • Hardware
    • Intel Mobile Pentium III 800, 900 MHz or 1.0 GHz CPU
    • S3 Savage IX8+ video controller with 8MB (savagefb)
    • 256 Megs RAM
  • gentoo 20110626
  • dvd drive
  • kernel commend line (prerebuild)
root=/dev/sda2 video=vesafb vga=792 udev

/etc/modules.autoload.d/kernel-2.6

e100
thinkpad_acpi fan_control=1
thinkpad fan_control=1
ath_pci autocreate=ap
3c59x eth0

available wireless cards

dwl-g630
ath5k driver loaded a-ok, wpa-suplicant

wpa_cli scan:

00:90:d0:e9:0f:c3       2462    216     [WPA2-PSK-CCMP][ESS]    SpeedTouchC3DBB4
00:25:9c:d1:88:67       2437    189     [WPA-PSK-TKIP+CCMP][WPA2-PSK-TKIP+CCMP][ESS]    Beach3
00:26:50:b2:a2:f9       2412    180     [WEP][ESS]      BELL343

/network config

wpc11
http://homesupport.cisco.com/en-us/wireless/lbc/WPC11

20110627 build

genkernel cheating:

--menuconfig --save-config --kernname=drtaaa

Basics

df

Filesystem           1K-blocks      Used Available Use% Mounted on
rootfs                10321208   2385728   7411192  25% /
/dev/root             10321208   2385728   7411192  25% /
rc-svcdir                 1024        48       976   5% /lib/rc/init.d
udev                     10240       160     10080   2% /dev
shm                     126672         0    126672   0% /dev/shm

Fstab

/dev/hda2               /               ext3            noatime         0 0
/dev/hda3               none            swap            sw              0 0

free

             total       used       free     shared    buffers     cached
Mem:        253348     173284      80064          0      42884      58432
-/+ buffers/cache:      71968     181380
Swap:            0          0          0

ifconfig

eth0      Link encap:Ethernet  HWaddr 00:00:86:49:17:a4
          inet addr:192.168.1.65  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::200:86ff:fe49:17a4/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8727 errors:0 dropped:1 overruns:0 frame:0
          TX packets:3516 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3084116 (2.9 MiB)  TX bytes:555401 (542.3 KiB)
          Interrupt:11 Base address:0xc000

lo not mentioned , eth1 / ath0 / wlan0 not setup yet.

lsmod

Module                  Size  Used by
cpufreq_stats           2143  0
mperf                    815  0
ath5k                 110568  0
3c59x                  25743  0
savagefb               20477  1
i2c_piix4               6492  0
mii                     2779  1 3c59x
vgastate                4150  1 savagefb
ath                    10186  1 ath5k

See Also