Hi All,
I wonder if anyone could help me with issue. I am currently working on custom board and developing Telit Modem Driver. The MODEM driver is only toggling GPIO line to turn Modem ON. When CDC-ACM Driver loads the port for the Modem when ON, I am getting error which relates to out of memory. As far as I know ICS is capable of Running on 256MB of RAM.
My Kernel Logs are here. Any help would be grateful on this. Its OMAP3530 processor.
Texas Instruments X-Loader 1.51 (Nov 17 2015 - 01:07:58)
Starting X-loader on MMC
Reading boot sector
462936 Bytes Read from MMC
Starting OS Bootloader from MMC...
Starting OS Bootloader...
U-Boot 2010.06 (Nov 17 2015 - 01:06:34)
OMAP34xx/35xx-GP ES2.1, CPU-OPP2 L3-165MHz
TOUCHSTAR HAWKIII Board + LPDDR/NAND
I2C: ready
DRAM: 256 MiB
NAND: 512 MiB
In: serial
Out: serial
Err: serial
Net: smc911x-0
Hit any key to stop autoboot: 5 4 3 2 1 0
mmc1 is available
reading uImage
3626584 bytes read
## Booting kernel from Legacy Image at 80000000 ...
Image Name: Linux-2.6.37
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3626520 Bytes = 3.5 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
[ 0.000000] Linux version 2.6.37 (ali@ubuntu) (gcc version 4.4.3 (GCC) ) #1 Tue Nov 17 02:32:19 PST 2015
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: TOUCHSTAR HAWKIII
[ 0.000000] Reserving 33554432 bytes SDRAM for VRAM
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
[ 0.000000] SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x10000
[ 0.000000] On node 0 totalpages: 57344
[ 0.000000] free_area_init_node: node 0, pgdat c0721d68, node_mem_map c07f1000
[ 0.000000] Normal zone: 512 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 56832 pages, LIFO batch:15
[ 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: 56832
[ 0.000000] Kernel command line: init=/init mem=256M noinitrd rw omap_vout.vid1_static_vrfb_alloc=y vram=32M omapfb.vram=0:16M rootdelay=1 rootwait root=/dev/mmcblk0p2 ip=off rootfstype=ext3 ethaddr=00:11:22:33:44:55 console=ttyO2,115200n8 androidboot.console=ttyO2
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Memory: 224MB = 224MB total
[ 0.000000] Memory: 218956k/218956k available, 43188k 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] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xd0800000 - 0xf8000000 ( 632 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .init : 0xc0008000 - 0xc0040000 ( 224 kB)
[ 0.000000] .text : 0xc0040000 - 0xc06d8000 (6752 kB)
[ 0.000000] .data : 0xc06d8000 - 0xc0727200 ( 317 kB)
[ 0.000000] NR_IRQS:409
[ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/400/800 MHz
[ 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] GPMC revision 5.0
[ 0.000000] Trying to install interrupt handler for IRQ402
[ 0.000000] Trying to install interrupt handler for IRQ403
[ 0.000000] Trying to install interrupt handler for IRQ404
[ 0.000000] Trying to install interrupt handler for IRQ405
[ 0.000000] Trying to install interrupt handler for IRQ406
[ 0.000000] Trying to install interrupt handler for IRQ407
[ 0.000000] Trying to install interrupt handler for IRQ408
[ 0.000000] Trying to install type control for IRQ409
[ 0.000000] Trying to set irq flags for IRQ409
[ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] Calibrating delay loop... 799.29 BogoMIPS (lpj=3121152)
[ 0.000000] pid_max: default: 32768 minimum: 301
[ 0.000000] Security Framework initialized
[ 0.000000] Mount-cache hash table entries: 512
[ 0.000000] CPU: Testing write buffer coherency: ok
[ 0.000000] regulator: core version 0.5
[ 0.000000] regulator: dummy:
[ 0.000000] NET: Registered protocol family 16
[ 0.000000] gpiochip_add: gpios 0..31 (gpio) Success to register
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] gpiochip_add: gpios 32..63 (gpio) Success to register
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] gpiochip_add: gpios 64..95 (gpio) Success to register
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] gpiochip_add: gpios 96..127 (gpio) Success to register
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] gpiochip_add: gpios 128..159 (gpio) Success to register
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] gpiochip_add: gpios 160..191 (gpio) Success to register
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] omap_mux_init: Add partition: #1: core, flags: 0
[ 0.000000] GPIO_129 set for Amplifier Enabled
[ 0.000000] GPIO_24 set for USB Reset
[ 0.000000] GPIO_138 set for IO_CS0
[ 0.000000] GPIO_136 set for IO_CS1
[ 0.000000] GPIO_137 set for ETH_RST
[ 0.000000] GPIO_29 set for ETH_IRQ
[ 0.000000] GPIO_28 set for nIO_IRQ
[ 0.000000] GPIO_26 set for WAKE_UP
[ 0.000000] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.000000] OMAP DMA hardware revision 5.0
[ 0.023010] bio: create slab <bio-0> at 0
[ 0.024169] regulator: vwl1271: 1800 mV
[ 0.025451] SCSI subsystem initialized
[ 0.026184] spi spi2.0: setup: speed 93750, sample leading edge, clk normal
[ 0.026397] spi spi2.1: setup: speed 12000000, sample leading edge, clk normal
[ 0.026641] IO Expander 1 spi2.1: setup: speed 12000000, sample leading edge, clk normal
[ 0.029144] gpiochip_add: gpios 212..227 (IO Expander 1) Success to register
[ 0.029418] spi spi2.2: setup: speed 12000000, sample leading edge, clk normal
[ 0.029632] IO Expander 2 spi2.2: setup: speed 12000000, sample leading edge, clk normal
[ 0.032196] gpiochip_add: gpios 228..243 (IO Expander 2) Success to register
[ 0.033935] usbcore: registered new interface driver usbfs
[ 0.034240] usbcore: registered new interface driver hub
[ 0.034454] usbcore: registered new device driver usb
[ 0.048950] omap_i2c omap_i2c.1: bus 1 rev4.0 at 2600 kHz
[ 0.051727] twl4030: PIH (irq 7) chaining IRQs 368..375
[ 0.051757] twl4030: power (irq 373) chaining IRQs 376..383
[ 0.052215] twl4030: gpio (irq 368) chaining IRQs 384..401
[ 0.052368] gpiochip_add: gpios 192..211 (twl4030) Success to register
[ 0.054718] regulator: VUSB1V5: 1500 mV normal standby
[ 0.055236] regulator: VUSB1V8: 1800 mV normal standby
[ 0.055755] regulator: VUSB3V1: 3100 mV normal standby
[ 0.058898] twl4030_usb twl4030_usb: Initialized TWL4030 USB module
[ 0.061004] regulator: VIO: 1800 mV normal standby
[ 0.061584] regulator: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby
[ 0.062194] regulator: VDAC: 1800 mV normal standby
[ 0.062774] regulator: VAUX2_4030: 2800 mV normal standby
[ 0.063323] regulator: VPLL2: 1800 mV normal standby
[ 0.063934] regulator: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
[ 0.064147] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
[ 0.072387] omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz
[ 0.073883] Advanced Linux Sound Architecture Driver Version 1.0.23.
[ 0.074554] Bluetooth: Core ver 2.15
[ 0.074737] NET: Registered protocol family 31
[ 0.074737] Bluetooth: HCI device and connection manager initialized
[ 0.074768] Bluetooth: HCI socket layer initialized
[ 0.075134] Switching to clocksource 32k_counter
[ 0.097198] musb-hdrc: version 6.0, otg (peripheral+host), debug=0
[ 0.097320] musb-hdrc musb-hdrc.0: dma type: dma-inventra
[ 0.097351] HS USB OTG: revision 0x40, sysconfig 0x2001, sysstatus 0x1, intrfsel 0x1, simenable 0x0
[ 0.097412] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[ 0.097412] musb-hdrc: MHDRC RTL version 1.800
[ 0.097412] musb-hdrc: setup fifo_mode 4
[ 0.097442] musb-hdrc: 28/31 max ep, 16384/16384 memory
[ 0.097625] musb-hdrc musb-hdrc.0: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
[ 0.097656] Registered /proc/driver/musb_hdrc.0
[ 0.098083] NET: Registered protocol family 2
[ 0.098266] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.098602] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.098815] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.098907] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.098907] TCP reno registered
[ 0.098937] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.098937] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.099121] NET: Registered protocol family 1
[ 0.099426] RPC: Registered udp transport module.
[ 0.099426] RPC: Registered tcp transport module.
[ 0.099426] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.099609] NetWinder Floating Point Emulator V0.97 (double precision)
[ 0.100860] omap-iommu omap-iommu.0: isp registered
[ 0.223571] ashmem: initialized
[ 0.224029] VFS: Disk quotas dquot_6.5.2
[ 0.224090] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.225250] JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.225769] yaffs: yaffs built Nov 17 2015 02:28:14 Installing.
[ 0.225830] msgmni has been set to 427
[ 0.226928] io scheduler noop registered
[ 0.226928] io scheduler deadline registered
[ 0.227050] io scheduler cfq registered (default)
[ 0.286376] OMAP DSS rev 2.0
[ 0.286437] OMAP DISPC rev 3.0
[ 0.286468] OMAP VENC rev 2
[ 0.286743] OMAP DSI rev 1.0
[ 0.462921] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.464538] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
[ 0.464843] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
[ 0.465148] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
[ 1.348937] console [ttyO2] enabled
[ 1.352905] omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
[ 1.369323] brd: module loaded
[ 1.376922] loop: module loaded
[ 1.382629] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.389404] omap2-nand driver initializing
[ 1.394073] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xbc (Micron )
[ 1.401031] Creating 5 MTD partitions on "omap2-nand.0":
[ 1.406616] 0x000000000000-0x000000080000 : "X-Loader-NAND"
[ 1.414123] 0x000000080000-0x0000001c0000 : "U-Boot-NAND"
[ 1.421569] 0x0000001c0000-0x000000280000 : "Boot Env-NAND"
[ 1.428955] 0x000000280000-0x000000780000 : "Kernel-NAND"
[ 1.437957] 0x000000780000-0x000020000000 : "File System - NAND"
[ 1.653625] OneNAND driver initializing
[ 1.659027] smsc911x: Driver version 2008-10-21.
[ 1.665252] smsc911x-mdio: probed
[ 1.668853] eth0: attached PHY driver [SMSC LAN8700] (mii_bus:phy_addr=ffffffff:01, irq=-1)
[ 1.677856] net eth0: MAC Address: 42:99:c2:a1:92:1c
[ 1.683410] usbcore: registered new interface driver asix
[ 1.689270] usbcore: registered new interface driver cdc_ether
[ 1.695526] usbcore: registered new interface driver net1080
[ 1.701629] usbcore: registered new interface driver cdc_subset
[ 1.707977] usbcore: registered new interface driver zaurus
[ 1.713958] usbcore: registered new interface driver zd1201
[ 1.719818] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.726745] ehci-omap.0 supply hsusb0 not found, using dummy regulator
[ 2.739318] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[ 2.745300] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[ 2.753265] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
[ 2.770660] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[ 2.776733] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.783874] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.791442] usb usb1: Product: OMAP-EHCI Host Controller
[ 2.797027] usb usb1: Manufacturer: Linux 2.6.37 ehci_hcd
[ 2.802703] usb usb1: SerialNumber: ehci-omap.0
[ 2.808258] hub 1-0:1.0: USB hub found
[ 2.812225] hub 1-0:1.0: 3 ports detected
[ 2.841339] usbcore: registered new interface driver cdc_acm
[ 2.847259] cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.856201] Initializing USB Mass Storage driver...
[ 2.861541] usbcore: registered new interface driver usb-storage
[ 2.867858] USB Mass Storage support registered.
[ 2.873046] usbcore: registered new interface driver usbserial
[ 2.879150] usbserial: USB Serial Driver core
[ 2.883880] USB Serial support registered for EXAR USB serial port
[ 2.890533] usbcore: registered new interface driver xr_usb_serial
[ 2.897003] Exar USB UART (serial port) driver: 1A
[ 2.902191] usbcore: registered new interface driver usbtest
[ 2.908142] android init
[ 2.910827] android_probe pdata: c06e8680
[ 2.915222] android_bind
[ 2.917877] android_bind_config
[ 2.921722] android_usb gadget: android_usb ready
[ 2.926666] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
[ 2.932281] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 2
[ 2.940124] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.947265] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.954833] usb usb2: Product: MUSB HDRC host driver
[ 2.960052] usb usb2: Manufacturer: Linux 2.6.37 musb-hcd
[ 2.965698] usb usb2: SerialNumber: musb-hdrc.0
[ 2.971130] hub 2-0:1.0: USB hub found
[ 2.975097] hub 2-0:1.0: 1 port detected
[ 2.979827] f_adb init
[ 2.982330] android_register_function adb
[ 2.986511] f_mass_storage init
[ 2.990020] android_register_function usb_mass_storage
[ 2.995391] adb_bind_config
[ 2.999023] android_usb gadget: invalid number of LUNs: 0
[ 3.005157] mice: PS/2 mouse device common for all mice
[ 3.011413] ads7846 spi2.0: setup: speed 93750, sample leading edge, clk normal
[ 3.019836] ads7846 spi2.0: touchscreen, irq 187
[ 3.026062] input: ADS7846 Touchscreen as /devices/platform/omap2_mcspi.2/spi2.0/input/input0
[ 3.036468] input: twl4030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl4030_pwrbutton/input/input1
[ 3.049468] using rtc device, twl_rtc, for alarms
[ 3.054290] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[ 3.062957] i2c /dev entries driver
[ 3.067840] Linux media interface: v0.10
[ 3.072082] Linux video capture interface: v2.00
[ 3.077087] OmniVision ov3640 sensor driver, at your service
[ 3.083312] omap3isp supply VDD_CSIPHY1 not found, using dummy regulator
[ 3.090362] omap3isp supply VDD_CSIPHY2 not found, using dummy regulator
[ 3.097534] omap3isp omap3isp: Revision 15.0 found
[ 3.102600] omap-iommu omap-iommu.0: isp: version 1.1
[ 3.108032] omap3isp omap3isp: hist: DMA channel = 2
[ 3.117919] omap3isp omap3isp: isp_set_xclk(): cam_xclka set to 24685714 Hz
[ 3.222961] ov3640 3-003c: ov3640 chip version 0x4c detected
[ 3.228912] omap3isp omap3isp: isp_set_xclk(): cam_xclka set to 0 Hz
[ 3.236053] usbcore: registered new interface driver uvcvideo
[ 3.242095] USB Video Class driver (v1.0.0)
[ 3.247161] usb 1-1: new high speed USB device using ehci-omap and address 2
[ 3.267028] bq20z75-battery 3-000b: bq20z75: battery gas gauge device registered
[ 3.275695] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
[ 3.282531] device-mapper: uevent: version 1.0.3
[ 3.287933] device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel@redhat.com
[ 3.296875] Bluetooth: HCI UART driver ver 2.2
[ 3.301513] Bluetooth: HCI H4 protocol initialized
[ 3.306549] Bluetooth: HCILL protocol initialized
[ 3.311492] Bluetooth: Bluetooth Driver for TI WiLink - Version 1.0
[ 3.318511] cpuidle: using governor ladder
[ 3.322814] cpuidle: using governor menu
[ 3.331787] mmci-omap-hs.1 supply vmmc_aux not found, using dummy regulator
[ 3.341094] usbcore: registered new interface driver usbhid
[ 3.346923] usbhid: USB HID core driver
[ 3.351959] logger: created 64K log 'log_main'
[ 3.356933] logger: created 256K log 'log_events'
[ 3.362121] logger: created 64K log 'log_radio'
[ 3.367187] logger: created 64K log 'log_system'
[ 3.373138] usbcore: registered new interface driver snd-usb-audio
[ 3.380889] OMAP3 EVM SoC init
[ 3.415679] usb 1-1: New USB device found, idVendor=0424, idProduct=2514
[ 3.422729] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.437316] hub 1-1:1.0: USB hub found
[ 3.443359] hub 1-1:1.0: 4 ports detected
[ 3.461517] asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
[ 3.469299] ALSA device list:
[ 3.472412] #0: omap3evm
[ 3.475280] oprofile: hardware counters not available
[ 3.480560] oprofile: using timer interrupt.
[ 3.485198] nf_conntrack version 0.5.0 (3421 buckets, 13684 max)
[ 3.491882] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.497589] TCP cubic registered
[ 3.500976] Initializing XFRM netlink socket
[ 3.505767] NET: Registered protocol family 10
[ 3.511077] IPv6 over IPv4 tunneling driver
[ 3.516418] NET: Registered protocol family 17
[ 3.521148] NET: Registered protocol family 15
[ 3.525909] Bluetooth: L2CAP ver 2.15
[ 3.529754] Bluetooth: L2CAP socket layer initialized
[ 3.535064] Bluetooth: SCO (Voice Link) ver 0.6
[ 3.539825] Bluetooth: SCO socket layer initialized
[ 3.545013] Bluetooth: RFCOMM TTY layer initialized
[ 3.550140] Bluetooth: RFCOMM socket layer initialized
[ 3.555541] Bluetooth: RFCOMM ver 1.11
[ 3.559448] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 3.565032] Bluetooth: BNEP filters: protocol multicast
[ 3.570495] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 3.577117] Registering the dns_resolver key type
[ 3.582092] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 3.590454] ThumbEE CPU extension supported.
[ 3.601013] Power Management for TI OMAP3.
[ 3.608337] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
[ 3.616607] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
[ 3.627014] SmartReflex Class3 initialized
[ 3.634674] clock: disabling unused clocks to save power
[ 3.641113] platform iva.0: omap_voltage_scale: Already at the requestedrate 800000000
[ 3.649383] platform mpu.0: omap_voltage_scale: Already at the requestedrate 1000000000
[ 3.747436] mmc0: new high speed SDHC card at address aaaa
[ 3.754486] mmcblk0: mmc0:aaaa SU04G 3.69 GiB
[ 3.764526] mmcblk0: p1 p2 p3
[ 3.839080] hawkIII-backlight display0: Enable LCD Set High
[ 3.844848] hawkIII-backlight display0: Cradle USB Enable
[ 3.850524] hawkIII-backlight display0: GPS Power Enable Set Low
[ 3.857025] hawkIII-backlight display0: QUART Set Low
[ 3.862304] hawkIII-backlight display0: 3_3 Volts Set High
[ 3.868072] hawkIII-backlight display0: 5V Power Enable
[ 3.873809] usb 1-1.1: new high speed USB device using ehci-omap and address 3
[ 3.881988] drivers/usb/telit/telit.c: Initialize Telit Module HE910
[ 3.888641] drivers/usb/telit/telit.c: Powering HE910 On
[ 4.395965] drivers/usb/telit/telit.c: MODEM_PWMON
[ 4.400970] drivers/usb/telit/telit.c: MODEM_ON_OFF_LOW
[ 4.408508] drivers/usb/telit/telit.c: MODEM_POWER_ON_DELAY
[ 4.505554] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2660
[ 4.512695] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.521392] hub 1-1.1:1.0: USB hub found
[ 4.525695] hub 1-1.1:1.0: 3 ports detected
[ 4.770904] usb 1-1.3: new full speed USB device using ehci-omap and address 4
[ 4.897430] usb 1-1.3: New USB device found, idVendor=04e2, idProduct=1414
[ 4.904632] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.913299] cdc_acm 1-1.3:1.0: This device cannot do calls on its own. It is not a modem.
[ 4.922027] cdc_acm 1-1.3:1.0: ttyACM0: USB ACM device
[ 4.928985] cdc_acm 1-1.3:1.2: This device cannot do calls on its own. It is not a modem.
[ 4.937744] cdc_acm 1-1.3:1.2: ttyACM1: USB ACM device
[ 4.944854] cdc_acm 1-1.3:1.4: This device cannot do calls on its own. It is not a modem.
[ 4.953613] cdc_acm 1-1.3:1.4: ttyACM2: USB ACM device
[ 4.960754] cdc_acm 1-1.3:1.6: This device cannot do calls on its own. It is not a modem.
[ 4.969512] cdc_acm 1-1.3:1.6: ttyACM3: USB ACM device
[ 5.216278] usb 1-1.2: new high speed USB device using ehci-omap and address 5
[ 5.342529] usb 1-1.2: config 1 interface 0 altsetting 0 endpoint 0x81 has an invalid bInterval 255, changing to 11
[ 5.353424] usb 1-1.2: New USB device found, idVendor=058b, idProduct=0041
[ 5.360626] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.369354] cdc_acm 1-1.2:1.0: This device cannot do calls on its own. It is not a modem.
[ 5.378448] cdc_acm 1-1.2:1.0: ttyACM4: USB ACM device
[ 7.677154] usb 1-1.1.1: new high speed USB device using ehci-omap and address 6
[ 7.808502] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=4040
[ 7.815856] usb 1-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 7.823669] usb 1-1.1.1: Product: Ultra Fast Media Reader
[ 7.829315] usb 1-1.1.1: Manufacturer: Generic
[ 7.833953] usb 1-1.1.1: SerialNumber: 000008264001
[ 7.840179] scsi0 : usb-storage 1-1.1.1:1.0
[ 7.846008] usb 1-1.2: USB disconnect, address 5
[ 8.842346] scsi 0:0:0:0: Direct-Access Generic Ultra HS-COMBO 1.98 PQ: 0 ANSI: 0
[ 8.851684] scsi 0:0:0:1: Direct-Access Generic Ultra HS-SD/MMC2 1.98 PQ: 0 ANSI: 0
[ 8.865173] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 8.871887] sd 0:0:0:1: [sdb] Attached SCSI removable disk
[ 8.888000] usb 1-1.2: new high speed USB device using ehci-omap and address 7
[ 9.019348] usb 1-1.2: New USB device found, idVendor=1bc7, idProduct=0021
[ 9.026519] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 9.034179] usb 1-1.2: Product: Telit Wireless Module
[ 9.039459] usb 1-1.2: Manufacturer: Telit wireless solutions
[ 9.045440] usb 1-1.2: SerialNumber: 359658044406926
[ 9.070373] cdc_acm 1-1.2:1.0: This device cannot do calls on its own. It is not a modem.
[ 9.079315] cdc_acm 1-1.2:1.0: ttyACM4: USB ACM device
[ 9.088317] cdc_acm 1-1.2:1.2: This device cannot do calls on its own. It is not a modem.
[ 9.097442] cdc_acm 1-1.2:1.2: ttyACM5: USB ACM device
[ 9.106445] cdc_acm 1-1.2:1.4: This device cannot do calls on its own. It is not a modem.
[ 9.115600] cdc_acm 1-1.2:1.4: ttyACM6: USB ACM device
[ 9.124084] cdc_acm 1-1.2:1.6: This device cannot do calls on its own. It is not a modem.
[ 9.133270] cdc_acm 1-1.2:1.6: ttyACM7: USB ACM device
[ 9.142059] cdc_acm 1-1.2:1.8: This device cannot do calls on its own. It is not a modem.
[ 9.151275] cdc_acm 1-1.2:1.8: ttyACM8: USB ACM device
[ 9.160095] cdc_acm 1-1.2:1.10: This device cannot do calls on its own. It is not a modem.
[ 9.169281] cdc_acm: probe of 1-1.2:1.10 failed with error -12
[ 9.177703] cdc_acm 1-1.2:1.12: This device cannot do calls on its own. It is not a modem.
[ 9.186859] cdc_acm: probe of 1-1.2:1.12 failed with error -12
[ 9.419067] drivers/usb/telit/telit.c: MODEM_ON_OFF_HIGH
[ 9.424652] drivers/usb/telit/telit.c: Performing HW unconditional shutdown
[ 9.431915] drivers/usb/telit/telit.c: HW_SHUTDOWN_LOW
[ 9.437316] drivers/usb/telit/telit.c: HW_SHUTDOWN_DELAY
[ 9.653442] drivers/usb/telit/telit.c: HW_SHUTDOWN_HIGH
[ 9.658905] drivers/usb/telit/telit.c: POWER_MONITOR
[ 9.664093] drivers/usb/telit/telit.c: Powering HE910 On
[ 10.170562] drivers/usb/telit/telit.c: MODEM_PWMON
[ 10.175537] drivers/usb/telit/telit.c: MODEM_ON_OFF_LOW
[ 10.181243] drivers/usb/telit/telit.c: MODEM_POWER_ON_DELAY
[ 10.187377] usb 1-1.2: USB disconnect, address 7
[ 11.192840] usb 1-1.2: new high speed USB device using ehci-omap and address 8
[ 11.319213] usb 1-1.2: config 1 interface 0 altsetting 0 endpoint 0x81 has an invalid bInterval 255, changing to 11
[ 11.330108] usb 1-1.2: New USB device found, idVendor=058b, idProduct=0041
[ 11.337310] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 11.346191] cdc_acm 1-1.2:1.0: This device cannot do calls on its own. It is not a modem.
[ 11.355133] cdc_acm 1-1.2:1.0: ttyACM4: USB ACM device
[ 12.744842] usb 1-1.2: USB disconnect, address 8
[ 13.755310] usb 1-1.2: new high speed USB device using ehci-omap and address 9
[ 13.886535] usb 1-1.2: New USB device found, idVendor=1bc7, idProduct=0021
[ 13.893737] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 13.901367] usb 1-1.2: Product: Telit Wireless Module
[ 13.906616] usb 1-1.2: Manufacturer: Telit wireless solutions
[ 13.912597] usb 1-1.2: SerialNumber: 359658044406926
[ 13.939147] cdc_acm 1-1.2:1.0: This device cannot do calls on its own. It is not a modem.
[ 13.948089] cdc_acm 1-1.2:1.0: ttyACM4: USB ACM device
[ 13.957397] cdc_acm 1-1.2:1.2: This device cannot do calls on its own. It is not a modem.
[ 13.966339] cdc_acm 1-1.2:1.2: ttyACM5: USB ACM device
[ 13.974853] cdc_acm 1-1.2:1.4: This device cannot do calls on its own. It is not a modem.
[ 13.983825] cdc_acm 1-1.2:1.4: ttyACM6: USB ACM device
[ 13.998870] cdc_acm 1-1.2:1.6: This device cannot do calls on its own. It is not a modem.
[ 14.007873] cdc_acm 1-1.2:1.6: ttyACM7: USB ACM device
[ 14.017272] cdc_acm 1-1.2:1.8: This device cannot do calls on its own. It is not a modem.
[ 14.026306] cdc_acm 1-1.2:1.8: ttyACM8: USB ACM device
[ 14.034759] cdc_acm 1-1.2:1.10: This device cannot do calls on its own. It is not a modem.
[ 14.043945] cdc_acm: probe of 1-1.2:1.10 failed with error -12
[ 14.052398] cdc_acm 1-1.2:1.12: This device cannot do calls on its own. It is not a modem.
[ 14.061584] cdc_acm: probe of 1-1.2:1.12 failed with error -12
[ 15.192565] drivers/usb/telit/telit.c: MODEM_ON_OFF_HIGH
[ 15.198150] drivers/usb/telit/telit.c: Performing HW unconditional shutdown
[ 15.205413] drivers/usb/telit/telit.c: HW_SHUTDOWN_LOW
[ 15.210815] drivers/usb/telit/telit.c: HW_SHUTDOWN_DELAY
[ 15.304809] usb 1-1.2: USB disconnect, address 9
[ 15.426879] drivers/usb/telit/telit.c: HW_SHUTDOWN_HIGH
[ 15.432403] drivers/usb/telit/telit.c: POWER_MONITOR
[ 15.437652] drivers/usb/telit/telit.c: Powering HE910 On
[ 15.943847] drivers/usb/telit/telit.c: MODEM_PWMON
[ 15.948822] drivers/usb/telit/telit.c: MODEM_ON_OFF_LOW
[ 15.954315] drivers/usb/telit/telit.c: MODEM_POWER_ON_DELAY
[ 16.825683] usb 1-1.2: new high speed USB device using ehci-omap and address 10
[ 16.952026] usb 1-1.2: config 1 interface 0 altsetting 0 endpoint 0x81 has an invalid bInterval 255, changing to 11
[ 16.962921] usb 1-1.2: New USB device found, idVendor=058b, idProduct=0041
[ 16.970092] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 16.978973] cdc_acm 1-1.2:1.0: This device cannot do calls on its own. It is not a modem.
[ 16.987915] cdc_acm 1-1.2:1.0: ttyACM4: USB ACM device
[ 18.376770] usb 1-1.2: USB disconnect, address 10
[ 19.380249] usb 1-1.2: new high speed USB device using ehci-omap and address 11
[ 19.511474] usb 1-1.2: New USB device found, idVendor=1bc7, idProduct=0021
[ 19.518676] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 19.526275] usb 1-1.2: Product: Telit Wireless Module
[ 19.531555] usb 1-1.2: Manufacturer: Telit wireless solutions
[ 19.537536] usb 1-1.2: SerialNumber: 359658044406926
[ 19.563720] cdc_acm 1-1.2:1.0: This device cannot do calls on its own. It is not a modem.
[ 19.572662] cdc_acm 1-1.2:1.0: ttyACM4: USB ACM device
[ 19.581695] cdc_acm 1-1.2:1.2: This device cannot do calls on its own. It is not a modem.
[ 19.590667] cdc_acm 1-1.2:1.2: ttyACM5: USB ACM device
[ 19.600708] cdc_acm 1-1.2:1.4: This device cannot do calls on its own. It is not a modem.
[ 19.609649] cdc_acm 1-1.2:1.4: ttyACM6: USB ACM device
[ 19.618438] cdc_acm 1-1.2:1.6: This device cannot do calls on its own. It is not a modem.
[ 19.627441] cdc_acm 1-1.2:1.6: ttyACM7: USB ACM device
[ 19.636932] cdc_acm 1-1.2:1.8: This device cannot do calls on its own. It is not a modem.
[ 19.645965] cdc_acm 1-1.2:1.8: ttyACM8: USB ACM device
[ 19.654693] cdc_acm 1-1.2:1.10: This device cannot do calls on its own. It is not a modem.
[ 19.663879] cdc_acm: probe of 1-1.2:1.10 failed with error -12
[ 19.672210] cdc_acm 1-1.2:1.12: This device cannot do calls on its own. It is not a modem.
[ 19.681365] cdc_acm: probe of 1-1.2:1.12 failed with error -12
[ 20.966094] drivers/usb/telit/telit.c: MODEM_ON_OFF_HIGH
[ 20.971679] drivers/usb/telit/telit.c: Performing HW unconditional shutdown
[ 20.978942] drivers/usb/telit/telit.c: HW_SHUTDOWN_LOW
[ 20.984313] drivers/usb/telit/telit.c: HW_SHUTDOWN_DELAY
[ 21.192718] usb 1-1.2: USB disconnect, address 11
[ 21.200347] drivers/usb/telit/telit.c: HW_SHUTDOWN_HIGH
[ 21.206390] drivers/usb/telit/telit.c: POWER_MONITOR
[ 21.211639] drivers/usb/telit/telit.c: Powering HE910 On
[ 21.719207] drivers/usb/telit/telit.c: MODEM_PWMON
[ 21.724334] drivers/usb/telit/telit.c: MODEM_ON_OFF_LOW
[ 21.731231] drivers/usb/telit/telit.c: MODEM_POWER_ON_DELAY
[ 22.708435] usb 1-1.2: new high speed USB device using ehci-omap and address 12
[ 22.834808] usb 1-1.2: config 1 interface 0 altsetting 0 endpoint 0x81 has an invalid bInterval 255, changing to 11
[ 22.845703] usb 1-1.2: New USB device found, idVendor=058b, idProduct=0041
[ 22.852905] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 22.861785] cdc_acm 1-1.2:1.0: This device cannot do calls on its own. It is not a modem.
[ 22.870727] cdc_acm 1-1.2:1.0: ttyACM4: USB ACM device
[ 24.264678] usb 1-1.2: USB disconnect, address 12
[ 25.270904] usb 1-1.2: new high speed USB device using ehci-omap and address 13
[ 25.402282] usb 1-1.2: New USB device found, idVendor=1bc7, idProduct=0021
[ 25.409454] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 25.417083] usb 1-1.2: Product: Telit Wireless Module
[ 25.422363] usb 1-1.2: Manufacturer: Telit wireless solutions
[ 25.428344] usb 1-1.2: SerialNumber: 359658044406926
[ 25.455017] cdc_acm 1-1.2:1.0: This device cannot do calls on its own. It is not a modem.
[ 25.463958] cdc_acm 1-1.2:1.0: ttyACM4: USB ACM device
[ 25.473602] cdc_acm 1-1.2:1.2: This device cannot do calls on its own. It is not a modem.
[ 25.482604] cdc_acm 1-1.2:1.2: ttyACM5: USB ACM device
[ 25.491729] cdc_acm 1-1.2:1.4: This device cannot do calls on its own. It is not a modem.
[ 25.500701] cdc_acm 1-1.2:1.4: ttyACM6: USB ACM device
[ 25.515869] cdc_acm 1-1.2:1.6: This device cannot do calls on its own. It is not a modem.
[ 25.524871] cdc_acm 1-1.2:1.6: ttyACM7: USB ACM device
[ 25.533874] cdc_acm 1-1.2:1.8: This device cannot do calls on its own. It is not a modem.
[ 25.542877] cdc_acm 1-1.2:1.8: ttyACM8: USB ACM device
[ 25.551910] cdc_acm 1-1.2:1.10: This device cannot do calls on its own. It is not a modem.
[ 25.561065] cdc_acm: probe of 1-1.2:1.10 failed with error -12
[ 25.569641] cdc_acm 1-1.2:1.12: This device cannot do calls on its own. It is not a modem.
[ 25.578796] cdc_acm: probe of 1-1.2:1.12 failed with error -12
[ 26.739410] drivers/usb/telit/telit.c: MODEM_ON_OFF_HIGH
[ 26.744995] drivers/usb/telit/telit.c: Performing HW unconditional shutdown
[ 26.752258] drivers/usb/telit/telit.c: HW_SHUTDOWN_LOW
[ 26.757629] drivers/usb/telit/telit.c: HW_SHUTDOWN_DELAY
[ 26.824645] usb 1-1.2: USB disconnect, address 13
[ 26.973785] drivers/usb/telit/telit.c: HW_SHUTDOWN_HIGH
[ 26.979278] drivers/usb/telit/telit.c: POWER_MONITOR
[ 26.984466] drivers/usb/telit/telit.c: Powering HE910 On
[ 27.490722] drivers/usb/telit/telit.c: MODEM_PWMON
[ 27.495697] drivers/usb/telit/telit.c: MODEM_ON_OFF_LOW
[ 27.501220] drivers/usb/telit/telit.c: MODEM_POWER_ON_DELAY
[ 28.341247] usb 1-1.2: new high speed USB device using ehci-omap and address 14
[ 28.467620] usb 1-1.2: config 1 interface 0 altsetting 0 endpoint 0x81 has an invalid bInterval 255, changing to 11
[ 28.478515] usb 1-1.2: New USB device found, idVendor=058b, idProduct=0041
[ 28.485687] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 28.494445] cdc_acm 1-1.2:1.0: This device cannot do calls on its own. It is not a modem.
[ 28.503387] cdc_acm 1-1.2:1.0: ttyACM4: USB ACM device
[ 29.896606] usb 1-1.2: USB disconnect, address 14
[ 30.903747] usb 1-1.2: new high speed USB device using ehci-omap and address 15
[ 31.035064] usb 1-1.2: New USB device found, idVendor=1bc7, idProduct=0021
[ 31.042236] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 31.049896] usb 1-1.2: Product: Telit Wireless Module
[ 31.055145] usb 1-1.2: Manufacturer: Telit wireless solutions
[ 31.061157] usb 1-1.2: SerialNumber: 359658044406926
[ 31.087799] cdc_acm 1-1.2:1.0: This device cannot do calls on its own. It is not a modem.
[ 31.096740] cdc_acm 1-1.2:1.0: ttyACM4: USB ACM device
[ 31.106292] cdc_acm 1-1.2:1.2: This device cannot do calls on its own. It is not a modem.
[ 31.115234] cdc_acm 1-1.2:1.2: ttyACM5: USB ACM device
[ 31.124023] cdc_acm 1-1.2:1.4: This device cannot do calls on its own. It is not a modem.
[ 31.133026] cdc_acm 1-1.2:1.4: ttyACM6: USB ACM device
[ 31.148040] cdc_acm 1-1.2:1.6: This device cannot do calls on its own. It is not a modem.
[ 31.157012] cdc_acm 1-1.2:1.6: ttyACM7: USB ACM device
[ 31.166534] cdc_acm 1-1.2:1.8: This device cannot do calls on its own. It is not a modem.
[ 31.175537] cdc_acm 1-1.2:1.8: ttyACM8: USB ACM device
[ 31.184783] cdc_acm 1-1.2:1.10: This device cannot do calls on its own. It is not a modem.
[ 31.193969] cdc_acm: probe of 1-1.2:1.10 failed with error -12
[ 31.202545] cdc_acm 1-1.2:1.12: This device cannot do calls on its own. It is not a modem.
[ 31.211730] cdc_acm: probe of 1-1.2:1.12 failed with error -12
[ 32.512847] drivers/usb/telit/telit.c: MODEM_ON_OFF_HIGH
[ 32.518432] drivers/usb/telit/telit.c: Performing HW unconditional shutdown
[ 32.525695] drivers/usb/telit/telit.c: HW_SHUTDOWN_LOW
[ 32.531066] drivers/usb/telit/telit.c: HW_SHUTDOWN_DELAY
[ 32.712585] usb 1-1.2: USB disconnect, address 15
[ 32.747283] drivers/usb/telit/telit.c: HW_SHUTDOWN_HIGH
[ 32.752746] drivers/usb/telit/telit.c: POWER_MONITOR
[ 32.757934] drivers/usb/telit/telit.c: Powering HE910 On
[ 33.264221] drivers/usb/telit/telit.c: MODEM_PWMON
[ 33.269195] drivers/usb/telit/telit.c: MODEM_ON_OFF_LOW
[ 33.274810] drivers/usb/telit/telit.c: MODEM_POWER_ON_DELAY
[ 34.231903] usb 1-1.2: new high speed USB device using ehci-omap and address 16
[ 34.358276] usb 1-1.2: config 1 interface 0 altsetting 0 endpoint 0x81 has an invalid bInterval 255, changing to 11
[ 34.369171] usb 1-1.2: New USB device found, idVendor=058b, idProduct=0041
[ 34.376373] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 34.385131] cdc_acm 1-1.2:1.0: This device cannot do calls on its own. It is not a modem.
[ 34.394073] cdc_acm 1-1.2:1.0: ttyACM4: USB ACM device
This cycle is repeating all the Time