You are not logged in.

#1 2008-07-17 04:55:24

tofu
Member
Registered: 2008-02-26
Posts: 42

Attn Thinkpad Owners that have ARCH - help me get mine working... :/

So basically I have a Thinkpad T61 and it kernel panics for RANDOMLY... the specs are...

Thinkpad T61
14.1" Widescreen
4 Cell
T8300 2.4 Ghz 3 MB L2 Cache
Nvidia Quadro NVS 140M
2 GB RAM (2 DIMM) from Lenovo
100 GB 7200 RPM harddrive
Atheros ABG Wireless card (AR5212 802.11abg NIC)
T60 Dvd burner Ultrabay Slim

Could you please check my config files and tell me what the heck I did wrong? Or even post yours so I can see what you did differently. If there are any other things I need to add or such, please tell me.

Things edited.

/etc/rc.conf
/etc/fstab
/etc/hosts
/etc/locale.gen
/etc/X11/xorg.conf

lspci

00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 0c)
00:19.0 Ethernet controller: Intel Corporation 82566MM Gigabit Network Connection (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HBM (ICH8M-E) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation Quadro NVS 140M (rev a1)
03:00.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
15:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ba)
15:00.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 04)

rc.conf

# LOCALIZATION
LOCALE="en_US.utf8"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="US/Pacific"
KEYMAP="us"
CONSOLEFONT="ter-v16b"
CONSOLEMAP=
USECOLOR="yes"

# HARDWARE
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(acpi-cpufreq cpufreq_ondemand !cpufreq_powersave e1000e !ath5k ath_hal ath_pci wlan snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore !tp_smapi hdaps !vboxdrv)

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

# NETWORKING
HOSTNAME="tofuarchie"

eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
INTERFACES=(eth0)
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)

# DAEMONS
DAEMONS=(syslog-ng hal wicd !network !acpid !netfs crond alsa !cups cpufreq !mpd hdapsd !kdm slim)

/etc/hosts

127.0.0.1        localhost
127.0.0.1         tofuarchie.hyperion.net tofuarchie

/etc/X11/xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Mon May 19 00:33:37 PDT 2008

# Auto-generated by Archie mkxcfg
# Auto-generated by Archie mkxcfg

Section "ServerLayout"

# PS/2 Mouse not detected
# Serial Mouse not detected
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Pad1" "SendCoreEvents"
EndSection

Section "Files"

# Additional fonts: Locale, Gimp, TTF...
#    FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
#    FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc:unscaled"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/100dpi"
    FontPath        "/usr/share/fonts/PEX"
    FontPath        "/usr/share/fonts/cyrillic"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/ttf/western"
    FontPath        "/usr/share/fonts/ttf/decoratives"
    FontPath        "/usr/share/fonts/truetype"
    FontPath        "/usr/share/fonts/truetype/openoffice"
    FontPath        "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath        "/usr/share/fonts/latex-ttf-fonts"
    FontPath        "/usr/share/fonts/defoma/CID"
    FontPath        "/usr/share/fonts/defoma/TrueType"
EndSection

Section "Module"
    Load           "ddc"  # ddc probing of monitor
    Load           "dbe"
    Load           "extmod"
    Load           "glx"
    Load           "bitmap" # bitmap-fonts
    Load           "freetype"
    Load           "record"
    Load           "synaptics"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
    Option         "XkbVariant" ""
EndSection

Section "InputDevice"
    Identifier     "Serial Mouse"
    Driver         "mouse"
    Option         "Protocol" "Microsoft"
    Option         "Device" "/dev/ttyS0"
    Option         "Emulate3Buttons" "true"
    Option         "Emulate3Timeout" "70"
    Option         "SendCoreEvents" "true"
EndSection

Section "InputDevice"
    Identifier     "Pad2"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "ZAxisMapping" "4 5"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "true"
    Option         "Emulate3Timeout" "70"
    Option         "SendCoreEvents" "true"
    Option         "LeftEdge" "1700"
    Option         "RightEdge" "5300"
    Option         "TopEdge" "1700"
    Option         "BottomEdge" "4200"
    Option         "FingerLow" "25"
    Option         "FingerHigh" "30"
    Option         "MaxTapTime" "180"
    Option         "MaxTapMove" "220"
    Option         "VertScrollDelta" "100"
    Option         "MinSpeed" "0.09"
    Option         "MaxSpeed" "0.18"
    Option         "AccelFactor" "0.0015"
    Option         "SHMConfig" "on"
EndSection

Section "InputDevice"
    Identifier     "Pad1"
    Driver         "synaptics"
    Option         "Protocol" "auto-dev"
    Option         "Device" "/dev/psaux"
    Option         "LeftEdge" "1700"
    Option         "RightEdge" "5300"
    Option         "TopEdge" "1700"
    Option         "BottomEdge" "4200"
    Option         "FingerLow" "25"
    Option         "FingerHigh" "30"
    Option         "MaxTapTime" "180"
    Option         "MaxTapMove" "220"
    Option         "VertScrollDelta" "100"
    Option         "MinSpeed" "0.09"
    Option         "MaxSpeed" "0.18"
    Option         "AccelFactor" "0.0015"
    Option         "SHMConfig" "on"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
    Option         "Emulate3Timeout" "70"
    Option         "EmulateWheel" "true"
    Option         "EmulateWheelButton" "2"
EndSection

Section "InputDevice"
    Identifier     "USB Mouse"
    Driver         "mouse"
    Option         "Device" "/dev/input/mice"
    Option         "SendCoreEvents" "true"
    Option         "Protocol" "IMPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
    Option         "Emulate3Timeout" "70"
    Option         "EmulateWheel" "true"
    Option         "EmulateWheelButton" "2"
#    Option         "Buttons" "5"
EndSection

Section "Monitor"

 # Warning: This may fry old Monitors
 # Very conservative. May flicker.
#    VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    #  Default modes distilled from
    #      "VESA and Industry Standards and Guide for Computer Display Monitor
    #       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    #  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    Identifier     "Monitor0"
    HorizSync       28.0 - 96.0
    VertRefresh     50.0 - 75.0
    ModeLine       "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    ModeLine       "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    ModeLine       "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    ModeLine       "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine       "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    ModeLine       "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    ModeLine       "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    ModeLine       "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine       "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine       "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    ModeLine       "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    ModeLine       "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    ModeLine       "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
    ModeLine       "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    ModeLine       "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    ModeLine       "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    ModeLine       "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    ModeLine       "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    ModeLine       "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine       "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine       "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    ModeLine       "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    ModeLine       "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    ModeLine       "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    ModeLine       "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    ModeLine       "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    ModeLine       "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    ModeLine       "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine       "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine       "640x480" 43.16 640 680 744 848 480 481 484 509 -hsync +vsync
    ModeLine       "768x576" 34.96 768 792 872 976 576 577 580 597 -hsync +vsync
    ModeLine       "768x576" 42.93 768 800 880 992 576 577 580 601 -hsync +vsync
    ModeLine       "768x576" 45.51 768 808 888 1008 576 577 580 602 -hsync +vsync
    ModeLine       "768x576" 51.84 768 808 888 1008 576 577 580 605 -hsync +vsync
    ModeLine       "768x576" 62.57 768 816 896 1024 576 577 580 611 -hsync +vsync
    ModeLine       "800x600" 68.18 800 848 936 1072 600 601 604 636 -hsync +vsync
    ModeLine       "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
    ModeLine       "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
    ModeLine       "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
    ModeLine       "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
    ModeLine       "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
    ModeLine       "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
    ModeLine       "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
    ModeLine       "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync
    ModeLine       "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
    ModeLine       "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync
    ModeLine       "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
    ModeLine       "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync
    ModeLine       "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync
    ModeLine       "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync
    Option         "DPMS" "true"
#    HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "All"
    BoardName      "All"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
#    Option         "RenderAccel" "True"
#    Option         "AddARGBGLXVisuals" "True"
    Option         "NoLogo" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1440x900" "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1440x900" "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1440x900" "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1440x900" "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1440x900" "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1440x900" "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       32
        Modes      "1440x900" "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

#Section "Extensions"
#    Option         "Composite" "Enable"
#EndSection

I use XFCE as my Desktop Environment. I use Madwifi drivers and Wicd for wireless connection. Help would be greatly appreciated. I fsck'ed all the drives to see if they had a bad sector but it doesn't seem to show (if this is not how you check, how do you?) I also reinstalled ARCH (pointlessly) to see if that would fix it. I also deleted all the config files in my home directory just to see if that caused it.

At the moment I am using the stock ARCH kernel - the hdaps and hdapsd don't load. Any help to make this system more stable would be much appreciated. For me it it ironic that linux is more unstable than Windows... bleh.

I am also using the Propriety Nvidia Drivers - could it make that much of a difference?

(And by random kernel panics - I was in KDE to test something out, and I was repeatedly clicking on items in kcontrol one after the other and it froze.)

Last edited by tofu (2008-07-17 05:44:53)

Offline

#2 2008-07-17 05:15:23

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: Attn Thinkpad Owners that have ARCH - help me get mine working... :/

do your logs say something interesting about all that ?

Offline

#3 2008-07-17 05:36:24

tofu
Member
Registered: 2008-02-26
Posts: 42

Re: Attn Thinkpad Owners that have ARCH - help me get mine working... :/

About the kernel panics? They don't seem to have any thing that is really interesting as far as I can tell (but then I am kind of a linux newbie for these tasks).

I get this in /var/log/user.log

23:09:53 gconfd (tofu-11977): starting (version 2.22.0), pid 11977 user 'tofu'
22:10:59 gconfd (tofu-3605): starting (version 2.22.0), pid 3605 user 'tofu'
Jul 16 22:10:59 gconfd (tofu-3605): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0
Jul 16 22:10:59 gconfd (tofu-3605): Resolved address "xml:readwrite:/home/tofu/.gconf" to a writable configuration source at position 1
Jul 16 22:10:59 gconfd (tofu-3605): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 2

as the only interesting thing other than halting and shutting down.

/var/log/syslog.log has repetitions of

Jul 16 21:22:34 tofuarchie syslog-ng[4896]: Termination requested via signal, terminating; 
Jul 16 21:22:34 tofuarchie syslog-ng[4896]: syslog-ng shutting down; version='2.0.9'
Jul 16 21:30:51 tofuarchie syslog-ng[4867]: syslog-ng starting up; version='2.0.9'

sample of /var/log/errors.log

Jul 16 21:30:51 tofuarchie PCI: Failed to allocate mem resource #6:20000@f0000000 for 0000:01:00.0
Jul 16 21:30:51 tofuarchie hub 4-0:1.0: unable to enumerate USB device on port 2
Jul 16 21:30:51 tofuarchie ACPI: Error installing bay notify handler
Jul 16 21:31:23 tofuarchie dhclient: wifi0: unknown hardware address type 801
Jul 16 21:31:24 tofuarchie dhclient: wifi0: unknown hardware address type 801

my sample of /var/log/kernel.log can be found at http://pastebin.com/m58c7fa3d

(looking at this maybe this is something but I dont think it has anything...
Jul 16 21:12:44 tofuarchie rarian-sk-get-c[5468]: segfault at 0 ip b7df8a83 sp bfa4691c error 4 in libc-2.8.so[b7d86000+13c000]

so. how would I fix the errors by looking at these logs?

could anyone share their rc.conf? smile

Offline

#4 2008-07-17 06:00:29

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: Attn Thinkpad Owners that have ARCH - help me get mine working... :/

did run a memtest ? if no, i guess you should.

Offline

#5 2008-07-17 06:06:14

tofu
Member
Registered: 2008-02-26
Posts: 42

Re: Attn Thinkpad Owners that have ARCH - help me get mine working... :/

I tried it one time. How long should I leave it running for? I have the memtest86 from a Linux Mint install.

Offline

#6 2008-07-17 19:29:36

tofu
Member
Registered: 2008-02-26
Posts: 42

Re: Attn Thinkpad Owners that have ARCH - help me get mine working... :/

I tried memtest86+ v 1.7 - it had 4 passes done and no errors

Offline

#7 2008-07-24 06:59:48

cactus.ed
Member
From: The lonesome crowded west
Registered: 2007-08-11
Posts: 32

Re: Attn Thinkpad Owners that have ARCH - help me get mine working... :/

Hello,

I have the Thinkpad R61i and it looks as though we have a lot of the same hardware:

$/usr/sbin/lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
04:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02)
15:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b6)
$/etc/rc.conf 
LOCALE="en_US.utf8"
HARDWARECLOCK="localtime"
USEDIRECTISA="yes"
TIMEZONE="US/Mountain"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

MOD_AUTOLOAD="yes"
MODULES=(!iwl3945 !snd_seq_oss !snd_seq_midi_event !snd_seq_oss !snd_seq !snd_seq_device !pcmcia !yenta_socket !rsrc_nonstatic !pcmcia_core)

USELVM="no"

HOSTNAME="TheFoolsProgress"
INTERFACES=()
ROUTES=()

DAEMONS=(syslog-ng hal network @powertop @iptables @crond @alsa)

No real problems with mine, I have yet to have it panic. Try *disabling all* cpu frequency scaling (acpi-cpufreq cpufreq_ondemand), as this has always created funny problems on my laptops.  From what I understand, the newer generation of Intel chips switch c-states to save power and frequency scaling is now somewhat depreciated.  My laptop gets ~4hours and 15min per charge, so disabling frequency scaling does not seem to kill the battery.

Hope this helps,

nate

Last edited by cactus.ed (2008-07-24 07:00:37)

Offline

#8 2008-07-26 02:05:32

Alasdair
Member
Registered: 2008-07-26
Posts: 2

Re: Attn Thinkpad Owners that have ARCH - help me get mine working... :/

My thinkpad T61 has also been panicing randomly. Other than the wireless card the specs on it are pretty similar to yours,which is a bit annoying since I had a suspicion that it was being caused by the wireless driver. hmm

No real problems with mine, I have yet to have it panic. Try *disabling all* cpu frequency scaling (acpi-cpufreq cpufreq_ondemand), as this has always created funny problems on my laptops.  From what I understand, the newer generation of Intel chips switch c-states to save power and frequency scaling is now somewhat depreciated.  My laptop gets ~4hours and 15min per charge, so disabling frequency scaling does not seem to kill the battery.

Hope this helps,

Come to think of it - I don't remember it ever panicing before I enabled CPU freqency scaling. Maybe I'll try disabling it and see what happens.

Here's my rc.conf file.

# /etc/rc.conf - Main Configuration for Arch Linux                                                  
#                                                                                                   

# -----------------------------------------------------------------------                           
# LOCALIZATION                                                                                      
# -----------------------------------------------------------------------                           
LOCALE="en_GB.utf8"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="Europe/London"
KEYMAP="uk"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------                           
# HARDWARE                                                                                          
# -----------------------------------------------------------------------                           
MOD_AUTOLOAD="yes"
MODULES=(acpi-cpufreq cpufreq_ondemand e1000e snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore)

USELVM="no"

# -----------------------------------------------------------------------                           
# NETWORKING                                                                                        
# -----------------------------------------------------------------------                           
#                                                                                                   
# Should also be put in /etc/hosts                                                                  
HOSTNAME="alasdair-laptop"

NETWORKS=(ethernet gp)

# -----------------------------------------------------------------------                           
# DAEMONS                                                                                           
# -----------------------------------------------------------------------                           
DAEMONS=(syslog-ng acpid cpufreq @net-profiles netfs crond @alsa)

Last edited by Alasdair (2008-07-26 02:13:29)

Offline

#9 2008-07-29 23:51:51

cactus.ed
Member
From: The lonesome crowded west
Registered: 2007-08-11
Posts: 32

Re: Attn Thinkpad Owners that have ARCH - help me get mine working... :/

cactus.ed wrote:

From what I understand, the newer generation of Intel chips switch c-states to save power and frequency scaling is now somewhat depreciated...

Just to back up my claim concerning frequency scaling being depreciated:

A note about CPU throttling:

Throttling the CPU through ACPI "T" states is generally useless for power consumption reduction nowadays. It is an artifact of the past, when there was no clock frequency scaling and ACPI "C" states were mostly not implemented or didn't exist.

Throttling does not decrease clock frequency at all, and it can even increase power consumption in a modern CPU capable of ACPI "C" states, as it can interfere with the CPU reaching the higher C states (such as C2).

On a T43, setting a CPU to a ACPI Throttle state different than T0 (no throttling) can cause it to draw more than 100mW extra power, as it will reach C2 less often.

In case your BIOS offers "cpu power management" and "pci bus power management" disabled by default (that's the case in X40 with the 2.08 BIOS), you should turn them on (or choose "automatic"). Despite what the BIOS online documentation says ("rarely needed"), this is quite useful, since it make the deepest (C3 and C4) ACPI C-states available. On a kernel more with dynticks (2.6.21 and over), this should save about 2W or more.

(From 'http://www.thinkwiki.org/wiki/How_to_ma … cy_Scaling')

Offline

Board footer

Powered by FluxBB