Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

NSA325v1 broken flash (1 reply)

$
0
0
NSA325v1 UART output ist working well - input doesn't work
same adapter working well with NSA325v2

is there any way getting uart-access or programming flash

/etc/fw_env.config
root@debian:/etc# cat fw_env.config
# MTD device name       Device offset   Env. size       Flash sector size      Number of sectors
/dev/mtd0 0xc0000 0x20000 0x20000
root@debian:/etc#


fw_setenv
root@debian:~# fw_setenv baudrate=115200
Warning: Bad CRC, using default environment
Can't open /dev/mtd0: Permission denied
Error: can't write fw_env to flash
root@debian:~#


fw_printenv from running Debian
login as: root
root@192.168.10.79's password:
Linux debian 4.4.213-1-ARCH #1 PREEMPT Fri Feb 7 05:49:05 UTC 2020 armv5tel

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Tue Apr 20 00:12:34 2021 from 192.168.10.32
root@debian:~# fw_printenv
Warning: Bad CRC, using default environment
bootcmd=run distro_bootcmd
bootdelay=2
baudrate=115200
stdin=serial,cros-ec-keyb,usbkbd
stdout=serial,vidconsole
stderr=serial,vidconsole
ethaddr=00:00:11:22:33:44
eth1addr=00:00:11:22:33:45
eth3addr=00:00:11:22:33:46
eth5addr=00:00:11:22:33:47
ipaddr=1.2.3.4
host_boot=if host dev ${devnum}; then setenv devtype host; run scan_dev_for_boot_part; fi
sata_boot=if sata dev ${devnum}; then setenv devtype sata; run scan_dev_for_boot_part; fi
scsi_init=if ${scsi_need_init}; then setenv scsi_need_init false; scsi scan; fi
scsi_boot=run scsi_init; if scsi dev ${devnum}; then setenv devtype scsi; run scan_dev_for_boot_part; fi
virtio_boot=if virtio dev ${devnum}; then setenv devtype virtio; run scan_dev_for_boot_part; fi
boot_prefixes=/ /boot/
boot_scripts=boot.scr.uimg boot.scr
boot_script_dhcp=boot.scr.uimg
boot_targets=host1 host0
boot_syslinux_conf=extlinux/extlinux.conf
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo SCRIPT FAILED: continuing...; fi
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then run scan_dev_for_boot; fi; done
bootcmd_host1=setenv devnum 1; run host_boot
bootcmd_host0=setenv devnum 0; run host_boot
distro_bootcmd=setenv scsi_need_init; for target in ${boot_targets}; do run bootcmd_${target}; done
bootm_size=0x10000000
kernel_addr_r=0x1000000
fdt_addr_r=0xc00000
ramdisk_addr_r=0x2000000
scriptaddr=0x1000
pxefile_addr_r=0x2000
root@debian:~#

no access to flash
root@debian:/etc# /usr/sbin/flash_erase /dev/mtd0 0xc0000 1
flash_erase: error!: /dev/mtd0
             error 13 (Permission denied)
root@debian:/etc# nandwrite -s 786432 /dev/mtd0 uboot.2016.05-tld-1.envirnoment.img
nandwrite: error!: /dev/mtd0
           error 13 (Permission denied)
root@debian:/etc#



Bootlog Debian
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2021.04.20 10:53:43 =~=~=~=~=~=~=~=~=~=~=~=
ü
         __  __                      _ _
        |  \/  | __ _ _ ____   _____| | |
        | |\/| |/ _` | '__\ \ / / _ \ | |
        | |  | | (_| | |   \ V /  __/ | |
        |_|  |_|\__,_|_|    \_/ \___|_|_|
 _   _     ____              _
| | | |   | __ )  ___   ___ | |_ 
| | | |___|  _ \ / _ \ / _ \| __| 
| |_| |___| |_) | (_) | (_) | |_ 
 \___/    |____/ \___/ \___/ \__| 
 ** MARVELL BOARD: DB-88F6282A-BP LE 

U-Boot 1.1.4 (Sep 16 2011 - 17:51:53) Marvell version: 3.5.9

U-Boot code: 00600000 -> 0067FFF0  BSS: -> 006CFF00

Soc: 88F6282 A1CPU running @ 1600Mhz L2 running @ 533Mhz
SysClock = 533Mhz , TClock = 200Mhz 

DRAM (DDR3) CAS Latency = 7 tRP = 7 tRAS = 20 tRCD=7
DRAM CS[0] base 0x00000000   size 512MB 
DRAM Total size 512MB  16bit width
Addresses 10M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (10M - 7M): Done
NAND:128 MB
Flash:  0 kB

CPU : Marvell Feroceon (Rev 1)
Kernel address is 0x4640000.

Streaming disabled 
Write allocate disabled


USB 0: host mode
	[BlueDBG] reseting SoC Pex[0]  0 ...
PEX 0: PCI Express Root Complex Interface
PEX interface detected Link X1
	[BlueDBG] reseting SoC Pex[1]  0 ...
	[BlueDBG] reseting SoC Pex[1]  1 ...
	[BlueDBG] reseting SoC Pex[1]  2 ...
	[BlueDBG] reseting SoC Pex[1]  3 ...
	[BlueDBG] reseting SoC Pex[1]  4 ...
	[BlueDBG] reseting SoC Pex[1]  5 ...
	[BlueDBG] reseting SoC Pex[1]  6 ...
	[BlueDBG] reseting SoC Pex[1]  7 ...
	[BlueDBG] reseting SoC Pex[1]  8 ...
	[BlueDBG] reseting SoC Pex[1]  9 ...
	[BlueDBG] reseting SoC Pex[1]  10 ...
PEX 1: interface detected no Link.
Net:   egiga0 [PRIME]
Hit any key to stop autoboot:  2 ??? 1 ??? 0 
(Re)start USB...
USB:   scanning bus for devices... 3 USB Device(s) found
Waiting for storage device(s) to settle before scanning...
1 Storage Device(s) found
....
.
......
............
.........................
...................................................
......................................................................................................
............................................................................................................................................................................................................
....
.....................................

4622488 bytes read
....
.
......
............
.........................
...................................................
......................................................................................................
............................................................................................................................................................................................................
....
....................................................................................................................................................................................................................................................................................................................................................................................................................
....
............................................................................................................................

9713936 bytes read
## Booting image at 02000000 ...
   Image Name:   Linux-4.4.213-1-ARCH
   Created:      2020-02-07   5:33:25 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    4622424 Bytes =  4.4 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 01100000 ...
   Image Name:   Ramdisk armhf
   Created:      2021-04-17  12:33:06 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    9713872 Bytes =  9.3 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK

Starting 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 4.4.213-1-ARCH (builduser@leming) (gcc version 9.2.0 (GCC) ) #1 PREEMPT Fri Feb 7 05:49:05 UTC 2020
[    0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397f
[    0.000000] CPU: VIVT data cache, VIVT instruction cache
[    0.000000] Machine: ZyXEL NSA325 2-Bay Power Media Server
[    0.000000] Memory policy: Data cache writeback
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c0920d84, node_mem_map dfb7a000
[    0.000000]   Normal zone: 1152 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 131072 pages, LIFO batch:31
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 129920
[    0.000000] Kernel command line: console=ttyS0,115200 mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) root=LABEL=rootfs loglevel=8
[    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: 499640K/524288K available (6614K kernel code, 548K rwdata, 1892K rodata, 300K init, 720K bss, 24648K reserved, 0K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0856bbc   (8507 kB)
[    0.000000]       .init : 0xc0857000 - 0xc08a2000   ( 300 kB)
[    0.000000]       .data : 0xc08a2000 - 0xc092b29c   ( 549 kB)
[    0.000000]        .bss : 0xc092b29c - 0xc09df428   ( 721 kB)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:114
[    0.000010] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns
[   18.188526] clocksource: orion_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns
[   18.188674] Console: colour dummy device 80x30
[   18.188694] Calibrating delay loop... 1594.16 BogoMIPS (lpj=7970816)
[   18.228576] pid_max: default: 32768 minimum: 301
[   18.228643] Security Framework initialized
[   18.228704] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   18.228717] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[   18.229271] Initializing cgroup subsys io
[   18.229295] Initializing cgroup subsys memory
[   18.229335] Initializing cgroup subsys devices
[   18.229355] Initializing cgroup subsys freezer
[   18.229371] Initializing cgroup subsys net_cls
[   18.229386] Initializing cgroup subsys perf_event
[   18.229401] Initializing cgroup subsys net_prio
[   18.229462] CPU: Testing write buffer coherency: ok
[   18.229805] Setting up static identity map for 0x81e0 - 0x8238
[   18.231293] devtmpfs: initialized
[   18.233032] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[   18.233059] futex hash table entries: 256 (order: -1, 3072 bytes)
[   18.233427] pinctrl core: initialized pinctrl subsystem
[   18.233991] NET: Registered protocol family 16
[   18.234334] DMA: preallocated 256 KiB pool for atomic coherent allocations
[   18.258592] cpuidle: using governor ladder
[   18.288589] cpuidle: using governor menu
[   18.288704] Kirkwood: MV88F6282-Rev-A1, TCLK=200000000.
[   18.288723] Feroceon L2: Enabling L2
[   18.288750] Feroceon L2: Cache support initialised.
[   18.289297] initial MPP regs: 21111111 01103311 00051100 00000000 00000000 00000000 00000000
[   18.289319]   final MPP regs: 21111111 00003311 00051100 00000000 00000000 00000000 00000000
[   18.290444] Kirkwood PCIe port 0: link up
[   18.290451] PCI: bus0 uses PCIe port 0
[   18.290623] PCI host bridge to bus 0000:00
[   18.290636] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
[   18.290645] pci_bus 0000:00: root bus resource [io  0x1000-0xffff]
[   18.290653] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[   18.290676] pci 0000:00:00.0: [11ab:6282] type 00 class 0x058000
[   18.290701] pci 0000:00:00.0: reg 0x10: [mem 0xf1000000-0xf10fffff 64bit pref]
[   18.290713] pci 0000:00:00.0: reg 0x18: [mem 0x00000000-0x1fffffff]
[   18.290752] pci 0000:00:00.0: supports D1 D2
[   18.290923] pci 0000:00:01.0: [1033:0194] type 00 class 0x0c0330
[   18.290977] pci 0000:00:01.0: reg 0x10: [mem 0x90000000-0x90001fff 64bit]
[   18.291091] pci 0000:00:01.0: PME# supported from D0 D3hot
[   18.291291] PCI: bus0: Fast back to back transfers disabled
[   18.291303] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[   18.291326] pci 0000:00:01.0: BAR 0: assigned [mem 0xe0000000-0xe0001fff 64bit]
[   18.319750] vgaarb: loaded
[   18.319997] SCSI subsystem initialized
[   18.320145] libata version 3.00 loaded.
[   18.320383] usbcore: registered new interface driver usbfs
[   18.320445] usbcore: registered new interface driver hub
[   18.320490] usbcore: registered new device driver usb
[   18.320614] pps_core: LinuxPPS API ver. 1 registered
[   18.320621] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   18.320644] PTP clock support registered
[   18.321435] clocksource: Switched to clocksource orion_clocksource
[   18.351418] FS-Cache: Loaded
[   18.361148] NET: Registered protocol family 2
[   18.361817] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[   18.361872] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[   18.361921] TCP: Hash tables configured (established 4096 bind 4096)
[   18.361975] UDP hash table entries: 256 (order: 0, 4096 bytes)
[   18.361995] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[   18.362154] NET: Registered protocol family 1
[   18.362416] RPC: Registered named UNIX socket transport module.
[   18.362424] RPC: Registered udp transport module.
[   18.362429] RPC: Registered tcp transport module.
[   18.362434] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   18.362523] PCI: CLS 32 bytes, default 32
[   18.362755] Trying to unpack rootfs image as initramfs...
[   18.921824] Freeing initrd memory: 9488K
[   18.932804] VFS: Disk quotas dquot_6.6.0
[   18.933016] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   18.934573] FS-Cache: Netfs 'nfs' registered for caching
[   18.935434] NFS: Registering the id_resolver key type
[   18.935476] Key type id_resolver registered
[   18.935482] Key type id_legacy registered
[   18.935551] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[   18.936515] fuse init (API version 7.23)
[   18.938102] aufs 4.4-20170911
[   18.942235] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[   18.942250] io scheduler noop registered
[   18.942259] io scheduler deadline registered
[   18.942469] io scheduler cfq registered
[   18.942665] io scheduler bfq registered (default)
[   18.942671] BFQ I/O-scheduler: v7r11
[   18.942841] mv_xor mv_xor.0: Marvell shared XOR driver
[   18.982278] mv_xor mv_xor.0: Marvell XOR (Registers Mode): ( xor cpy )
[   18.982465] mv_xor mv_xor.1: Marvell shared XOR driver
[   19.022287] mv_xor mv_xor.1: Marvell XOR (Registers Mode): ( xor cpy )
[   19.026520] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[   19.027309] console [ttyS0] disabled
[   19.047375] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33, base_baud = 12500000) is a 16550A
[   19.776954] console [ttyS0] enabled
[   19.792104] brd: module loaded
[   19.800793] loop: module loaded
[   19.804257] sata_mv sata_mv.0: version 1.28
[   19.808502] sata_mv sata_mv.0: cannot get optional clkdev
[   19.814077] sata_mv sata_mv.0: slots 32 ports 2
[   19.820997] scsi host0: sata_mv
[   19.824596] scsi host1: sata_mv
[   19.827997] ata1: SATA max UDMA/133 irq 21
[   19.832142] ata2: SATA max UDMA/133 irq 21
[   19.836862] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[   19.843439] nand: Samsung NAND 128MiB 3,3V 8-bit
[   19.848077] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[   19.855705] Scanning device for bad blocks
[   19.862267] Bad eraseblock 21 at 0x0000002a0000
[   19.867885] Bad eraseblock 31 at 0x0000003e0000
[   19.874526] Bad eraseblock 50 at 0x000000640000
[   19.880257] Bad eraseblock 61 at 0x0000007a0000
[   19.887460] Bad eraseblock 85 at 0x000000aa0000
[   19.892411] Bad eraseblock 89 at 0x000000b20000
[   19.927548] Bad eraseblock 361 at 0x000002d20000
[   19.955900] Bad eraseblock 572 at 0x000004780000
[   19.986852] Bad eraseblock 806 at 0x0000064c0000
[   20.026410] Creating 9 MTD partitions on "orion_nand":
[   20.031641] 0x000000000000-0x000000100000 : "uboot"
[   20.036946] 0x000000100000-0x000000180000 : "uboot_env"
[   20.042578] 0x000000180000-0x000000200000 : "key_store"
[   20.048153] 0x000000200000-0x000000280000 : "info"
[   20.053368] 0x000000280000-0x000000c80000 : "etc"
[   20.058434] 0x000000c80000-0x000001680000 : "kernel_1"
[   20.063976] 0x000001680000-0x000004640000 : "rootfs1"
[   20.069433] 0x000004640000-0x000005040000 : "kernel_2"
[   20.074993] 0x000005040000-0x000008000000 : "rootfs2"
[   20.096359] libphy: orion_mdio_bus: probed
[   20.100564] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[   20.110109] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address fc:f5:28:0d:b2:15
[   20.119044] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   20.125639] ehci-pci: EHCI PCI platform driver
[   20.130153] ehci-orion: EHCI orion driver
[   20.134276] orion-ehci orion-ehci.0: EHCI Host Controller
[   20.139717] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[   20.147465] orion-ehci orion-ehci.0: irq 19, io mem 0xf1050000
[   20.171463] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[   20.178117] hub 1-0:1.0: USB hub found
[   20.181945] hub 1-0:1.0: 1 port detected
[   20.186367] xhci_hcd 0000:00:01.0: xHCI Host Controller
[   20.191675] ata1: SATA link down (SStatus 0 SControl F300)
[   20.197232] xhci_hcd 0000:00:01.0: new USB bus registered, assigned bus number 2
[   20.204973] xhci_hcd 0000:00:01.0: hcc params 0x014042c3 hci version 0x96 quirks 0x00000004
[   20.214192] hub 2-0:1.0: USB hub found
[   20.217988] hub 2-0:1.0: 2 ports detected
[   20.222512] xhci_hcd 0000:00:01.0: xHCI Host Controller
[   20.227771] xhci_hcd 0000:00:01.0: new USB bus registered, assigned bus number 3
[   20.235307] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[   20.244118] hub 3-0:1.0: USB hub found
[   20.247910] hub 3-0:1.0: 2 ports detected
[   20.252558] usbcore: registered new interface driver uas
[   20.258009] usbcore: registered new interface driver usb-storage
[   20.264129] usbcore: registered new interface driver ums-alauda
[   20.270114] usbcore: registered new interface driver ums-cypress
[   20.276214] usbcore: registered new interface driver ums-datafab
[   20.282364] usbcore: registered new interface driver ums_eneub6250
[   20.288607] usbcore: registered new interface driver ums-freecom
[   20.294695] usbcore: registered new interface driver ums-isd200
[   20.300675] usbcore: registered new interface driver ums-jumpshot
[   20.306849] usbcore: registered new interface driver ums-karma
[   20.312760] usbcore: registered new interface driver ums-onetouch
[   20.318935] usbcore: registered new interface driver ums-realtek
[   20.325129] usbcore: registered new interface driver ums-sddr09
[   20.331119] usbcore: registered new interface driver ums-sddr55
[   20.337124] usbcore: registered new interface driver ums-usbat
[   20.343333] mousedev: PS/2 mouse device common for all mice
[   20.501460] usb 1-1: new high-speed USB device number 2 using orion-ehci
[   20.561462] ata2: SATA link down (SStatus 0 SControl F300)
[   20.653789] hub 1-1:1.0: USB hub found
[   20.657849] hub 1-1:1.0: 4 ports detected
[   20.941452] usb 1-1.2: new high-speed USB device number 3 using orion-ehci
[   21.230544] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[   21.237114] scsi host2: usb-storage 1-1.2:1.0
[   21.351456] rtc-mv rtc-mv: internal RTC not ticking
[   21.356468] i2c /dev entries driver
[   21.360803] sdhci: Secure Digital Host Controller Interface driver
[   21.367034] sdhci: Copyright(c) Pierre Ossman
[   21.371467] sdhci-pltfm: SDHCI platform and OF driver helper
[   21.377192] orion_gpio_is_valid: invalid GPIO 12
[   21.382903] ledtrig-cpu: registered to indicate activity on CPUs
[   21.389048] usbcore: registered new interface driver r8712u
[   21.394853] gre: GRE over IPv4 demultiplexor driver
[   21.399779] NET: Registered protocol family 17
[   21.404357] Key type dns_resolver registered
[   21.409421] registered taskstats version 1
[   21.452003] Key type encrypted registered
[   21.456557] console [netcon0] enabled
[   21.460237] netconsole: network logging started
[   21.465238] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[   21.472289] hctosys: unable to open rtc device (rtc0)
[   21.479061] Freeing unused kernel memory: 300K
Loading, please wait...
Starting version 241
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Waiting for root file system ... [   23.090807] scsi 2:0:0:0: Direct-Access     Generic  USB  SD Reader   0.00 PQ: 0 ANSI: 2
[   23.104269] sd 2:0:0:0: [sda] 15527936 512-byte logical blocks: (7.95 GB/7.40 GiB)
[   23.117216] sd 2:0:0:0: Attached scsi generic sg0 type 0
[   23.124775] sd 2:0:0:0: [sda] Write Protect is off
[   23.129606] sd 2:0:0:0: [sda] Mode Sense: 03 00 00 00
[   23.135502] sd 2:0:0:0: [sda] No Caching mode page found
[   23.140849] sd 2:0:0:0: [sda] Assuming drive cache: write through
[   23.152420]  sda: sda1
[   23.163386] sd 2:0:0:0: [sda] Attached SCSI removable disk
Begin: Running /scripts/local-block ... done.
done.
Begin: Will now check root file system ... fsck from util-linux 2.33.1
[/sbin/fsck.ext3 (1) -- /dev/sda1] fsck.ext3 -a -C0 /dev/sda1 
rootfs: recovering journal
rootfs: clean, 15110/485760 files, 266598/1939968 blocks
done.
[   37.443008] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   37.466570] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

INIT: version 2.93 booting

[?[36minfo?[39;49m] Using makefile-style concurrent boot in runlevel S.
[....] Starting hotplug events dispatcher: systemd-udevd?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Synthesizing the initial hotplug events (subsystems)...[   39.118638] random: nonblocking pool is initialized
?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Synthesizing the initial hotplug events (devices)...[   39.590701] systemd-udevd[309]: Using default interface naming scheme 'v240'.
[   39.720902] systemd-udevd[309]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Waiting for /dev to be fully populated...[   40.095231] systemd-udevd[302]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Setting hostname to 'debian'...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Activating swap:?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[   40.984645] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[?[36minfo?[39;49m] Will now check all file systems.
fsck from util-linux 2.33.1
Checking all file systems.
LABEL=rootfs is mounted
[....] Done checking file systems. A log is being saved in /var/log/fsck/checkfs if that location is writable.?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Cleaning up temporary files...[....] Cleaning /tmp...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
 /tmp?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Will now mount local filesystems:?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Will now activate swapfile swap:?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Checking minimum space in /tmp...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Cleaning up temporary files...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting Setting kernel variables: sysctl?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Initializing random number generator...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

[   43.685373] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
Listening on LPF/eth0/fc:f5:28:0d:b2:15
Sending on   LPF/eth0/fc:f5:28:0d:b2:15
Sending on   Socket/fallback
DHCPREQUEST for 192.168.10.79 on eth0 to 255.255.255.255 port 67
[   45.346869] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled
DHCPREQUEST for 192.168.10.79 on eth0 to 255.255.255.255 port 67
DHCPACK of 192.168.10.79 from 192.168.10.1
invoke-rc.d: could not determine current runlevel
bound to 192.168.10.79 -- renewal in 327454 seconds.
?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0cdone.
[....] Starting RPC port mapper daemon: rpcbind?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting NFS common utilities: statd idmapd?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Cleaning up temporary files...?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.

INIT: Entering runlevel: 2

[?[36minfo?[39;49m] Using makefile-style concurrent boot in runlevel 2.
[....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd...
1275 (syslogd)
?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd...
1302 (klogd)
?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting system message bus: dbus?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting NFS common utilities: statd idmapd?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Not starting NFS kernel daemon: no exports. ...?[?25l?[?1c?7?[1G[?[33mwarn?[39;49m?8?[?25h?[?0c ?[33m(warning).?[39;49m
[....] Starting NTP server: ntpd?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Starting OpenBSD Secure Shell server: sshd?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.
[....] Running local boot scripts (/etc/rc.local)?[?25l?[?1c?7?[1G[?[32m ok ?[39;49m?8?[?25h?[?0c.


Debian GNU/Linux 10 debian ttyS0

debian login: 

Viewing all articles
Browse latest Browse all 3247

Trending Articles