Jump to content

ebigunso

Members
  • Posts

    300
  • Joined

  • Last visited

Posts posted by ebigunso

  1. I tried out the updated RFStockalike realplume configs from the last page, but I still don't get engine flames and effects for the LV909. I think it's mostly the same issue as Demonk.

    I posted the ModuleManager.config for the LV-1 and you told me there was nothing wrong with it? So I really don't see whats going wrong here.

    Please tell me what file you need to take a look at to locate the bug, then I'll post that up.

  2. The problem is caused by the lack of colliders on the M700's deployable dish segments. (the actual 'dish' part)

    A setting to arbitrarily increase fairing height would be desirable in a situation like this.

    There are a few possible workarounds though. One would be to create a MM config that patches the fairing sides to increase the noseHeightRatio. I *think* that will work but I'm not sure that that is the actual function of that setting.

    I don't like offering suggestions blind where I haven't tried them, but suggestion #2 I know will work. Substitute an M Beam 200 I-Beam for the M700 and place the fairing. If the base is 1.25m then you'll want to increase fairing extra radius to 0.4. Then right click the fairing itself (you'll need to have one attached for this) and lock the shape. Remove the beam and install your M700. Grab the fairing piece and then reattach it with symmetry mode, if needed. (to add the other half)

    A third alternative that is also guaranteed to work is to simply increase extra radius until the height is sufficient to encompass the M700. (increasing extra radius will increase height as well)

    Thanks! The I-Beam solution was a nice one. I'll use that until a better solution is implemented. Autoshape works nicely for most cases so I don't really want to disable that entirely.

  3. I've said this in the TweakScale thread too but I have had the crash issue too, when scaling engines of any sort, RCS ports, and solid fuel motors.

    The game crashes whenever it tries to load a craft with those scaled parts attached, resulting in the need to undo the scaling by editing the craft file in order to work on the craft again.

  4. Here's the part for the LV-1 engine. I hope I got it right.

    UrlConfig
    {
    name = microEngine
    type = PART
    parentUrl = Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1
    url = Squad/Parts/Engine/liquidEngineLV-1/liquidEngineLV-1/microEngine
    PART
    {
    name = microEngine
    module = Part
    author = NovaSilisko
    mesh = model.mu
    scale = 1
    rescaleFactor = 1
    node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0
    node_stack_bottom = 0.0, -0.2816985, 0.0, 0.0, -1.0, 0.0, 0
    fx_exhaustFlame_white_tiny = 0.0, -0.2816985, 0.0, 0.0, 1.0, 0.0, running
    sound_vent_medium = engage
    sound_rocket_mini = running
    sound_vent_soft = disengage
    sound_explosion_low = flameout
    TechRequired = propulsionSystems
    cost = 78
    category = Engine
    subcategory = 0
    title = LV-1 "Ant" Liquid Fuel Engine
    manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
    description = What is this, an engine for ants?
    attachRules = 1,0,1,0,0
    mass = 0.005
    skinInternalConductionMult = 4.0
    emissiveConstant = 0.8
    dragModelType = default
    maximum_drag = 0.2
    minimum_drag = 0.2
    angularDrag = 2
    crashTolerance = 7
    maxTemp = 1523.15
    bulkheadProfiles = size0
    entryCost = 390
    oldMaxTemp = 1523
    tempMult = 1.00009848982272
    MODULE
    {
    name = ModuleEnginesRF
    thrustVectorTransformName = thrustTransform
    exhaustDamage = False
    ignitionThreshold = 0.1
    minThrust = 0
    maxThrust = 2
    heatProduction = 95.0093565331584
    fxOffset = 0, 0, 0.02
    EngineType = LiquidFuel
    atmosphereCurve
    {
    key = 0 330
    key = 1 116
    key = 3 0.001
    }
    PROPELLANT
    {
    name = Aerozine50
    ratio = 50.173010
    DrawGauge = True
    ResourceFlowMode = STACK_PRIORITY_SEARCH
    }
    PROPELLANT
    {
    name = NTO
    ratio = 49.826990
    ResourceFlowMode = STACK_PRIORITY_SEARCH
    }
    }
    MODULE
    {
    name = ModuleTestSubject
    environments = 8
    useStaging = False
    useEvent = True
    }
    MODULE
    {
    name = BBModule
    }
    MODULE
    {
    name = FMRS_PM
    parent_vessel = 0
    }
    MODULE
    {
    name = ThermalMonitor
    }
    MODULE
    {
    name = TweakScale
    type = stack
    defaultScale = 0.625
    TWEAKSCALEEXPONENTS
    {
    mass = 2.5
    }
    }
    MODULE
    {
    name = USI_ModuleRecycleablePart
    Menu = Scrap Part
    ResourceName = Recyclables
    Efficiency = .8
    }
    MODULE
    {
    name = USI_ModuleRecycleablePart
    Menu = Salvage Part
    ResourceName = SpecializedParts
    Efficiency = .4
    }
    MODULE
    {
    name = GeometryPartModule
    }
    MODULE
    {
    name = FARAeroPartModule
    }
    MODULE
    {
    name = FARPartModule
    }
    MODULE
    {
    name = KOSNameTag
    }
    MODULE
    {
    name = ModuleEngineConfigs
    techLevel = 4
    origTechLevel = 4
    engineType = O
    origMass = 0.0045
    configuration = Aerozine50+NTO
    modded = false
    type = ModuleEnginesRF
    CONFIG
    {
    name = Aerozine50+NTO
    maxThrust = 2
    heatProduction = 95.0093565331584
    IspSL = 0.9600
    IspV = 0.9500
    throttle = 0
    powerEffectName = Hypergolic-OMS-White
    PROPELLANT
    {
    name = Aerozine50
    ratio = 50.17301038062284
    DrawGauge = True
    ResourceFlowMode = STACK_PRIORITY_SEARCH
    }
    PROPELLANT
    {
    name = NTO
    ratio = 49.82698961937716
    ResourceFlowMode = STACK_PRIORITY_SEARCH
    }
    ModuleEngineIgnitor
    {
    ignitionsAvailable = 24
    useUllageSimulation = true
    autoIgnitionTemperature = 800
    ignitorType = Electric
    IGNITOR_RESOURCE
    {
    name = ElectricCharge
    amount = 0.015
    }
    }
    }
    }
    ModuleEngineIgnitor
    {
    ignitionsAvailable = 24
    autoIgnitionTemperature = 800
    useUllageSimulation = true
    }
    PLUME
    {
    name = Hypergolic-OMS-White
    transformName = thrustTransform
    localRotation = 0,0,0
    localPosition = 0,0,-0.9
    fixedScale = .75
    energy = 1
    speed = 1
    }
    }
    }

  5. I've got an issue with rescaling RCS thrusters and KW ullage motors.

    When I rescale any of those said above, initially it is ok but once I try to move the part in the editor the game freezes and occasionally crashes. Also the game crashes if you try to load a craft with those rescaled parts attached.

    EDIT: I've confirmed the crash happens also when you scale engines of any sort. Below is what it said in the last lines of the output log.

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    *U* Ullage constructor called on KW2mengineSPS

    (Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

    Crash!!!

  6. It seems the disable remote tech option for the simulations aren't working. It shows no connection (and has the effects of having no connection) even if I enable and disable that option multiple times, restart the simulation with that toggled on didn't work either.

    Also I'd like a way to set exactly how much delay you want for the delay move to orbit function, since in the current configuration there's practically no time to do anything on the pad before you get moved so there's no point in that option being there.

    I'd also like a fix for the previously reported issue, with deployable antennas breaking (disappearing) on simulation start if starting in orbit.

  7. When I stage my rockets while 100% throttle setting (burned out), I get a vapor in the feedlines message with the name of the lower stage engine that I just separated off.

    I use StockAlike engine configs. Release version was used at this point.

    Encountered this in v10.6, but didn't see it said in the change log so I reported here anyways.

  8. Looking at the temperature indication, it looks as the skin temperature is becoming extremely high. Part temperatures remained nominal at around 273Kelvin.

    EDIT: Bad news. One of the modules spontaneously exploded due to the heat. I'm suspecting this to be a bug now...

    https://kie.nu/2IwY

    here's my output log if anybody wants to check out what's going on. The explosion event is marked on line 216655.

  9. I'm not sure if it's a bug since I have so many mods installed, but in my case OKS modules in Kerbin orbit went up to almost 80% of the heat gauge in the overlay. Mods I can think of that might affect this would be RealFuels?

    I later brought up a module with a bunch of radiators and that itself didn't experience the heating issue but still seeing if it helps cool the main station.

  10. So I've been searching around about the radiators and heat mechanics in general, but couldn't find any source with info on how much radiators I need to keep a craft safe and cool.

    I've launched things without radiators and that unsurprisingly has heated up quite a lot so I assume you do need at least some per craft, but I don't know how much is actually needed. If anybody has found out about this, please give me some advice :)

    Oh btw that craft I launched without radiators were a space station part, so none of those nuclear engines were on board.

  11. OK so now I went into Ubuntu to check. Unfortunately, the disk seems to have not been nuked since it still has the same files inside and has the same problem of showing up as CDROM.

    I suspect this is due to that error message from "HP USB Disk Storage Format Tool" that said the disk is write protected.

    Now if I can find a way to remove this protection, I think that would move me ahead a step.

    - - - Updated - - -

    I've tried removing write protection of the disk via diskpart and the command "attribute disk clear readonly" with admin permissions but it didn't work. The format tool still gives me the error when I run it. Seems I need to find another way to do this.

  12. Have you got any updates on how much is done until release?

    Also another question, if I have both the RealPlume-StockConfig and the RFStockalike RealPlume config, do those conflict? Because it looks to me they are modifying the same parts in some cases.

    If they do conflict, I'd like to know if I'm ok with only the Stock Config or I still need the StockAlike RealPlume configs for this to work. In that case, it'd be nice if the RFStockAlike RealPlume configs could be updated to work with the other.

  13. It appears the drive has a hidden partition containing the device driver, and because this partition is an optical disk format (Microsoft Joliet Level 3, ISO 9660) and is likely the first partition on the device it identifies as a cdrom.

    I have run into issues in the distant past with hidden partitions also making any partitions after them inaccessible.

    Hidden partitions are tricky to remove, but a guy here managed it in Windows and it should be possible to delete the MBR of the usb drive in gParted.

    It may also be possible to delete the partition in Gnome disk utility by clicking the gears icon when the usb drive is selected.

    Also any version of partition magic will be able to unhide the hidden partition, allowing it to be deleted.

    With that gone the bulk of the drive will be accessible and the partition can be enlarged in gParted, as you'd likely have around 700mb unused space.

    Ahh, so the device is lying to the OS, and the BIOS too it would seem.

    This will make things interesting. :huh:

    Does it actually appear as a normal HDD in Windoze, or are there special drivers on that "Virtual CDROM" to make it work?

    I haven't seen one of these before, but I'll think on it. If there's no way to get it to present as a HDD you may be SOL though.

    As Sal suggests, if you can get at the raw disk you may be able to nuke the MBR/partition table... assuming you can "see" the rest of the disk, potentially via the generic SCSI device node sg4.

    The bit that concerns me is that there's no mention at all of the actual HDD, the "Virtual drive" may well be on flash rather than a simple partition on the HDD.

    Can you confirm that both the WDC WD10EZEX-00R (sda) and Hitachi HDT72101 (sdb) 1 TB drives are real, and neither of them are the external enclosure? Edit: Nevermind, reading back through the thread it's a 4TB disk, so that's not it.

    Everything I have seen so far of this type of device indicates there should be a second device associated with the HDD itself, since it's not there the disk may well have hardware issues. Can you confirm it works on a Windows machine?

    Still snouting about for more info on how this thing is meant to work...

    - - - Updated - - -

    A random thought has struck my brain... How is the device powered?

    Does it require external power, is it plugged in (sorry, had to ask :P) and can you feel/hear the disk spin up?

    If it doesn't, and it has no external power, have you a powered hub to connect it to?

    Alright, so I went on and used the "HP USB Disk Storage Format Tool" like is written in the link sal gave me. It gave me an error saying the disk is read only (weird), but it still did nuke the partition and made the whole disk appear as an unallocated partition. So I went on to reformatting it to a single NTFS partition + some free space to put Ubuntu into. This is all from inside Windows so I'll check what it looks like from Ubuntu later on.

    This device shows up the same way as any other HDD I have on my PC, inside the My Computer directory. Pic here.

    Drive labeled (H: ) is the one. As you probably can see from the disk space.

    Just as a side note, those autorun.inf and all that thingies that was visible from Ubuntu was hidden when viewed from Windows. So I'll have to check again from Ubuntu to see if it actually did get nuked.

    Regarding how the device is powered, it has a dedicated power input which takes from a power socket.

    When I disconnect the USB connection with the PC (not power but USB) then reconnect, I can hear it spin up. This disk has a cooling fan so I can hear that start spinning too.

    Also there's a sort of an access lamp in the front side of this device, which doesn't light when not connected, lights up red when it is connected but not in windows (I think this means it's not fully operational at this point?), and when in Windows and in working condition it goes to blue.

  14. I've finally gotten around to doing what you guys told me to do. Sorry for being this late.

    Plz check on page 44-46 if you forgot what my issue was.

    So I've gone and ran the dmesg command after unplugging and replugging the HDD. Here is what I got.

    I think the last 15 lines is related, but still I posted the whole output (who knows if I'm wrong).

    [    2.667813] Console: switching to colour frame buffer device 128x48
    [ 2.668931] fb0: EFI VGA frame buffer device
    [ 2.668939] intel_idle: MWAIT substates: 0x42120
    [ 2.668940] intel_idle: v0.4 model 0x3C
    [ 2.668941] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 2.669156] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    [ 2.669159] ACPI: Power Button [PWRB]
    [ 2.669180] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    [ 2.669181] ACPI: Power Button [PWRF]
    [ 2.669215] ACPI: Fan [FAN0] (off)
    [ 2.669229] ACPI: Fan [FAN1] (off)
    [ 2.669243] ACPI: Fan [FAN2] (off)
    [ 2.669256] ACPI: Fan [FAN3] (off)
    [ 2.669269] ACPI: Fan [FAN4] (off)
    [ 2.669569] thermal LNXTHERM:00: registered as thermal_zone0
    [ 2.669570] ACPI: Thermal Zone [TZ00] (28 C)
    [ 2.669683] thermal LNXTHERM:01: registered as thermal_zone1
    [ 2.669684] ACPI: Thermal Zone [TZ01] (30 C)
    [ 2.669709] GHES: HEST is not enabled!
    [ 2.669770] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    [ 2.690133] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [ 2.691008] serial 0000:00:16.3: enabling device (0000 -> 0003)
    [ 2.711191] 0000:00:16.3: ttyS4 at I/O 0xf0c0 (irq = 19, base_baud = 115200) is a 16550A
    [ 2.711345] Linux agpgart interface v0.103
    [ 2.712096] brd: module loaded
    [ 2.712457] loop: module loaded
    [ 2.712589] libphy: Fixed MDIO Bus: probed
    [ 2.712591] tun: Universal TUN/TAP device driver, 1.6
    [ 2.712591] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
    [ 2.712622] PPP generic driver version 2.4.2
    [ 2.712649] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.712652] ehci-pci: EHCI PCI platform driver
    [ 2.712708] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 2.712711] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 2.712721] ehci-pci 0000:00:1a.0: debug port 2
    [ 2.716613] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 2.716622] ehci-pci 0000:00:1a.0: irq 16, io mem 0xdb91c000
    [ 2.726319] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 2.726341] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 2.726342] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 2.726343] usb usb1: Product: EHCI Host Controller
    [ 2.726343] usb usb1: Manufacturer: Linux 3.16.0-30-generic ehci_hcd
    [ 2.726344] usb usb1: SerialNumber: 0000:00:1a.0
    [ 2.726419] hub 1-0:1.0: USB hub found
    [ 2.726422] hub 1-0:1.0: 2 ports detected
    [ 2.726528] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 2.726530] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 2.726539] ehci-pci 0000:00:1d.0: debug port 2
    [ 2.730443] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 2.730450] ehci-pci 0000:00:1d.0: irq 23, io mem 0xdb91b000
    [ 2.742313] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 2.742340] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [ 2.742341] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 2.742341] usb usb2: Product: EHCI Host Controller
    [ 2.742342] usb usb2: Manufacturer: Linux 3.16.0-30-generic ehci_hcd
    [ 2.742343] usb usb2: SerialNumber: 0000:00:1d.0
    [ 2.742438] hub 2-0:1.0: USB hub found
    [ 2.742441] hub 2-0:1.0: 2 ports detected
    [ 2.742504] ehci-platform: EHCI generic platform driver
    [ 2.742510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 2.742513] ohci-pci: OHCI PCI platform driver
    [ 2.742519] ohci-platform: OHCI generic platform driver
    [ 2.742524] uhci_hcd: USB Universal Host Controller Interface driver
    [ 2.742579] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.742582] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 2.742649] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 2.742660] xhci_hcd 0000:00:14.0: irq 46 for MSI/MSI-X
    [ 2.742718] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
    [ 2.742719] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 2.742719] usb usb3: Product: xHCI Host Controller
    [ 2.742720] usb usb3: Manufacturer: Linux 3.16.0-30-generic xhci_hcd
    [ 2.742721] usb usb3: SerialNumber: 0000:00:14.0
    [ 2.742779] hub 3-0:1.0: USB hub found
    [ 2.742792] hub 3-0:1.0: 14 ports detected
    [ 2.744061] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.744064] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [ 2.744084] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
    [ 2.744084] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 2.744085] usb usb4: Product: xHCI Host Controller
    [ 2.744086] usb usb4: Manufacturer: Linux 3.16.0-30-generic xhci_hcd
    [ 2.744087] usb usb4: SerialNumber: 0000:00:14.0
    [ 2.744143] hub 4-0:1.0: USB hub found
    [ 2.744152] hub 4-0:1.0: 6 ports detected
    [ 2.744740] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 2.745122] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 2.745126] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 2.745213] mousedev: PS/2 mouse device common for all mice
    [ 2.745321] rtc_cmos 00:02: RTC can wake from S4
    [ 2.745415] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 2.745437] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 2.745493] device-mapper: uevent: version 1.0.3
    [ 2.745529] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: [email protected]
    [ 2.745537] Intel P-state driver initializing.
    [ 2.745563] Intel pstate controlling: cpu 0
    [ 2.745572] Intel pstate controlling: cpu 1
    [ 2.745595] Intel pstate controlling: cpu 2
    [ 2.745605] Intel pstate controlling: cpu 3
    [ 2.745632] Intel pstate controlling: cpu 4
    [ 2.745643] Intel pstate controlling: cpu 5
    [ 2.745665] Intel pstate controlling: cpu 6
    [ 2.745674] Intel pstate controlling: cpu 7
    [ 2.745701] Consider also installing thermald for improved thermal control.
    [ 2.745704] ledtrig-cpu: registered to indicate activity on CPUs
    [ 2.745708] EFI Variables Facility v0.08 2004-May-17
    [ 2.748522] TCP: cubic registered
    [ 2.748576] NET: Registered protocol family 10
    [ 2.748804] NET: Registered protocol family 17
    [ 2.748810] Key type dns_resolver registered
    [ 2.749343] Loading compiled-in X.509 certificates
    [ 2.749805] Loaded X.509 cert 'Magrathea: Glacier signing key: 7be2a7200f17f00ca011f70e5a874c37e3e0f6be'
    [ 2.749812] registered taskstats version 1
    [ 2.751456] Key type trusted registered
    [ 2.752900] Key type encrypted registered
    [ 2.754213] AppArmor: AppArmor sha1 policy hashing enabled
    [ 2.754216] ima: No TPM chip found, activating TPM-bypass!
    [ 2.754236] evm: HMAC attrs: 0x1
    [ 2.754853] Magic number: 11:871:709
    [ 2.754963] rtc_cmos 00:02: setting system clock to 2015-08-29 00:44:44 UTC (1440809084)
    [ 2.755097] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
    [ 2.755098] EDD information not available.
    [ 2.755155] PM: Hibernation image not present or could not be loaded.
    [ 2.755662] Freeing unused kernel memory: 1356K (ffffffff82d1c000 - ffffffff82e6f000)
    [ 2.755663] Write protecting the kernel read-only data: 12288k
    [ 2.756673] Freeing unused kernel memory: 564K (ffff880002773000 - ffff880002800000)
    [ 2.757462] Freeing unused kernel memory: 500K (ffff880002b83000 - ffff880002c00000)
    [ 2.764557] systemd-udevd[149]: starting version 204
    [ 2.780145] [drm] Initialized drm 1.1.0 20060810
    [ 2.780657] ahci 0000:00:1f.2: version 3.0
    [ 2.780769] ahci 0000:00:1f.2: irq 47 for MSI/MSI-X
    [ 2.780819] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x33 impl SATA mode
    [ 2.780822] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst
    [ 2.783269] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 2.783274] r8169 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 2.783498] r8169 0000:06:00.0: irq 48 for MSI/MSI-X
    [ 2.783615] wmi: Mapper loaded
    [ 2.783687] r8169 0000:06:00.0 eth0: RTL8168evl/8111evl at 0xffffc90005b9e000, 74:d4:35:16:a0:47, XID 0c900800 IRQ 48
    [ 2.783689] r8169 0000:06:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 2.796870] checking generic (d9000000 300000) vs hw (d0000000 8000000)
    [ 2.796872] checking generic (d9000000 300000) vs hw (d8000000 2000000)
    [ 2.796872] fb: switching to nouveaufb from EFI VGA
    [ 2.796884] Console: switching to colour dummy device 80x25
    [ 2.797140] nouveau [ DEVICE][0000:03:00.0] BOOT0 : 0x0e4080a2
    [ 2.797142] nouveau [ DEVICE][0000:03:00.0] Chipset: GK104 (NVE4)
    [ 2.797143] nouveau [ DEVICE][0000:03:00.0] Family : NVE0
    [ 2.797157] nouveau [ VBIOS][0000:03:00.0] checking PRAMIN for image...
    [ 2.797163] nouveau [ VBIOS][0000:03:00.0] ... signature not found
    [ 2.797164] nouveau [ VBIOS][0000:03:00.0] checking PROM for image...
    [ 2.802985] scsi0 : ahci
    [ 2.803216] scsi1 : ahci
    [ 2.803436] scsi2 : ahci
    [ 2.803621] scsi3 : ahci
    [ 2.803838] scsi4 : ahci
    [ 2.804053] scsi5 : ahci
    [ 2.804086] ata1: SATA max UDMA/133 abar m2048@0xdb91a000 port 0xdb91a100 irq 47
    [ 2.804089] ata2: SATA max UDMA/133 abar m2048@0xdb91a000 port 0xdb91a180 irq 47
    [ 2.804089] ata3: DUMMY
    [ 2.804090] ata4: DUMMY
    [ 2.804093] ata5: SATA max UDMA/133 abar m2048@0xdb91a000 port 0xdb91a300 irq 47
    [ 2.804097] ata6: SATA max UDMA/133 abar m2048@0xdb91a000 port 0xdb91a380 irq 47
    [ 2.804199] i915 0000:00:02.0: enabling device (0006 -> 0007)
    [ 2.834355] nouveau [ VBIOS][0000:03:00.0] ... appears to be valid
    [ 2.834356] nouveau [ VBIOS][0000:03:00.0] using image from PROM
    [ 2.834419] nouveau [ VBIOS][0000:03:00.0] BIT signature found
    [ 2.834420] nouveau [ VBIOS][0000:03:00.0] version 80.04.1e.00.13
    [ 2.834650] nouveau 0000:03:00.0: irq 49 for MSI/MSI-X
    [ 2.834657] nouveau [ PMC][0000:03:00.0] MSI interrupts enabled
    [ 2.834689] nouveau [ PFB][0000:03:00.0] RAM type: GDDR5
    [ 2.834690] nouveau [ PFB][0000:03:00.0] RAM size: 2048 MiB
    [ 2.834691] nouveau [ PFB][0000:03:00.0] ZCOMP: 0 tags
    [ 2.836962] nouveau [ VOLT][0000:03:00.0] GPU voltage: 987500uv
    [ 2.865468] nouveau [ PTHERM][0000:03:00.0] FAN control: PWM
    [ 2.865475] nouveau [ PTHERM][0000:03:00.0] fan management: automatic
    [ 2.865493] nouveau [ PTHERM][0000:03:00.0] internal sensor: yes
    [ 2.865521] nouveau [ CLK][0000:03:00.0] 07: core 324 MHz memory 648 MHz
    [ 2.865540] nouveau [ CLK][0000:03:00.0] 0a: core 324-862 MHz memory 1620 MHz
    [ 2.865591] nouveau [ CLK][0000:03:00.0] 0d: core 540-1202 MHz memory 6008 MHz
    [ 2.865655] nouveau [ CLK][0000:03:00.0] 0f: core 540-1202 MHz memory 6008 MHz
    [ 2.865734] nouveau [ CLK][0000:03:00.0] --: core 324 MHz memory 648 MHz
    [ 2.895189] [TTM] Zone kernel: Available graphics memory: 8154876 kiB
    [ 2.895190] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
    [ 2.895191] [TTM] Initializing pool allocator
    [ 2.895193] [TTM] Initializing DMA pool allocator
    [ 2.895198] nouveau [ DRM] VRAM: 2048 MiB
    [ 2.895199] nouveau [ DRM] GART: 1048576 MiB
    [ 2.895200] nouveau [ DRM] TMDS table version 2.0
    [ 2.895201] nouveau [ DRM] DCB version 4.0
    [ 2.895202] nouveau [ DRM] DCB outp 00: 02000f00 00000000
    [ 2.895203] nouveau [ DRM] DCB outp 01: 01020f02 00020030
    [ 2.895203] nouveau [ DRM] DCB outp 02: 08011f82 00020030
    [ 2.895204] nouveau [ DRM] DCB outp 03: 04832fb6 0f420010
    [ 2.895205] nouveau [ DRM] DCB outp 04: 04032f72 00020010
    [ 2.895205] nouveau [ DRM] DCB conn 00: 00001030
    [ 2.895206] nouveau [ DRM] DCB conn 01: 01000131
    [ 2.895207] nouveau [ DRM] DCB conn 02: 00020246
    [ 2.896144] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 2.896144] [drm] Driver supports precise vblank timestamp query.
    [ 2.901609] nouveau [ DRM] MM: using COPY for buffer copies
    [ 3.038487] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 3.117516] nouveau [ DRM] allocated 1920x1080 fb: 0x80000, bo ffff880437a80400
    [ 3.117614] fbcon: nouveaufb (fb0) is primary device
    [ 3.122513] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 3.122537] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 3.122569] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 3.123447] ata2.00: ATA-8: WDC WD10EZEX-00RKKA0, 80.00A80, max UDMA/133
    [ 3.123448] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 3.124640] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [ 3.124641] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 3.124642] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 3.125334] ata2.00: configured for UDMA/133
    [ 3.126198] ata6.00: ATAPI: ATAPI iHAS324 W, HL18, max UDMA/100
    [ 3.126487] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 3.127517] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [ 3.127518] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 3.127518] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 3.128622] ata5.00: ATA-8: Hitachi HDT721010SLA360, ST6OA3AA, max UDMA/133
    [ 3.128622] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 3.129051] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [ 3.129051] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 3.129052] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 3.129828] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [ 3.129829] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 3.129830] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 3.130603] ata6.00: configured for UDMA/100
    [ 3.130912] ata5.00: configured for UDMA/133
    [ 3.170877] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
    [ 3.170878] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 3.171181] hub 1-1:1.0: USB hub found
    [ 3.171293] hub 1-1:1.0: 6 ports detected
    [ 3.200860] ata1.00: ATA-8: TOSHIBA MK1002TSKB, MT4A, max UDMA/100
    [ 3.200860] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 3.201450] ata1.00: configured for UDMA/100
    [ 3.201601] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK1002TS MT4A PQ: 0 ANSI: 5
    [ 3.201841] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 3.201864] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 3.201867] sd 0:0:0:0: [sda] Write Protect is off
    [ 3.201882] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.201895] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.202004] scsi 1:0:0:0: Direct-Access ATA WDC WD10EZEX-00R 0A80 PQ: 0 ANSI: 5
    [ 3.202194] sd 1:0:0:0: Attached scsi generic sg1 type 0
    [ 3.202200] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 3.202201] sd 1:0:0:0: [sdb] 4096-byte physical blocks
    [ 3.202356] scsi 4:0:0:0: Direct-Access ATA Hitachi HDT72101 A3AA PQ: 0 ANSI: 5
    [ 3.202396] sd 1:0:0:0: [sdb] Write Protect is off
    [ 3.202397] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 3.202428] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.202563] sd 4:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 3.202582] sd 4:0:0:0: Attached scsi generic sg2 type 0
    [ 3.202639] sd 4:0:0:0: [sdc] Write Protect is off
    [ 3.202640] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    [ 3.202679] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.203041] scsi 5:0:0:0: CD-ROM ATAPI iHAS324 W HL18 PQ: 0 ANSI: 5
    [ 3.214620] sr0: scsi3-mmc drive: 125x/125x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 3.214621] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 3.214709] sr 5:0:0:0: Attached scsi CD-ROM sr0
    [ 3.214767] sr 5:0:0:0: Attached scsi generic sg3 type 5
    [ 3.215519] sdc: sdc1
    [ 3.216083] sd 4:0:0:0: [sdc] Attached SCSI disk
    [ 3.225874] sdb: sdb1 sdb2
    [ 3.226403] sd 1:0:0:0: [sdb] Attached SCSI disk
    [ 3.282570] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 3.335410] sda: sda1
    [ 3.335537] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.353213] Console: switching to colour frame buffer device 240x67
    [ 3.354475] nouveau 0000:03:00.0: fb0: nouveaufb frame buffer device
    [ 3.354476] nouveau 0000:03:00.0: registered panic notifier
    [ 3.362614] [drm] Initialized nouveau 1.1.2 20120801 for 0000:03:00.0 on minor 0
    [ 3.362645] nouveau 0000:04:00.0: enabling device (0004 -> 0007)
    [ 3.362932] [drm] Memory usable by graphics device = 2048M
    [ 3.362934] [drm] Replacing VGA console driver
    [ 3.386742] i915 0000:00:02.0: irq 50 for MSI/MSI-X
    [ 3.386748] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 3.386749] [drm] Driver supports precise vblank timestamp query.
    [ 3.386762] vgaarb: device changed decodes: PCI:0000:03:00.0,olddecodes=io+mem,decodes=none:owns=none
    [ 3.386763] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=none
    [ 3.414988] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
    [ 3.414989] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 3.415304] hub 2-1:1.0: USB hub found
    [ 3.415461] hub 2-1:1.0: 8 ports detected
    [ 3.582701] usb 3-1: new high-speed USB device number 2 using xhci_hcd
    [ 3.611585] i915 0000:00:02.0: No connectors reported connected with modes
    [ 3.611587] [drm] Cannot find any crtc or sizes - going 1024x768
    [ 3.611877] i915 0000:00:02.0: fb1: inteldrmfb frame buffer device
    [ 3.615363] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 3.615597] acpi device:62: registered as cooling_device13
    [ 3.615659] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
    [ 3.615800] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 1
    [ 3.616050] nouveau [ DEVICE][0000:04:00.0] BOOT0 : 0x0e4080a2
    [ 3.616052] nouveau [ DEVICE][0000:04:00.0] Chipset: GK104 (NVE4)
    [ 3.616053] nouveau [ DEVICE][0000:04:00.0] Family : NVE0
    [ 3.616094] nouveau [ VBIOS][0000:04:00.0] checking PRAMIN for image...
    [ 3.616103] nouveau [ VBIOS][0000:04:00.0] ... signature not found
    [ 3.616104] nouveau [ VBIOS][0000:04:00.0] checking PROM for image...
    [ 3.662733] tsc: Refined TSC clocksource calibration: 3392.138 MHz
    [ 3.668070] nouveau [ VBIOS][0000:04:00.0] ... appears to be valid
    [ 3.668072] nouveau [ VBIOS][0000:04:00.0] using image from PROM
    [ 3.668123] nouveau [ VBIOS][0000:04:00.0] BIT signature found
    [ 3.668124] nouveau [ VBIOS][0000:04:00.0] version 80.04.1e.00.14
    [ 3.668284] nouveau [ DEVINIT][0000:04:00.0] adaptor not initialised
    [ 3.668292] nouveau [ VBIOS][0000:04:00.0] running init tables
    [ 3.712307] usb 3-1: New USB device found, idVendor=05ac, idProduct=12a8
    [ 3.712309] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 3.712310] usb 3-1: Product: iPhone
    [ 3.712311] usb 3-1: Manufacturer: Apple Inc.
    [ 3.712311] usb 3-1: SerialNumber: a1b6cedd13348a6ad613971316eb8b03e41cb518
    [ 3.712433] usb 3-1: ep 0x2 - rounding interval to 8 microframes, ep desc says 10 microframes
    [ 3.712436] usb 3-1: ep 0x81 - rounding interval to 8 microframes, ep desc says 10 microframes
    [ 3.718984] random: nonblocking pool is initialized
    [ 3.870718] nouveau 0000:04:00.0: irq 51 for MSI/MSI-X
    [ 3.870726] nouveau [ PMC][0000:04:00.0] MSI interrupts enabled
    [ 3.870761] nouveau [ PFB][0000:04:00.0] RAM type: GDDR5
    [ 3.870762] nouveau [ PFB][0000:04:00.0] RAM size: 2048 MiB
    [ 3.870763] nouveau [ PFB][0000:04:00.0] ZCOMP: 0 tags
    [ 3.873018] nouveau [ VOLT][0000:04:00.0] GPU voltage: 987500uv
    [ 3.878860] usb 3-3: new full-speed USB device number 3 using xhci_hcd
    [ 3.901542] nouveau [ PTHERM][0000:04:00.0] FAN control: PWM
    [ 3.901550] nouveau [ PTHERM][0000:04:00.0] fan management: automatic
    [ 3.901568] nouveau [ PTHERM][0000:04:00.0] internal sensor: yes
    [ 3.901596] nouveau [ CLK][0000:04:00.0] 07: core 324 MHz memory 648 MHz
    [ 3.901616] nouveau [ CLK][0000:04:00.0] 0a: core 324-862 MHz memory 1620 MHz
    [ 3.901670] nouveau [ CLK][0000:04:00.0] 0d: core 540-1202 MHz memory 6008 MHz
    [ 3.901734] nouveau [ CLK][0000:04:00.0] 0f: core 540-1202 MHz memory 6008 MHz
    [ 3.901813] nouveau [ CLK][0000:04:00.0] --: core 324 MHz memory 648 MHz
    [ 3.930834] nouveau [ DRM] VRAM: 2048 MiB
    [ 3.930834] nouveau [ DRM] GART: 1048576 MiB
    [ 3.930836] nouveau [ DRM] TMDS table version 2.0
    [ 3.930837] nouveau [ DRM] DCB version 4.0
    [ 3.930838] nouveau [ DRM] DCB outp 00: 02000f00 00000000
    [ 3.930839] nouveau [ DRM] DCB outp 01: 01020f02 00020030
    [ 3.930840] nouveau [ DRM] DCB conn 00: 00001030
    [ 3.931704] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 3.931704] [drm] Driver supports precise vblank timestamp query.
    [ 3.937191] nouveau [ DRM] MM: using COPY for buffer copies
    [ 3.937197] [drm] Initialized nouveau 1.1.2 20120801 for 0000:04:00.0 on minor 2
    [ 4.007992] usb 3-3: New USB device found, idVendor=131d, idProduct=0158
    [ 4.007993] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 4.174951] usb 3-6: new high-speed USB device number 4 using xhci_hcd
    [ 4.304125] usb 3-6: New USB device found, idVendor=05e3, idProduct=0608
    [ 4.304127] usb 3-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
    [ 4.304128] usb 3-6: Product: USB2.0 Hub
    [ 4.304841] hub 3-6:1.0: USB hub found
    [ 4.305133] hub 3-6:1.0: 4 ports detected
    [ 4.471103] usb 3-10: new high-speed USB device number 5 using xhci_hcd
    [ 4.663395] Switched to clocksource tsc
    [ 4.827247] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 5.539609] ISO 9660 Extensions: Microsoft Joliet Level 3
    [ 5.541763] ISO 9660 Extensions: RRIP_1991A
    [ 5.714223] usb 3-10: New USB device found, idVendor=046d, idProduct=082d
    [ 5.714224] usb 3-10: New USB device strings: Mfr=0, Product=2, SerialNumber=1
    [ 5.714225] usb 3-10: Product: HD Pro Webcam C920
    [ 5.714226] usb 3-10: SerialNumber: 47CCC2FF
    [ 5.821755] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 5.879665] usb 3-12: new full-speed USB device number 6 using xhci_hcd
    [ 6.114044] usb 3-12: New USB device found, idVendor=054c, idProduct=0268
    [ 6.114045] usb 3-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 6.114046] usb 3-12: Product: PLAYSTATION(R)3 Controller
    [ 6.114047] usb 3-12: Manufacturer: Sony
    [ 6.117125] hidraw: raw HID events driver (C) Jiri Kosina
    [ 6.131252] usbcore: registered new interface driver usbhid
    [ 6.131253] usbhid: USB HID core driver
    [ 6.132818] sony 0003:054C:0268.0001: Fixing up Sony Sixaxis report descriptor
    [ 6.178805] input: Sony PLAYSTATION(R)3 Controller as /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/0003:054C:0268.0001/input/input6
    [ 6.179048] sony 0003:054C:0268.0001: input,hiddev0,hidraw0: USB HID v1.11 Joystick [Sony PLAYSTATION(R)3 Controller] on usb-0000:00:14.0-12/input0
    [ 6.224010] usb 4-5: new SuperSpeed USB device number 2 using xhci_hcd
    [ 6.240587] usb 4-5: New USB device found, idVendor=0411, idProduct=0227
    [ 6.240589] usb 4-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 6.240590] usb 4-5: Product: HD-LXVU3
    [ 6.240591] usb 4-5: Manufacturer: BUFFALO
    [ 6.240592] usb 4-5: SerialNumber: 0105B0006FEE
    [ 6.242562] usb-storage 4-5:1.0: USB Mass Storage device detected
    [ 6.242832] scsi6 : usb-storage 4-5:1.0
    [ 6.242888] usbcore: registered new interface driver usb-storage
    [ 6.243836] usbcore: registered new interface driver uas
    [ 6.312017] usb 3-6.2: new full-speed USB device number 7 using xhci_hcd
    [ 6.402767] usb 3-6.2: New USB device found, idVendor=046d, idProduct=c52b
    [ 6.402769] usb 3-6.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 6.402770] usb 3-6.2: Product: USB Receiver
    [ 6.402770] usb 3-6.2: Manufacturer: Logitech
    [ 6.409804] logitech-djreceiver 0003:046D:C52B.0004: hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-6.2/input2
    [ 6.465520] input: Logitech Unifying Device. Wireless PID:101a as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.2/3-6.2:1.2/0003:046D:C52B.0004/0003:046D:C52B.0005/input/input7
    [ 6.465721] logitech-djdevice 0003:046D:C52B.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:101a] on usb-0000:00:14.0-6.2:1
    [ 6.480101] usb 3-6.3: new low-speed USB device number 8 using xhci_hcd
    [ 6.574444] usb 3-6.3: New USB device found, idVendor=046e, idProduct=5523
    [ 6.574445] usb 3-6.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 6.574446] usb 3-6.3: Product: USB Device
    [ 6.574447] usb 3-6.3: Manufacturer: Device
    [ 6.574555] usb 3-6.3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 6.574557] usb 3-6.3: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 6.586395] input: Device USB Device as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.3/3-6.3:1.0/0003:046E:5523.0006/input/input8
    [ 6.586450] hid-generic 0003:046E:5523.0006: input,hidraw3: USB HID v1.00 Keyboard [Device USB Device] on usb-0000:00:14.0-6.3/input0
    [ 6.586539] input: Device USB Device as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.3/3-6.3:1.1/0003:046E:5523.0007/input/input9
    [ 6.586595] hid-generic 0003:046E:5523.0007: input,hidraw4: USB HID v1.00 Mouse [Device USB Device] on usb-0000:00:14.0-6.3/input1
    [ 7.240423] scsi 6:0:0:0: CD-ROM BUFFALO Virtual Cdrom 0001 PQ: 0 ANSI: 6
    [ 7.241419] sr1: scsi-1 drive
    [ 7.241497] sr 6:0:0:0: Attached scsi CD-ROM sr1
    [ 7.241634] sr 6:0:0:0: Attached scsi generic sg4 type 5
    [ 29.952333] systemd-udevd[1242]: starting version 204
    [ 36.001086] parport_pc 00:06: reported by Plug and Play ACPI
    [ 36.001129] parport0: PC-style at 0x378, irq 5 [PCSPP,TRISTATE]
    [ 36.363005] lp0: using parport0 (interrupt-driven).
    [ 36.603487] ppdev: user-space parallel port driver
    [ 37.505969] init: cups main process (1314) killed by HUP signal
    [ 37.505974] init: cups main process ended, respawning
    [ 37.806242] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 38.828892] mei_me 0000:00:16.0: irq 52 for MSI/MSI-X
    [ 39.258756] AVX2 version of gcm_enc/dec engaged.
    [ 39.701076] Bluetooth: Core ver 2.19
    [ 39.701087] NET: Registered protocol family 31
    [ 39.701089] Bluetooth: HCI device and connection manager initialized
    [ 39.701094] Bluetooth: HCI socket layer initialized
    [ 39.701095] Bluetooth: L2CAP socket layer initialized
    [ 39.701101] Bluetooth: SCO socket layer initialized
    [ 40.913743] Bluetooth: RFCOMM TTY layer initialized
    [ 40.913750] Bluetooth: RFCOMM socket layer initialized
    [ 40.913753] Bluetooth: RFCOMM ver 1.11
    [ 41.363254] usb 3-1: ep 0x2 - rounding interval to 8 microframes, ep desc says 10 microframes
    [ 41.363258] usb 3-1: ep 0x81 - rounding interval to 8 microframes, ep desc says 10 microframes
    [ 41.473353] device-mapper: multipath: version 1.7.0 loaded
    [ 41.781756] media: Linux media interface: v0.10
    [ 41.912733] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 41.912735] Bluetooth: BNEP filters: protocol multicast
    [ 41.912741] Bluetooth: BNEP socket layer initialized
    [ 42.999357] init: failsafe main process (1543) killed by TERM signal
    [ 43.184355] Linux video capture interface: v2.00
    [ 44.749221] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
    [ 44.749333] snd_hda_intel 0000:00:03.0: irq 53 for MSI/MSI-X
    [ 44.749370] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
    [ 44.749500] snd_hda_intel 0000:00:1b.0: irq 54 for MSI/MSI-X
    [ 44.749532] snd_hda_intel 0000:03:00.1: Disabling MSI
    [ 44.749546] snd_hda_intel 0000:03:00.1: Handle VGA-switcheroo audio client
    [ 44.749559] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
    [ 44.749579] snd_hda_intel 0000:04:00.1: Disabling MSI
    [ 45.338830] usbcore: registered new interface driver snd-usb-audio
    [ 45.496017] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
    [ 45.496058] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
    [ 45.496193] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
    [ 45.628466] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:10.0/0000:04:00.1/sound/card3/input13
    [ 45.696785] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:08.0/0000:03:00.1/sound/card2/input14
    [ 45.696845] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:08.0/0000:03:00.1/sound/card2/input15
    [ 45.697542] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:08.0/0000:03:00.1/sound/card2/input16
    [ 46.413930] sound hdaudioC1D2: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
    [ 46.413933] sound hdaudioC1D2: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 46.413934] sound hdaudioC1D2: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
    [ 46.413934] sound hdaudioC1D2: mono: mono_out=0x0
    [ 46.413935] sound hdaudioC1D2: dig-out=0x11/0x0
    [ 46.413936] sound hdaudioC1D2: inputs:
    [ 46.413937] sound hdaudioC1D2: Front Mic=0x19
    [ 46.413938] sound hdaudioC1D2: Rear Mic=0x18
    [ 46.413939] sound hdaudioC1D2: Line=0x1a
    [ 46.413940] sound hdaudioC1D2: dig-in=0x1f
    [ 46.425622] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
    [ 46.425681] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input18
    [ 46.425752] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input19
    [ 46.425818] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card1/input20
    [ 46.425890] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card1/input21
    [ 46.425973] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card1/input22
    [ 46.426057] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card1/input23
    [ 46.426133] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input24
    [ 46.780137] intel_rapl: Found RAPL domain package
    [ 46.780140] intel_rapl: Found RAPL domain core
    [ 46.780142] intel_rapl: Found RAPL domain uncore
    [ 46.780144] intel_rapl: Found RAPL domain dram
    [ 47.936685] uvcvideo: Found UVC 1.00 device HD Pro Webcam C920 (046d:082d)
    [ 47.937120] input: HD Pro Webcam C920 as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/input/input25
    [ 47.937172] usbcore: registered new interface driver uvcvideo
    [ 47.937173] USB Video Class driver (1.1.1)
    [ 52.969238] ipheth 3-1:4.2: Apple iPhone USB Ethernet device attached
    [ 52.969261] usbcore: registered new interface driver ipheth
    [ 58.728428] init: alsa-restore main process (1834) terminated with status 99
    [ 60.037152] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [ 60.276409] r8169 0000:06:00.0 eth0: link down
    [ 60.276459] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 60.276479] r8169 0000:06:00.0 eth0: link down
    [ 61.854666] r8169 0000:06:00.0 eth0: link up
    [ 61.854671] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 72.720026] init: plymouth-upstart-bridge main process ended, respawning
    [ 72.723621] init: plymouth-upstart-bridge main process (2648) terminated with status 1
    [ 72.723638] init: plymouth-upstart-bridge main process ended, respawning
    [ 116.697697] sound hdaudioC2D0: hda-codec: out of range cmd 0:4:707:ffffffff
    [ 118.002228] sound hdaudioC3D0: hda-codec: out of range cmd 0:4:707:ffffffbf
    [ 132.674921] ISO 9660 Extensions: Microsoft Joliet Level 3
    [ 132.675091] ISOFS: changing to secondary root
    [ 163.408854] systemd-hostnamed[4110]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
    [ 642.748569] usb 4-5: USB disconnect, device number 2
    [ 659.791600] usb 4-5: new SuperSpeed USB device number 3 using xhci_hcd
    [ 659.808163] usb 4-5: New USB device found, idVendor=0411, idProduct=0227
    [ 659.808165] usb 4-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 659.808166] usb 4-5: Product: HD-LXVU3
    [ 659.808166] usb 4-5: Manufacturer: BUFFALO
    [ 659.808167] usb 4-5: SerialNumber: 0105B0006FEE
    [ 659.808586] usb-storage 4-5:1.0: USB Mass Storage device detected
    [ 659.808812] scsi7 : usb-storage 4-5:1.0
    [ 660.808134] scsi 7:0:0:0: CD-ROM BUFFALO Virtual Cdrom 0001 PQ: 0 ANSI: 6
    [ 660.809505] sr1: scsi-1 drive
    [ 660.809630] sr 7:0:0:0: Attached scsi CD-ROM sr1
    [ 660.809684] sr 7:0:0:0: Attached scsi generic sg4 type 5
    [ 660.926772] ISO 9660 Extensions: Microsoft Joliet Level 3
    [ 660.926940] ISOFS: changing to secondary root
    ubuntu@ubuntu:~$

    I also went back into the BIOS to check on the boot settings once again, and to also check the names of where I was talking about before.

    First of all, my BIOS is a "Gigabyte UFEI DualBIOS" or at least thats what it said on screen. Mode name was H87-HD3.

    I've rechecked what the column name was for the place I said I configured to HDD, and that was:

    Under the Periperals tab, Below the line which saids "USB Storage Devices" in white, a setting named "BUFFALO Virtual Cdrom 0001".

    The settings that were there was, from the top, "Auto" "Floppy" "Forced FDD" "Hard Disk" and "CD-ROM".

    Changing the setting here from Auto to Hard Disk didn't help in resolving the issue.

    Now on to the boot settings, I've checked the boot HDD list (boot priority setting) and the drive I'm after was not listed there. So I tried looking into the "CD/DVD Rom drive BBS Properties" insted of the HDD one, and wolla it was there. The name written there was "BUFFALO Virtual Cdrom 0001".

    So I've now found out that the disk is recognized as a CDROM device at bios level.

    The thing I specified is different from my actual CDROM drive, btw. That was also there in the list so I'm not confusing that for the HDD in question.

    What ever advice I can get to reslove this issue is very appriciated.

    My goal is to make this damn thing get recognized as an HDD when I boot into Ubuntu from my installation disk.

  15. FWIW, Linux doesn't need to get the device details from the bios nowadays, unless you need to actually boot from it. Unless the BIOS intentionally lies about it, the driver will pick it up after the kernel boots anyway.

    If "Buffalo 0001" is indeed the USB disk, setting it to HDD emulation probably caused the BIOS to try booting from it. This would explain needing to disconnect it to boot, and also indicates that the BIOS sees it just fine.

    - - - Updated - - -

    If it were me, I'd crack open the USB case at this point and plug the disk inside into an internal SATA port to make sure it's OK.

    But that's just me, and I dislike/distrust external spinning disks generally.

    Also, USB disks are often cheaper here than the identical model without the case..? Not sure how that works, but I now have a bunch of "free" USB-SATA adaptors. :P

    Just to get it right, I didn't need to disconnect to boot. It booted into Ubuntu just fine either with or without that setting applied. I just did that since I found a post elsewhere that said doing the unplug/plug thing could fix it.

    In either setting (Auto or HardDisk), Ubuntu saw the disk as CDROM.

  16. Okay now I've gone into the BIOS and checked the settings. For the boot drive settings, the only things listed were the DVD Drive and the HDD where windows is installed on, so I couldn't select the external disk from there. Even the other HDDs on my computer weren't listed so I assume only the DVD drive and the HDD with any kind of OS installed shows up there.

    Now on another place (I forgot exactly where, but the tab to the right from the boot config: I'll write later) I found a column named "Buffalo 0001", and that looked as if it was related so I configured that to "HardDisk" instead of "Auto" which was selected by default. Other options I remember was there were FDD and Force FDD.

    Now I tried booting into the Linux CD from there. No luck.

    I've then tried disconnecting the external HDD when I boot up, then after I'm in the desktop screen, plugging it back in. No luck either. Still the damn thing shows up as a CDROM.

    At that moment I went on to taking pictures of the situation. I'll post those below. Sorry for the crude method of showing this.

    6d6p4aj9jlv2pc66g.jpg

    qzs945ihtuun8576g.jpg

    x7b3aa2akbka5cf6g.jpg

    *ドライブ = Drive

    *システムã§予約済ã¿ = Reserved by System

    /dev/sdb is where windows is installed.

    I forgot to run dmesg so I'll do that later on.

    Just as a side note, my external HDD is a 4TB model so it's obvious the thing is not listed here.

  17. I've confirmed the no effects problem for the LV-909 and the Quadroodle from R&SCapsuledyne.

    This is with the recommended RealPlume config.

    It seems as if KW engines are not being affected, while others are. You might want to go check what is with KW that negates the problem.

    Also if you have an idea of how long it would take to get your release out, please tell us :)

    I at least want proper ignition amounts for the engines before I start going back to my carrier game.

    - - - Updated - - -

    I am confused with the Ignitor configs, does ignitionsAvialible = 0 means infinite?

    (The ignition configs are a bit too strict and I am working to make it better for RSS/FRKSP(a realistic pack released in our own forum, once called RKSP).)

    -1 should mean infinite if I remember correctly.

  18. Well the thing is, I'm booting from the boot CD to install in the first place, so booting from the USB device isn't gonna work (there is no OS there in the first place).

    I picked the "do something else" option to choose the install partition, but only the internal hard drives were listed there and not the external device I was trying to install to. Checked with GParted also and got the same result.

    What I see is a few icons labeled "drive" which has a hard drive icon and shows up in the above situation, and an icon labeled "HD-LXVU3C" (which is the external drive) with a CD icon, which I assume means that the computer thinks it's looking at a disk inserted to a disk drive.

    I'm really not sure why it does this. Any ideas?

  19. OK following your advice I've started an attempt to install Ubuntu to an external HDD but things aren't going so well.

    I've asked this on Ask Ubuntu but I'm not getting answers so I'll post here too.

    I want to install Ubuntu to an external USB connected HDD, but the HDD in question shows up as a disk drive so I can't install to it. How do I fix this?

    I'm now booting in with a disk of Ubuntu 14.04 64bit that I burned from an ISO.

    The HDD in question is HD-LXVU3C. The access lamp is lit red, so I assume something is not configured right in the OS side?

  20. Is it possible for this mod to give transfer windows (launch windows) for going to orbiting vessels?

    I want to see exactly when I launch to get my stuff to the space station, since in RL you literally only have one second of launch window to get to the ISS so if you could get that kind of precision you save fuel right?

    I'm sick of launching to find out the station has gone way ahead or way behind me. This also applies to landers meeting up with the mother ship in orbit.

×
×
  • Create New...