Differences
This shows you the differences between two versions of the page.
| Next revisionBoth sides next revision | |||
| toh:iomega:ix4-200d [2024/03/13 16:39] – Created from the form at meta:create_new_device_page goossens | toh:iomega:ix4-200d [2024/03/13 17:35] – Creation of device page goossens | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Iomega ix4-200d ====== | ====== Iomega ix4-200d ====== | ||
| - | /* This template | + | Iomega Storcenter ix4-200d |
| - | /* DO NOT CREATE NEW DEVICEPAGES VIA COPY & PASTE! */ | + | |
| - | /* USE https:// | + | |
| - | {{page> | + | Due to a kernel-related issue with the Marvell 88SE6121 SATA controller, currently |
| - | + | ||
| - | //Write a short, relevant description of the device. Include a technical overview, but avoid marketing buzzwords/ | + | |
| - | + | ||
| - | <WRAP BOX> | + | |
| - | FIXME Any text with a light background (like this one) provides instructions for creating the Details Page. When you have filled in correct/ | + | |
| - | </ | + | |
| - | + | ||
| - | /*****/ | + | |
| - | /* How to add images ========> | + | |
| - | /*****/ | + | |
| - | + | ||
| - | {{media: | + | |
| - | + | ||
| - | <WRAP BOX> | + | |
| - | FIXME | + | |
| - | ===== Getting started with a new Device Page ===== | + | |
| - | | + | |
| - | - There are several " | + | |
| - | - When there are no more " | + | |
| - | + | ||
| - | ===== Keep the articles modular ===== | + | |
| - | * Please include | + | |
| - | * If you have no time to write certain stuff, link to [[docs: | + | |
| - | * [[docs: | + | |
| - | * DO NOT provide a complete howto here! Instead //groom// the [[docs: | + | |
| - | </ | + | |
| - | + | ||
| - | ===== Supported Versions ===== | + | |
| - | + | ||
| - | <WRAP BOX> | + | |
| - | FIXME | + | |
| - | - The tables below are automatically generated, **once the correct filters for Brand and Model are set.** | + | |
| - | - If the tables below show information for ''< | + | |
| - | - If the tables below contain " | + | |
| - | - the dataentry page for Iomega ix4-200d | + | |
| - | - filters are not set correctly. Most common reason for " | + | |
| - | - If the tables still contain " | + | |
| - | </ | + | |
| - | + | ||
| - | <!-- ToH: { | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | } --> | + | |
| - | + | ||
| - | /* If no unsupported functions known, comment out the following datatable or delete it. */ | + | |
| - | <!-- ToH: { | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | } --> | + | |
| - | + | ||
| - | ===== Experimental Versions ===== | + | |
| - | + | ||
| - | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | + | |
| - | + | ||
| - | //None at this time.// | + | |
| ===== Hardware Highlights ===== | ===== Hardware Highlights ===== | ||
| Line 81: | Line 13: | ||
| " | " | ||
| } --> | } --> | ||
| - | |||
| ===== Installation ===== | ===== Installation ===== | ||
| Line 94: | Line 25: | ||
| } --> | } --> | ||
| */ | */ | ||
| - | |||
| - | |||
| - | /* snapshot */ | ||
| - | /* delete once stable release is available */ | ||
| - | <!-- ToH: { | ||
| - | " | ||
| - | " | ||
| - | " | ||
| - | " | ||
| - | " | ||
| - | } --> | ||
| -> [[docs: | -> [[docs: | ||
| - | |||
| - | FIXME Please add the installation procedure here. | ||
| - | |||
| - | ==== Flash Layout ==== | ||
| - | <WRAP BOX> | ||
| - | FIXME // | ||
| - | |||
| - | Please check out the article [[docs: | ||
| - | </ | ||
| - | |||
| - | ==== OEM easy installation ==== | ||
| - | |||
| - | <WRAP BOX> | ||
| - | FIXME //The instructions below are for Broadcom devices and only serve as an example.// | ||
| - | **//Remove / modify them if they do not apply to this particular device!//** | ||
| - | |||
| - | This section deals with | ||
| - | * How you install OpenWrt from a device freshly opened | ||
| - | * The steps required such as reset to factory defaults if the device has already been configured | ||
| - | |||
| - | **Note:** Reset router to factory defaults if it has been previously configured. | ||
| - | * Browse to ''< | ||
| - | * Upload .bin file to router | ||
| - | * Wait for it to reboot | ||
| - | * Telnet to 192.168.1.1 and set a root password, or browse to ''< | ||
| - | </ | ||
| ==== OEM installation using the TFTP method ==== | ==== OEM installation using the TFTP method ==== | ||
| - | -> [[docs: | + | 1. download initramfs-uImage and copy into tftp server |
| - | === Specific values needed for tftp === | + | 2. connect the tftp server to network port #1 |
| - | <WRAP BOX> | + | 3. access uboot environment with serial cable and run |
| - | FIXME Enter values for "FILL-IN" below | + | setenv mainlineLinux yes |
| + | setenv arcNumber 1682 | ||
| + | setenv console ' | ||
| + | setenv mtdparts ' | ||
| + | setenv bootargs_root ' | ||
| + | setenv bootcmd ' | ||
| + | saveenv | ||
| + | setenv serverip 192.168.1.1 | ||
| + | setenv ipaddr 192.168.1.2 | ||
| + | tftpboot 0x00800000 [initramfs-uImage filename] | ||
| + | bootm 0x00800000 | ||
| - | ^ Bootloader tftp server IPv4 address | + | 4. connect to LAN on network port #2, log into openwrt and sysupgrade to install into flash |
| - | ^ Bootloader MAC address (special) | + | |
| - | ^ Firmware tftp image | [[: | + | |
| - | ^ TFTP transfer window | + | |
| - | ^ TFTP window start | approximately FILL-IN seconds after power on | | + | |
| - | ^ TFTP client required IP address | + | |
| - | + | ||
| - | </ | + | |
| ===== Upgrading OpenWrt ===== | ===== Upgrading OpenWrt ===== | ||
| Line 158: | Line 55: | ||
| <WRAP BOX> | <WRAP BOX> | ||
| - | |||
| - | FIXME These are generic instructions. Update with your router' | ||
| ==== LuCI Web Upgrade Process ==== | ==== LuCI Web Upgrade Process ==== | ||
| Line 185: | Line 80: | ||
| wget http:// | wget http:// | ||
| sysupgrade / | sysupgrade / | ||
| - | </ | ||
| - | |||
| - | === mtd === | ||
| - | |||
| - | If '' | ||
| - | |||
| - | * Login as root via SSH on 192.168.1.1, | ||
| - | |||
| - | < | ||
| - | cd /tmp | ||
| - | wget http:// | ||
| - | mtd write / | ||
| </ | </ | ||
| </ | </ | ||
| - | ===== Debricking ===== | ||
| - | -> [[docs: | ||
| - | |||
| - | ===== Failsafe mode ===== | ||
| - | -> [[docs: | ||
| - | |||
| - | ===== Basic configuration ===== | ||
| - | -> [[docs: | ||
| - | Set up your Internet connection, configure wireless, configure USB port, etc. | ||
| - | |||
| - | ===== Specific Configuration ===== | ||
| - | |||
| - | <WRAP BOX> | ||
| - | FIXME Please fill in real values for this device, then remove the EXAMPLEs | ||
| - | |||
| - | ==== Network interfaces ==== | ||
| - | The default network configuration is: | ||
| - | ^ Interface Name ^ Description | ||
| - | | br-lan | ||
| - | | vlan0 (eth0.0) | ||
| - | | vlan1 (eth0.1) | ||
| - | | wl0 | EXAMPLE WiFi | EXAMPLE Disabled | ||
| - | |||
| - | </ | ||
| - | |||
| - | ==== Switch Ports (for VLANs) ==== | ||
| - | <WRAP BOX> | ||
| - | FIXME Please fill in real values for this device, then remove the EXAMPLEs | ||
| - | |||
| - | Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on. | ||
| - | ^ Port ^ Switch port ^ | ||
| - | | Internet (WAN) | EXAMPLE 4 | | ||
| - | | LAN 1 | EXAMPLE 3 | | ||
| - | | LAN 2 | EXAMPLE 2 | | ||
| - | | LAN 3 | EXAMPLE 1 | | ||
| - | | LAN 4 | EXAMPLE 0 | | ||
| - | |||
| - | </ | ||
| ==== Buttons ==== | ==== Buttons ==== | ||
| -> [[docs: | -> [[docs: | ||
| - | Here, we merely name the buttons, so we can use them in the above Howto. | ||
| + | The Iomega ix4-200d has the following buttons: | ||
| <WRAP BOX> | <WRAP BOX> | ||
| - | FIXME Please fill in real values for this device, then remove the EXAMPLEs | ||
| - | |||
| - | The Iomega ix4-200d has the following buttons: | ||
| - | |||
| ^ BUTTON | ^ BUTTON | ||
| - | | EXAMPLE Reset | + | | Next | |
| - | | EXAMPLE Secure Easy Setup | + | | Reset |
| - | | EXAMPLE No buttons at all. | | + | | Cancel |
| + | | Power | reboot | ||
| </ | </ | ||
| Line 259: | Line 100: | ||
| ==== Info ==== | ==== Info ==== | ||
| <WRAP BOX> | <WRAP BOX> | ||
| - | FIXME | + | |
| - | - This table is automatically generated, **once the correct filters for Brand and Model are set.** | + | |
| - | - If you see " | + | |
| - | - If you still don't see a table here, or a table filled with ' | + | |
| - | - If you see a table with the desired device data, everything is OK and you can delete this text and the ''< | + | |
| - | - If it still doesn' | + | |
| </ | </ | ||
| Line 275: | Line 111: | ||
| ---- | ---- | ||
| - | ==== Photos ==== | ||
| - | /* =====>>>>> | ||
| - | /* When uploading photos, **name them** intelligently. Nobody knows what 20100930_000602.jpg is! */ | ||
| - | /* e.g. {{: | ||
| - | /* Thanks, your wiki administration - Oct. 2015 */ | ||
| - | // | + | ==== Serial ==== |
| - | **Insert photo of front of the casing** | + | -> [[docs: |
| - | //Back://\\ | + | How to connect to the Serial Port of this specific device:\\ |
| - | **Insert photo of back of the casing** | + | |
| - | //Backside label:// | + | <WRAP BOX> |
| - | **Insert photo of backside label** | + | |
| - | ==== Opening the case ==== | + | | 10 8 6 4 2 | |
| + | | 9 7 5 3 1 | | ||
| - | **Note:** This will void your warranty! | + | Fat line marks Pin 1 |
| - | <WRAP BOX> | + | 1 = RXD |
| - | FIXME //Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...// | + | 4 = TXD |
| - | * To remove the cover and open the device, do a/b/c | + | 6 = GND |
| + | 9 = 3.3V (not necessary | ||
| </ | </ | ||
| - | //Main PCB://\\ | + | ^ Serial connection parameters for Iomega ix4-200d 115200, 8N1, 3.3V | |
| - | **Insert photo of PCB** | + | |
| - | ==== Serial ==== | ||
| - | -> [[docs: | ||
| - | How to connect to the Serial Port of this specific device:\\ | + | ===== Bootlogs ===== |
| - | **Insert photo of PCB with markings for serial port** | + | ==== OEM bootlog ==== |
| + | <WRAP bootlog> | ||
| + | < | ||
| + | | | ||
| + | | |\/| |/ _` | '__\ \ / / _ \ | | | ||
| + | | | | | (_| | | \ V / __/ | | | ||
| + | |_| |_|\__, | ||
| + | | ||
| + | | | | | | __ ) ___ ___ | |_ | ||
| + | | | | |___| _ \ / _ \ / _ \| __| | ||
| + | | |_| |___| |_) | (_) | (_) | |_ | ||
| + | | ||
| - | <WRAP BOX> | + | ** MARVELL BOARD: IX4-110 LE |
| - | FIXME //Replace EXAMPLE by real values.// | + | |
| - | </ | + | |
| - | ^ Serial connection parameters\\ for Iomega ix4-200d @@Version@@ | EXAMPLE 115200, 8N1, 3.3V | | + | U-Boot 1.1.4 (Oct 15 2009 - 17:28:22) Marvell version: |
| - | ==== JTAG ==== | + | U-Boot code: 00600000 |
| - | -> [[docs:techref: | + | |
| - | How to connect to the JTAG Port of this specific device:\\ | + | Soc: 88F6281 A0 (DDR2) |
| - | **Insert photo of PCB with markings for JTAG port** | + | CPU running @ 1200Mhz L2 running @ 400Mhz |
| + | SysClock = 400Mhz , TClock = 200Mhz | ||
| - | ===== Bootloader mods ===== | + | DRAM CAS Latency |
| - | -> [[docs:techref:bootloader]] | + | DRAM CS[0] base 0x00000000 |
| + | DRAM CS[1] base 0x10000000 | ||
| + | DRAM Total size 512MB 16bit width | ||
| + | Found 0x20 i2c device | ||
| + | Set Power State as Always On | ||
| + | Addresses 8M - 0M are saved for the U-Boot usage. | ||
| + | Mem malloc Initialization (8M - 7M): Done | ||
| + | NAND:32 MB | ||
| + | Found ADT7473, program LED ...(led_volt=90) | ||
| + | Found ADT7473, program thermal/Fan ...(pwm_min=0) (pwm_max=130) (therm=67) (temp_min=60) | ||
| - | ===== Hardware mods ===== | + | Marvell Serial ATA Adapter |
| + | Integrated Sata device found | ||
| - | None so far. | ||
| + | CPU : Marvell Feroceon (Rev 1) | ||
| + | Found initrd at 0x2d4000 | ||
| - | ===== Bootlogs | + | Streaming disabled |
| - | ==== OEM bootlog | + | Write allocate disabled |
| - | <WRAP bootlog> | + | |
| - | <nowiki>COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE</ | + | Module 0 is RGMII |
| + | Module 1 is RGMII | ||
| + | |||
| + | USB 0: host mode | ||
| + | PEX 0: PCI Express Root Complex Interface | ||
| + | PEX interface detected Link X1 | ||
| + | SCSI: AHCI 0001.0000 32 slots 3 ports 3 Gbps 0x7 impl IDE mode | ||
| + | flags: 64bit ncq stag led pmp slum part | ||
| + | scanning bus for devices... | ||
| + | Net: | ||
| + | Hit any key to stop autoboot: | ||
| + | (Re)start USB... | ||
| + | USB: | ||
| + | | ||
| + | .... | ||
| + | ................................................................................................................................................................................................................................................................................... | ||
| + | |||
| + | 2874910 bytes read | ||
| + | .... | ||
| + | . | ||
| + | ...... | ||
| + | ............ | ||
| + | ......................... | ||
| + | ................................................... | ||
| + | ...................................................................................................... | ||
| + | ............................................................................................................................................................................................................ | ||
| + | .... | ||
| + | ............................................................................................................................................................................................................................... | ||
| + | |||
| + | 6535284 bytes read | ||
| + | ## Booting image at 00800000 ... | ||
| + | Image Name: | ||
| + | | ||
| + | Image Type: ARM Linux Kernel Image (uncompressed) | ||
| + | Data Size: 2874846 Bytes = 2.7 MB | ||
| + | Load Address: 00008000 | ||
| + | Entry Point: | ||
| + | | ||
| + | OK | ||
| + | ## Loading Ramdisk Image at 01100000 ... | ||
| + | Image Name: | ||
| + | | ||
| + | Image Type: ARM Linux RAMDisk Image (gzip compressed) | ||
| + | Data Size: 6535220 Bytes = 6.2 MB | ||
| + | Load Address: 00000000 | ||
| + | Entry Point: | ||
| + | | ||
| + | |||
| + | Starting kernel ... | ||
| + | |||
| + | Uncompressing Linux... done, booting the kernel. | ||
| + | [ 0.000000] Booting Linux on physical CPU 0x0 | ||
| + | [ 0.000000] Initializing cgroup subsys cpuset | ||
| + | [ 0.000000] Initializing cgroup subsys cpu | ||
| + | [ 0.000000] Initializing cgroup subsys cpuacct | ||
| + | [ 0.000000] Linux version 3.18.5-kirkwood-tld-1 (root@tldDebian) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 PREEMPT Thu Feb 5 17:58:07 PST 2015 | ||
| + | [ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f | ||
| + | [ 0.000000] CPU: VIVT data cache, VIVT instruction cache | ||
| + | [ 0.000000] Machine model: Iomega ix4-2OOd | ||
| + | [ 0.000000] Memory policy: Data cache writeback | ||
| + | [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 | ||
| + | [ 0.000000] Kernel command line: console=ttyS0, | ||
| + | [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) | ||
| + | [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) | ||
| + | [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) | ||
| + | [ 0.000000] Memory: 504792K/ | ||
| + | [ 0.000000] Virtual kernel memory layout: | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Preemptible hierarchical RCU implementation. | ||
| + | [ 0.000000] NR_IRQS:16 nr_irqs:16 16 | ||
| + | [ 0.000014] sched_clock: | ||
| + | [ 0.000373] Console: colour dummy device 80x30 | ||
| + | [ 0.000400] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584) | ||
| + | [ 0.090111] pid_max: default: 32768 minimum: 301 | ||
| + | [ 0.090250] Security Framework initialized | ||
| + | [ 0.090345] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) | ||
| + | [ 0.090364] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) | ||
| + | [ 0.091046] Initializing cgroup subsys devices | ||
| + | [ 0.091077] Initializing cgroup subsys freezer | ||
| + | [ 0.091107] Initializing cgroup subsys net_cls | ||
| + | [ 0.091127] Initializing cgroup subsys blkio | ||
| + | [ 0.091221] CPU: Testing write buffer coherency: ok | ||
| + | [ 0.091609] Setting up static identity map for 0x557418 - 0x557470 | ||
| + | [ 0.091873] mvebu-soc-id: | ||
| + | [ 0.094041] devtmpfs: initialized | ||
| + | [ 0.096475] prandom: seed boundary self test passed | ||
| + | [ 0.100561] prandom: 100 self tests passed | ||
| + | [ 0.100588] pinctrl core: initialized pinctrl subsystem | ||
| + | [ 0.101037] regulator-dummy: | ||
| + | [ 0.104557] NET: Registered protocol family 16 | ||
| + | [ 0.104951] DMA: preallocated 256 KiB pool for atomic coherent allocations | ||
| + | [ 0.130104] cpuidle: using governor ladder | ||
| + | [ 0.160102] cpuidle: using governor menu | ||
| + | [ 0.160470] Feroceon L2: Enabling L2 | ||
| + | [ 0.160513] Feroceon L2: Cache support initialised. | ||
| + | [ 0.160858] [Firmware Info]: / | ||
| + | [ 0.160951] [Firmware Info]: / | ||
| + | [ 0.165051] No ATAGs? | ||
| + | [ 0.201720] vgaarb: loaded | ||
| + | [ 0.202085] usbcore: registered new interface driver usbfs | ||
| + | [ 0.202168] usbcore: registered new interface driver hub | ||
| + | [ 0.202231] usbcore: registered new device driver usb | ||
| + | [ 0.203247] Switched to clocksource orion_clocksource | ||
| + | [ 0.240850] NET: Registered protocol family 2 | ||
| + | [ 0.241579] TCP established hash table entries: 4096 (order: 2, 16384 bytes) | ||
| + | [ 0.241636] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) | ||
| + | [ 0.241689] TCP: Hash tables configured (established 4096 bind 4096) | ||
| + | [ 0.241748] TCP: reno registered | ||
| + | [ 0.241762] UDP hash table entries: 256 (order: 0, 4096 bytes) | ||
| + | [ 0.241784] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) | ||
| + | [ 0.241979] NET: Registered protocol family 1 | ||
| + | [ 0.242320] RPC: Registered named UNIX socket transport module. | ||
| + | [ 0.242333] RPC: Registered udp transport module. | ||
| + | [ 0.242340] RPC: Registered tcp transport module. | ||
| + | [ 0.242347] RPC: Registered tcp NFSv4.1 backchannel transport module. | ||
| + | [ 0.242606] Unpacking initramfs... | ||
| + | [ 0.784251] Freeing initrd memory: 6384K (c1100000 - c173c000) | ||
| + | [ 0.784366] NetWinder Floating Point Emulator V0.97 (double precision) | ||
| + | [ 0.785661] futex hash table entries: 256 (order: -1, 3072 bytes) | ||
| + | [ 0.785693] Initialise system trusted keyring | ||
| + | [ 0.785787] audit: initializing netlink subsys (disabled) | ||
| + | [ 0.785842] audit: type=2000 audit(0.780: | ||
| + | [ 0.786594] zpool: loaded | ||
| + | [ 0.786612] zbud: loaded | ||
| + | [ 0.786907] VFS: Disk quotas dquot_6.5.2 | ||
| + | [ 0.786966] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) | ||
| + | [ 0.787544] NFS: Registering the id_resolver key type | ||
| + | [ 0.787594] Key type id_resolver registered | ||
| + | [ 0.787603] Key type id_legacy registered | ||
| + | [ 0.787629] nfs4filelayout_init: | ||
| + | [ 0.787643] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). | ||
| + | [ 0.787860] jffs2: version 2.2. (NAND) (SUMMARY) | ||
| + | [ 0.788182] msgmni has been set to 998 | ||
| + | [ 0.788339] Key type big_key registered | ||
| + | [ 0.791112] alg: No test for stdrng (krng) | ||
| + | [ 0.791155] Key type asymmetric registered | ||
| + | [ 0.791171] Asymmetric key parser ' | ||
| + | [ 0.791262] bounce: pool size: 64 pages | ||
| + | [ 0.791346] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) | ||
| + | [ 0.791369] io scheduler noop registered | ||
| + | [ 0.791385] io scheduler deadline registered | ||
| + | [ 0.791440] io scheduler cfq registered (default) | ||
| + | [ 0.792729] kirkwood-pinctrl f1010000.pin-controller: | ||
| + | [ 0.793462] irq: Cannot allocate irq_descs @ IRQ33, assuming pre-allocated | ||
| + | [ 0.793867] irq: Cannot allocate irq_descs @ IRQ65, assuming pre-allocated | ||
| + | [ 0.794675] mvebu-pcie mbus: | ||
| + | [ 0.794695] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff] | ||
| + | [ 0.794709] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff] | ||
| + | [ 0.794723] pci_bus 0000:00: root bus resource [bus 00-ff] | ||
| + | [ 0.795022] PCI: bus0: Fast back to back transfers disabled | ||
| + | [ 0.795038] pci 0000: | ||
| + | [ 0.795727] pci 0000: | ||
| + | [ 0.795762] PCI: bus1: Fast back to back transfers disabled | ||
| + | [ 0.795855] pci 0000: | ||
| + | [ 0.795872] pci 0000: | ||
| + | [ 0.795891] pci 0000: | ||
| + | [ 0.795910] pci 0000: | ||
| + | [ 0.795927] pci 0000: | ||
| + | [ 0.795945] pci 0000: | ||
| + | [ 0.795962] pci 0000: | ||
| + | [ 0.795979] pci 0000: | ||
| + | [ 0.795995] pci 0000: | ||
| + | [ 0.796007] pci 0000: | ||
| + | [ 0.796022] pci 0000: | ||
| + | [ 0.796307] mv_xor f1060800.xor: | ||
| + | [ 0.833334] mv_xor f1060800.xor: | ||
| + | [ 0.873307] mv_xor f1060800.xor: | ||
| + | [ 0.873497] mv_xor f1060900.xor: | ||
| + | [ 0.913306] mv_xor f1060900.xor: | ||
| + | [ 0.953305] mv_xor f1060900.xor: | ||
| + | [ 0.953717] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled | ||
| + | [ 0.955057] console [ttyS0] disabled | ||
| + | [ 0.955115] f1012000.serial: | ||
| + | [ 1.686995] console [ttyS0] enabled | ||
| + | [ 1.691829] nand: device found, Manufacturer ID: 0xec, Chip ID: 0x75 | ||
| + | [ 1.698248] nand: Samsung NAND 32MiB 3,3V 8-bit | ||
| + | [ 1.702803] nand: 32MiB, SLC, page size: 512, OOB size: 16 | ||
| + | [ 1.708343] Scanning device for bad blocks | ||
| + | [ 1.935726] libphy: Fixed MDIO Bus: probed | ||
| + | [ 1.940155] libphy: orion_mdio_bus: | ||
| + | [ 1.953180] mv643xx_eth: | ||
| + | [ 3.033921] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00: | ||
| + | [ 4.114027] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address 00: | ||
| + | [ 4.122994] ehci_hcd: USB 2.0 ' | ||
| + | [ 4.129590] ehci-pci: EHCI PCI platform driver | ||
| + | [ 4.134143] ehci-orion: EHCI orion driver | ||
| + | [ 4.138331] orion-ehci f1050000.ehci: | ||
| + | [ 4.143896] orion-ehci f1050000.ehci: | ||
| + | [ 4.151837] orion-ehci f1050000.ehci: | ||
| + | [ 4.173283] orion-ehci f1050000.ehci: | ||
| + | [ 4.179509] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 | ||
| + | [ 4.186356] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | ||
| + | [ 4.193630] usb usb1: Product: EHCI Host Controller | ||
| + | [ 4.198530] usb usb1: Manufacturer: | ||
| + | [ 4.205279] usb usb1: SerialNumber: | ||
| + | [ 4.210722] hub 1-0:1.0: USB hub found | ||
| + | [ 4.214578] hub 1-0:1.0: 1 port detected | ||
| + | [ 4.219383] mousedev: PS/2 mouse device common for all mice | ||
| + | [ 4.225633] rtc-mv f1010300.rtc: | ||
| + | [ 4.232703] i2c /dev entries driver | ||
| + | [ 4.237128] hidraw: raw HID events driver (C) Jiri Kosina | ||
| + | [ 4.242900] drop_monitor: | ||
| + | [ 4.249471] TCP: cubic registered | ||
| + | [ 4.252809] NET: Registered protocol family 17 | ||
| + | [ 4.257425] Key type dns_resolver registered | ||
| + | [ 4.262505] Loading compiled-in X.509 certificates | ||
| + | [ 4.267383] registered taskstats version 1 | ||
| + | [ 4.272518] rtc-mv f1010300.rtc: | ||
| + | [ 4.283188] Freeing unused kernel memory: 268K (c076b000 - c07ae000) | ||
| + | Loading, please wait... | ||
| + | [ 4.354611] systemd-udevd[61]: | ||
| + | [ 4.361558] random: systemd-udevd urandom read with 7 bits of entropy available | ||
| + | [ 4.510677] SCSI subsystem initialized | ||
| + | [ 4.533428] usb 1-1: new high-speed USB device number 2 using orion-ehci | ||
| + | [ 4.561892] pci 0000: | ||
| + | [ 4.569946] sata_mv f1080000.sata: | ||
| + | [ 4.599331] ahci 0000: | ||
| + | [ 4.621233] scsi host0: sata_mv | ||
| + | [ 4.639576] scsi host1: sata_mv | ||
| + | [ 4.643080] ata1: SATA max UDMA/133 irq 32 | ||
| + | [ 4.657543] ahci 0000: | ||
| + | [ 4.672142] ata2: SATA max UDMA/133 irq 32 | ||
| + | [ 4.691921] ahci 0000: | ||
| + | [ 4.700732] usb 1-1: New USB device found, idVendor=05e3, | ||
| + | [ 4.712528] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 | ||
| + | [ 4.727751] usb 1-1: Product: USB2.0 Hub | ||
| + | [ 4.736463] hub 1-1:1.0: USB hub found | ||
| + | [ 4.743318] hub 1-1:1.0: 4 ports detected | ||
| + | [ 4.748314] ahci 0000: | ||
| + | [ 4.774944] ahci 0000: | ||
| + | [ 4.781658] ahci 0000: | ||
| + | [ 4.799368] ahci 0000: | ||
| + | [ 4.809722] scsi host2: ahci | ||
| + | [ 4.813613] scsi host3: ahci | ||
| + | [ 4.817427] scsi host4: ahci | ||
| + | [ 4.821071] ata3: SATA max UDMA/133 abar m1024@0xe0000000 port 0xe0000100 irq 83 | ||
| + | [ 4.828618] ata4: SATA max UDMA/133 abar m1024@0xe0000000 port 0xe0000180 irq 83 | ||
| + | [ 4.836088] ata5: DUMMY | ||
| + | [ 5.033597] usb 1-1.2: new high-speed USB device number 3 using orion-ehci | ||
| + | [ 5.043288] ata1: SATA link down (SStatus 0 SControl F300) | ||
| + | [ 5.144221] usb 1-1.2: New USB device found, idVendor=0781, | ||
| + | [ 5.151143] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 | ||
| + | [ 5.158526] usb 1-1.2: Product: U3 Cruzer Micro | ||
| + | [ 5.163075] usb 1-1.2: Manufacturer: | ||
| + | [ 5.167404] usb 1-1.2: SerialNumber: | ||
| + | [ 5.181799] usb-storage 1-1.2:1.0: USB Mass Storage device detected | ||
| + | [ 5.188212] ata3: SATA link down (SStatus 0 SControl 300) | ||
| + | [ 5.194065] scsi host5: usb-storage 1-1.2:1.0 | ||
| + | [ 5.200176] usbcore: registered new interface driver usb-storage | ||
| + | [ 5.209160] usbcore: registered new interface driver uas | ||
| + | [ 5.413292] ata2: SATA link down (SStatus 0 SControl F300) | ||
| + | [ 5.783294] ata4: SATA link down (SStatus 0 SControl 300) | ||
| + | [ 6.194193] scsi 5:0:0:0: Direct-Access | ||
| + | [ 6.203313] scsi 5:0:0:1: CD-ROM | ||
| + | [ 6.218024] sd 5:0:0:0: [sda] 3907583 512-byte logical blocks: (2.00 GB/1.86 GiB) | ||
| + | [ 6.231776] sd 5:0:0:0: [sda] Write Protect is off | ||
| + | [ 6.239395] sd 5:0:0:0: [sda] No Caching mode page found | ||
| + | [ 6.244930] sd 5:0:0:0: [sda] Assuming drive cache: write through | ||
| + | [ 6.252812] sr 5:0:0:1: [sr0] scsi3-mmc drive: 48x/48x tray | ||
| + | [ 6.258719] cdrom: Uniform CD-ROM driver Revision: 3.20 | ||
| + | [ 6.270239] | ||
| + | [ 6.275768] sd 5:0:0:0: [sda] Attached SCSI removable disk | ||
| + | [ 6.285074] sd 5:0:0:0: Attached scsi generic sg0 type 0 | ||
| + | [ 6.291247] sr 5:0:0:1: Attached scsi generic sg1 type 5 | ||
| + | [ 6.434159] sr 5:0:0:1: [sr0] GET_EVENT and TUR disagree continuously, | ||
| + | Begin: Loading essential drivers ... done. | ||
| + | Begin: Running / | ||
| + | Begin: Mounting root file system ... Begin: Running / | ||
| + | Begin: Running / | ||
| + | Begin: Running / | ||
| + | done. | ||
| + | Begin: Running / | ||
| + | INIT: version 2.88 booting | ||
| + | [info] Using makefile-style concurrent boot in runlevel S. | ||
| + | [....] Starting the hotplug events dispatcher: udevd[ | ||
| + | . ok | ||
| + | [ ok ] Synthesizing the initial hotplug events...done. | ||
| + | [....] Waiting for /dev to be fully populated...[ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | done. | ||
| + | [ ok ] Activating swap...done. | ||
| + | [....] Checking root file system...fsck from util-linux 2.25.2 | ||
| + | rootfs: clean, 14354/ | ||
| + | done. | ||
| + | [ ok ] Activating lvm and md swap...done. | ||
| + | [....] Checking file systems...fsck from util-linux 2.25.2 | ||
| + | done. | ||
| + | [ ok ] Loading kernel modules...done. | ||
| + | [ ok ] Cleaning up temporary files... /tmp. | ||
| + | [ ok ] Mounting local filesystems...done. | ||
| + | [ ok ] Activating swapfile swap...done. | ||
| + | [ ok ] Cleaning up temporary files.... | ||
| + | [ ok ] Setting kernel variables ...done. | ||
| + | [ | ||
| + | [ | ||
| + | [ | ||
| + | [ ok ] Configuring network interfaces...done. | ||
| + | [ ok ] Starting rpcbind daemon.... | ||
| + | [ | ||
| + | [ | ||
| + | [ ok ] Starting NFS common utilities: statd idmapd. | ||
| + | [ ok ] Cleaning up temporary files.... | ||
| + | INIT: Entering runlevel: 2 | ||
| + | [info] Using makefile-style concurrent boot in runlevel 2. | ||
| + | [....] Starting busybox' | ||
| + | 1263 (syslogd) | ||
| + | . ok | ||
| + | [ ok ] Starting system message bus: dbus. | ||
| + | [ ok ] Starting NFS common utilities: statd idmapd. | ||
| + | [ ok ] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon. | ||
| + | [warn] Not starting NFS kernel daemon: no exports. ... (warning). | ||
| + | [ ok ] Starting NTP server: ntpd. | ||
| + | [ ok ] Starting OpenBSD Secure Shell server: sshd. | ||
| + | [....] Starting busybox' | ||
| + | 1261 (klogd) | ||
| + | . ok | ||
| + | </ | ||
| </ | </ | ||
| Line 340: | Line 541: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | //Space for additional notes, links to forum threads or other resources.// | + | * The blue drive LED is triggered by HDD activity, it can not be controlled via GPIO. |
| - | + | | |
| - | | + | |
| ===== Tags ===== | ===== Tags ===== | ||
| - | <WRAP BOX> | ||
| - | FIXME //Add tags below, then remove this fixme.// | ||
| - | </ | ||
| - | |||
| [[meta: | [[meta: | ||
| - | {{tag>EXAMPLETAG}} | + | {{tag>kirkwood}} |