Announcement

Collapse
No announcement yet.

Quick how-to: Perform a text-mode or command-line install

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    You certainly don't need it three times. You can edit the file and remove the two superfluous entries.

    Next, let's check out some things. First, does the module perhaps have dependencies?
    Code:
    sudo modprobe --show-depends w83627hf
    If yes, load them first. If no, try loading the module with verbose mode on to see any messages:
    Code:
    sudo modprobe -v w83627hf
    Any messages? If so, what are they? If not, did it load:
    Code:
    lsmod | grep w83627hf
    If it didn't load, try forcing it:
    Code:
    sudo modprobe -v -f w83627hf
    Check again:
    Code:
    lsmod | grep w83627hf
    Please report back here with your results.

    Comment


      #17
      Thanks SteveRiley, I'm at work now. I can work though this when I get home tonight.
      sigpic

      Comment


        #18
        First I edited the file and removed the two extra entries.
        Code:
        $ cat /etc/modules
        # /etc/modules: kernel modules to load at boot time.
        #
        # This file contains the names of kernel modules that should be loaded
        # at boot time, one per line. Lines beginning with "#" are ignored.
        
        loop
        lp
        
        # Generated by sensors-detect on Thu Jan 23 22:57:41 2014
        # Chip drivers
        w83627hf
        $
        Then I looked for dependancies.
        Code:
        $ sudo modprobe --show-depends w83627hf
        insmod /lib/modules/3.2.0-58-generic/kernel/drivers/hwmon/hwmon-vid.ko 
        insmod /lib/modules/3.2.0-58-generic/kernel/drivers/hwmon/w83627hf.ko 
        $
        Then I used lsmod to see what modules were loaded.
        Code:
        $ lsmod
        Module                  Size  Used by
        dm_crypt               22528  0 
        snd_intel8x0           33455  2 
        snd_ac97_codec        110213  1 snd_intel8x0
        ac97_bus               12642  1 snd_ac97_codec
        snd_pcm                80916  2 snd_intel8x0,snd_ac97_codec
        snd_seq_midi           13132  0 
        snd_rawmidi            25424  1 snd_seq_midi
        nvidia               4708655  32 
        snd_seq_midi_event     14475  1 snd_seq_midi
        snd_seq                51592  2 snd_seq_midi,snd_seq_midi_event
        psmouse                96744  0 
        snd_timer              28931  2 snd_pcm,snd_seq
        snd_seq_device         14172  3 snd_seq_midi,snd_rawmidi,snd_seq
        serio_raw              13027  0 
        snd                    62218  11 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
        soundcore              14635  1 snd
        usblp                  17885  0 
        snd_page_alloc         14115  2 snd_intel8x0,snd_pcm
        ns558                  12654  0 
        gameport               15060  2 ns558
        rfcomm                 38139  0 
        bnep                   17830  2 
        bluetooth             158447  10 rfcomm,bnep
        parport_pc             32114  1 
        ppdev                  12849  0 
        shpchp                 32265  0 
        mac_hid                13077  0 
        hwmon_vid              12723  0 
        lp                     17455  0 
        parport                40930  3 parport_pc,ppdev,lp
        vesafb                 13516  1 
        e1000                 101795  0 
        e100                   36289  0 
        pata_hpt3x2n           13115  0 
        pata_hpt37x            13951  0 
        floppy                 60184  0 
        $

        I tried loading the module.
        Code:
        $ sudo modprobe -v w83627hf
        insmod /lib/modules/3.2.0-58-generic/kernel/drivers/hwmon/w83627hf.ko 
        FATAL: Error inserting w83627hf (/lib/modules/3.2.0-58-generic/kernel/drivers/hwmon/w83627hf.ko): Device or resource busy
        $
        The module did not load.
        Code:
        $ lsmod | grep w83627hf
        $
        I tried forcing it.
        Code:
        $ sudo modprobe -v -f w83627hf
        insmod /lib/modules/3.2.0-58-generic/kernel/drivers/hwmon/w83627hf.ko 
        FATAL: Error inserting w83627hf (/lib/modules/3.2.0-58-generic/kernel/drivers/hwmon/w83627hf.ko): Invalid module format
        $
        sigpic

        Comment


          #19
          Thanks for the replies SteveRiley and kubicle. You helped lead me to the solution.

          Trying to load the module in verbose mode gave me the clue I needed, "Device or resource busy".

          I did a little googling and figured out what I needed to do.

          I needed to modify /etc/default/grub

          I modified this line
          Code:
          GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
          I added "acpi_enforce_resources=lax"
          It now reads
          Code:
          GRUB_CMDLINE_LINUX_DEFAULT="acpi_enforce_resources=lax quiet splash"
          Then I updated GRUB
          Code:
          $ sudo update-grub
          Then I rebooted.

          I now get this when I run sensors
          Code:
          $ sensors
          w83627hf-isa-0290
          Adapter: ISA adapter
          in0:          +1.52 V  (min =  +1.20 V, max =  +1.60 V)
          in1:          +1.55 V  (min =  +1.20 V, max =  +1.60 V)
          in2:          +3.25 V  (min =  +2.82 V, max =  +3.79 V)
          in3:          +2.99 V  (min =  +1.17 V, max =  +3.42 V)
          in4:          +3.17 V  (min =  +3.57 V, max =  +2.00 V)  ALARM
          in5:          +0.69 V  (min =  +3.81 V, max =  +3.78 V)  ALARM
          in6:          +3.58 V  (min =  +4.08 V, max =  +3.89 V)  ALARM
          in7:          +3.30 V  (min =  +2.00 V, max =  +3.74 V)
          in8:          +3.41 V  (min =  +2.93 V, max =  +3.95 V)
          fan1:           0 RPM  (min = 2934 RPM, div = 2)  ALARM
          fan2:           0 RPM  (min = 3571 RPM, div = 2)  ALARM
          fan3:           0 RPM  (min = 4299 RPM, div = 2)  ALARM
          temp1:        +32.0°C  (high = -97.0°C, hyst = +91.0°C)  sensor = thermistor
          temp2:        +44.0°C  (high = +120.0°C, hyst = +115.0°C)  sensor = diode
          temp3:        +59.0°C  (high = +120.0°C, hyst = +115.0°C)  sensor = thermistor
          cpu0_vid:    +1.550 V
          beep_enable: enabled
          
          $
          I get this now with inxi
          Code:
          $ inxi -F
          System:    Host: family-pc Kernel: 3.2.0-58-generic i686 (32 bit) Desktop: KDE 4.8.5 Distro: Ubuntu 12.04 precise
          Machine:   Mobo: MICRO-STAR model: MS-6580 version: 20A Bios: American Megatrends version: V3.3 1/18/2002 date: N/A
          CPU:       Single core Intel Pentium 4 CPU (-UP-) cache: 512 KB flags: (pae sse sse2) clocked at 2539.362 MHz 
          Graphics:  Card: NVIDIA NV11 [GeForce2 MX/MX 400] 
                     X.Org: 1.11.3 drivers: nvidia (unloaded: fbdev,vesa,nouveau) Resolution: 1280x1024@50.0hz 
                     GLX Renderer: GeForce2 MX/AGP/SSE2 GLX Version: 1.5.8 NVIDIA 96.43.23
          Audio:     Card: Intel 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller driver: snd_intel8x0 
                     Sound: Advanced Linux Sound Architecture ver: 1.0.24
          Network:   Card-1: Intel 82541PI Gigabit Ethernet Controller driver: e1000 
                     IF: eth1 state: up speed: 1000 Mbps duplex: full mac: 
                     Card-2: Intel 82801DB PRO/100 VE (CNR) Ethernet Controller driver: e100 
                     IF: eth0 state: down mac: 
          Drives:    HDD Total Size: 1124.1GB (0.3% used) 1: id: /dev/sda model: WDC_WD3200AAJB size: 320.1GB 
                     2: id: /dev/sdb model: WDC_WD1600JB size: 160.0GB 3: id: /dev/sdc model: WDC_WD3200AAJB size: 320.1GB 
                     4: id: /dev/sdd model: Maxtor_5A320J0 size: 323.9GB 
          Partition: ID: / size: 166G used: 3.7G (3%) fs: ext4 ID: swap-1 size: 2.15GB used: 0.00GB (0%) fs: swap 
          RAID:      No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
          Sensors:   System Temperatures: cpu: 44.0C mobo: 32.0C 
                     Fan Speeds (in rpm): cpu: 0 fan-1: 0 fan-3: 0                                                                                          
          Info:      Processes: 120 Uptime: 9 min Memory: 357.8/2013.4MB Client: Shell (bash) inxi: 1.9.18                                                  
          $
          I still have some more work. GPU temperature does not display in conky. I need to install hddtemp. Before I do that I have a new hard drive to install and setup with a samba share.

          I'm picking away at this as I have time. My on-call rotation is this weekend so I'm stuck at home. I have to be near an internet connection if I get paged. Not too much is happening this weekend so I had some time to look at this closer.
          sigpic

          Comment


            #20
            Originally posted by life0riley View Post
            I still have some more work. GPU temperature does not display in conky.
            I found I had to install conky-all to get my Nvidia temps
            I do not personally use Kubuntu, but I'm the tech support for my daughter who does.

            Comment


              #21
              Thanks Buddlespit. I have conky-all installed. It don't show thermal sensor info in my NVIDIA X Server Settings.
              sigpic

              Comment


                #22
                Originally posted by life0riley View Post
                Thanks Buddlespit. I have conky-all installed. It don't show thermal sensor info in my NVIDIA X Server Settings.
                what happens if you do:
                Code:
                $ nvidia-smi
                Code:
                pat@Pats-Main:~$ nvidia-smi
                Sun Feb  2 10:56:53 2014       
                +------------------------------------------------------+                       
                | NVIDIA-SMI 331.38     Driver Version: 331.38         |                       
                |-------------------------------+----------------------+----------------------+
                | GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
                | Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
                |===============================+======================+======================|
                |   0  GeForce GTX 550 Ti  Off  | 0000:01:00.0     N/A |                  N/A |
                | 65%   30C  N/A     N/A /  N/A |    234MiB /  1023MiB |     N/A      Default |
                +-------------------------------+----------------------+----------------------+
                                                                                               
                +-----------------------------------------------------------------------------+
                | Compute processes:                                               GPU Memory |                                                                                                  
                |  GPU       PID  Process name                                     Usage      |                                                                                                  
                |=============================================================================|                                                                                                  
                |    0            Not Supported                                               |                                                                                                  
                +-----------------------------------------------------------------------------+                                                                                                  
                pat@Pats-Main:~$
                I do not personally use Kubuntu, but I'm the tech support for my daughter who does.

                Comment


                  #23
                  Originally posted by Buddlespit View Post
                  what happens if you do:
                  Code:
                  $ nvidia-smi
                  nvidia-smi gives me this
                  Code:
                  $ nvidia-smi
                  nvidia-smi: command not found
                  $
                  From what I read the NVIDIA System Management Interface (nvidia-smi) program is provided by nvidia-current. I don't have nvidia-current installed. That package depends on nvidia-304. The video card installed is a NVIDIA GeForce2 MX/MX 400. The NVIDIA driver version installed is nvidia-96 (96.43.23). I beleive it is a legacy driver and no longer supported.

                  I installed nvclock
                  I appears that the NVIDIA GeForce2 MX/MX 400 video card deos not support temperature monitoring.
                  Code:
                  $ nvclock -T
                  Error: temperature monitoring isn't supported on your videocard.
                  $
                  nvclock -i gives me this. This is the closest I get to displaying the info you displayed with nvidia-smi.
                  Code:
                  $ nvclock -i
                  -- General info --
                  Card:           nVidia Geforce 2 MX/MX400
                  Architecture:   NV11 B2
                  PCI id:         0x110
                  GPU clock:      199.656 MHz
                  Bustype:        AGP
                  
                  -- Memory info --
                  Amount:         64 MB
                  Type:           128 bit DDR
                  Clock:          264.883 MHz
                  
                  -- AGP info --
                  Status:         Enabled
                  Rate:           4X
                  AGP rates:      1X 2X 4X 
                  Fast Writes:    Unsupported
                  SBA:            Unsupported
                  
                  -- VideoBios information --
                  Version: 03.11.01.48
                  Signon message: NVIDIA GeForce2 MX-400 VGA BIOS
                  
                  $
                  It would be nice display GPU temperature, but it looks like this may not be possible.
                  sigpic

                  Comment


                    #24
                    The installer of the Server image is indeed excellent! I also allows detailed LUKS setup. Unfortunately currently it only allows to create that encryption setup, but if you try to active an existing one, the installer or partitioner will stall at 73% and fail to continue. It also cannot mount (in the Rescue system that you can select at boot) an encrypted root fs at least not one contained in a LVM. So you have this LVM with one of the volumes used for encryption. You can select the volume itself, but not the mapped encryption device. Hence it will fail to load. This makes it pretty tough to troubleshoot any encryption setup.

                    But that aside. Marvellous installer.

                    Comment

                    Working...
                    X