Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[PROBLEM] Xbian boot keyboard???
Thank you for your donation

Pages (2): 1 2 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Problem: Xbian boot keyboard???
30th Mar, 2014, 09:11 PM
Post: #1
uncut Offline
Registered
Posts: 11
Joined: Mar 2014
Reputation: 0
Xbian boot keyboard???
hi everyone,
my name is Marco and I'm from Germany .
I got an Raspi (new Version 512MB) and an egalax touchscreen. Both work on Xbian .

But there is one "little " Problem...

I want to use that in car... so if I boot without a Keyboard, it won't start touch support. nothing works ...Angry
if i plug in my Keyboard everything is fine... xbmc boot up and touch works, but only with that Keyboard.

thanks for helpig me ...
Find all posts by this user
Quote this message in a reply
31st Mar, 2014, 02:30 AM
Post: #2
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: Xbian boot keyboard???
I have a feeling the keyboard drivers are not being loaded on start up as Xbian doesn't "know" about the touchscreen.

Can you do:
Terminal
lsmod
with the keyboard attached and again without the keyboard attached.

There should be a difference between them.

If there is - select the module that is missing and type:

Terminal
sudo modprobe xxxxxx
where xxxxxx is the missing module and see if that now works.

If it now does work, insert that module in /etc/modules and reboot.

Hopefully that will solve your problem

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
31st Mar, 2014, 04:30 AM
Post: #3
uncut Offline
Registered
Posts: 11
Joined: Mar 2014
Reputation: 0
RE: Xbian boot keyboard???
uinput lost....

modprobe does not work...
Sad
Find all posts by this user
Quote this message in a reply
31st Mar, 2014, 04:45 AM
Post: #4
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: Xbian boot keyboard???
Post output of lsmod with and without keyboard - dmesg before and after via pastebin

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
31st Mar, 2014, 05:06 AM
Post: #5
uncut Offline
Registered
Posts: 11
Joined: Mar 2014
Reputation: 0
RE: Xbian boot keyboard???
cant start uinput .....HuhSadSadSad


dmesg without:

dmesg (Click to View)
Terminal
xbian@xbian ~ $ dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.12+ (root@media) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #61 Fri Sep 27 19:40:13 CEST 2013
[ 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] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 98304
[ 0.000000] free_area_init_node: node 0, pgdat c04df134, node_mem_map c0534000
[ 0.000000] Normal zone: 768 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 98304 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: 97536
[ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1184 bcm2708_fb.fbheight=624 bcm2708.boardrev=0xe bcm2708.serial=0x5eed2110 smsc95xx.macaddr=B8:27:EB:ED:21:10 sdhci-bcm2708.emmc_clock_freq=100000000 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootflags=subvol=root/@,autodefrag,compress=lzo 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] allocated 786432 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 384MB = 384MB total
[ 0.000000] Memory: 383592k/383592k available, 9624k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xd8800000 - 0xff000000 ( 616 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xd8000000 ( 384 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc048cf2c (4628 kB)
[ 0.000000] .init : 0xc048d000 - 0xc04aef44 ( 136 kB)
[ 0.000000] .data : 0xc04b0000 - 0xc04dfc20 ( 192 kB)
[ 0.000000] .bss : 0xc04dfc20 - 0xc0533fb8 ( 337 kB)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:330
[ 0.000000] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 4294967ms
[ 0.000000] Switching to timer-based delay loop
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] console [tty1] enabled
[ 0.000406] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=10000)
[ 0.000425] pid_max: default: 32768 minimum: 301
[ 0.000676] Mount-cache hash table entries: 512
[ 0.001337] Initializing cgroup subsys memory
[ 0.001450] CPU: Testing write buffer coherency: ok
[ 0.001790] Setting up static identity map for 0xc03fa440 - 0xc03fa478
[ 0.002972] devtmpfs: initialized
[ 0.014107] xor: measuring software checksum speed
[ 0.110138] arm4regs : 1178.400 MB/sec
[ 0.210179] 8regs : 567.200 MB/sec
[ 0.310218] 32regs : 501.600 MB/sec
[ 0.310231] xor: using function: arm4regs (1178.400 MB/sec)
[ 0.310582] NET: Registered protocol family 16
[ 0.315374] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[ 0.316414] bcm2708.uart_clock = 0
[ 0.317504] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[ 0.317521] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.317531] mailbox: Broadcom VideoCore Mailbox driver
[ 0.317602] bcm2708_vcio: mailbox at f200b880
[ 0.317673] bcm_power: Broadcom power driver
[ 0.317688] bcm_power_open() -> 0
[ 0.317697] bcm_power_request(0, 8)
[ 0.818350] bcm_mailbox_read -> 00000080, 0
[ 0.818368] bcm_power_request -> 0
[ 0.838394] bio: create slab <bio-0> at 0
[ 1.001747] raid6: int32x1 46 MB/s
[ 1.171351] raid6: int32x2 66 MB/s
[ 1.341789] raid6: int32x4 88 MB/s
[ 1.511391] raid6: int32x8 100 MB/s
[ 1.511408] raid6: using algorithm int32x8 (100 MB/s)
[ 1.511419] raid6: using intx1 recovery algorithm
[ 1.512067] SCSI subsystem initialized
[ 1.512292] usbcore: registered new interface driver usbfs
[ 1.512378] usbcore: registered new interface driver hub
[ 1.512592] usbcore: registered new device driver usb
[ 1.514325] Switching to clocksource stc
[ 1.524938] NET: Registered protocol family 2
[ 1.525973] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 1.526102] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[ 1.526176] TCP: Hash tables configured (established 4096 bind 4096)
[ 1.526262] TCP: reno registered
[ 1.526287] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 1.526318] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 1.526704] NET: Registered protocol family 1
[ 1.527197] RPC: Registered named UNIX socket transport module.
[ 1.527218] RPC: Registered udp transport module.
[ 1.527229] RPC: Registered tcp transport module.
[ 1.527238] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.528430] bcm2708_dma: DMA manager at f2007000
[ 1.528530] bcm2708_gpio: bcm2708_gpio_probe c04bc890
[ 1.528921] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
[ 1.529892] audit: initializing netlink socket (disabled)
[ 1.529974] type=2000 audit(1.510:1): initialized
[ 1.539432] VFS: Disk quotas dquot_6.5.2
[ 1.539751] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.541450] NFS: Registering the id_resolver key type
[ 1.541587] Key type id_resolver registered
[ 1.541603] Key type id_legacy registered
[ 1.543107] bio: create slab <bio-1> at 1
[ 1.544939] Btrfs loaded
[ 1.545000] msgmni has been set to 749
[ 1.547018] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 1.547043] io scheduler noop registered
[ 1.547056] io scheduler deadline registered
[ 1.547324] io scheduler cfq registered (default)
[ 1.552624] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[ 1.552638] crc32: self tests passed, processed 225944 bytes in 2601000 nsec
[ 1.554666] crc32c: CRC_LE_BITS = 64
[ 1.554682] crc32c: self tests passed, processed 225944 bytes in 949000 nsec
[ 1.555097] BCM2708FB: allocated DMA memory 57940000
[ 1.555120] BCM2708FB: allocated DMA channel 0 @ f2007000
[ 1.580383] Console: switching to colour frame buffer device 148x39
[ 1.587292] vchiq: vchiq_init_state: slot_zero = 0xd8804000, is_master = 0
[ 1.588517] usbcore: registered new interface driver smsc95xx
[ 1.588737] usbcore: registered new interface driver cdc_ncm
[ 1.588760] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.789021] Core Release: 2.80a
[ 1.789051] Setting default values for core params
[ 1.789098] Finished setting default values for core params
[ 1.989170] Using Buffer DMA mode
[ 1.989191] Periodic Transfer Interrupt Enhancement - disabled
[ 1.989201] Multiprocessor Interrupt Enhancement - disabled
[ 1.989213] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 1.989284] Dedicated Tx FIFOs mode
[ 1.989505] dwc_otg: Microframe scheduler enabled
[ 1.989558] dwc_otg bcm2708_usb: DWC OTG Controller
[ 1.989610] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
[ 1.989675] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[ 1.989714] Init: Port Power? op_state=1
[ 1.989725] Init: Power Port (0)
[ 1.989832] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.989852] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.989868] usb usb1: Product: DWC OTG Controller
[ 1.989882] usb usb1: Manufacturer: Linux 3.10.12+ dwc_otg_hcd
[ 1.989895] usb usb1: SerialNumber: bcm2708_usb
[ 1.990600] hub 1-0:1.0: USB hub found
[ 1.990645] hub 1-0:1.0: 1 port detected
[ 1.991006] dwc_otg: FIQ enabled
[ 1.991022] dwc_otg: NAK holdoff enabled
[ 1.991030] dwc_otg: FIQ split fix enabled
[ 1.991049] Module dwc_common_port init
[ 1.991543] bcm2835-cpufreq: min=700000 max=840000 cur=700000
[ 1.991650] bcm2835-cpufreq: switching to governor performance
[ 1.991665] bcm2835-cpufreq: switching to governor performance
[ 1.992830] sdhci: Secure Digital Host Controller Interface driver
[ 1.992843] sdhci: Copyright© Pierre Ossman
[ 1.992913] sdhci: Enable low-latency mode
[ 2.034386] mmc0: SDHCI controller on BCM2708_Arasan [platform] using platform's DMA
[ 2.034588] mmc0: BCM2708 SDHC host at 0x20300000 DMA 2 IRQ 77
[ 2.034778] hidraw: raw HID events driver © Jiri Kosina
[ 2.034966] usbcore: registered new interface driver usbhid
[ 2.034978] usbhid: USB HID core driver
[ 2.035466] NET: Registered protocol family 17
[ 2.035613] Key type dns_resolver registered
[ 2.036265] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
[ 2.039667] Waiting for root device /dev/mmcblk0p2...
[ 2.086681] mmc0: read SD Status register (SSR) after 2 attempts
[ 2.090402] mmc0: new high speed SDHC card at address b368
[ 2.090856] mmcblk0: mmc0:b368 SDC 7.51 GiB
[ 2.093235] mmcblk0: p1 p2 p3
[ 2.146027] device label xbian-beta2 devid 1 transid 117 /dev/root
[ 2.148900] btrfs: enabling auto defrag
[ 2.148933] btrfs: use lzo compression
[ 2.148942] btrfs: disk space caching is enabled
[ 2.179171] Btrfs detected SSD devices, enabling SSD mode
[ 2.184534] Indeed it is in host mode hprt0 = 00021501
[ 2.364444] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 2.364619] Indeed it is in host mode hprt0 = 00001101
[ 2.564886] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 2.564924] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.565642] hub 1-1:1.0: USB hub found
[ 2.565872] hub 1-1:1.0: 5 ports detected
[ 2.984568] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 3.084827] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 3.084853] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.087608] smsc95xx v1.0.4
[ 3.149049] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:ed:21:10
[ 3.244579] usb 1-1.3: new low-speed USB device number 4 using dwc_otg
[ 3.524838] usb 1-1.3: New USB device found, idVendor=0eef, idProduct=0001
[ 3.524863] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.524877] usb 1-1.3: Product: USB TouchController
[ 3.524889] usb 1-1.3: Manufacturer: eGalax Inc.
[ 4.684818] BTRFS debug (device mmcblk0p2): truncated 1 orphans
[ 4.695088] VFS: Mounted root (btrfs filesystem) on device 0:12.
[ 4.697684] devtmpfs: mounted
[ 4.698157] Freeing unused kernel memory: 132K (c048d000 - c04ae000)
[ 6.345602] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 6.655393] device label xbian-beta2 devid 1 transid 118 /dev/mmcblk0p2
[ 6.689210] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 6.707472] device label xbian-beta2 devid 1 transid 118 /dev/mmcblk0p2
[ 8.278544] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
[ 11.806602] init: failsafe main process (149) killed by TERM signal
[ 12.228301] udevd[435]: starting version 175
[ 13.748864] input: eGalax Inc. USB TouchController as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0/input/input0
[ 13.749360] usbcore: registered new interface driver usbtouchscreen
[ 15.154805] mousedev: PS/2 mouse device common for all mice
[ 15.342339] device label xbian-beta2 devid 1 transid 118 /dev/mmcblk0p2
[ 28.198658] init: wait-for-state (xbmcxbmc-loaded) main process (361) killed by TERM signal
[ 35.528363] init: wait-for-state (zram-swapxbmc-done) main process (107) killed by TERM signal
[ 35.589264] init: xbmc-failed-start main process (154) killed by TERM signal
[ 37.006700] zram: module is from the staging directory, the quality is unknown, you have been warned.
[ 37.027982] zram: Created 4 device(s) ...
[ 38.891514] device label xbian-beta2 devid 1 transid 119 /dev/mmcblk0p2
[ 39.219835] Adding 95228k swap on /dev/zram0. Priority:20 extents:1 across:95228k SS
[ 39.820857] Adding 250876k swap on /dev/mmcblk0p3. Priority:0 extents:1 across:250876k SS
[ 39.892497] device label xbian-beta2 devid 1 transid 119 /dev/mmcblk0p2


lsmod without:


Terminal
xbian@xbian ~ $ lsmod
Module Size Used by
uinput 5128 0
zram 6288 1
frandom 3296 0
joydev 7404 0
mousedev 7636 0
usbtouchscreen 9574 0


with keyboard at boot :

dmesg (Click to View)
Terminal
xbian@xbian ~ $ dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.12+ (root@media) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #61 Fri Sep 27 19:40:13 CEST 2013
[ 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] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 98304
[ 0.000000] free_area_init_node: node 0, pgdat c04df134, node_mem_map c0534000
[ 0.000000] Normal zone: 768 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 98304 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: 97536
[ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1184 bcm2708_fb.fbheight=624 bcm2708.boardrev=0xe bcm2708.serial=0x5eed2110 smsc95xx.macaddr=B8:27:EB:ED:21:10 sdhci-bcm2708.emmc_clock_freq=100000000 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootflags=subvol=root/@,autodefrag,compress=lzo 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] allocated 786432 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Memory: 384MB = 384MB total
[ 0.000000] Memory: 383592k/383592k available, 9624k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xd8800000 - 0xff000000 ( 616 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xd8000000 ( 384 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc048cf2c (4628 kB)
[ 0.000000] .init : 0xc048d000 - 0xc04aef44 ( 136 kB)
[ 0.000000] .data : 0xc04b0000 - 0xc04dfc20 ( 192 kB)
[ 0.000000] .bss : 0xc04dfc20 - 0xc0533fb8 ( 337 kB)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS:330
[ 0.000000] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 4294967ms
[ 0.000000] Switching to timer-based delay loop
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] console [tty1] enabled
[ 0.000408] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=10000)
[ 0.000426] pid_max: default: 32768 minimum: 301
[ 0.000678] Mount-cache hash table entries: 512
[ 0.001339] Initializing cgroup subsys memory
[ 0.001451] CPU: Testing write buffer coherency: ok
[ 0.001792] Setting up static identity map for 0xc03fa440 - 0xc03fa478
[ 0.002982] devtmpfs: initialized
[ 0.014112] xor: measuring software checksum speed
[ 0.110137] arm4regs : 1178.400 MB/sec
[ 0.210178] 8regs : 567.200 MB/sec
[ 0.310218] 32regs : 501.600 MB/sec
[ 0.310232] xor: using function: arm4regs (1178.400 MB/sec)
[ 0.310585] NET: Registered protocol family 16
[ 0.315376] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[ 0.316415] bcm2708.uart_clock = 0
[ 0.317501] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[ 0.317517] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.317527] mailbox: Broadcom VideoCore Mailbox driver
[ 0.317596] bcm2708_vcio: mailbox at f200b880
[ 0.317668] bcm_power: Broadcom power driver
[ 0.317682] bcm_power_open() -> 0
[ 0.317690] bcm_power_request(0, 8)
[ 0.818344] bcm_mailbox_read -> 00000080, 0
[ 0.818361] bcm_power_request -> 0
[ 0.838400] bio: create slab <bio-0> at 0
[ 1.001834] raid6: int32x1 46 MB/s
[ 1.171411] raid6: int32x2 66 MB/s
[ 1.341780] raid6: int32x4 88 MB/s
[ 1.511500] raid6: int32x8 100 MB/s
[ 1.511516] raid6: using algorithm int32x8 (100 MB/s)
[ 1.511526] raid6: using intx1 recovery algorithm
[ 1.512174] SCSI subsystem initialized
[ 1.512398] usbcore: registered new interface driver usbfs
[ 1.512484] usbcore: registered new interface driver hub
[ 1.512697] usbcore: registered new device driver usb
[ 1.514430] Switching to clocksource stc
[ 1.525057] NET: Registered protocol family 2
[ 1.526096] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 1.526226] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[ 1.526301] TCP: Hash tables configured (established 4096 bind 4096)
[ 1.526392] TCP: reno registered
[ 1.526416] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 1.526447] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 1.526831] NET: Registered protocol family 1
[ 1.527325] RPC: Registered named UNIX socket transport module.
[ 1.527347] RPC: Registered udp transport module.
[ 1.527357] RPC: Registered tcp transport module.
[ 1.527366] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.528556] bcm2708_dma: DMA manager at f2007000
[ 1.528656] bcm2708_gpio: bcm2708_gpio_probe c04bc890
[ 1.529051] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
[ 1.530029] audit: initializing netlink socket (disabled)
[ 1.530113] type=2000 audit(1.510:1): initialized
[ 1.539571] VFS: Disk quotas dquot_6.5.2
[ 1.539890] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.541597] NFS: Registering the id_resolver key type
[ 1.541704] Key type id_resolver registered
[ 1.541721] Key type id_legacy registered
[ 1.543237] bio: create slab <bio-1> at 1
[ 1.545065] Btrfs loaded
[ 1.545126] msgmni has been set to 749
[ 1.547148] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 1.547172] io scheduler noop registered
[ 1.547184] io scheduler deadline registered
[ 1.547449] io scheduler cfq registered (default)
[ 1.552745] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[ 1.552759] crc32: self tests passed, processed 225944 bytes in 2589000 nsec
[ 1.554785] crc32c: CRC_LE_BITS = 64
[ 1.554801] crc32c: self tests passed, processed 225944 bytes in 948000 nsec
[ 1.555216] BCM2708FB: allocated DMA memory 57940000
[ 1.555240] BCM2708FB: allocated DMA channel 0 @ f2007000
[ 1.580445] Console: switching to colour frame buffer device 148x39
[ 1.587350] vchiq: vchiq_init_state: slot_zero = 0xd8804000, is_master = 0
[ 1.588567] usbcore: registered new interface driver smsc95xx
[ 1.588786] usbcore: registered new interface driver cdc_ncm
[ 1.588810] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.789072] Core Release: 2.80a
[ 1.789103] Setting default values for core params
[ 1.789151] Finished setting default values for core params
[ 1.989221] Using Buffer DMA mode
[ 1.989242] Periodic Transfer Interrupt Enhancement - disabled
[ 1.989252] Multiprocessor Interrupt Enhancement - disabled
[ 1.989264] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 1.989337] Dedicated Tx FIFOs mode
[ 1.989553] dwc_otg: Microframe scheduler enabled
[ 1.989603] dwc_otg bcm2708_usb: DWC OTG Controller
[ 1.989655] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
[ 1.989720] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
[ 1.989760] Init: Port Power? op_state=1
[ 1.989771] Init: Power Port (0)
[ 1.989879] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.989899] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.989915] usb usb1: Product: DWC OTG Controller
[ 1.989928] usb usb1: Manufacturer: Linux 3.10.12+ dwc_otg_hcd
[ 1.989942] usb usb1: SerialNumber: bcm2708_usb
[ 1.990645] hub 1-0:1.0: USB hub found
[ 1.990689] hub 1-0:1.0: 1 port detected
[ 1.991056] dwc_otg: FIQ enabled
[ 1.991072] dwc_otg: NAK holdoff enabled
[ 1.991081] dwc_otg: FIQ split fix enabled
[ 1.991100] Module dwc_common_port init
[ 1.991595] bcm2835-cpufreq: min=700000 max=840000 cur=700000
[ 1.991702] bcm2835-cpufreq: switching to governor performance
[ 1.991716] bcm2835-cpufreq: switching to governor performance
[ 1.992884] sdhci: Secure Digital Host Controller Interface driver
[ 1.992896] sdhci: Copyright© Pierre Ossman
[ 1.992966] sdhci: Enable low-latency mode
[ 2.034492] mmc0: SDHCI controller on BCM2708_Arasan [platform] using platform's DMA
[ 2.034700] mmc0: BCM2708 SDHC host at 0x20300000 DMA 2 IRQ 77
[ 2.034890] hidraw: raw HID events driver © Jiri Kosina
[ 2.035078] usbcore: registered new interface driver usbhid
[ 2.035090] usbhid: USB HID core driver
[ 2.035578] NET: Registered protocol family 17
[ 2.035734] Key type dns_resolver registered
[ 2.036384] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
[ 2.039785] Waiting for root device /dev/mmcblk0p2...
[ 2.086791] mmc0: read SD Status register (SSR) after 2 attempts
[ 2.090513] mmc0: new high speed SDHC card at address b368
[ 2.090967] mmcblk0: mmc0:b368 SDC 7.51 GiB
[ 2.093351] mmcblk0: p1 p2 p3
[ 2.146094] device label xbian-beta2 devid 1 transid 135 /dev/root
[ 2.148893] btrfs: enabling auto defrag
[ 2.148926] btrfs: use lzo compression
[ 2.148935] btrfs: disk space caching is enabled
[ 2.179286] Btrfs detected SSD devices, enabling SSD mode
[ 2.184672] Indeed it is in host mode hprt0 = 00021501
[ 2.255018] VFS: Mounted root (btrfs filesystem) on device 0:12.
[ 2.257412] devtmpfs: mounted
[ 2.257861] Freeing unused kernel memory: 132K (c048d000 - c04ae000)
[ 2.365331] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 2.365505] Indeed it is in host mode hprt0 = 00001101
[ 2.565299] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 2.565340] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.566216] hub 1-1:1.0: USB hub found
[ 2.567030] hub 1-1:1.0: 5 ports detected
[ 2.844854] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 2.946978] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 2.947005] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.949871] smsc95xx v1.0.4
[ 3.011074] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:ed:21:10
[ 3.111089] usb 1-1.2: new low-speed USB device number 4 using dwc_otg
[ 3.234561] usb 1-1.2: New USB device found, idVendor=413c, idProduct=2003
[ 3.234588] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.234602] usb 1-1.2: Product: Dell USB Keyboard
[ 3.234613] usb 1-1.2: Manufacturer: Dell
[ 3.248308] input: Dell Dell USB Keyboard as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.0/input/input0
[ 3.280051] hid-generic 0003:413C:2003.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-bcm2708_usb-1.2/input0
[ 3.374827] usb 1-1.3: new low-speed USB device number 5 using dwc_otg
[ 3.487050] usb 1-1.3: New USB device found, idVendor=0eef, idProduct=0001
[ 3.487079] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.487093] usb 1-1.3: Product: USB TouchController
[ 3.487104] usb 1-1.3: Manufacturer: eGalax Inc.
[ 4.027822] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 4.354368] device label xbian-beta2 devid 1 transid 135 /dev/mmcblk0p2
[ 4.398430] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 4.406957] device label xbian-beta2 devid 1 transid 135 /dev/mmcblk0p2
[ 5.843601] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
[ 9.513275] init: failsafe main process (149) killed by TERM signal
[ 10.061881] udevd[435]: starting version 175
[ 11.884169] input: eGalax Inc. USB TouchController as /devices/platform/bcm2708_usb/usb1/1-1/1-1.3/1-1.3:1.0/input/input1
[ 11.884677] usbcore: registered new interface driver usbtouchscreen
[ 13.172416] mousedev: PS/2 mouse device common for all mice
[ 13.319470] device label xbian-beta2 devid 1 transid 135 /dev/mmcblk0p2
[ 26.320537] init: wait-for-state (xbmcxbmc-loaded) main process (410) killed by TERM signal
[ 33.679485] init: wait-for-state (zram-swapxbmc-done) main process (111) killed by TERM signal
[ 33.743904] init: xbmc-failed-start main process (154) killed by TERM signal
[ 35.437186] zram: module is from the staging directory, the quality is unknown, you have been warned.
[ 35.454208] zram: Created 4 device(s) ...
[ 36.111206] Adding 95228k swap on /dev/zram0. Priority:20 extents:1 across:95228k SS
[ 37.093441] Adding 250876k swap on /dev/mmcblk0p3. Priority:0 extents:1 across:250876k SS
[ 37.628059] device label xbian-beta2 devid 1 transid 136 /dev/mmcblk0p2
[ 40.327147] device label xbian-beta2 devid 1 transid 136 /dev/mmcblk0p2

Added spoiler as user didn't read please read....





lsmod:

Terminal
xbian@xbian ~ $ lsmod
Module Size Used by
zram 6288 1
frandom 3296 0
joydev 7404 0
mousedev 7636 0
usbtouchscreen 9574 0
uinput 5128 1
Find all posts by this user
Quote this message in a reply
1st Apr, 2014, 03:06 AM
Post: #6
uncut Offline
Registered
Posts: 11
Joined: Mar 2014
Reputation: 0
RE: Xbian boot keyboard???
Someone had an idea???
Find all posts by this user
Quote this message in a reply
1st Apr, 2014, 03:20 AM
Post: #7
dharmabm Offline
XBian Advocate
Posts: 43
Joined: Mar 2014
Reputation: 4
RE: Xbian boot keyboard???
don't know, but PLEASE use code tags in your posts!

***please click 'thanks' if I helped!***
Find all posts by this user
Quote this message in a reply
1st Apr, 2014, 03:56 AM
Post: #8
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Xbian boot keyboard???
(31st Mar, 2014 04:45 AM)IriDium Wrote:  Post output of lsmod with and without keyboard - dmesg before and after via pastebin
Even better as IriDium requested.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
1st Apr, 2014, 04:51 AM
Post: #9
uncut Offline
Registered
Posts: 11
Joined: Mar 2014
Reputation: 0
RE: Xbian boot keyboard???
Ups Sry... Next time Ok Blush
Need help, get crazy with this Egalax
Find all posts by this user
Quote this message in a reply
1st Apr, 2014, 07:13 AM
Post: #10
uncut Offline
Registered
Posts: 11
Joined: Mar 2014
Reputation: 0
RE: Xbian boot keyboard???
Ups Sry... Next time Ok Blush
Need help, get crazy with this Egalax
Find all posts by this user
Quote this message in a reply
1st Apr, 2014, 07:33 AM
Post: #11
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Xbian boot keyboard???
No, no one is going to read it like this so better edit your post and fix it.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
1st Apr, 2014, 07:30 PM
Post: #12
uncut Offline
Registered
Posts: 11
Joined: Mar 2014
Reputation: 0
RE: Xbian boot keyboard???
ok done....
hope someone can help me now.Big Grin

cant get this working without my keyboard only with touch...
Find all posts by this user
Quote this message in a reply
2nd Apr, 2014, 12:08 AM
Post: #13
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Xbian boot keyboard???
You still didn't put it on pastebin as was requested.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
2nd Apr, 2014, 01:19 AM
Post: #14
uncut Offline
Registered
Posts: 11
Joined: Mar 2014
Reputation: 0
RE: Xbian boot keyboard???
i put in dmesg and lsmod
with keyboard and without keyboard ... what should i do? what you are missing... sry i'm a newbeUndecided

without Keyboard :
lsmod without
dmesg

With keyboard:
lsmod with
dmesg with



hope this can helpSad
Find all posts by this user
Quote this message in a reply
2nd Apr, 2014, 02:21 AM
Post: #15
uncut Offline
Registered
Posts: 11
Joined: Mar 2014
Reputation: 0
RE: Xbian boot keyboard???
so touch works but only with keyboard input...
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 19th May, 2025, 09:36 AM Powered By MyBB, © 2002-2025 MyBB Group.