pandian - MARK2


Release of 0.5 Packages

 

Warning:

Please DO NOT do an full upgrade, this will break the nm-tool ( The Network-Manager ). Or install wicd before you do an full upgrade of debian.

 

 

How To upgrade:

some files inside the debian-packages moved. So you need to upgrade in a specific way.

First update the "pandian" package then update the "pandian-lxde" package wich will install fluxbox and everything what is needed.

 

In an terminal, login as root an type the following:

  • apt-get install pandian
  • and: apt-get install pandian-lxde
 

In Synaptic just select pandian and apply.

After "pandian" package is installed, install "pandian-lxde"

 

 

If you have some trouble:

  • Try apt-get -f install
  • remove all pandian packages ( pandian, pandian-x11, pandian-lxde ) DON'T REMOVE pandian-repository
  • install the packages "pandian" and "pandian-lxde" again.
 

Be prepared.. during update there will be an speaker-test for alsa :) so noise comes from you pandora ;)

 

If there are some problems, dont hesitate to post them here

 

Documentation and source packages will follow tomorrow.
 
Last edited by a moderator:
I just tried it out and I really like it, specially the design!

However, I had some issues as well, when I tried to install pandian-lxde and that failed. Un-/re-installing pandian packages also failed due to dependencies, but a simple apt-get -f install fixed all that automatically. It turned out my system was not up to date.

After that, I was surprised that conky has German labels, that's awesome! I took a look into the conky.conf and there is nothing of that hard coded. How did you manage that? Also, I'm wondering about the battery meter. It does not appear in the conky.conf as well.

About the mpd: I had to get used to the new config, but putting the music directory into /media was a great idea.

Last, but not least: the transparency. It works without issues, but setting alpha values in the menu was a bit buggy. They went up and down and also, it lagged like hell. But I think it's not the software, but my hardware. The nubs are not the best and the Pandora is known for it's low performance.
 
Just ran...

Man this is nice.This looks SO NICE! :D  

FYI on the bluetooth front I did


/etc/init.d/bluetooth status
and it confirms the bluetooth service is running

However doing

Hhcitool dev

as well as

HCItool scan

Says "device is not available: no such device". So I have a feeling the bluetooth drivers aren't present?
 
It is strange. Doing LSMOD I get

bluetooth 10bnep, rfcomm

listed

As well as bluetooth appearing when doing

ls /lib/modules/$(uname -r)/kernel/drivers

also here is the output for these two commands

root@pandian:~# lsmod | grep bluetoothPost
root@pandian:~# ps aux |grep bluetoothPost
root     28177  0.0  0.1   3800   708 pts/0    S+   14:25   0:00 grep bluetoothPost
 
 
Last edited by a moderator:
It is strange. Doing LSMOD I get

bluetooth 10bnep, rfcomm

listed

As well as bluetooth appearing when doing

ls /lib/modules/$(uname -r)/kernel/drivers

also here is the output for these two commands

root@pandian:~# lsmod | grep bluetoothPost


root@pandian:~# ps aux |grep bluetoothPost


root     28177  0.0  0.1   3800   708 pts/0    S+   14:25   0:00 grep bluetoothPost
I've tried it also, i saw your post and notaz answer that Bluetooth used ttyO2 but somehow this also not work

BTW i use the same kernel conf as in SuperZaxxon
 
Last edited by a moderator:
Ive add http://pandorawiki.org/Pandian#Fluxbox_tweaks

But there is still a problem with nm-applet... its only work if you run it as root ...

I'am not familiar with dbus-stuff ( actually i don't like it, it is just to complicated and unstable and everybody use it ;) ... )

should we switch to wcid as default network-manager ?
Hi,

I just installed pandian and, after installing pandian, pandian-lxde packages, I did a dist-upgrade and nm-applet is working without a problem.
 
It is strange. Doing LSMOD I get

bluetooth 10bnep, rfcomm

listed

As well as bluetooth appearing when doing

ls /lib/modules/$(uname -r)/kernel/drivers

also here is the output for these two commands

root@pandian:~# lsmod | grep bluetoothPost


root@pandian:~# ps aux |grep bluetoothPost


root     28177  0.0  0.1   3800   708 pts/0    S+   14:25   0:00 grep bluetoothPost
I've tried it also, i saw your post and notaz answer that Bluetooth used ttyO2 but somehow this also not work

BTW i use the same kernel conf as in SuperZaxxon
Probably the bluetooth device is deactivated.

I look at the script that toggles bluetooth in SuperZaxxon and you have to run the following command to enable bluetooth device:


echo 15 > /sys/class/gpio/export
sleep 0.2
echo out > /sys/class/gpio/gpio15/direction
echo 0 > /sys/devices/platform/omap_uart.0/sleep_timeout
echo 1 > /sys/class/gpio/gpio15/value
hciattach /dev/ttyO0 texasalt 3000000
The last command mentions that the firmware file brf6300.bin is missing.
 
same I get

ot@pandian:~# echo 15 > /sys/class/gpio/export
root@pandian:~# sleep 0.2
root@pandian:~# echo out > /sys/class/gpio/gpio15/direction
root@pandian:~# echo 0 > /sys/devices/platform/omap_uart.0/sleep_timeout
root@pandian:~# echo 1 > /sys/class/gpio/gpio15/value
root@pandian:~# hciattach /dev/ttyO0 texasalt 3000000
Texas module LMP version : 0x03
Texas module LMP sub-version : 0x1126
    internal version freeze: 38
    software version: 2
    chip: brf6300 (4)
Opening firmware file: /etc/firmware/brf6300.bin
Could not open firmware file /etc/firmware/brf6300.bin: No such file or directory (2).
Device setup complete
 
 
same I get

ot@pandian:~# echo 15 > /sys/class/gpio/export


root@pandian:~# sleep 0.2


root@pandian:~# echo out > /sys/class/gpio/gpio15/direction


root@pandian:~# echo 0 > /sys/devices/platform/omap_uart.0/sleep_timeout


root@pandian:~# echo 1 > /sys/class/gpio/gpio15/value


root@pandian:~# hciattach /dev/ttyO0 texasalt 3000000


Texas module LMP version : 0x03


Texas module LMP sub-version : 0x1126


    internal version freeze: 38


    software version: 2


    chip: brf6300 (4)


Opening firmware file: /etc/firmware/brf6300.bin


Could not open firmware file /etc/firmware/brf6300.bin: No such file or directory (2).


Device setup complete
You could download the firmware file from here.

Select openpandora.oe.git, tree and / recipes / pandora-system / pandora-firmware / brf6300.bin
 
Last edited by a moderator:
Ive tried it also with the firmware mentioned, but its not working for me. Somebody else try it already?

( Please place the brf6300.bin in /lib/firmware to make it the correct way :) )
 
Last edited by a moderator:
Sweet that seems to have got something working by copying hat bin file to /etc/firmware

/firmware wasnt a directory under /etc so had to create it

oot@pandian:/etc# hciattach /dev/ttyO0 texasalt 3000000
Texas module LMP version : 0x03
Texas module LMP sub-version : 0x1126
    internal version freeze: 38
    software version: 2
    chip: brf6300 (4)
Opening firmware file: /etc/firmware/brf6300.bin
Uploading firmware...
Firmware upload successful.
 

I cant see blueman in the applist so doing

open blueman-manager opens the manager.

Trying to do anything brings:

Bluetooth needs to be turned on for the device manager to function

With an enable bluetooth button. Clicking the button blueman still remains mostly greyed out.

edit: same results running

hcitool scan

hcitool dev
 
Last edited by a moderator:
Sweet that seems to have got something working by copying hat bin file to /etc/firmware

/firmware wasnt a directory under /etc so had to create it

oot@pandian:/etc# hciattach /dev/ttyO0 texasalt 3000000


Texas module LMP version : 0x03


Texas module LMP sub-version : 0x1126


    internal version freeze: 38


    software version: 2


    chip: brf6300 (4)


Opening firmware file: /etc/firmware/brf6300.bin


Uploading firmware...


Firmware upload successful.

I cant see blueman in the applist so doing

open blueman-manager opens the manager.

Trying to do anything brings:

Bluetooth needs to be turned on for the device manager to function

With an enable bluetooth button. Clicking the button blueman still remains mostly greyed out.

edit: same results running

hcitool scan

hcitool dev
Reading the scripts op_bluetooth_work.sh and op_bluetooth.sh in openpandora.oe.git, tree and recipes / pandora-system / pandora-scripts-wifi /, I believe you also need to run the following commands:


INTERFACE="`hciconfig | grep "^hci" | cut -d ':' -f 1`"
hciconfig "$INTERFACE" up pscan 1 >  /dev/null

You could also download and try the scripts.
 
First command runs then 2nd line brings

can't init device hci0: Connection timed out (110)
 

Bluetooth still not working in any fashon

Running dmesg brings

dmesg
[    0.000000] Linux version 3.2.45 (root@develbox1) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 Wed Sep 18 23:13:47 CEST 2013
[    0.000000] CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[    0.000000] Machine: Pandora Handheld Console
[    0.000000] Initialized persistent memory from 80fe0000-80ffffff
[    0.000000] cma: CMA: reserved 16 MiB at 9f000000
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c055e614, node_mem_map c0590000
[    0.000000]   Normal zone: 1024 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 130048 pages, LIFO batch:31
[    0.000000] OMAP3430/3530 ES3.1 (l2cache iva sgx neon isp )
[    0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/500 MHz
[    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: 130048
[    0.000000] Kernel command line: root=/dev/mmcblk0p2 rw rootwait console=ttyS0,115200n8 vram=6272K omapfb.vram=0:3000K mmc_core.removable=0 video=/dev/fb0
[    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: 512MB = 512MB total
[    0.000000] Memory: 497516k/497516k available, 26772k 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 : 0xe0800000 - 0xf8000000   ( 376 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc04f06b8   (5026 kB)
[    0.000000]       .init : 0xc04f1000 - 0xc0522000   ( 196 kB)
[    0.000000]       .data : 0xc0522000 - 0xc055ed80   ( 244 kB)
[    0.000000]        .bss : 0xc055eda4 - 0xc058ffa0   ( 197 kB)
[    0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:410
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
[    0.000000] Total of 96 interrupts on 1 active controller
[    0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
[    0.000000] Console: colour dummy device 80x30
[    0.000152] Calibrating delay loop... 497.82 BogoMIPS (lpj=1941504)
[    0.039093] pid_max: default: 32768 minimum: 301
[    0.039428] Mount-cache hash table entries: 512
[    0.039947] Initializing cgroup subsys devices
[    0.040039] CPU: Testing write buffer coherency: ok
[    0.040283] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
[    0.040435] Setting up static identity map for 0x80392b98 - 0x80392bf0
[    0.041351] devtmpfs: initialized
[    0.049468] print_constraints: dummy:
[    0.051025] NET: Registered protocol family 16
[    0.053955] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.054412] GPMC revision 5.0
[    0.058776] OMAP GPIO hardware version 2.5
[    0.063537] omap_mux_init: Add partition: #1: core, flags: 0
[    0.072082] Reprogramming SDRC clock to 332000000 Hz
[    0.075195] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.085083]  omap-mcbsp.2: alias fck already exists
[    0.085510]  omap-mcbsp.3: alias fck already exists
[    0.087463] OMAP DMA hardware revision 4.0
[    0.109832] bio: create slab <bio-0> at 0
[    0.111419] print_constraints: vwlan: 1800 mV
[    0.113555] SCSI subsystem initialized
[    0.116821] usbcore: registered new interface driver usbfs
[    0.117156] usbcore: registered new interface driver hub
[    0.117553] usbcore: registered new device driver usb
[    0.119384] omap_i2c omap_i2c.1: bus 1 rev1.3.12 at 2600 kHz
[    0.123352] twl4030: PIH (irq 7) chaining IRQs 368..375
[    0.123474] twl4030: power (irq 373) chaining IRQs 376..383
[    0.124176] twl4030: gpio (irq 368) chaining IRQs 384..401
[    0.124755] _omap_mux_init_gpio: Could not set gpio192
[    0.126251] _omap_mux_init_gpio: Could not set gpio193
[    0.129699] print_constraints: VUSB1V5: 1500 mV normal standby
[    0.130584] print_constraints: VUSB1V8: 1800 mV normal standby
[    0.131439] print_constraints: VUSB3V1: 3100 mV normal standby
[    0.195404] twl4030_usb twl4030_usb: Initialized TWL4030 USB module
[    0.197265] print_constraints: vdd_mpu_iva: 600 <--> 1450 mV normal
[    0.198120] print_constraints: vdd_core: 600 <--> 1450 mV normal
[    0.199035] print_constraints: VMMC1: 1850 <--> 3150 mV at 3150 mV normal standby
[    0.199981] print_constraints: VDAC: 1800 mV normal standby
[    0.200866] print_constraints: VAUX2: 1800 mV normal standby
[    0.201782] print_constraints: VPLL2: 1800 mV normal standby
[    0.202728] print_constraints: VMMC2: 1850 <--> 3150 mV at 3150 mV normal standby
[    0.203674] print_constraints: VSIM: 2800 mV normal standby
[    0.204528] print_constraints: VAUX1: 3000 mV normal standby
[    0.205413] print_constraints: VAUX4: 3000 mV normal standby
[    0.206054] omap_i2c omap_i2c.3: bus 3 rev1.3.12 at 100 kHz
[    0.209167] omap-iommu omap-iommu.0: isp registered
[    0.210021] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.211120] Switching to clocksource 32k_counter
[    0.242248] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
[    0.247985] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[    0.248016] musb-hdrc: MHDRC RTL version 1.400
[    0.248046] musb-hdrc: setup fifo_mode 4
[    0.248077] musb-hdrc: 28/31 max ep, 16384/16384 memory
[    0.248687] musb-hdrc musb-hdrc: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
[    0.250030] NET: Registered protocol family 2
[    0.250244] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.250701] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.251159] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[    0.251403] TCP: Hash tables configured (established 16384 bind 16384)
[    0.251403] TCP reno registered
[    0.251434] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.251464] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.251800] NET: Registered protocol family 1
[    0.252075] NetWinder Floating Point Emulator V0.97 (double precision)
[    0.259216] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.279937] VFS: Disk quotas dquot_6.5.2
[    0.280487] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.286895] msgmni has been set to 1003
[    0.289550] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.289581] io scheduler noop registered
[    0.289581] io scheduler deadline registered
[    0.289642] io scheduler cfq registered (default)
[    0.304779] OMAP DSS rev 2.0
[    0.309082] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.311889] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
[    0.312500] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
[    0.313110] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
[    0.329376] brd: module loaded
[    0.337524] loop: module loaded
[    0.337615] OMAP overclocker loaded.
[    0.340606] omap2-nand driver initializing
[    0.340789] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xbc (Micron NAND 512MiB 1,8V 16-bit)
[    0.341430] Creating 5 MTD partitions on "omap2-nand.0":
[    0.341461] 0x000000000000-0x000000080000 : "xloader"
[    0.342437] 0x000000080000-0x000000260000 : "uboot"
[    0.343627] 0x000000260000-0x000000280000 : "uboot-env"
[    0.344543] 0x000000280000-0x000000c80000 : "boot"
[    0.347167] 0x000000c80000-0x000020000000 : "rootfs"
[    0.438873] usbcore: registered new interface driver libusual
[    0.439727] mousedev: PS/2 mouse device common for all mice
[    0.440429] input: keypad as /devices/platform/omap_i2c.1/i2c-1/1-004a/twl4030_keypad/input/input0
[    0.443328] input: power-button as /devices/platform/omap_i2c.1/i2c-1/1-0049/twl4030_pwrbutton/input/input1
[    0.445037] input: nub0 as /devices/platform/omap_i2c.3/i2c-3/3-0066/input/input2
[    0.446868] input: nub1 as /devices/platform/omap_i2c.3/i2c-3/3-0067/input/input3
[    0.451538] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[    0.452301] i2c /dev entries driver
[    0.457031] bq27x00-battery 3-0055: support ver. 1.2.0 enabled
[    0.477355] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
[    0.477874] twl4030_wdt twl4030_wdt: Failed to register misc device
[    0.477905] twl4030_wdt: probe of twl4030_wdt failed with error -16
[    0.478546] voltdm_scale: No voltage scale API registered for vdd_mpu_iva
[    0.478546] platform mpu.0: omap_target: unable to scale voltage up.
[    0.479003] cpuidle: using governor ladder
[    0.479003] cpuidle: using governor menu
[    0.707153] Registered led device: pandora::sd1
[    0.707458] Registered led device: pandora::sd2
[    0.707733] Registered led device: pandora::bluetooth
[    0.708007] Registered led device: pandora::wifi
[    0.709289] Registered led device: pandora::keypad_bl
[    0.710418] Registered led device: pandora::power
[    0.713073] Registered led device: pandora::charger
[    0.714569] usbcore: registered new interface driver usbhid
[    0.714599] usbhid: USB HID core driver
[    0.714843] persistent_ram: uncorrectable error in header
[    0.714843] persistent_ram: no valid data in buffer (sig = 0xfffdffef)
[    0.736938] console [ram-1] enabled
[    0.739807] OMAP3 Pandora SoC init
[    0.817230] asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
[    0.819702] asoc: twl4030-hifi <-> omap-mcbsp-dai.3 mapping ok
[    0.822875] ALSA device list:
[    0.823028]   #0: omap3pandora
[    0.823333] TCP cubic registered
[    0.823455] NET: Registered protocol family 17
[    0.823760] NET: Registered protocol family 15
[    0.823883] Registering the dns_resolver key type
[    0.824188] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 1
[    0.824432] ThumbEE CPU extension supported.
[    0.824676] Registering SWP/SWPB emulation handler
[    0.832397] clock: disabling unused clocks to save power
[    0.833953] registered taskstats version 1
[    0.858825] Console: switching to colour frame buffer device 100x30
[    1.046813] input: gpio-keys as /devices/platform/gpio-keys/input/input4
[    1.049041] twl_rtc twl_rtc: setting system clock to 2014-04-02 12:23:47 UTC (1396441427)
[    1.049499] Warning: unable to open an initial console.
[    1.049865] Waiting for root device /dev/mmcblk0p2...
[    1.076416] mmc0: host does not support reading read-only switch. assuming write-enable.
[    1.078552] mmc0: new high speed SDHC card at address 0001
[    1.079589] mmcblk0: mmc0:0001 00000 29.2 GiB
[    1.081665]  mmcblk0: p1 p2
[    1.169677] EXT3-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240)
[    1.170745] EXT2-fs (mmcblk0p2): error: couldn't mount because of unsupported optional features (240)
[    1.240142] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.240447] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    1.243072] devtmpfs: mounted
[    1.243835] Freeing init memory: 196K
[    1.498870] mmc1: host does not support reading read-only switch. assuming write-enable.
[    1.501129] mmc1: new high speed SDXC card at address 0007
[    1.502227] mmcblk1: mmc1:0007 SD128 116 GiB
[    1.508239]  mmcblk1: p1
[    1.614349] mmc2: card claims to support voltages below the defined range. These will be ignored.
[    1.616027] mmc2: new SDIO card at address 0001
[    2.413787] systemd-udevd[784]: starting version 204
[    3.255065] ads7846 spi1.0: touchscreen, irq 254
[    3.256011] input: touchscreen as /devices/platform/omap2_mcspi.1/spi_master/spi1/spi1.0/input/input5
[    3.474212] cfg80211: Calling CRDA to update world regulatory domain
[    3.905578] wl1251: using dedicated interrupt line
[    3.993041] ieee80211 phy0: Selected rate control algorithm 'pid'
[    3.993713] wl1251: loaded
[    3.994384] wl1251: initialized
[    4.152008] UDF-fs: warning (device mmcblk1): udf_load_vrs: No anchor found
[    4.152191] UDF-fs: Rescanning with blocksize 2048
[    4.176452] UDF-fs: warning (device mmcblk1): udf_load_vrs: No anchor found
[    4.176605] UDF-fs: warning (device mmcblk1): udf_fill_super: No partition found (1)
[    4.404602] ISOFS: Unable to identify CD-ROM format.
[    4.536285] FAT-fs (mmcblk1): invalid media value (0xb9)
[    4.536529] FAT-fs (mmcblk1): Can't find a valid FAT filesystem
[    4.697692] hfs: unable to find HFS+ superblock
[    4.910614] EXT3-fs (mmcblk1): error: can't find ext3 filesystem on dev mmcblk1.
[    4.979614] EXT2-fs (mmcblk1): error: can't find an ext2 filesystem on dev mmcblk1.
[    5.052551] EXT4-fs (mmcblk1): VFS: Can't find ext4 filesystem
[    5.141784] REISERFS warning (device mmcblk1): sh-2021 reiserfs_fill_super: can not find reiserfs on mmcblk1
[    5.459228] SGI XFS with security attributes, large block/inode numbers, no debug enabled
[    5.505920] cfg80211: World regulatory domain updated:
[    5.506164] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    5.506317] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    5.506530] cfg80211:     (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    5.506744] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[    5.506866] cfg80211:     (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[    5.507110] cfg80211:     (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[    5.507324] cfg80211:     (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[    5.510070] XFS (mmcblk1): bad magic number
[    5.510314] XFS (mmcblk1): SB validate failed
[    5.644226] fuse init (API version 7.17)
[    6.096618] EXT4-fs (mmcblk1p1): warning: maximal mount count reached, running e2fsck is recommended
[    6.359924] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: errors=remount-ro
[    8.431701] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    8.796600] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[   16.958618] NET: Registered protocol family 10
[   17.276092] Bluetooth: Core ver 2.16
[   17.278442] NET: Registered protocol family 31
[   17.278594] Bluetooth: HCI device and connection manager initialized
[   17.278808] Bluetooth: HCI socket layer initialized
[   17.278930] Bluetooth: L2CAP socket layer initialized
[   17.280578] Bluetooth: SCO socket layer initialized
[   17.312469] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   17.312713] Bluetooth: BNEP filters: protocol multicast
[   17.314666] Bluetooth: RFCOMM TTY layer initialized
[   17.314819] Bluetooth: RFCOMM socket layer initialized
[   17.315063] Bluetooth: RFCOMM ver 1.11
[   21.945739] wl1251: 154 tx blocks at 0x3b788, 35 rx blocks at 0x3a780
[   21.945892] wl1251: firmware booted (Rev 6.0.4.235)
[   22.009338] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   23.885467] systemd-logind[2438]: New seat seat0.
[   23.908081] systemd-logind[2438]: New session c1 of user lightdm.
[   23.908996] systemd-logind[2438]: Linked /tmp/.X11-unix/X0 to /run/user/111/X11-display.
[   29.235015] input: nub0 as /devices/platform/omap_i2c.3/i2c-3/3-0066/input/input6
[   29.543884] input: nub1 as /devices/platform/omap_i2c.3/i2c-3/3-0067/input/input7
[   54.044769] systemd-logind[2438]: New session c2 of user pandian.
[   54.045562] systemd-logind[2438]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display.
[   55.999176] wlan0: authenticate with d4:d7:48:0c:40:13 (try 1)
[   56.004180] wlan0: authenticated
[   56.155456] wlan0: associate with d4:d7:48:0c:40:13 (try 1)
[   56.163482] wlan0: RX AssocResp from d4:d7:48:0c:40:13 (capab=0x421 status=0 aid=2)
[   56.163513] wlan0: associated
[   56.180053] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   56.184204] cfg80211: Calling CRDA for country: GB
[   56.388549] cfg80211: Regulatory domain changed to country: GB
[   56.388702] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   56.388946] cfg80211:     (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   56.389160] cfg80211:     (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[   56.389404] cfg80211:     (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[   56.389617] cfg80211:     (5490000 KHz - 5710000 KHz @ 80000 KHz), (N/A, 2700 mBm)
[   56.389831] cfg80211:     (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
[   66.451599] wlan0: no IPv6 routers present
[  371.636383] wl1251: ERROR PS change taking too long: 80
[ 1290.750549] ASoC omap3pandora: can't set cpu system clock
[ 1290.750854] ASoC omap3pandora: can't set cpu system clock
[ 2365.490173] ------------[ cut here ]------------
[ 2365.490356] WARNING: at arch/arm/mach-omap2/pm34xx.c:285 prcm_interrupt_handler+0xf8/0x108()
[ 2365.490570] prcm: WARNING: PRCM indicated MPU wakeup but no wakeup sources are marked
[ 2365.490783] Modules linked in: bnep rfcomm bluetooth ipv6 binfmt_misc fuse xfs exportfs reiserfs nls_utf8 hfsplus isofs udf wl1251_sdio wl1251 mac80211 cfg80211 ads7846 hwmon
[ 2365.493316] [<c00198d4>] (unwind_backtrace+0x0/0xf8) from [<c003bec4>] (warn_slowpath_common+0x4c/0x64)
[ 2365.493560] [<c003bec4>] (warn_slowpath_common+0x4c/0x64) from [<c003bf70>] (warn_slowpath_fmt+0x30/0x40)
[ 2365.493804] [<c003bf70>] (warn_slowpath_fmt+0x30/0x40) from [<c0025a54>] (prcm_interrupt_handler+0xf8/0x108)
[ 2365.494049] [<c0025a54>] (prcm_interrupt_handler+0xf8/0x108) from [<c0073da4>] (handle_irq_event_percpu+0x50/0x194)
[ 2365.494293] [<c0073da4>] (handle_irq_event_percpu+0x50/0x194) from [<c0073f10>] (handle_irq_event+0x28/0x38)
[ 2365.494537] [<c0073f10>] (handle_irq_event+0x28/0x38) from [<c0075dd0>] (handle_level_irq+0x80/0xc4)
[ 2365.494689] [<c0075dd0>] (handle_level_irq+0x80/0xc4) from [<c0073738>] (generic_handle_irq+0x28/0x3c)
[ 2365.494934] [<c0073738>] (generic_handle_irq+0x28/0x3c) from [<c00145cc>] (handle_IRQ+0x30/0x84)
[ 2365.495147] [<c00145cc>] (handle_IRQ+0x30/0x84) from [<c00132b4>] (__irq_svc+0x34/0x78)
[ 2365.495391] [<c00132b4>] (__irq_svc+0x34/0x78) from [<c00266f0>] (omap3_enter_idle+0xb8/0x130)
[ 2365.495635] [<c00266f0>] (omap3_enter_idle+0xb8/0x130) from [<c0026830>] (omap3_enter_idle_bm+0xc8/0x174)
[ 2365.495788] [<c0026830>] (omap3_enter_idle_bm+0xc8/0x174) from [<c02b61b0>] (cpuidle_idle_call+0x94/0x124)
[ 2365.496032] [<c02b61b0>] (cpuidle_idle_call+0x94/0x124) from [<c00148b0>] (cpu_idle+0x60/0xac)
[ 2365.496246] [<c00148b0>] (cpu_idle+0x60/0xac) from [<c04f1718>] (start_kernel+0x280/0x2d0)
[ 2365.496490] ---[ end trace 0e3c04e1d33c4da4 ]---
[ 2365.620330] Bluetooth: HCI UART driver ver 2.2
[ 2365.620574] Bluetooth: HCI H4 protocol initialized
[ 2365.620697] Bluetooth: HCILL protocol initialized
[ 2366.633666] Bluetooth: hci0 command tx timeout
[ 2367.633789] Bluetooth: hci0 command tx timeout
[ 2368.633605] Bluetooth: hci0 command tx timeout
[ 2369.633728] Bluetooth: hci0 command tx timeout
[ 2370.633758] Bluetooth: hci0 command tx timeout
[ 2371.633514] Bluetooth: hci0 command tx timeout
[ 2372.633514] Bluetooth: hci0 command tx timeout
[ 2373.633514] Bluetooth: hci0 command tx timeout
[ 2374.633483] Bluetooth: hci0 command tx timeout
[ 2376.625671] Bluetooth: hci0 command tx timeout
[ 2377.625823] Bluetooth: hci0 command tx timeout
[ 2378.625823] Bluetooth: hci0 command tx timeout
[ 2379.625793] Bluetooth: hci0 command tx timeout
[ 2380.625640] Bluetooth: hci0 command tx timeout
[ 2381.625640] Bluetooth: hci0 command tx timeout
[ 2382.625610] Bluetooth: hci0 command tx timeout
[ 2383.625610] Bluetooth: hci0 command tx timeout
[ 2384.625610] Bluetooth: hci0 command tx timeout
[ 2385.625762] Bluetooth: hci0 command tx timeout
[ 5051.516601] wl1251: ERROR PS change taking too long: 68
[ 5565.891784] Bluetooth: hci0 command tx timeout
[ 5566.891540] Bluetooth: hci0 command tx timeout
[ 5567.891510] Bluetooth: hci0 command tx timeout
[ 5568.891448] Bluetooth: hci0 command tx timeout
[ 5569.891418] Bluetooth: hci0 command tx timeout
[ 5570.891387] Bluetooth: hci0 command tx timeout
[ 5571.891540] Bluetooth: hci0 command tx timeout
[ 5572.891326] Bluetooth: hci0 command tx timeout
[ 5573.891479] Bluetooth: hci0 command tx timeout
[ 5574.891235] Bluetooth: hci0 command tx timeout
[ 5657.435241] Bluetooth: hci0 command tx timeout
[ 5658.435241] Bluetooth: hci0 command tx timeout
[ 5659.435363] Bluetooth: hci0 command tx timeout
[ 5660.435302] Bluetooth: hci0 command tx timeout
[ 5661.435089] Bluetooth: hci0 command tx timeout
[ 5662.435119] Bluetooth: hci0 command tx timeout
[ 5663.435241] Bluetooth: hci0 command tx timeout
[ 5664.434997] Bluetooth: hci0 command tx timeout
[ 5665.434997] Bluetooth: hci0 command tx timeout
[ 5666.435150] Bluetooth: hci0 command tx timeout
[ 5898.567840] Bluetooth: hci0 command tx timeout
[ 5899.567657] Bluetooth: hci0 command tx timeout
[ 5900.567596] Bluetooth: hci0 command tx timeout
[ 5901.567779] Bluetooth: hci0 command tx timeout
[ 5902.567779] Bluetooth: hci0 command tx timeout
[ 5903.567535] Bluetooth: hci0 command tx timeout
[ 5904.567687] Bluetooth: hci0 command tx timeout
[ 5905.567657] Bluetooth: hci0 command tx timeout
[ 5906.567413] Bluetooth: hci0 command tx timeout
[ 5907.567565] Bluetooth: hci0 command tx timeout
[ 6518.368865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 6519.375793] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[ 6519.375976] sched: RT throttling activated
[ 6519.404449] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[ 6519.418182] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
[ 6519.430603] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[ 6519.430877] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 6519.431121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6519.431243] usb usb1: Product: OMAP-EHCI Host Controller
[ 6519.431457] usb usb1: Manufacturer: Linux 3.2.45 ehci_hcd
[ 6519.431579] usb usb1: SerialNumber: ehci-omap.0
[ 6519.436462] hub 1-0:1.0: USB hub found
[ 6519.436645] hub 1-0:1.0: 3 ports detected

 
 
Last edited by a moderator:
Ok so i put the first block into a bt1.sh file

and ran it at terminal

oot@pandian:/home/pandian# sh bt1.sh
sh: echo: I/O error
Wanted to write 4 bytes, could only write 0. Stop
Can't initialize device: Success
 

then did same for second block and now blueman recognises the adapter and i can name my device. However I can not see my BT keyboard or my phone so i seem to have got it partially working.

root@pandian:/home/pandian# sh bt2.sh
Warning: unknown command - "1"
 
 
Last edited by a moderator:
Back
Top