1. Guest - Remember that Thread Prefixes are a search tool! Click on a Thread Prefix and all threads with the same Prefix in that forum will be offered to you. To dismiss click on X >>>
    Dismiss Notice
  2. Our gif only content threads have a rule where all thumbs must be posted as a static thumbnail that does not play. Currently imagebam made a change where they no longer produce static thumbs. Therefore, please do not use imagebam, or any host, that provides live playing gifs in those specific threads. If you see your gif playing once you post, try to use a smaller thumbnail and if that does not work use a different approved host.
    Dismiss Notice
  3. Can't Log-in?. If your password is no longer accepted but the email address registered in your profile is working, use the "Forgot Your Password?" routine. However, if your registered email address is unusable, create a new temporary phun account and contact S-type.
    Dismiss Notice
  4. ATTN: Imagehost picpie is infected with the "internet security warning" redirect that tries to take users hostage with an inescapable redirect. Avoid using picpie as an imagehost.
    Dismiss Notice
  5. Too many Alerts? Why not adjust your "Alert Preferences" in your Profile Page?
    Dismiss Notice

Inuk's Igloo : The Phun Random Chat Thread!

Discussion in 'Hall of Fame' started by Inuk, Jan 24, 2010.

Thread Status:
Not open for further replies.
  1. Cy

    Cy X-No-Archive ★ ★ ★ ☆ ☆ 15 Year Member

    Joined:
    Oct 28, 2008
    Messages:
    31,152
    Likes Received:
    36,319
    crap.

    Code:
    [cylnz@g74sx ~]$ sudo pwmconfig
    [sudo] password for cylnz: 
    # pwmconfig revision 5857 (2010-08-22)
    This program will search your sensors for pulse width modulation (pwm)
    controls, and test each one to see if it controls a fan on
    your motherboard. Note that many motherboards do not have pwm
    circuitry installed, even if your sensor chip supports pwm.
    
    We will attempt to briefly stop each fan using the pwm controls.
    The program will attempt to restore each fan to full speed
    after testing. However, it is ** very important ** that you
    physically verify that the fans have been to full speed
    after the program has completed.
    
    /usr/sbin/pwmconfig: There are no fan-capable sensor modules installed
    [cylnz@g74sx ~]$ 
    
    is NOT what I wanted to see....
     
  2. Merlin

    Merlin Feelin' Frankensteinish... Staff Member SENIOR MODERATOR ★ ★ ★ ★ ☆ 15 Year Member Phun Award Holder Lounge Lizard

    Joined:
    Oct 12, 2005
    Messages:
    110,456
    Likes Received:
    98,635
    How many fans do you have and are they controlled by one card or do they each have an individual card? By card, I am referring to sensors.
     
  3. Cy

    Cy X-No-Archive ★ ★ ★ ☆ ☆ 15 Year Member

    Joined:
    Oct 28, 2008
    Messages:
    31,152
    Likes Received:
    36,319
    3 fans on the g74sx
     
  4. Cy

    Cy X-No-Archive ★ ★ ★ ☆ ☆ 15 Year Member

    Joined:
    Oct 28, 2008
    Messages:
    31,152
    Likes Received:
    36,319
    looks like they're using a wmi interface instead of individual sensors. I'm guessing that means it's using windows app to software control the fans per the core temps on the cpu + gpu dies :/

    Yeah, cuz windows manages hardware so well.... Remember winmodems ? bbbrrrrrrrrrr
     
  5. Merlin

    Merlin Feelin' Frankensteinish... Staff Member SENIOR MODERATOR ★ ★ ★ ★ ☆ 15 Year Member Phun Award Holder Lounge Lizard

    Joined:
    Oct 12, 2005
    Messages:
    110,456
    Likes Received:
    98,635
    Try updating the app.... I don't really know, I'm just throwing out ideas.:confused:
     
  6. Cy

    Cy X-No-Archive ★ ★ ★ ☆ ☆ 15 Year Member

    Joined:
    Oct 28, 2008
    Messages:
    31,152
    Likes Received:
    36,319
    yep, bottom line of lsmod output
    Code:
    [cylnz@g74sx ~]$ lsmod
    Module                  Size  Used by
    coretemp                6630  0 
    fuse                   69330  3 
    lockd                  78490  0 
    fcoe                   21071  0 
    libfcoe                35751  1 fcoe
    libfc                 102240  2 fcoe,libfcoe
    scsi_transport_fc      49307  2 fcoe,libfc
    8021q                  19145  0 
    garp                    6733  1 8021q
    stp                     2007  1 garp
    scsi_tgt               11403  1 scsi_transport_fc
    llc                     5106  2 garp,stp
    nf_conntrack_ipv4       9030  1 
    nf_defrag_ipv4          1561  1 nf_conntrack_ipv4
    ip6t_REJECT             4451  2 
    nf_conntrack_ipv6       8338  1 
    nf_defrag_ipv6          9740  1 nf_conntrack_ipv6
    xt_state                1370  2 
    nf_conntrack           76503  3 nf_conntrack_ipv4,nf_conntrack_ipv6,xt_state
    ip6table_filter         1735  1 
    ip6_tables             19304  1 ip6table_filter
    binfmt_misc             7775  1 
    snd_hda_codec_hdmi     25842  4 
    nvidia              12122373  32 
    snd_hda_codec_realtek   327386  1 
    arc4                    1481  2 
    snd_hda_intel          26310  6 
    snd_hda_codec          97519  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep               6891  1 snd_hda_codec
    snd_seq                58599  0 
    snd_seq_device          6425  1 snd_seq
    snd_pcm                89984  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    iwlwifi               207042  0 
    mac80211              244208  1 iwlwifi
    snd_timer              22199  2 snd_seq,snd_pcm
    uvcvideo               66310  0 
    videodev               92903  1 uvcvideo
    virtio_net             14834  0 
    media                  12416  2 uvcvideo,videodev
    v4l2_compat_ioctl32     9334  1 videodev
    cfg80211              181887  2 iwlwifi,mac80211
    snd                    71085  21 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_seq_device,snd_pcm,snd_timer
    kvm_intel             127144  0 
    kvm                   375896  1 kvm_intel
    asus_nb_wmi             1915  0 
    asus_wmi               16175  1 asus_nb_wmi
    r8169                  48399  0 
    i2c_i801                9893  0 
    iTCO_wdt               12452  0 
    soundcore               7124  1 snd
    snd_page_alloc          8061  2 snd_hda_intel,snd_pcm
    iTCO_vendor_support     2699  1 iTCO_wdt
    uinput                  8254  0 
    joydev                 10372  0 
    mii                     4847  1 r8169
    i2c_core               28203  3 nvidia,videodev,i2c_i801
    microcode              19616  0 
    serio_raw               4558  0 
    sparse_keymap           3854  1 asus_wmi
    rfkill                 17938  2 cfg80211,asus_wmi
    sunrpc                225584  2 lockd
    wmi                     9737  1 asus_wmi
    video                  12388  0 
    
    asus_wmi module is running in the kernel and in use by asus_nb_wmi.

    Fortunately, I'm sot really having temp problems, but I consider it part of setup to make sure I dont toast my hardware due to incomplete configs
     
  7. Cold As Ice

    Cold As Ice Master of Solid Water Ten Years of Phun

    Joined:
    Sep 24, 2005
    Messages:
    143,078
    Likes Received:
    73,957
    Replace it for water cooling
     
  8. Cy

    Cy X-No-Archive ★ ★ ★ ☆ ☆ 15 Year Member

    Joined:
    Oct 28, 2008
    Messages:
    31,152
    Likes Received:
    36,319
    heh, not using windows. I would love to be able to use some of the really excellent reporting tools linux has on a windows box. Being able to real-time monitor the kernel on a win7 system would be very educational.

    Eh, lets talk about something phun instead of geek, lol
     
  9. Cy

    Cy X-No-Archive ★ ★ ★ ☆ ☆ 15 Year Member

    Joined:
    Oct 28, 2008
    Messages:
    31,152
    Likes Received:
    36,319
    watercooled laptop?
     
  10. Cold As Ice

    Cold As Ice Master of Solid Water Ten Years of Phun

    Joined:
    Sep 24, 2005
    Messages:
    143,078
    Likes Received:
    73,957
    Liquid nitrogen
     
    Merlin and Cy like this.
  11. Cy

    Cy X-No-Archive ★ ★ ★ ☆ ☆ 15 Year Member

    Joined:
    Oct 28, 2008
    Messages:
    31,152
    Likes Received:
    36,319
    The SotY poll closed so fast I didnt get to say Congrats in there, had to post it in the sotw chat
     
  12. Merlin

    Merlin Feelin' Frankensteinish... Staff Member SENIOR MODERATOR ★ ★ ★ ★ ☆ 15 Year Member Phun Award Holder Lounge Lizard

    Joined:
    Oct 12, 2005
    Messages:
    110,456
    Likes Received:
    98,635
    It would be awesome but not as Phun to talk about.:p
     
  13. Cy

    Cy X-No-Archive ★ ★ ★ ☆ ☆ 15 Year Member

    Joined:
    Oct 28, 2008
    Messages:
    31,152
    Likes Received:
    36,319
    Oh, well in that case. :shifty: have you got an extra system sitting around collecting dustbunnies?

    Fedora 16 full install dvd is only a gig in size, in fact, you dont even have to install it, you can use the dvd as a -ro operating system with ram drives as the session storage.....
     
  14. Cy

    Cy X-No-Archive ★ ★ ★ ☆ ☆ 15 Year Member

    Joined:
    Oct 28, 2008
    Messages:
    31,152
    Likes Received:
    36,319
    or would you rather grab a copy of android for x86 and play around with how to totally screw with cell phones? :shifty:

    It's unbelievable that the cell cos arent freaking out over a totally unlocked, source available gingerbread or icecream sandwich available to be hacked as a normal pc os.


    http://www.android-x86.org/
     
  15. Merlin

    Merlin Feelin' Frankensteinish... Staff Member SENIOR MODERATOR ★ ★ ★ ★ ☆ 15 Year Member Phun Award Holder Lounge Lizard

    Joined:
    Oct 12, 2005
    Messages:
    110,456
    Likes Received:
    98,635
    I have a couple of old Cpus collecting dust. You're welcome to them, it would make my wife's day.
     
  16. Cold As Ice

    Cold As Ice Master of Solid Water Ten Years of Phun

    Joined:
    Sep 24, 2005
    Messages:
    143,078
    Likes Received:
    73,957
    Yes but it has no video
     
  17. Cy

    Cy X-No-Archive ★ ★ ★ ☆ ☆ 15 Year Member

    Joined:
    Oct 28, 2008
    Messages:
    31,152
    Likes Received:
    36,319
    oh well. No, I personally do not need any more computers lol. I've spent years whittling down to just 3 laptops, an old xeon cube server and a 3120 dell 1u server acting as a WAP/gateway/dhcp server/fw.

    Oh, and I still have my mythical TRS-80 modelIV commercial in the storage unit....
     
  18. Cy

    Cy X-No-Archive ★ ★ ★ ☆ ☆ 15 Year Member

    Joined:
    Oct 28, 2008
    Messages:
    31,152
    Likes Received:
    36,319
  19. TheOne

    TheOne The President ★ ★ ★ ☆ ☆ 15 Year Member

    Joined:
    Jun 1, 2005
    Messages:
    81,771
    Likes Received:
    32,586
    :hi:
     
  20. Merlin

    Merlin Feelin' Frankensteinish... Staff Member SENIOR MODERATOR ★ ★ ★ ★ ☆ 15 Year Member Phun Award Holder Lounge Lizard

    Joined:
    Oct 12, 2005
    Messages:
    110,456
    Likes Received:
    98,635
    Hey TO!!!
     
Thread Status:
Not open for further replies.

Share This Page