Changeset 1922

Show
Ignore:
Timestamp:
10/28/10 11:18:21 (13 years ago)
Author:
arnonym
Message:

Use lscpu if present, de-activate the rt-check which wasn't implemented. Change the wording if the new stack is loaded.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/support/tools/ffado-diag.in

    r1821 r1922  
    44# 
    55# Copyright (C) 2008 Pieter Palmers 
     6#               2009-2010 Arnold Krille 
    67# 
    78# This program is free software: you can redistribute it and/or modify 
     
    3940============================ 
    4041(C) 2008 Pieter Palmers 
     42    2009-2010 Arnold Krille 
    4143 
    4244""" 
     
    7274    kernel_version = get_kernel_version() 
    7375    print "  kernel version............ " + str(kernel_version) 
    74     kernel_is_rt_patched = get_kernel_rt_patched() 
    75     print "   RT patched............... " + str(kernel_is_rt_patched) 
     76    # Hint: The main parts of the rt patches are in mainline-kernels nowadays. Performance with stock kernels is sufficient... 
     77    #kernel_is_rt_patched = get_kernel_rt_patched() 
     78    #print "   RT patched............... " + str(kernel_is_rt_patched) 
    7679     
    7780    # check modules 
     
    135138    list_host_controllers() 
    136139    print "   CPU info:" 
    137     print run_command("cat /proc/cpuinfo") 
     140    if len(run_command("which lscpu")) > 0: 
     141        print run_command("lscpu") 
     142    else: 
     143        print run_command("cat /proc/cpuinfo") 
    138144 
    139145    print " Configuration..." 
  • trunk/libffado/support/tools/helpstrings.py

    r999 r1922  
    3535        strings['MODULES_NEW_STACK_LOADED']=""" 
    3636The new FireWire kernel stack is loaded.  
    37 This stack is not supported by FFADO. Please use the old stack. 
     37This is still kind of experimental. If you encounter problems, please also check 
     38with the old stack. 
    3839""" 
    3940        strings['MODULES_OLD_STACK_NOT_LOADED']="""