(Solved) Setting a Static IP
|
14th Dec, 2014, 10:21 AM
Post: #16
|
|||
|
|||
RE: Setting a Static IP
(14th Dec, 2014 09:44 AM)f1vefour Wrote: RC means release candidate, not final. I didn't mean to come of as brash, after rereading my post I certainly did.Yeah no problem. I didn't know what RC really means. For me this didn't mean beta. And connecting to a raspi via ssh was something normal, I thought. Okay, most people may using windows for that... |
|||
14th Dec, 2014, 11:08 AM
(This post was last modified: 14th Dec, 2014 11:13 AM by f1vefour.)
Post: #17
|
|||
|
|||
RE: Setting a Static IP
No I mean networking without a router or switch.
You tried to plug in a keyboard and manually set your IP? Terminal sudo ifconfig eth0 192.168.42.42 netmask 255.255.255.0 up Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
14th Dec, 2014, 02:27 PM
Post: #18
|
|||
|
|||
RE: Setting a Static IP
Could you post your log file or the output of "dmesg | grep avahi"
Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
14th Dec, 2014, 11:09 PM
Post: #19
|
|||
|
|||
RE: Setting a Static IP
(14th Dec, 2014 02:27 PM)f1vefour Wrote: Could you post your log file or the output of "dmesg | grep avahi"Not, now. But I'll do it later. Currently I stopped the player in the middle of some very long podcast. Cause I've no ssh I need to write the data to some file, shutdown, put the SD card to my laptop. |
|||
15th Dec, 2014, 01:49 AM
Post: #20
|
|||
|
|||
RE: Setting a Static IP
Whenever you get a chance is fine.
Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
16th Dec, 2014, 05:28 AM
Post: #21
|
|||
|
|||
RE: Setting a Static IP
(14th Dec, 2014 02:27 PM)f1vefour Wrote: Could you post your log file or the output of "dmesg | grep avahi"Nothing!? Here the full dmesg: [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.15.8+ (mk@debian) (gcc version 4.4.5 (Debian 4.4.5-8) ) #4 Wed Sep 24 14:30:32 CEST 2014 [ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache [ 0.000000] Machine: BCM2708 [ 0.000000] cma: CMA: reserved 16 MiB at 16000000 [ 0.000000] Memory policy: Data cache writeback [ 0.000000] On node 0 totalpages: 94208 [ 0.000000] free_area_init_node: node 0, pgdat c0686b88, node_mem_map d5d10000 [ 0.000000] Normal zone: 736 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 94208 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: 93472 [ 0.000000] Kernel command line: selinux=0 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708.boardrev=0xd bcm2708.serial=0x6e0329b7 smsc95xx.macaddr=B8:27:EB:03:29:B7 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 telnet zswap.enabled=1 zswap.compressor=lz4 sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootflags=subvol=root/@,thread_pool=2,autodefrag,compress=lz4,commit=120 rootfstype=btrfs rootwait smsc95xx.turbo_mode=N elevator=cfq logo.nologo quiet noswap loglevel=0 mod_scsi.scan=sync partswap startevent=mountall splash nohdparm --startup-event mountall [ 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: 350064K/376832K available (4952K kernel code, 232K rwdata, 1352K rodata, 131K init, 251K bss, 26768K reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xd7800000 - 0xff000000 ( 632 MB) [ 0.000000] lowmem : 0xc0000000 - 0xd7000000 ( 368 MB) [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) [ 0.000000] .text : 0xc0008000 - 0xc0630384 (6305 kB) [ 0.000000] .init : 0xc0631000 - 0xc0651efc ( 132 kB) [ 0.000000] .data : 0xc0652000 - 0xc068c2a8 ( 233 kB) [ 0.000000] .bss : 0xc068c2a8 - 0xc06cb250 ( 252 kB) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:394 [ 0.000019] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483648000ns [ 0.000048] Switching to timer-based delay loop [ 0.000273] Console: colour dummy device 80x30 [ 0.000427] console [tty1] enabled [ 0.000444] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=1000) [ 0.000461] pid_max: default: 32768 minimum: 301 [ 0.000583] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000602] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.001302] Initializing cgroup subsys memory [ 0.001371] CPU: Testing write buffer coherency: ok [ 0.001724] Setting up static identity map for 0x4bd170 - 0x4bd1a8 [ 0.004189] devtmpfs: initialized [ 0.018941] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5 [ 0.019275] xor: measuring software checksum speed [ 0.028447] arm4regs : 1168.000 MB/sec [ 0.038495] 8regs : 592.000 MB/sec [ 0.048538] 32regs : 740.000 MB/sec [ 0.048551] xor: using function: arm4regs (1168.000 MB/sec) [ 0.050511] NET: Registered protocol family 16 [ 0.055821] DMA: preallocated 4096 KiB pool for atomic coherent allocations [ 0.056355] cpuidle: using governor menu [ 0.057042] bcm2708.uart_clock = 3000000 [ 0.058786] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers. [ 0.058802] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.058814] mailbox: Broadcom VideoCore Mailbox driver [ 0.058886] bcm2708_vcio: mailbox at f200b880 [ 0.058962] bcm_power: Broadcom power driver [ 0.058976] bcm_power_open() -> 0 [ 0.058984] bcm_power_request(0, 8) [ 0.559638] bcm_mailbox_read -> 00000080, 0 [ 0.559651] bcm_power_request -> 0 [ 0.559750] Serial: AMBA PL011 UART driver [ 0.559869] dev:f1: ttyAMA0 at MMIO 0x20201000 (irq = 83, base_baud = 0) is a PL011 rev3 [ 0.603515] raid6: int32x1 58 MB/s [ 0.620559] raid6: int32x2 89 MB/s [ 0.637899] raid6: int32x4 85 MB/s [ 0.654659] raid6: int32x8 74 MB/s [ 0.654673] raid6: using algorithm int32x2 (89 MB/s) [ 0.654682] raid6: using intx1 recovery algorithm [ 0.655323] SCSI subsystem initialized [ 0.655583] usbcore: registered new interface driver usbfs [ 0.655677] usbcore: registered new interface driver hub [ 0.655888] usbcore: registered new device driver usb [ 0.657680] Switched to clocksource stc [ 0.668516] NET: Registered protocol family 2 [ 0.669460] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.669559] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.669622] TCP: Hash tables configured (established 4096 bind 4096) [ 0.669748] TCP: reno registered [ 0.669771] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.669798] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.670025] NET: Registered protocol family 1 [ 0.670414] RPC: Registered named UNIX socket transport module. [ 0.670432] RPC: Registered udp transport module. [ 0.670440] RPC: Registered tcp transport module. [ 0.670448] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.671623] bcm2708_dma: DMA manager at f2007000 [ 0.671786] bcm2708_gpio: bcm2708_gpio_probe c065bba0 [ 0.672129] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB) [ 0.673092] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.680987] zbud: loaded [ 0.681564] VFS: Disk quotas dquot_6.5.2 [ 0.681920] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.684458] NFS: Registering the id_resolver key type [ 0.684541] Key type id_resolver registered [ 0.684555] Key type id_legacy registered [ 0.684579] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.685415] msgmni has been set to 715 [ 0.687138] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [ 0.687160] io scheduler noop registered [ 0.687169] io scheduler deadline registered [ 0.687416] io scheduler cfq registered (default) [ 0.688547] BCM2708FB: allocated DMA memory 56400000 [ 0.688601] BCM2708FB: allocated DMA channel 0 @ f2007000 [ 0.715871] Console: switching to colour frame buffer device 82x26 [ 0.718238] uart-pl011 dev:f1: no DMA platform data [ 0.719619] usbcore: registered new interface driver smsc95xx [ 0.719671] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 0.919903] Core Release: 2.80a [ 0.919924] Setting default values for core params [ 0.919962] Finished setting default values for core params [ 1.120061] Using Buffer DMA mode [ 1.120079] Periodic Transfer Interrupt Enhancement - disabled [ 1.120089] Multiprocessor Interrupt Enhancement - disabled [ 1.120098] OTG VER PARAM: 0, OTG VER FLAG: 0 [ 1.120112] Dedicated Tx FIFOs mode [ 1.120479] WARN::dwc_otg_hcd_init:1042: FIQ DMA bounce buffers: virt = 0xd6414000 dma = 0x56414000 len=9024 [ 1.120513] FIQ FSM acceleration enabled for : [ 1.120513] Non-periodic Split Transactions [ 1.120513] Periodic Split Transactions [ 1.120513] High-Speed Isochronous Endpoints [ 1.120535] dwc_otg: Microframe scheduler enabled [ 1.120584] WARN::hcd_init:473: FIQ at 0xc0391644 [ 1.120600] WARN::hcd_init:474: FIQ ASM at 0xc03919c0 length 36 [ 1.120624] WARN::hcd_init:500: MPHI regs_base at 0xd7810000 [ 1.120648] dwc_otg bcm2708_usb: DWC OTG Controller [ 1.120743] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1 [ 1.120795] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000 [ 1.120828] Init: Port Power? op_state=1 [ 1.120836] Init: Power Port (0) [ 1.121051] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.121070] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.121083] usb usb1: Product: DWC OTG Controller [ 1.121094] usb usb1: Manufacturer: Linux 3.15.8+ dwc_otg_hcd [ 1.121106] usb usb1: SerialNumber: bcm2708_usb [ 1.121837] hub 1-0:1.0: USB hub found [ 1.121906] hub 1-0:1.0: 1 port detected [ 1.122290] dwc_otg: FIQ enabled [ 1.122304] dwc_otg: NAK holdoff enabled [ 1.122312] dwc_otg: FIQ split-transaction FSM enabled [ 1.122331] Module dwc_common_port init [ 1.122751] usbcore: registered new interface driver usb-storage [ 1.123030] mousedev: PS/2 mouse device common for all mice [ 1.123742] bcm2835-cpufreq: min=700000 max=840000 cur=840000 [ 1.123901] bcm2835-cpufreq: switching to governor performance [ 1.123917] bcm2835-cpufreq: switching to governor performance [ 1.123998] sdhci: Secure Digital Host Controller Interface driver [ 1.124009] sdhci: Copyright© Pierre Ossman [ 1.124076] sdhci: Enable low-latency mode [ 1.124223] mmc0: no vqmmc regulator found [ 1.124238] mmc0: no vmmc regulator found [ 1.153724] mmc0: SDHCI controller on BCM2708_Arasan [platform] using platform's DMA [ 1.153916] mmc0: BCM2708 SDHC host at 0x20300000 DMA 2 IRQ 77 [ 1.154010] ledtrig-cpu: registered to indicate activity on CPUs [ 1.154128] hidraw: raw HID events driver © Jiri Kosina [ 1.154371] usbcore: registered new interface driver usbhid [ 1.154383] usbhid: USB HID core driver [ 1.154595] NET: Registered protocol family 17 [ 1.154806] Key type dns_resolver registered [ 1.156089] zswap: loading zswap [ 1.156176] zswap: using lz4 compressor [ 1.164716] Btrfs loaded [ 1.165646] Waiting for root device /dev/mmcblk0p2... [ 1.210298] mmc0: new high speed SDHC card at address 1234 [ 1.210813] mmcblk0: mmc0:1234 SA08G 7.21 GiB [ 1.214038] mmcblk0: p1 p2 p3 p4 [ 1.268944] BTRFS: device label xbian devid 1 transid 7186 /dev/root [ 1.272356] BTRFS info (device mmcblk0p2): enabling auto defrag [ 1.272404] BTRFS info (device mmcblk0p2): disk space caching is enabled [ 1.272415] BTRFS: has skinny extents [ 1.316905] BTRFS: detected SSD devices, enabling SSD mode [ 1.322188] Indeed it is in host mode hprt0 = 00021501 [ 1.396642] VFS: Mounted root (btrfs filesystem) on device 0:13. [ 1.399317] devtmpfs: mounted [ 1.399821] Freeing unused kernel memory: 128K (c0631000 - c0651000) [ 1.485011] usb 1-1: new high-speed USB device number 2 using dwc_otg [ 1.485177] Indeed it is in host mode hprt0 = 00001101 [ 1.660140] usb 1-1: New USB device found, idVendor=0424, idProduct=9512 [ 1.660167] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 1.661040] hub 1-1:1.0: USB hub found [ 1.661180] hub 1-1:1.0: 3 ports detected [ 1.765401] random: nonblocking pool is initialized [ 1.936041] usb 1-1.1: new high-speed USB device number 3 using dwc_otg [ 2.020178] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00 [ 2.020206] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.023137] smsc95xx v1.0.4 [ 2.066191] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:03:29:b7 [ 2.138906] usb 1-1.3: new high-speed USB device number 4 using dwc_otg [ 2.225534] usb 1-1.3: New USB device found, idVendor=05e3, idProduct=0608 [ 2.225560] usb 1-1.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.225572] usb 1-1.3: Product: USB2.0 Hub [ 2.226589] hub 1-1.3:1.0: USB hub found [ 2.226984] hub 1-1.3:1.0: 4 ports detected [ 2.502425] usb 1-1.3.3: new high-speed USB device number 5 using dwc_otg [ 2.588520] usb 1-1.3.3: New USB device found, idVendor=05e3, idProduct=0608 [ 2.588548] usb 1-1.3.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.588561] usb 1-1.3.3: Product: USB2.0 Hub [ 2.589565] hub 1-1.3.3:1.0: USB hub found [ 2.589946] hub 1-1.3.3:1.0: 4 ports detected [ 2.858195] usb 1-1.3.3.1: new low-speed USB device number 6 using dwc_otg [ 2.954094] usb 1-1.3.3.1: New USB device found, idVendor=1c4f, idProduct=0002 [ 2.954130] usb 1-1.3.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.954146] usb 1-1.3.3.1: Product: USB Keyboard [ 2.954160] usb 1-1.3.3.1: Manufacturer: SIGMACHIP [ 2.973042] input: SIGMACHIP USB Keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.3/1-1.3.3.1/1-1.3.3.1:1.0/0003:1C4F:0002.0001/input/input0 [ 2.984473] hid-generic 0003:1C4F:0002.0001: input,hidraw0: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-bcm2708_usb-1.3.3.1/input0 [ 3.026994] input: SIGMACHIP USB Keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3.3/1-1.3.3.1/1-1.3.3.1:1.1/0003:1C4F:0002.0002/input/input1 [ 3.027764] hid-generic 0003:1C4F:0002.0002: input,hidraw1: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-bcm2708_usb-1.3.3.1/input1 [ 12.771638] BTRFS info (device mmcblk0p2): disk space caching is enabled [ 14.116373] init: network-interface (lo) pre-start process (152) terminated with status 1 [ 14.427150] init: network-interface (lo) post-stop process (238) terminated with status 1 [ 15.947580] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup [ 15.993561] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 17.204854] vchiq: vchiq_init_state: slot_zero = 0xd6000000, is_master = 0 [ 17.222544] bcm2835-cpufreq: switching to governor powersave [ 17.222583] bcm2835-cpufreq: switching to governor powersave [ 17.224881] bcm2835-cpufreq: switching to governor performance [ 17.224917] bcm2835-cpufreq: switching to governor performance [ 18.420199] bcm2708-i2s bcm2708-i2s.0: Failed to create debugfs directory [ 18.514845] snd-hifiberry-digi snd-hifiberry-digi.0: ASoC: CODEC wm8804.1-003b not registered [ 18.514905] snd-hifiberry-digi snd-hifiberry-digi.0: snd_soc_register_card() failed: -517 [ 18.514955] platform snd-hifiberry-digi.0: Driver snd-hifiberry-digi requests probe deferral [ 18.860433] udevd[556]: starting version 175 [ 18.986299] snd-hifiberry-digi snd-hifiberry-digi.0: ASoC: CODEC wm8804.1-003b not registered [ 18.986354] snd-hifiberry-digi snd-hifiberry-digi.0: snd_soc_register_card() failed: -517 [ 18.986392] platform snd-hifiberry-digi.0: Driver snd-hifiberry-digi requests probe deferral [ 18.987479] snd-hifiberry-digi snd-hifiberry-digi.0: ASoC: CODEC wm8804.1-003b not registered [ 18.987535] snd-hifiberry-digi snd-hifiberry-digi.0: snd_soc_register_card() failed: -517 [ 18.987572] platform snd-hifiberry-digi.0: Driver snd-hifiberry-digi requests probe deferral [ 18.991503] snd-hifiberry-digi snd-hifiberry-digi.0: ASoC: CODEC wm8804.1-003b not registered [ 18.991564] snd-hifiberry-digi snd-hifiberry-digi.0: snd_soc_register_card() failed: -517 [ 18.991602] platform snd-hifiberry-digi.0: Driver snd-hifiberry-digi requests probe deferral [ 18.991971] snd-hifiberry-digi snd-hifiberry-digi.0: ASoC: CODEC wm8804.1-003b not registered [ 18.992017] snd-hifiberry-digi snd-hifiberry-digi.0: snd_soc_register_card() failed: -517 [ 18.992052] platform snd-hifiberry-digi.0: Driver snd-hifiberry-digi requests probe deferral [ 19.006192] snd-hifiberry-digi snd-hifiberry-digi.0: ASoC: CODEC wm8804.1-003b not registered [ 19.006252] snd-hifiberry-digi snd-hifiberry-digi.0: snd_soc_register_card() failed: -517 [ 19.006291] platform snd-hifiberry-digi.0: Driver snd-hifiberry-digi requests probe deferral [ 19.008342] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup [ 19.011111] snd-hifiberry-digi snd-hifiberry-digi.0: ASoC: CODEC wm8804.1-003b not registered [ 19.011173] snd-hifiberry-digi snd-hifiberry-digi.0: snd_soc_register_card() failed: -517 [ 19.011210] platform snd-hifiberry-digi.0: Driver snd-hifiberry-digi requests probe deferral [ 19.012062] snd-hifiberry-digi snd-hifiberry-digi.0: ASoC: CODEC wm8804.1-003b not registered [ 19.012116] snd-hifiberry-digi snd-hifiberry-digi.0: snd_soc_register_card() failed: -517 [ 19.012150] platform snd-hifiberry-digi.0: Driver snd-hifiberry-digi requests probe deferral [ 19.017125] snd-hifiberry-digi snd-hifiberry-digi.0: ASoC: CODEC wm8804.1-003b not registered [ 19.017185] snd-hifiberry-digi snd-hifiberry-digi.0: snd_soc_register_card() failed: -517 [ 19.017221] platform snd-hifiberry-digi.0: Driver snd-hifiberry-digi requests probe deferral [ 20.881385] bcm2835_audio_set_ctls:550 No ALSA stream available?! 0: (null) (ff) [ 20.881415] bcm2835_audio_set_ctls:550 No ALSA stream available?! 1: (null) (ff) [ 20.881426] bcm2835_audio_set_ctls:550 No ALSA stream available?! 2: (null) (ff) [ 20.881436] bcm2835_audio_set_ctls:550 No ALSA stream available?! 3: (null) (ff) [ 20.881447] bcm2835_audio_set_ctls:550 No ALSA stream available?! 4: (null) (ff) [ 20.881457] bcm2835_audio_set_ctls:550 No ALSA stream available?! 5: (null) (ff) [ 20.881467] bcm2835_audio_set_ctls:550 No ALSA stream available?! 6: (null) (ff) [ 20.881477] bcm2835_audio_set_ctls:550 No ALSA stream available?! 7: (null) (ff) [ 22.459654] init: network-interface (eth0) post-stop process (721) terminated with status 1 [ 27.122366] init: networking main process (928) terminated with status 1 [ 57.959303] init: wait-for-state (xbmcxbmc-loaded) main process (991) killed by TERM signal [ 58.949332] init: xbian-failaccess main process (187) killed by TERM signal [ 65.275295] init: failsafe main process (60) killed by TERM signal [ 65.323648] init: xbmc-failed-start main process (390) killed by TERM signal [ 65.475981] init: wait-for-state (zram-swapxbmc-done) main process (907) killed by TERM signal [ 66.872986] Swap area shorter than signature indicates [ 66.882453] init: zram-swap pre-start process (857) terminated with status 255 [ 83.654171] Installing knfsd (copyright © 1996 okir@monad.swb.de). [ 101.047461] bcm2835_audio_set_ctls:550 No ALSA stream available?! 0: (null) (ff) [ 101.047488] bcm2835_audio_set_ctls:550 No ALSA stream available?! 1: (null) (ff) [ 101.047499] bcm2835_audio_set_ctls:550 No ALSA stream available?! 2: (null) (ff) [ 101.047509] bcm2835_audio_set_ctls:550 No ALSA stream available?! 3: (null) (ff) [ 101.047519] bcm2835_audio_set_ctls:550 No ALSA stream available?! 4: (null) (ff) [ 101.047529] bcm2835_audio_set_ctls:550 No ALSA stream available?! 5: (null) (ff) [ 101.047539] bcm2835_audio_set_ctls:550 No ALSA stream available?! 6: (null) (ff) [ 101.047550] bcm2835_audio_set_ctls:550 No ALSA stream available?! 7: (null) (ff) [ 110.766161] init: wait-for-state (kill-splashxbmc-exits) main process (2112) killed by TERM signal [ 205.769886] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: (null) |
|||
16th Dec, 2014, 10:25 AM
Post: #22
|
|||
|
|||
RE: Setting a Static IP
router with IP ending .0 is not correct (anything would be ok but .0 and .255) . xbian-config (specially triggered by XBMC eth0 setup) was unable to set static addr, I can confirm that.
but the important: looking at the dmesg - network jobs are failing for you and because both (lo + eth0), the problem is most likely not configuration but some system binaries or scripts. with RC3 there was a combinations of factors leading to this kind of issues. two options - update or grab newer image. for instance http://sourceforge.net/projects/xbian/files/release/XBian_2014.12.15-1.0_RC_3_Raspberry_Pi.img.gz/download I can put the few commands for you to get network (if you can attach RPI to ANY router/pc/anything providing internet access for a while). (all assumes you have root privileges) (192.168.42.1 is router address, change accordingly) Code: ipconfig 192.168.42.42::192.168.42.1:255.255.255.0:xbian:eth0:none then just recheck that /etc/network/interfaces looks like this: Code: auto eth0 lo (gateway is not mandatory argument). after reboot sshd should be available on .42. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|