PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Raid1-Festplatte mounten



dertaliesin
28.04.13, 09:47
Hallo,

versuche gerade eine Festplatte aus meine defekten NAS (Raid1, 2x2TB) zu mounten.

sudo blkid -o list -w /dev/null gibt mir folgendes aus:


device fs_type label mount point UUID
-------------------------------------------------------------------------------
/dev/sda1 ntfs System-reserviert (not mounted) A27C549C7C546D53
/dev/sda2 ntfs (not mounted) A6E07272E0724897
/dev/sda3 swap <swap> c0318406-651d-4b8a-ae41-07534248a401
/dev/sda5 ext4 / f53e6426-90f6-4a05-97d2-09415b61e60c
/dev/sdb1 linux_raid_member (not mounted) 12ec83b5-1380-54b3-aedb-0f0b064607b3
/dev/sdb2 linux_raid_member (not mounted) 12ec83b5-1380-54b3-aedb-0f0b064607b3
/dev/sdb3 linux_raid_member MyBookLiveDuo:2 (not mounted) 6a4086ee-e3b8-ba62-c928-2cf5737406ab
/dev/sdb4 linux_raid_member MyBookLiveDuo:3 (not mounted) 4a57aef1-ae8a-7a72-9872-8b4cd1889843



also versuche ich mit sudo mount -t ext4 -r /dev/sdb4 /home/HDD die Festplatte einzubinden:


mount: wrong fs type, bad option, bad superblock on /dev/sdb4,
missing codepage or helper program, or other error
Manchmal liefert das Syslog wertvolle Informationen – versuchen
Sie dmesg | tail oder so


gparted sagt aber auch, dass sdb4 eine ext4-Partition ist.

sdb1 und sdb2 kann ich problemlos mounten.

Was mache ich falsch, bzw. wie kann ich die Partition einbinden?
Danke für Eure Hilfe.

quinte17
28.04.13, 10:20
auch schon sdb3 versucht? und was steht in dmesg am ende drin?

dertaliesin
28.04.13, 12:41
bei dmesg seh ich leider nicht durch. sdb3 geht auch nicht.




[ 837.780179] usb 1-1: new high-speed USB device number 4 using ehci_hcd
[ 850.228687] Initializing USB Mass Storage driver...
[ 850.231520] scsi4 : usb-storage 1-1:1.0
[ 850.231830] usbcore: registered new interface driver usb-storage
[ 850.231838] USB Mass Storage support registered.
[ 851.237033] scsi 4:0:0:0: Direct-Access WDC WD20 EURS-63S48Y0 51.0 PQ: 0 ANSI: 5
[ 851.240754] sd 4:0:0:0: Attached scsi generic sg1 type 0
[ 851.243755] sd 4:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[ 851.244951] sd 4:0:0:0: [sdb] Write Protect is off
[ 851.244962] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 851.246957] sd 4:0:0:0: [sdb] No Caching mode page present
[ 851.246968] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 851.252275] sd 4:0:0:0: [sdb] No Caching mode page present
[ 851.252289] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 851.336926] sdb: sdb1 sdb2 sdb3 sdb4
[ 851.342311] sd 4:0:0:0: [sdb] No Caching mode page present
[ 851.342326] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 851.342337] sd 4:0:0:0: [sdb] Attached SCSI disk
[ 974.344131] EXT4-fs (sdb3): VFS: Can't find ext4 filesystem
[ 1130.308072] EXT3-fs (sdb3): error: can't find ext3 filesystem on dev sdb3.
[ 1393.401384] EXT4-fs (sdb4): bad block size 65536
[ 1421.885824] iwlwifi 0000:05:00.0: Tx aggregation enabled on ra = 00:26:5a:2c:b6:3a tid = 6
[ 2163.389676] iwlwifi 0000:05:00.0: Tx aggregation enabled on ra = 00:26:5a:2c:b6:3a tid = 0
[ 3200.496942] wlan0: deauthenticating from 00:26:5a:2c:b6:3a by local choice (reason=3)
[ 3200.536868] cfg80211: All devices are disconnected, going to restore regulatory settings
[ 3200.536888] cfg80211: Restoring regulatory settings
[ 3200.536906] cfg80211: Calling CRDA to update world regulatory domain
[ 3200.553262] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 3200.553277] cfg80211: World regulatory domain updated:
[ 3200.553285] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 3200.553298] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3200.553310] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 3200.553321] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 3200.553332] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3200.553343] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3200.589614] iwlwifi 0000:05:00.0: L1 Enabled; Disabling L0S
[ 3200.755511] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3201.110071] sky2 0000:09:00.0: eth0: disabling interface
[ 3201.127733] sky2 0000:09:00.0: eth0: enabling interface
[ 3201.129780] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 3201.448917] iwlwifi 0000:05:00.0: L1 Enabled; Disabling L0S
[ 3201.598713] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3201.674083] iwlwifi 0000:05:00.0: L1 Enabled; Disabling L0S
[ 3201.822336] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3202.134105] sky2 0000:09:00.0: eth0: disabling interface
[ 3202.151873] sky2 0000:09:00.0: eth0: enabling interface
[ 3202.153811] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 3202.713648] PM: Syncing filesystems ... done.
[ 3202.719624] PM: Preparing system for mem sleep
[ 3202.809516] [drm] Changing LVDS panel from (+hsync, +vsync) to (-hsync, -vsync)
[ 3202.856670] Freezing user space processes ... (elapsed 0.01 seconds) done.
[ 3202.872303] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[ 3202.888282] PM: Entering mem sleep
[ 3202.888307] Suspending console(s) (use no_console_suspend to debug)
[ 3202.919703] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 3202.939857] uhci_hcd 0000:00:1d.3: PCI INT D disabled
[ 3202.943729] sd 0:0:0:0: [sda] Stopping disk
[ 3202.952142] ehci_hcd 0000:00:1d.7: PCI INT A disabled
[ 3202.972248] uhci_hcd 0000:00:1d.1: PCI INT B disabled
[ 3202.976224] uhci_hcd 0000:00:1d.2: PCI INT C disabled
[ 3202.976237] uhci_hcd 0000:00:1d.0: PCI INT A disabled
[ 3203.044272] snd_hda_intel 0000:00:1b.0: PCI INT A disabled
[ 3203.044418] ACPI handle has no context!
[ 3203.060158] PM: suspend of drv:snd_hda_intel dev:0000:00:1b.0 complete after 119.792 msecs
[ 3203.527098] PM: suspend of drv:sd dev:0:0:0:0 complete after 607.414 msecs
[ 3203.527162] PM: suspend of drv:scsi dev:target0:0:0 complete after 607.474 msecs
[ 3203.527222] PM: suspend of drv:scsi dev:host0 complete after 590.794 msecs
[ 3203.540194] PM: suspend of drv:ahci dev:0000:00:1f.2 complete after 601.580 msecs
[ 3203.540253] PM: suspend of drv: dev:pci0000:00 complete after 598.875 msecs
[ 3203.540272] PM: suspend of devices complete after 651.749 msecs
[ 3203.540278] PM: suspend devices took 0.652 seconds
[ 3203.696222] PM: late suspend of drv:sky2 dev:0000:09:00.0 complete after 154.194 msecs
[ 3203.712647] ehci_hcd 0000:00:1d.7: PME# enabled
[ 3203.729075] PM: late suspend of devices complete after 188.790 msecs
[ 3203.729120] ACPI: Preparing to enter system sleep state S3
[ 3203.748942] PM: Saving platform NVS memory
[ 3203.748988] Disabling non-boot CPUs ...
[ 3203.852159] CPU 1 is now offline
[ 3203.852994] Extended CMOS year: 2000
[ 3203.852994] ACPI: Low-level resume complete
[ 3203.852994] PM: Restoring platform NVS memory
[ 3203.852994] CPU0: Thermal monitoring handled by SMI
[ 3203.852994] Extended CMOS year: 2000
[ 3203.852994] Enabling non-boot CPUs ...
[ 3203.852994] Booting Node 0 Processor 1 APIC 0x1
[ 3203.852994] smpboot cpu 1: start_ip = 99000
[ 3203.750805] Initializing CPU#1
[ 3203.750805] Calibrating delay loop (skipped) already calibrated this CPU
[ 3203.864885] NMI watchdog enabled, takes one hw-pmu counter.
[ 3203.868197] CPU1 is up
[ 3203.868628] ACPI: Waking up from system sleep state S3
[ 3204.076848] i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407)
[ 3204.077010] snd_hda_intel 0000:00:1b.0: restoring config space at offset 0x3 (was 0x0, writing 0x8)
[ 3204.077032] snd_hda_intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100106, writing 0x100102)
[ 3204.077143] pcieport 0000:00:1c.0: restoring config space at offset 0xf (was 0x40100, writing 0x4010b)
[ 3204.077185] pcieport 0000:00:1c.0: restoring config space at offset 0x9 (was 0x10001, writing 0x80b180a1)
[ 3204.077198] pcieport 0000:00:1c.0: restoring config space at offset 0x8 (was 0x0, writing 0xf010f010)
[ 3204.077214] pcieport 0000:00:1c.0: restoring config space at offset 0x7 (was 0x20000000, writing 0x5050)
[ 3204.077242] pcieport 0000:00:1c.0: restoring config space at offset 0x3 (was 0x810000, writing 0x810008)
[ 3204.077263] pcieport 0000:00:1c.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
[ 3204.077441] pcieport 0000:00:1c.1: restoring config space at offset 0xf (was 0x200, writing 0x204)
[ 3204.077479] pcieport 0000:00:1c.1: restoring config space at offset 0x9 (was 0x10001, writing 0x80918081)
[ 3204.077496] pcieport 0000:00:1c.1: restoring config space at offset 0x8 (was 0x0, writing 0x80708060)
[ 3204.077512] pcieport 0000:00:1c.1: restoring config space at offset 0x7 (was 0x20000000, writing 0x4040)
[ 3204.077544] pcieport 0000:00:1c.1: restoring config space at offset 0x3 (was 0x810000, writing 0x810008)
[ 3204.077566] pcieport 0000:00:1c.1: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
[ 3204.077739] pcieport 0000:00:1c.2: restoring config space at offset 0xf (was 0x40300, writing 0x40303)
[ 3204.077781] pcieport 0000:00:1c.2: restoring config space at offset 0x9 (was 0x10001, writing 0x80518041)
[ 3204.077797] pcieport 0000:00:1c.2: restoring config space at offset 0x8 (was 0x0, writing 0xf020f020)
[ 3204.077814] pcieport 0000:00:1c.2: restoring config space at offset 0x7 (was 0x20000000, writing 0x2020)
[ 3204.077846] pcieport 0000:00:1c.2: restoring config space at offset 0x3 (was 0x810000, writing 0x810008)
[ 3204.077867] pcieport 0000:00:1c.2: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
[ 3204.078040] pcieport 0000:00:1c.3: restoring config space at offset 0xf (was 0x400, writing 0x40a)
[ 3204.078082] pcieport 0000:00:1c.3: restoring config space at offset 0x9 (was 0x10001, writing 0x80318021)
[ 3204.078099] pcieport 0000:00:1c.3: restoring config space at offset 0x8 (was 0x0, writing 0x80108000)
[ 3204.078115] pcieport 0000:00:1c.3: restoring config space at offset 0x7 (was 0x20000000, writing 0x3030)
[ 3204.078143] pcieport 0000:00:1c.3: restoring config space at offset 0x3 (was 0x810000, writing 0x810008)
[ 3204.078164] pcieport 0000:00:1c.3: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
[ 3204.078367] uhci_hcd 0000:00:1d.0: restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
[ 3204.078476] uhci_hcd 0000:00:1d.1: restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
[ 3204.078588] uhci_hcd 0000:00:1d.2: restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
[ 3204.078696] uhci_hcd 0000:00:1d.3: restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
[ 3204.078833] ehci_hcd 0000:00:1d.7: restoring config space at offset 0x1 (was 0x2900106, writing 0x2900102)
[ 3204.078893] ehci_hcd 0000:00:1d.7: PME# disabled
[ 3204.078963] pci 0000:00:1e.0: restoring config space at offset 0x9 (was 0x10001, writing 0x1fff1)
[ 3204.078976] pci 0000:00:1e.0: restoring config space at offset 0x8 (was 0x0, writing 0xfff0)
[ 3204.079212] ahci 0000:00:1f.2: restoring config space at offset 0xf (was 0x200, writing 0x20a)
[ 3204.079287] ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00007, writing 0x2b00407)
[ 3204.079541] iwlwifi 0000:05:00.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
[ 3204.079609] iwlwifi 0000:05:00.0: restoring config space at offset 0x4 (was 0x4, writing 0xf0100004)
[ 3204.079625] iwlwifi 0000:05:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x8)
[ 3204.079646] iwlwifi 0000:05:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x40100106)
[ 3204.080285] sky2 0000:09:00.0: restoring config space at offset 0xf (was 0x100, writing 0x103)
[ 3204.080545] sky2 0000:09:00.0: restoring config space at offset 0x6 (was 0x1, writing 0x2001)
[ 3204.080627] sky2 0000:09:00.0: restoring config space at offset 0x4 (was 0x4, writing 0xf0200004)
[ 3204.080683] sky2 0000:09:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x8)
[ 3204.080742] sky2 0000:09:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100507)
[ 3204.082179] PM: early resume of devices complete after 5.778 msecs
[ 3204.082492] i915 0000:00:02.0: setting latency timer to 64
[ 3204.083058] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 3204.083082] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[ 3204.083234] snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
[ 3204.083420] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 3204.083444] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 3204.083542] usb usb2: root hub lost power or was reset
[ 3204.083631] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 3204.083655] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 3204.083701] usb usb3: root hub lost power or was reset
[ 3204.083740] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 3204.083763] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 3204.083813] usb usb4: root hub lost power or was reset
[ 3204.083852] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 3204.083875] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 3204.083925] usb usb5: root hub lost power or was reset
[ 3204.083969] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 3204.083992] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 3204.084129] pci 0000:00:1e.0: setting latency timer to 64
[ 3204.084195] ahci 0000:00:1f.2: setting latency timer to 64
[ 3204.098316] sd 0:0:0:0: [sda] Starting disk
[ 3204.208238] PM: resume of drv:hub dev:3-0:1.0 complete after 117.448 msecs
[ 3204.208247] PM: resume of drv:hub dev:2-0:1.0 complete after 117.721 msecs
[ 3204.208264] PM: resume of drv: dev:ep_00 complete after 117.297 msecs
[ 3204.208274] PM: resume of drv: dev:ep_00 complete after 117.521 msecs
[ 3204.208282] PM: resume of drv: dev:ep_81 complete after 117.423 msecs
[ 3204.208291] PM: resume of drv: dev:ep_81 complete after 117.764 msecs
[ 3204.216231] PM: resume of drv:hub dev:4-0:1.0 complete after 118.615 msecs
[ 3204.216252] PM: resume of drv: dev:ep_00 complete after 118.445 msecs
[ 3204.216260] PM: resume of drv: dev:ep_81 complete after 118.548 msecs
[ 3204.251619] PM: resume of drv:i915 dev:0000:00:02.0 complete after 169.145 msecs
[ 3204.320272] PM: resume of drv:hub dev:5-0:1.0 complete after 222.262 msecs
[ 3204.320298] PM: resume of drv: dev:ep_00 complete after 222.104 msecs
[ 3204.320317] PM: resume of drv: dev:ep_81 complete after 222.216 msecs
[ 3204.340263] PM: resume of drv:hub dev:1-0:1.0 complete after 250.725 msecs
[ 3204.340287] PM: resume of drv: dev:ep_00 complete after 249.933 msecs
[ 3204.340302] PM: resume of drv: dev:ep_81 complete after 249.957 msecs
[ 3204.408273] ata4: SATA link down (SStatus 0 SControl 300)
[ 3204.408321] ata3: SATA link down (SStatus 0 SControl 300)
[ 3204.408358] ata2: SATA link down (SStatus 0 SControl 300)
[ 3204.452177] usb 1-1: reset high-speed USB device number 4 using ehci_hcd
[ 3204.865491] PM: resume of drv: dev:ep_00 complete after 765.082 msecs
[ 3204.865505] PM: resume of drv:usb-storage dev:1-1:1.0 complete after 765.600 msecs
[ 3204.865565] PM: resume of drv: dev:ep_81 complete after 765.569 msecs
[ 3204.865574] PM: resume of drv:scsi dev:host4 complete after 765.071 msecs
[ 3204.865601] PM: resume of drv: dev:ep_02 complete after 765.300 msecs
[ 3204.865611] PM: resume of drv:scsi_host dev:host4 complete after 765.018 msecs
[ 3204.865637] PM: resume of drv:scsi dev:target4:0:0 complete after 764.948 msecs
[ 3204.865682] PM: resume of drv:sd dev:4:0:0:0 complete after 764.900 msecs
[ 3204.865724] PM: resume of drv:scsi_device dev:4:0:0:0 complete after 764.847 msecs
[ 3204.976236] usb 1-8: reset high-speed USB device number 3 using ehci_hcd
[ 3205.128048] PM: resume of drv:uvcvideo dev:1-8:1.0 complete after 1029.392 msecs
[ 3205.128061] PM: resume of drv: dev:ep_00 complete after 1029.115 msecs
[ 3205.128076] PM: resume of drv:uvcvideo dev:1-8:1.1 complete after 1029.232 msecs
[ 3205.128079] PM: resume of drv: dev:ep_81 complete after 1029.325 msecs
[ 3205.220189] usb 5-1: reset full-speed USB device number 2 using uhci_hcd
[ 3205.379969] PM: resume of drv:usbhid dev:5-1:1.0 complete after 1280.856 msecs
[ 3205.379979] PM: resume of drv:usbhid dev:5-1:1.1 complete after 1280.666 msecs
[ 3205.380006] PM: resume of drv: dev:ep_81 complete after 1280.804 msecs
[ 3205.380040] PM: resume of drv:usbhid dev:5-1:1.2 complete after 1280.561 msecs
[ 3205.380063] PM: resume of drv: dev:ep_82 complete after 1280.673 msecs
[ 3205.380070] PM: resume of drv: dev:ep_83 complete after 1280.500 msecs
[ 3205.380078] PM: resume of drv: dev:ep_00 complete after 1280.418 msecs
[ 3206.872241] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 3207.026011] ata1.00: configured for UDMA/133
[ 3207.051237] PM: resume of drv:sd dev:0:0:0:0 complete after 2952.920 msecs
[ 3207.051273] PM: resume of drv:scsi_device dev:0:0:0:0 complete after 2952.816 msecs
[ 3207.051311] PM: resume of drv:scsi_disk dev:0:0:0:0 complete after 2953.901 msecs
[ 3207.052063] iwlwifi 0000:05:00.0: L1 Enabled; Disabling L0S
[ 3207.195604] PM: resume of devices complete after 3113.307 msecs
[ 3207.195840] PM: resume devices took 3.112 seconds
[ 3207.195931] PM: Finishing wakeup.
[ 3207.195935] Restarting tasks ... done.
[ 3207.230107] video LNXVIDEO:00: Restoring backlight state
[ 3210.857156] iwlwifi 0000:05:00.0: L1 Enabled; Disabling L0S
[ 3211.002657] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3211.390565] sky2 0000:09:00.0: eth0: disabling interface
[ 3211.408410] sky2 0000:09:00.0: eth0: enabling interface
[ 3211.410262] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 3211.908842] iwlwifi 0000:05:00.0: L1 Enabled; Disabling L0S
[ 3212.046385] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3214.407048] wlan0: authenticate with 00:26:5a:2c:b6:3a (try 1)
[ 3214.409760] wlan0: authenticated
[ 3214.410272] wlan0: associate with 00:26:5a:2c:b6:3a (try 1)
[ 3214.414243] wlan0: RX AssocResp from 00:26:5a:2c:b6:3a (capab=0xc31 status=0 aid=2)
[ 3214.414262] wlan0: associated
[ 3214.431617] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 3214.431900] cfg80211: Calling CRDA for country: GB
[ 3214.449684] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[ 3214.449695] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 3214.449702] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[ 3214.449710] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 3214.449716] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[ 3214.449723] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 3214.449729] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[ 3214.449736] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 3214.449742] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[ 3214.449750] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 3214.449756] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[ 3214.449763] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 3214.449769] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[ 3214.449777] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 3214.449783] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[ 3214.449790] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 3214.449796] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[ 3214.449804] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 3214.449810] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[ 3214.449817] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 3214.449823] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[ 3214.449830] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 3214.449836] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[ 3214.449844] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 3214.449850] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[ 3214.449857] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 3214.449865] cfg80211: Regulatory domain changed to country: GB
[ 3214.449870] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 3214.449877] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 3214.449883] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 3214.449889] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 3214.449896] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[ 3224.504104] wlan0: no IPv6 routers present
[ 3300.746332] iwlwifi 0000:05:00.0: Tx aggregation enabled on ra = 00:26:5a:2c:b6:3a tid = 0
[ 3563.990585] iwlwifi 0000:05:00.0: Tx aggregation enabled on ra = 00:26:5a:2c:b6:3a tid = 6
[ 4219.379340] wlan0: deauthenticating from 00:26:5a:2c:b6:3a by local choice (reason=3)
[ 4219.436468] cfg80211: All devices are disconnected, going to restore regulatory settings
[ 4219.436483] cfg80211: Restoring regulatory settings
[ 4219.436498] cfg80211: Calling CRDA to update world regulatory domain
[ 4219.471401] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 4219.471411] cfg80211: World regulatory domain updated:
[ 4219.471416] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 4219.471424] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 4219.471431] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 4219.471438] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 4219.471445] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 4219.471452] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 4219.506841] iwlwifi 0000:05:00.0: L1 Enabled; Disabling L0S
[ 4219.659844] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4219.978574] sky2 0000:09:00.0: eth0: disabling interface
[ 4219.996562] sky2 0000:09:00.0: eth0: enabling interface
[ 4219.998340] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4220.337004] iwlwifi 0000:05:00.0: L1 Enabled; Disabling L0S
[ 4220.485866] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4220.550887] iwlwifi 0000:05:00.0: L1 Enabled; Disabling L0S
[ 4220.704594] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4221.034338] sky2 0000:09:00.0: eth0: disabling interface
[ 4221.052373] sky2 0000:09:00.0: eth0: enabling interface
[ 4221.054157] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4221.628551] PM: Syncing filesystems ... done.
[ 4221.634533] PM: Preparing system for mem sleep
[ 4221.724456] Freezing user space processes ... (elapsed 0.01 seconds) done.
[ 4221.740271] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[ 4221.756278] PM: Entering mem sleep
[ 4221.756304] Suspending console(s) (use no_console_suspend to debug)
[ 4221.785141] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 4221.804425] sd 0:0:0:0: [sda] Stopping disk
[ 4221.804524] uhci_hcd 0000:00:1d.3: PCI INT D disabled
[ 4221.820163] ehci_hcd 0000:00:1d.7: PCI INT A disabled
[ 4221.840237] uhci_hcd 0000:00:1d.1: PCI INT B disabled
[ 4221.840278] uhci_hcd 0000:00:1d.2: PCI INT C disabled
[ 4221.840319] uhci_hcd 0000:00:1d.0: PCI INT A disabled
[ 4221.908239] snd_hda_intel 0000:00:1b.0: PCI INT A disabled
[ 4221.908385] ACPI handle has no context!
[ 4221.924128] PM: suspend of drv:snd_hda_intel dev:0000:00:1b.0 complete after 119.025 msecs
[ 4222.503939] PM: suspend of drv:sd dev:0:0:0:0 complete after 718.807 msecs
[ 4222.504001] PM: suspend of drv:scsi dev:target0:0:0 complete after 718.871 msecs
[ 4222.504103] PM: suspend of drv:scsi dev:host0 complete after 702.856 msecs
[ 4222.520211] PM: suspend of drv:ahci dev:0000:00:1f.2 complete after 715.997 msecs
[ 4222.520287] PM: suspend of drv: dev:pci0000:00 complete after 714.445 msecs
[ 4222.520305] PM: suspend of devices complete after 763.784 msecs
[ 4222.520311] PM: suspend devices took 0.764 seconds
[ 4222.676191] PM: late suspend of drv:sky2 dev:0000:09:00.0 complete after 154.156 msecs
[ 4222.692625] ehci_hcd 0000:00:1d.7: PME# enabled
[ 4222.709604] PM: late suspend of devices complete after 189.286 msecs
[ 4222.709649] ACPI: Preparing to enter system sleep state S3
[ 4222.728929] PM: Saving platform NVS memory
[ 4222.728967] Disabling non-boot CPUs ...
[ 4222.832159] CPU 1 is now offline
[ 4222.832943] Extended CMOS year: 2000
[ 4222.832943] ACPI: Low-level resume complete
[ 4222.832943] PM: Restoring platform NVS memory
[ 4222.832943] CPU0: Thermal monitoring handled by SMI
[ 4222.832943] Extended CMOS year: 2000
[ 4222.832943] Enabling non-boot CPUs ...
[ 4222.832943] Booting Node 0 Processor 1 APIC 0x1
[ 4222.832943] smpboot cpu 1: start_ip = 99000
[ 4222.730778] Initializing CPU#1
[ 4222.730778] Calibrating delay loop (skipped) already calibrated this CPU
[ 4222.844965] NMI watchdog enabled, takes one hw-pmu counter.
[ 4222.848199] CPU1 is up
[ 4222.848618] ACPI: Waking up from system sleep state S3
[ 4223.056841] i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407)
[ 4223.056999] snd_hda_intel 0000:00:1b.0: restoring config space at offset 0x3 (was 0x0, writing 0x8)
[ 4223.057021] snd_hda_intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100106, writing 0x100102)
[ 4223.057136] pcieport 0000:00:1c.0: restoring config space at offset 0xf (was 0x40100, writing 0x4010b)
[ 4223.057178] pcieport 0000:00:1c.0: restoring config space at offset 0x9 (was 0x10001, writing 0x80b180a1)
[ 4223.057195] pcieport 0000:00:1c.0: restoring config space at offset 0x8 (was 0x0, writing 0xf010f010)
[ 4223.057211] pcieport 0000:00:1c.0: restoring config space at offset 0x7 (was 0x20000000, writing 0x20005050)
[ 4223.057243] pcieport 0000:00:1c.0: restoring config space at offset 0x3 (was 0x810000, writing 0x810008)
[ 4223.057265] pcieport 0000:00:1c.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
[ 4223.057435] pcieport 0000:00:1c.1: restoring config space at offset 0xf (was 0x200, writing 0x204)
[ 4223.057477] pcieport 0000:00:1c.1: restoring config space at offset 0x9 (was 0x10001, writing 0x80918081)
[ 4223.057493] pcieport 0000:00:1c.1: restoring config space at offset 0x8 (was 0x0, writing 0x80708060)
[ 4223.057510] pcieport 0000:00:1c.1: restoring config space at offset 0x7 (was 0x20000000, writing 0x20004040)
[ 4223.057542] pcieport 0000:00:1c.1: restoring config space at offset 0x3 (was 0x810000, writing 0x810008)
[ 4223.057563] pcieport 0000:00:1c.1: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
[ 4223.057744] pcieport 0000:00:1c.2: restoring config space at offset 0xf (was 0x40300, writing 0x40303)
[ 4223.057786] pcieport 0000:00:1c.2: restoring config space at offset 0x9 (was 0x10001, writing 0x80518041)
[ 4223.057799] pcieport 0000:00:1c.2: restoring config space at offset 0x8 (was 0x0, writing 0xf020f020)
[ 4223.057815] pcieport 0000:00:1c.2: restoring config space at offset 0x7 (was 0x20000000, writing 0x20002020)
[ 4223.057847] pcieport 0000:00:1c.2: restoring config space at offset 0x3 (was 0x810000, writing 0x810008)
[ 4223.057869] pcieport 0000:00:1c.2: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
[ 4223.058045] pcieport 0000:00:1c.3: restoring config space at offset 0xf (was 0x400, writing 0x40a)
[ 4223.058079] pcieport 0000:00:1c.3: restoring config space at offset 0x9 (was 0x10001, writing 0x80318021)
[ 4223.058096] pcieport 0000:00:1c.3: restoring config space at offset 0x8 (was 0x0, writing 0x80108000)
[ 4223.058112] pcieport 0000:00:1c.3: restoring config space at offset 0x7 (was 0x20000000, writing 0x20003030)
[ 4223.058144] pcieport 0000:00:1c.3: restoring config space at offset 0x3 (was 0x810000, writing 0x810008)
[ 4223.058166] pcieport 0000:00:1c.3: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
[ 4223.058372] uhci_hcd 0000:00:1d.0: restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
[ 4223.058484] uhci_hcd 0000:00:1d.1: restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
[ 4223.058588] uhci_hcd 0000:00:1d.2: restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
[ 4223.058700] uhci_hcd 0000:00:1d.3: restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
[ 4223.058838] ehci_hcd 0000:00:1d.7: restoring config space at offset 0x1 (was 0x2900106, writing 0x2900102)
[ 4223.058894] ehci_hcd 0000:00:1d.7: PME# disabled
[ 4223.058964] pci 0000:00:1e.0: restoring config space at offset 0x9 (was 0x10001, writing 0x1fff1)
[ 4223.058980] pci 0000:00:1e.0: restoring config space at offset 0x8 (was 0x0, writing 0xfff0)
[ 4223.059225] ahci 0000:00:1f.2: restoring config space at offset 0xf (was 0x200, writing 0x20a)
[ 4223.059307] ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00007, writing 0x2b00407)
[ 4223.059561] iwlwifi 0000:05:00.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
[ 4223.059629] iwlwifi 0000:05:00.0: restoring config space at offset 0x4 (was 0x4, writing 0xf0100004)
[ 4223.059645] iwlwifi 0000:05:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x8)
[ 4223.059667] iwlwifi 0000:05:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100506)
[ 4223.060281] sky2 0000:09:00.0: restoring config space at offset 0xf (was 0x100, writing 0x103)
[ 4223.060516] sky2 0000:09:00.0: restoring config space at offset 0x6 (was 0x1, writing 0x2001)
[ 4223.060598] sky2 0000:09:00.0: restoring config space at offset 0x4 (was 0x4, writing 0xf0200004)
[ 4223.060654] sky2 0000:09:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x8)
[ 4223.060736] sky2 0000:09:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100507)
[ 4223.062248] PM: early resume of devices complete after 5.863 msecs
[ 4223.062564] i915 0000:00:02.0: setting latency timer to 64
[ 4223.063177] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 4223.063246] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[ 4223.063404] snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
[ 4223.063591] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 4223.063614] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 4223.063668] usb usb2: root hub lost power or was reset
[ 4223.063708] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 4223.063731] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 4223.063782] usb usb3: root hub lost power or was reset
[ 4223.063820] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 4223.063843] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 4223.063893] usb usb4: root hub lost power or was reset
[ 4223.063931] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 4223.063954] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 4223.064004] usb usb5: root hub lost power or was reset
[ 4223.064097] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 4223.064121] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 4223.064195] pci 0000:00:1e.0: setting latency timer to 64
[ 4223.064260] ahci 0000:00:1f.2: setting latency timer to 64
[ 4223.079146] sd 0:0:0:0: [sda] Starting disk
[ 4223.188254] PM: resume of drv:hub dev:4-0:1.0 complete after 117.370 msecs
[ 4223.188266] PM: resume of drv:hub dev:3-0:1.0 complete after 117.667 msecs
[ 4223.188279] PM: resume of drv: dev:ep_00 complete after 109.635 msecs
[ 4223.188292] PM: resume of drv: dev:ep_00 complete after 117.644 msecs
[ 4223.188297] PM: resume of drv: dev:ep_81 complete after 117.026 msecs
[ 4223.188310] PM: resume of drv: dev:ep_81 complete after 117.689 msecs
[ 4223.188377] PM: resume of drv:hub dev:2-0:1.0 complete after 117.875 msecs
[ 4223.188397] PM: resume of drv: dev:ep_81 complete after 117.869 msecs
[ 4223.188411] PM: resume of drv: dev:ep_00 complete after 117.851 msecs
[ 4223.255288] PM: resume of drv:i915 dev:0000:00:02.0 complete after 192.740 msecs
[ 4223.300205] PM: resume of drv: dev:ep_00 complete after 221.156 msecs
[ 4223.300217] PM: resume of drv:hub dev:5-0:1.0 complete after 221.364 msecs
[ 4223.300245] PM: resume of drv: dev:ep_81 complete after 221.299 msecs
[ 4223.320201] PM: resume of drv: dev:ep_00 complete after 249.748 msecs
[ 4223.320214] PM: resume of drv:hub dev:1-0:1.0 complete after 249.795 msecs
[ 4223.320241] PM: resume of drv: dev:ep_81 complete after 249.796 msecs
[ 4223.388274] ata2: SATA link down (SStatus 0 SControl 300)
[ 4223.388312] ata4: SATA link down (SStatus 0 SControl 300)
[ 4223.388352] ata3: SATA link down (SStatus 0 SControl 300)
[ 4223.432172] usb 1-8: reset high-speed USB device number 3 using ehci_hcd
[ 4223.584006] PM: resume of drv:uvcvideo dev:1-8:1.1 complete after 504.331 msecs
[ 4223.584014] PM: resume of drv: dev:ep_00 complete after 504.238 msecs
[ 4223.584069] PM: resume of drv:uvcvideo dev:1-8:1.0 complete after 504.589 msecs
[ 4223.584115] PM: resume of drv: dev:ep_81 complete after 504.533 msecs
[ 4223.676161] usb 1-1: reset high-speed USB device number 4 using ehci_hcd
[ 4223.841406] PM: resume of drv: dev:ep_00 complete after 760.161 msecs
[ 4223.841422] PM: resume of drv:usb-storage dev:1-1:1.0 complete after 760.462 msecs
[ 4223.841498] PM: resume of drv: dev:ep_02 complete after 760.351 msecs
[ 4223.841506] PM: resume of drv:scsi dev:host4 complete after 760.164 msecs
[ 4223.841517] PM: resume of drv: dev:ep_81 complete after 760.467 msecs
[ 4223.841551] PM: resume of drv:scsi_host dev:host4 complete after 760.117 msecs
[ 4223.841559] PM: resume of drv:scsi dev:target4:0:0 complete after 760.029 msecs
[ 4223.841606] PM: resume of drv:sd dev:4:0:0:0 complete after 759.989 msecs
[ 4223.841639] PM: resume of drv:scsi_device dev:4:0:0:0 complete after 759.926 msecs
[ 4223.952188] usb 5-1: reset full-speed USB device number 2 using uhci_hcd
[ 4224.112606] PM: resume of drv:usbhid dev:5-1:1.0 complete after 1032.642 msecs
[ 4224.112620] PM: resume of drv:usbhid dev:5-1:1.1 complete after 1032.253 msecs
[ 4224.112645] PM: resume of drv: dev:ep_81 complete after 1032.390 msecs
[ 4224.112653] PM: resume of drv:usbhid dev:5-1:1.2 complete after 1032.111 msecs
[ 4224.112683] PM: resume of drv: dev:ep_82 complete after 1032.236 msecs
[ 4224.112690] PM: resume of drv: dev:ep_00 complete after 1031.924 msecs
[ 4224.112714] PM: resume of drv: dev:ep_83 complete after 1032.076 msecs
[ 4225.908200] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 4226.068617] ata1.00: configured for UDMA/133
[ 4226.093795] PM: resume of drv:sd dev:0:0:0:0 complete after 3014.648 msecs
[ 4226.093833] PM: resume of drv:scsi_device dev:0:0:0:0 complete after 3014.542 msecs
[ 4226.093870] PM: resume of drv:scsi_disk dev:0:0:0:0 complete after 3015.389 msecs
[ 4226.094417] iwlwifi 0000:05:00.0: L1 Enabled; Disabling L0S
[ 4226.239725] PM: resume of devices complete after 3177.360 msecs
[ 4226.239959] PM: resume devices took 3.176 seconds
[ 4226.240102] PM: Finishing wakeup.
[ 4226.240107] Restarting tasks ... done.
[ 4226.289436] video LNXVIDEO:00: Restoring backlight state
[ 4229.055286] cfg80211: Found new beacon on frequency: 2467 MHz (Ch 12) on phy0
[ 4230.197363] iwlwifi 0000:05:00.0: L1 Enabled; Disabling L0S
[ 4230.343906] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4230.714780] sky2 0000:09:00.0: eth0: disabling interface
[ 4230.732700] sky2 0000:09:00.0: eth0: enabling interface
[ 4230.734453] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4231.200686] iwlwifi 0000:05:00.0: L1 Enabled; Disabling L0S
[ 4231.350071] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4233.815540] wlan0: authenticate with 00:26:5a:2c:b6:3a (try 1)
[ 4233.818967] wlan0: authenticated
[ 4233.819445] wlan0: associate with 00:26:5a:2c:b6:3a (try 1)
[ 4233.823322] wlan0: RX AssocResp from 00:26:5a:2c:b6:3a (capab=0xc31 status=0 aid=2)
[ 4233.823334] wlan0: associated
[ 4233.840779] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 4233.840965] cfg80211: Calling CRDA for country: GB
[ 4233.856740] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[ 4233.856754] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4233.856777] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[ 4233.856788] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4233.856797] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[ 4233.856808] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4233.856817] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[ 4233.856828] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4233.856837] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[ 4233.856848] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4233.856856] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[ 4233.856866] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4233.856874] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[ 4233.856884] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4233.856892] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[ 4233.856901] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4233.856909] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[ 4233.856918] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4233.856927] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[ 4233.856936] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4233.856944] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[ 4233.856954] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4233.856962] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[ 4233.856972] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4233.856980] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[ 4233.856990] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[ 4233.857001] cfg80211: Regulatory domain changed to country: GB
[ 4233.857007] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 4233.857017] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 4233.857026] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 4233.857034] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 4233.857043] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
[ 4233.871046] cfg80211: Found new beacon on frequency: 2467 MHz (Ch 12) on phy0
[ 4240.382269] iwlwifi 0000:05:00.0: Tx aggregation enabled on ra = 00:26:5a:2c:b6:3a tid = 0
[ 4244.192135] wlan0: no IPv6 routers present
[ 4320.313028] iwlwifi 0000:05:00.0: Tx aggregation enabled on ra = 00:26:5a:2c:b6:3a tid = 6

dertaliesin
28.04.13, 17:19
nach einer ganzen Reihe von Fehlversuchen, u.a. auch mit mdadm, hab ich jetzt mit den Mount-Versuchen aufgegeben und greife mit Hilfe von R-Linux auf die Festplatte zu.
Der Scan ging recht flott trotz ca. 300GB Daten und in knapp 2 Stunden dürften meine Daten lt. Anzeige wiederhergestellt sein.

kreol
28.04.13, 22:02
Was ist denn bei mdadm gescheitert? Was hast Du versucht und was hat das System gesagt? --scan schon probiert?

Kreol

dertaliesin
28.04.13, 23:04
Was ist denn bei mdadm gescheitert?

mdadm hat soweit funktioniert, allerdings bekam ich bei dem Versuch /dev/mdx zu mounten immer die Fehlermeldung wrong fs.

kreol
28.04.13, 23:34
Mit
file -s /dev/sdXYkannst Du das FS erfragen (als root). Für die einzelnen Devices.

Was sagt mdadm wenn Du -Q oder --examine oder --scan auf eines der Devices loslässt? Was sagt mdadm wenn Du -D auf das Raid (/dev/mdX) loslässt? Was steht in der /etc/fstab?

Kreol

dertaliesin
28.04.13, 23:38
Kann ich leider nicht mehr überprüfen. Hab die Festplatte schon wieder ausgebaut, nachdem ich meine Daten mit R-Linux gesichert habe.
Dieser Weg scheint mir auch für das nächste mal der leichtere zu sein.
Danke trotzdem für Eure Hilfe!

kreol
28.04.13, 23:52
Wenn die Daten gesichert sind, ist es ja gut :)

mdadm ist aber recht mächtig. Ich weiss keinen leichteren/schnelleren Weg, ein SW-Raid1 wieder her zu stellen.


Kreol