webdirector Posted February 13, 2013 Share Posted February 13, 2013 (edited) Hello, I am having problems to setup my 3 G Modem ( Huawei E173 ) I am running Mark IV 2.7.7 Thi is my log : 00:01:46 Pineapple daemon.info dnsmasq-dhcp[1100]: DHCPREQUEST(br-lan) 172.16.42.163 00:19:d2:29:c3:17 00:01:46 Pineapple daemon.info dnsmasq-dhcp[1100]: DHCPOFFER(br-lan) 172.16.42.163 00:19:d2:29:c3:17 00:01:46 Pineapple daemon.info dnsmasq-dhcp[1100]: DHCPDISCOVER(br-lan) 172.16.42.163 00:19:d2:29:c3:17 00:01:46 Pineapple daemon.info dnsmasq-dhcp[1100]: DHCPACK(br-lan) 172.16.42.163 00:19:d2:29:c3:17 bt 00:01:42 Pineapple daemon.info hostapd: wlan0: STA 00:19:d2:29:c3:17 IEEE 802.11: authenticated 00:01:42 Pineapple daemon.info hostapd: wlan0: STA 00:19:d2:29:c3:17 IEEE 802.11: associated (aid 1) 00:01:27 Pineapple kern.info kernel: [ 87.890000] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) 00:01:26 Pineapple user.notice usb-modeswitch: 1-1:1.6: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:01:26 Pineapple user.notice usb-modeswitch: 1-1:1.5: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:01:26 Pineapple user.notice usb-modeswitch: 1-1:1.4: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:01:26 Pineapple user.notice usb-modeswitch: 1-1:1.3: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:01:26 Pineapple user.notice usb-modeswitch: 1-1:1.2: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:01:25 Pineapple user.notice usb-modeswitch: 1-1:1.1: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:01:25 Pineapple user.notice usb-modeswitch: 1-1:1.0: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:01:23 Pineapple user.notice usb-modeswitch: 1-1:1.6: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:01:23 Pineapple user.notice usb-modeswitch: 1-1:1.5: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:01:23 Pineapple user.notice usb-modeswitch: 1-1:1.4: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:01:23 Pineapple user.notice usb-modeswitch: 1-1:1.3: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:01:23 Pineapple user.notice usb-modeswitch: 1-1:1.2: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:01:23 Pineapple user.notice usb-modeswitch: 1-1:1.1: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:01:23 Pineapple user.notice usb-modeswitch: 1-1:1.0: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:01:21 Pineapple kern.info kernel: [ 81.200000] Adding 2097148k swap on /dev/sda2. Priority:-1 extents:1 across:2097148k 00:01:20 Pineapple kern.notice kernel: [ 80.810000] sd 13:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 00:01:20 Pineapple kern.notice kernel: [ 80.790000] sd 13:0:0:0: [sda] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) 00:01:20 Pineapple kern.info kernel: [ 80.890000] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) 00:01:20 Pineapple kern.info kernel: [ 80.880000] EXT4-fs (sda1): recovery complete 00:01:20 Pineapple kern.info kernel: [ 80.830000] sda: sda1 sda2 00:01:12 Pineapple user.notice usb-modeswitch: 1-1:1.1: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:01:05 Pineapple user.info sysinit: setting up led WLAN 00:01:05 Pineapple user.info sysinit: setting up led WAN 00:01:05 Pineapple user.info sysinit: setting up led USB 00:01:05 Pineapple user.info sysinit: setting up led LAN 00:01:05 Pineapple user.info sysinit: Selected interface 'wlan0' 00:01:05 Pineapple user.info sysini my 3G is this case "$MODEM" in *12d1:1436*) echo "Huawei E173 detected. Attempting mode switch" uci delete network.wan2 uci set network.wan2=interface uci set network.wan2.ifname=ppp0 uci set network.wan2.proto=3g uci set network.wan2.service=umts uci set network.wan2.device=/dev/ttyUSB0 uci set network.wan2.apn=<> uci set network.wan2.username=<> uci set network.wan2.password=<> uci set network.wan2.defaultroute=1 uci commit network usb_modeswitch -v 12d1 -p 1436 sleep 10; rmmod usbserial sleep 3; insmod usbserial vendor=0x12d1 product=0x1436 sleep 5; /etc/init.d/firewall disable; /etc/init.d/firewall stop logger "3G: firewall stopped" iptables -t nat -A POSTROUTING -s 172.16.42.0/24 -o 3g-wan2 -j MASQUERADE iptables -A FORWARD -s 172.16.42.0/24 -o 3g-wan2 -j ACCEPT iptables -A FORWARD -d 172.16.42.0/24 -m state --state ESTABLISHED,RELATED -i 3g-wan2 -j ACCEPT ;; my Dmseg I have this: Execute: dmesg [ 0.000000] Linux version 3.7.6 (sebkinne@nimbus) (gcc version 4.6.4 20121210 (prerelease) (Linaro GCC 4.6-2012.12) ) #7 Sun Feb 10 23:47:40 GMT 2013 [ 0.000000] MyLoader: sysp=f0f0f0f0, boardp=f0f0f0f0, parts=f0f0f0f0 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU revision is: 00019374 (MIPS 24Kc) [ 0.000000] SoC: Atheros AR9330 rev 1 [ 0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 02000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x00000000-0x01ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00000000-0x01ffffff] [ 0.000000] On node 0 totalpages: 8192 [ 0.000000] free_area_init_node: node 0, pgdat 802c1d70, node_mem_map 81000000 [ 0.000000] Normal zone: 64 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 8128 pages, LIFO batch:0 [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes [ 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: 8128 [ 0.000000] Kernel command line: board=HORNET-UB console=ttyATH0,115200 mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,6144k(rootfs),1600k(kernel),64k(nvram),64k(art)ro,7744k@0x50000(firmware) rootfstype=squashfs,jffs2 noinitrd [ 0.000000] PID hash table entries: 128 (order: -3, 512 bytes) [ 0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] __ex_table already sorted, skipping sort [ 0.000000] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] Memory: 29112k/32768k available (2115k kernel code, 3656k reserved, 411k data, 224k init, 0k highmem) [ 0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:51 [ 0.080000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104) [ 0.080000] pid_max: default: 32768 minimum: 301 [ 0.080000] Mount-cache hash table entries: 512 [ 0.090000] NET: Registered protocol family 16 [ 0.090000] MIPS: machine is ALFA NETWORKS Hornet-UB [ 0.550000] bio: create slab at 0 [ 0.550000] Switching to clocksource MIPS [ 0.560000] NET: Registered protocol family 2 [ 0.560000] TCP established hash table entries: 1024 (order: 1, 8192 bytes) [ 0.570000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.570000] TCP: Hash tables configured (established 1024 bind 1024) [ 0.580000] TCP: reno registered [ 0.580000] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.590000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.600000] NET: Registered protocol family 1 [ 0.600000] PCI: CLS 0 bytes, default 32 [ 0.620000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.620000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc. [ 0.630000] msgmni has been set to 56 [ 0.640000] io scheduler noop registered [ 0.640000] io scheduler deadline registered (default) [ 0.640000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.650000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11) is a AR933X UART [ 0.660000] console [ttyATH0] enabled, bootconsole disabled [ 0.670000] ath79-spi ath79-spi: master is unqueued, this is deprecated [ 0.680000] m25p80 spi0.0: found mx25l6405d, expected m25p80 [ 0.680000] m25p80 spi0.0: mx25l6405d (8192 Kbytes) [ 0.690000] 7 cmdlinepart partitions found on MTD device spi0.0 [ 0.690000] Creating 7 MTD partitions on "spi0.0": [ 0.700000] 0x000000000000-0x000000040000 : "u-boot" [ 0.700000] 0x000000040000-0x000000050000 : "u-boot-env" [ 0.710000] 0x000000050000-0x000000650000 : "rootfs" [ 0.720000] mtd: partition "rootfs" set to be root filesystem [ 0.720000] mtd: partition "rootfs_data" created automatically, ofs=540000, len=110000 [ 0.730000] 0x000000540000-0x000000650000 : "rootfs_data" [ 0.740000] 0x000000650000-0x0000007e0000 : "kernel" [ 0.740000] 0x0000007e0000-0x0000007f0000 : "nvram" [ 0.750000] 0x0000007f0000-0x000000800000 : "art" [ 0.750000] 0x000000050000-0x0000007e0000 : "firmware" [ 0.780000] libphy: ag71xx_mdio: probed [ 0.780000] eth0: Atheros AG71xx at 0xba000000, irq 5, mode:GMII [ 1.330000] eth0: Found an AR7240/AR9330 built-in switch [ 2.370000] eth1: Atheros AG71xx at 0xb9000000, irq 4, mode:MII [ 2.920000] ag71xx ag71xx.0 eth1: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY] [ 2.930000] TCP: cubic registered [ 2.930000] NET: Registered protocol family 17 [ 2.940000] Bridge firewalling registered [ 2.940000] 8021q: 802.1Q VLAN Support v1.8 [ 2.950000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2. [ 2.960000] Freeing unused kernel memory: 224k freed [ 6.400000] Registered led device: alfa:blue:lan [ 6.400000] Registered led device: alfa:blue:usb [ 6.400000] Registered led device: alfa:blue:wan [ 6.400000] Registered led device: alfa:blue:wlan [ 6.400000] Registered led device: alfa:blue:wps [ 9.720000] jffs2: notice: (460) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (0 unchecked, 0 orphan) and 15 of xref (0 dead, 5 orphan) found. [ 10.730000] SCSI subsystem initialized [ 11.030000] usbcore: registered new interface driver usbfs [ 11.030000] usbcore: registered new interface driver hub [ 11.040000] usbcore: registered new device driver usb [ 11.650000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 11.660000] ehci-platform ehci-platform: Generic Platform EHCI Controller [ 11.670000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1 [ 11.700000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000 [ 11.720000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00 [ 11.720000] hub 1-0:1.0: USB hub found [ 11.720000] hub 1-0:1.0: 1 port detected [ 11.840000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 11.960000] uhci_hcd: USB Universal Host Controller Interface driver [ 12.070000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 12.080000] Initializing USB Mass Storage driver... [ 12.090000] usbcore: registered new interface driver usb-storage [ 12.090000] USB Mass Storage support registered. [ 12.360000] usb 1-1: new high-speed USB device number 3 using ehci-platform [ 12.960000] usb 1-1: device not accepting address 3, error -71 [ 13.020000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 13.300000] usb 1-1: new high-speed USB device number 5 using ehci-platform [ 13.900000] usb 1-1: device not accepting address 5, error -71 [ 13.960000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 14.240000] usb 1-1: new high-speed USB device number 7 using ehci-platform [ 14.390000] scsi0 : usb-storage 1-1:1.0 [ 14.400000] scsi1 : usb-storage 1-1:1.1 [ 15.390000] scsi 0:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 15.400000] scsi 1:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 15.410000] sd 1:0:0:0: [sda] Attached SCSI removable disk [ 33.520000] Compat-drivers backport release: compat-drivers-2013-01-08-3 [ 33.520000] Backport based on wireless-testing.git master-2013-01-07 [ 33.530000] compat.git: wireless-testing.git [ 33.650000] cfg80211: Calling CRDA to update world regulatory domain [ 33.650000] cfg80211: World regulatory domain updated: [ 33.660000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 33.660000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 33.670000] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 33.680000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 33.690000] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 33.690000] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 35.050000] usbcore: registered new interface driver rt73usb [ 35.190000] usbcore: registered new interface driver rtl8187 [ 35.230000] ath: EEPROM regdomain: 0x833a [ 35.230000] ath: EEPROM indicates we should expect a country code [ 35.230000] ath: doing EEPROM country->regdmn map search [ 35.230000] ath: country maps to regdmn code: 0x37 [ 35.230000] ath: Country alpha2 being used: GB [ 35.230000] ath: Regpair used: 0x37 [ 35.240000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 35.240000] Registered led device: ath9k-phy0 [ 35.240000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2 [ 35.260000] usbcore: registered new interface driver rt2800usb [ 35.390000] cfg80211: Calling CRDA for country: GB [ 35.390000] cfg80211: Regulatory domain changed to country: GB [ 35.390000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 35.400000] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 35.410000] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 35.420000] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 35.420000] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm) [ 35.480000] Button Hotplug driver version 0.4.1 [ 35.670000] RPC: Registered named UNIX socket transport module. [ 35.670000] RPC: Registered udp transport module. [ 35.680000] RPC: Registered tcp transport module. [ 35.680000] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 36.040000] PPP generic driver version 2.4.2 [ 36.170000] tun: Universal TUN/TAP device driver, 1.6 [ 36.170000] tun: © 1999-2004 Max Krasnyansky [ 36.440000] ip_tables: © 2000-2006 Netfilter Core Team [ 36.680000] NET: Registered protocol family 24 [ 36.810000] nf_conntrack version 0.5.0 (458 buckets, 1832 max) [ 37.820000] usbcore: registered new interface driver ath9k_htc [ 38.070000] usbcore: registered new interface driver usbserial [ 38.070000] usbcore: registered new interface driver usbserial_generic [ 38.080000] usbserial: USB Serial support registered for generic [ 38.220000] usbcore: registered new interface driver cdc_ether [ 38.330000] Error: Driver 'gpio-keys-polled' is already registered, aborting... [ 38.460000] usbcore: registered new interface driver rndis_host [ 38.590000] scsi 0:0:0:0: Attached scsi generic sg0 type 5 [ 38.590000] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 41.000000] sd 1:0:0:0: [sda] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) [ 41.010000] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 41.030000] sda: sda1 sda2 [ 42.460000] usb 1-1: USB disconnect, device number 7 [ 42.460000] sd 1:0:0:0: [sda] Synchronizing SCSI cache [ 42.480000] sd 1:0:0:0: [sda] [ 42.490000] Result: hostbyte=0x01 driverbyte=0x00 [ 44.990000] device eth0 entered promiscuous mode [ 46.620000] usb 1-1: new high-speed USB device number 8 using ehci-platform [ 46.770000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 46.790000] scsi6 : usb-storage 1-1:1.5 [ 46.800000] scsi7 : usb-storage 1-1:1.6 [ 47.800000] scsi 6:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 47.800000] scsi 6:0:0:0: Attached scsi generic sg0 type 5 [ 47.810000] scsi 7:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 47.820000] sd 7:0:0:0: Attached scsi generic sg1 type 0 [ 47.830000] sd 7:0:0:0: [sda] Attached SCSI removable disk [ 50.780000] device wlan0 entered promiscuous mode [ 50.860000] br-lan: port 2(wlan0) entered forwarding state [ 50.860000] br-lan: port 2(wlan0) entered forwarding state [ 52.840000] usb 1-1: USB disconnect, device number 8 [ 52.850000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 52.860000] br-lan: port 2(wlan0) entered forwarding state [ 53.150000] usb 1-1: new high-speed USB device number 9 using ehci-platform [ 53.750000] usb 1-1: device not accepting address 9, error -71 [ 53.810000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 54.140000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 54.810000] usb 1-1: new high-speed USB device number 12 using ehci-platform [ 55.410000] usb 1-1: device not accepting address 12, error -71 [ 55.470000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 55.750000] usb 1-1: new high-speed USB device number 14 using ehci-platform [ 55.910000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 55.920000] scsi12 : usb-storage 1-1:1.5 [ 55.920000] scsi13 : usb-storage 1-1:1.6 [ 56.920000] scsi 12:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 56.920000] scsi 12:0:0:0: Attached scsi generic sg0 type 5 [ 56.930000] scsi 13:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 56.940000] sd 13:0:0:0: Attached scsi generic sg1 type 0 [ 56.950000] sd 13:0:0:0: [sda] Attached SCSI removable disk [ 61.370000] device wlan0 left promiscuous mode [ 61.370000] br-lan: port 2(wlan0) entered disabled state [ 62.420000] device wlan0 entered promiscuous mode [ 62.520000] br-lan: port 2(wlan0) entered forwarding state [ 62.520000] br-lan: port 2(wlan0) entered forwarding state [ 64.520000] br-lan: port 2(wlan0) entered forwarding state [ 80.790000] sd 13:0:0:0: [sda] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) [ 80.810000] sd 13:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 80.830000] sda: sda1 sda2 [ 80.880000] EXT4-fs (sda1): recovery complete [ 80.890000] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 81.200000] Adding 2097148k swap on /dev/sda2. Priority:-1 extents:1 across:2097148k [ 87.890000] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) Does anybody know what I am doing wrong ? Thanks Edited February 13, 2013 by webdirector Quote Link to comment Share on other sites More sharing options...
webdirector Posted February 13, 2013 Author Share Posted February 13, 2013 (edited) ...... I had forgotten to put in the APN, Login and password. ............. sorry ! Now I see the 3G modem connects for few seconds. But it does not stay connected. Here my Log: 00:06:03 Pineapple kern.alert kernel: [ 363.790000] Write-error on swap-device (8:0:80) 00:06:03 Pineapple kern.alert kernel: [ 363.750000] Write-error on swap-device (8:0:72) 00:06:03 Pineapple daemon.notice pppd[9929]: CHAP authentication succeeded 00:06:03 Pineapple daemon.info pppd[9929]: CHAP authentication succeeded 00:06:02 Pineapple daemon.notice pppd[9929]: Connect: 3g-wan2 /dev/ttyUSB0 00:06:02 Pineapple daemon.info pppd[9929]: Using interface 3g-wan2 00:06:02 Pineapple daemon.info pppd[9929]: Serial connection established. 00:06:01 Pineapple local2.info chat[9933]: timeout set to 30 seconds 00:06:01 Pineapple local2.info chat[9933]: timeout set to 10 seconds 00:06:01 Pineapple local2.info chat[9933]: send (ATE1^M) 00:06:01 Pineapple local2.info chat[9933]: send (ATD*99***1#^M) 00:06:01 Pineapple local2.info chat[9933]: send (AT+CGDCONT=1,"IP","internet.eplus.de"^M) 00:06:01 Pineapple local2.info chat[9933]: send (AT&F^M) 00:06:01 Pineapple local2.info chat[9933]: send ( ^M) 00:06:01 Pineapple local2.info chat[9933]: report (CONNECT) 00:06:01 Pineapple local2.info chat[9933]: expect (OK) 00:06:01 Pineapple local2.info chat[9933]: expect (OK) 00:06:01 Pineapple local2.info chat[9933]: expect (OK) 00:06:01 Pineapple local2.info chat[9933]: expect (CONNECT) 00:06:01 Pineapple local2.info chat[9933]: abort on (NO CARRIER) 00:06:01 Pineapple local2.info chat[9933]: abort on (ERROR) 00:06:01 Pineapple local2.info chat[9933]: abort on (BUSY) 00:06:01 Pineapple local2.info chat[9933]: ^M 00:06:01 Pineapple local2.info chat[9933]: ^M 00:06:01 Pineapple local2.info chat[9933]: ^M 00:06:01 Pineapple local2.info chat[9933]: OK 00:06:01 Pineapple local2.info chat[9933]: OK 00:06:01 Pineapple local2.info chat[9933]: OK 00:06:01 Pineapple local2.info chat[9933]: CONNECT 00:06:01 Pineapple local2.info chat[9933]: ATE1^M^M 00:06:01 Pineapple local2.info chat[9933]: ATD*99***1#^M^M 00:06:01 Pineapple local2.info chat[9933]: AT+CGDCONT=1,"IP","internet.eplus.de"^M^M 00:06:01 Pineapple local2.info chat[9933]: AT&F^M^M 00:06:01 Pineapple local2.info chat[9933]: -- got it 00:06:01 Pineapple local2.info chat[9933]: -- got it 00:06:01 Pineapple local2.info chat[9933]: -- got it 00:06:01 Pineapple local2.info chat[9933]: -- got it 00:06:00 Pineapple daemon.notice pppd[9929]: pppd 2.4.5 started by root, uid 0 00:05:59 Pineapple kern.info kernel: [ 359.710000] Adding 2097148k swap on /dev/sdl2. Priority:-12 extents:1 across:2097148k 00:05:59 Pineapple kern.info kernel: [ 359.450000] EXT4-fs (sdl1): recovery complete 00:05:59 Pineapple kern.info kernel: [ 359.450000] EXT4-fs (sdl1): mounted filesystem with ordered data mode. Opts: (null) 00:05:59 Pineapple kern.err kernel: [ 359.390000] EXT4-fs (sdl1): couldn't mount as ext2 due to feature incompatibilities 00:05:59 Pineapple kern.err kernel: [ 359.380000] EXT4-fs (sdl1): couldn't mount as ext3 due to feature incompatibilities 00:05:58 Pineapple user.notice usb-modeswitch: 1-1:1.6: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:58 Pineapple user.notice usb-modeswitch: 1-1:1.5: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:58 Pineapple user.notice usb-modeswitch: 1-1:1.4: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:58 Pineapple kern.notice kernel: [ 358.060000] sd 159:0:0:0: [sdl] Attached SCSI removable disk 00:05:58 Pineapple kern.notice kernel: [ 358.040000] sd 159:0:0:0: [sdl] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 00:05:58 Pineapple kern.notice kernel: [ 358.030000] sd 159:0:0:0: [sdl] Write Protect is off 00:05:58 Pineapple kern.notice kernel: [ 358.030000] sd 159:0:0:0: [sdl] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) 00:05:58 Pineapple kern.notice kernel: [ 358.020000] sd 159:0:0:0: Attached scsi generic sg1 type 0 00:05:58 Pineapple kern.notice kernel: [ 358.010000] scsi 159:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 00:05:58 Pineapple kern.notice kernel: [ 358.000000] scsi 158:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 00:05:58 Pineapple kern.notice kernel: [ 358.000000] scsi 158:0:0:0: Attached scsi generic sg0 type 5 00:05:58 Pineapple kern.info kernel: [ 358.060000] sdl: sdl1 sdl2 00:05:58 Pineapple kern.debug kernel: [ 358.040000] sd 159:0:0:0: [sdl] Mode Sense: 0f 0e 00 00 00:05:57 Pineapple user.notice usb-modeswitch: 1-1:1.3: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:57 Pineapple user.notice usb-modeswitch: 1-1:1.2: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:57 Pineapple user.notice usb-modeswitch: 1-1:1.1: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:57 Pineapple user.notice usb-modeswitch: 1-1:1.0: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:56 Pineapple kern.info kernel: [ 357.000000] scsi159 : usb-storage 1-1:1.6 00:05:56 Pineapple kern.info kernel: [ 356.990000] scsi158 : usb-storage 1-1:1.5 00:05:56 Pineapple kern.info kernel: [ 356.980000] usbserial_generic 1-1:1.4: generic converter detected 00:05:56 Pineapple kern.info kernel: [ 356.980000] usb 1-1: generic converter now attached to ttyUSB2 00:05:56 Pineapple kern.info kernel: [ 356.970000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. 00:05:56 Pineapple kern.info kernel: [ 356.960000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. 00:05:56 Pineapple kern.info kernel: [ 356.910000] usb 1-1: generic converter now attached to ttyUSB1 00:05:56 Pineapple kern.info kernel: [ 356.900000] usbserial_generic 1-1:1.3: generic converter detected 00:05:56 Pineapple kern.info kernel: [ 356.890000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. 00:05:56 Pineapple kern.info kernel: [ 356.880000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. 00:05:56 Pineapple kern.info kernel: [ 356.870000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 00:05:56 Pineapple kern.info kernel: [ 356.850000] usb 1-1: generic converter now attached to ttyUSB0 00:05:56 Pineapple kern.info kernel: [ 356.840000] usbserial_generic 1-1:1.0: generic converter detected 00:05:56 Pineapple kern.info kernel: [ 356.830000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. 00:05:56 Pineapple kern.info kernel: [ 356.830000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. 00:05:56 Pineapple kern.info kernel: [ 356.670000] usb 1-1: new high-speed USB device number 117 using ehci-platform 00:05:56 Pineapple kern.info kernel: [ 356.230000] usb 1-1: new high-speed USB device number 116 using ehci-platform 00:05:56 Pineapple kern.err kernel: [ 356.390000] hub 1-0:1.0: unable to enumerate USB device on port 1 00:05:55 Pineapple kern.info kernel: [ 355.790000] usb 1-1: new high-speed USB device number 115 using ehci-platform 00:05:55 Pineapple kern.info kernel: [ 355.350000] usb 1-1: new high-speed USB device number 114 using ehci-platform 00:05:55 Pineapple kern.err kernel: [ 355.950000] hub 1-0:1.0: unable to enumerate USB device on port 1 00:05:55 Pineapple kern.err kernel: [ 355.510000] hub 1-0:1.0: unable to enumerate USB device on port 1 00:05:55 Pineapple kern.err kernel: [ 355.070000] hub 1-0:1.0: unable to enumerate USB device on port 1 00:05:54 Pineapple kern.info kernel: [ 354.690000] usb 1-1: new high-speed USB device number 112 using ehci-platform 00:05:54 Pineapple kern.info kernel: [ 354.250000] usb 1-1: new high-speed USB device number 111 using ehci-platform 00:05:54 Pineapple kern.err kernel: [ 354.850000] hub 1-0:1.0: unable to enumerate USB device on port 1 00:05:54 Pineapple kern.err kernel: [ 354.410000] hub 1-0:1.0: unable to enumerate USB device on port 1 00:05:54 Pineapple daemon.notice netifd: Interface 'wan2' is now down 00:05:54 Pineapple daemon.info pppd[9509]: Exit. 00:05:54 Pineapple daemon.info dnsmasq[1113]: using nameserver 8.8.8.8#53 00:05:54 Pineapple daemon.info dnsmasq[1113]: using local addresses only for domain lan 00:05:54 Pineapple daemon.info dnsmasq[1113]: reading /tmp/resolv.conf.auto 00:05:53 Pineapple local2.info chat[9513]: timeout set to 10 seconds 00:05:53 Pineapple local2.info chat[9513]: send (AT&F^M) 00:05:53 Pineapple local2.info chat[9513]: report (CONNECT) 00:05:53 Pineapple local2.info chat[9513]: abort on (NO CARRIER) 00:05:53 Pineapple local2.info chat[9513]: abort on (ERROR) 00:05:53 Pineapple local2.info chat[9513]: abort on (BUSY) 00:05:53 Pineapple local2.info chat[9513]: -- write failed: Input/output error 00:05:53 Pineapple local2.err chat[9513]: Failed 00:05:53 Pineapple local2.err chat[9513]: Can't restore terminal parameters: Input/output error 00:05:53 Pineapple kern.warn kernel: [ 353.970000] Result: hostbyte=0x01 driverbyte=0x00 00:05:53 Pineapple kern.notice kernel: [ 353.950000] sd 153:0:0:0: [sdk] Synchronizing SCSI cache 00:05:53 Pineapple kern.info kernel: [ 353.970000] sd 153:0:0:0: [sdk] 00:05:53 Pineapple kern.info kernel: [ 353.940000] usbserial_generic 1-1:1.4: device disconnected 00:05:53 Pineapple kern.info kernel: [ 353.940000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 00:05:53 Pineapple kern.info kernel: [ 353.930000] usbserial_generic 1-1:1.3: device disconnected 00:05:53 Pineapple kern.info kernel: [ 353.930000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 00:05:53 Pineapple kern.info kernel: [ 353.910000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device 00:05:53 Pineapple kern.info kernel: [ 353.900000] usbserial_generic 1-1:1.0: device disconnected 00:05:53 Pineapple kern.info kernel: [ 353.890000] usb 1-1: USB disconnect, device number 110 00:05:53 Pineapple kern.info kernel: [ 353.890000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 00:05:53 Pineapple daemon.err pppd[9509]: Connect script failed 00:05:52 Pineapple daemon.notice pppd[9509]: pppd 2.4.5 started by root, uid 0 00:05:52 Pineapple daemon.info dnsmasq[1113]: using nameserver 8.8.8.8#53 00:05:52 Pineapple daemon.info dnsmasq[1113]: using local addresses only for domain lan 00:05:52 Pineapple daemon.info dnsmasq[1113]: reading /tmp/resolv.conf.auto 00:05:50 Pineapple daemon.notice netifd: Interface 'wan2' is now down 00:05:50 Pineapple daemon.info pppd[9418]: Exit. 00:05:49 Pineapple local2.info chat[9488]: alarm 00:05:49 Pineapple local2.info chat[9488]: Failed 00:05:49 Pineapple daemon.err pppd[9418]: Connect script failed 00:05:44 Pineapple local2.info chat[9488]: ~^?^C^@!^A-^@^D^X^Q~~^?^C^@!^A.^@^D|~~~^?^C^@!^A/^@^D $~~^?^C^@!^A0^@^Drk~~^?^C^@!^A1^@^D.1~~^?^C^@!^A2^@^DJ^~~^?^C^@!^A3^@ 00:05:39 Pineapple local2.info chat[9488]: timeout set to 10 seconds 00:05:39 Pineapple local2.info chat[9488]: send (AT&F^M) 00:05:39 Pineapple local2.info chat[9488]: report (CONNECT) 00:05:39 Pineapple local2.info chat[9488]: expect (OK) 00:05:39 Pineapple local2.info chat[9488]: abort on (NO CARRIER) 00:05:39 Pineapple local2.info chat[9488]: abort on (ERROR) 00:05:39 Pineapple local2.info chat[9488]: abort on (BUSY) 00:05:39 Pineapple kern.info kernel: [ 339.430000] Adding 2097148k swap on /dev/sdk2. Priority:-11 extents:1 across:2097148k 00:05:39 Pineapple kern.info kernel: [ 339.120000] EXT4-fs (sdk1): recovery complete 00:05:39 Pineapple kern.info kernel: [ 339.120000] EXT4-fs (sdk1): mounted filesystem with ordered data mode. Opts: (null) 00:05:39 Pineapple kern.err kernel: [ 339.060000] EXT4-fs (sdk1): couldn't mount as ext2 due to feature incompatibilities 00:05:39 Pineapple kern.err kernel: [ 339.050000] EXT4-fs (sdk1): couldn't mount as ext3 due to feature incompatibilities 00:05:38 Pineapple user.notice usb-modeswitch: 1-1:1.6: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:38 Pineapple daemon.notice pppd[9418]: pppd 2.4.5 started by root, uid 0 00:05:38 Pineapple daemon.info dnsmasq[1113]: using nameserver 8.8.8.8#53 00:05:38 Pineapple daemon.info dnsmasq[1113]: using local addresses only for domain lan 00:05:38 Pineapple daemon.info dnsmasq[1113]: reading /tmp/resolv.conf.auto 00:05:37 Pineapple user.notice usb-modeswitch: 1-1:1.5: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:37 Pineapple user.notice usb-modeswitch: 1-1:1.4: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:37 Pineapple user.notice usb-modeswitch: 1-1:1.3: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:37 Pineapple user.notice usb-modeswitch: 1-1:1.2: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:37 Pineapple kern.notice kernel: [ 337.300000] sd 153:0:0:0: [sdk] Attached SCSI removable disk 00:05:37 Pineapple kern.notice kernel: [ 337.270000] sd 153:0:0:0: [sdk] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 00:05:37 Pineapple kern.notice kernel: [ 337.270000] sd 153:0:0:0: [sdk] Write Protect is off 00:05:37 Pineapple kern.notice kernel: [ 337.260000] sd 153:0:0:0: [sdk] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) 00:05:37 Pineapple kern.notice kernel: [ 337.250000] sd 153:0:0:0: Attached scsi generic sg1 type 0 00:05:37 Pineapple kern.notice kernel: [ 337.240000] scsi 153:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 00:05:37 Pineapple kern.notice kernel: [ 337.230000] scsi 152:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 00:05:37 Pineapple kern.notice kernel: [ 337.230000] scsi 152:0:0:0: Attached scsi generic sg0 type 5 00:05:37 Pineapple kern.info kernel: [ 337.300000] sdk: sdk1 sdk2 00:05:37 Pineapple kern.debug kernel: [ 337.270000] sd 153:0:0:0: [sdk] Mode Sense: 0f 0e 00 00 00:05:36 Pineapple user.notice usb-modeswitch: 1-1:1.1: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:36 Pineapple user.notice usb-modeswitch: 1-1:1.0: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:36 Pineapple kern.info kernel: [ 336.230000] scsi153 : usb-storage 1-1:1.6 00:05:36 Pineapple kern.info kernel: [ 336.230000] scsi152 : usb-storage 1-1:1.5 00:05:36 Pineapple kern.info kernel: [ 336.200000] usb 1-1: generic converter now attached to ttyUSB2 00:05:36 Pineapple kern.info kernel: [ 336.190000] usbserial_generic 1-1:1.4: generic converter detected 00:05:36 Pineapple kern.info kernel: [ 336.180000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. 00:05:36 Pineapple kern.info kernel: [ 336.180000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. 00:05:36 Pineapple kern.info kernel: [ 336.160000] usb 1-1: generic converter now attached to ttyUSB1 here my dmesg: Execute: dmesg [ 36.250000] tun: Universal TUN/TAP device driver, 1.6 [ 36.250000] tun: © 1999-2004 Max Krasnyansky [ 36.520000] ip_tables: © 2000-2006 Netfilter Core Team [ 36.760000] NET: Registered protocol family 24 [ 36.890000] nf_conntrack version 0.5.0 (458 buckets, 1832 max) [ 37.130000] usb 1-1: new high-speed USB device number 3 using ehci-platform [ 37.670000] scsi2 : usb-storage 1-1:1.0 [ 37.670000] scsi3 : usb-storage 1-1:1.1 [ 37.930000] usbcore: registered new interface driver ath9k_htc [ 38.170000] usbcore: registered new interface driver usbserial [ 38.180000] usbcore: registered new interface driver usbserial_generic [ 38.180000] usbserial: USB Serial support registered for generic [ 38.330000] usbcore: registered new interface driver cdc_ether [ 38.440000] Error: Driver 'gpio-keys-polled' is already registered, aborting... [ 38.570000] usbcore: registered new interface driver rndis_host [ 38.710000] scsi 3:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 38.710000] sd 3:0:0:0: Attached scsi generic sg0 type 0 [ 38.720000] sd 3:0:0:0: [sda] Attached SCSI removable disk [ 38.730000] scsi 2:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 38.740000] scsi 2:0:0:0: Attached scsi generic sg1 type 5 [ 42.540000] usb 1-1: USB disconnect, device number 3 [ 45.190000] device eth0 entered promiscuous mode [ 46.710000] usb 1-1: new high-speed USB device number 4 using ehci-platform [ 46.860000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 46.880000] scsi8 : usb-storage 1-1:1.5 [ 46.880000] scsi9 : usb-storage 1-1:1.6 [ 47.880000] scsi 8:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 47.890000] scsi 8:0:0:0: Attached scsi generic sg0 type 5 [ 47.890000] scsi 9:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 47.900000] sd 9:0:0:0: Attached scsi generic sg1 type 0 [ 47.910000] sd 9:0:0:0: [sda] Attached SCSI removable disk [ 51.170000] device wlan0 entered promiscuous mode [ 51.250000] br-lan: port 2(wlan0) entered forwarding state [ 51.250000] br-lan: port 2(wlan0) entered forwarding state [ 53.250000] br-lan: port 2(wlan0) entered forwarding state [ 61.860000] device wlan0 left promiscuous mode [ 61.860000] br-lan: port 2(wlan0) entered disabled state [ 62.980000] device wlan0 entered promiscuous mode [ 63.060000] br-lan: port 2(wlan0) entered forwarding state [ 63.060000] br-lan: port 2(wlan0) entered forwarding state [ 65.060000] br-lan: port 2(wlan0) entered forwarding state [ 77.900000] usb 1-1: USB disconnect, device number 4 [ 77.910000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 77.950000] usbserial: USB Serial deregistering driver generic [ 77.960000] usbcore: deregistering interface driver usbserial_generic [ 77.960000] usbcore: deregistering interface driver usbserial [ 78.170000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 78.450000] usb 1-1: new high-speed USB device number 6 using ehci-platform [ 78.610000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 78.890000] usb 1-1: new high-speed USB device number 7 using ehci-platform [ 79.050000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 79.330000] usb 1-1: new high-speed USB device number 8 using ehci-platform [ 79.490000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 79.710000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 79.990000] usb 1-1: new high-speed USB device number 10 using ehci-platform [ 80.150000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 80.170000] scsi14 : usb-storage 1-1:1.5 [ 80.170000] scsi15 : usb-storage 1-1:1.6 [ 80.170000] usb 1-1: USB disconnect, device number 10 [ 80.180000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 80.470000] usb 1-1: new high-speed USB device number 11 using ehci-platform [ 80.630000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 80.670000] scsi20 : usb-storage 1-1:1.5 [ 80.720000] scsi21 : usb-storage 1-1:1.6 [ 80.720000] usb 1-1: USB disconnect, device number 11 [ 80.730000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 80.970000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 81.020000] usbcore: registered new interface driver usbserial [ 81.020000] usbcore: registered new interface driver usbserial_generic [ 81.030000] usbserial: USB Serial support registered for generic [ 81.250000] usb 1-1: new high-speed USB device number 13 using ehci-platform [ 81.410000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 81.690000] usb 1-1: new high-speed USB device number 14 using ehci-platform [ 81.840000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 81.850000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 81.860000] usbserial_generic 1-1:1.0: generic converter detected [ 81.870000] usb 1-1: generic converter now attached to ttyUSB0 [ 81.880000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 81.900000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 81.910000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 81.910000] usbserial_generic 1-1:1.3: generic converter detected [ 81.920000] usb 1-1: generic converter now attached to ttyUSB1 [ 81.940000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 81.940000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 81.950000] usbserial_generic 1-1:1.4: generic converter detected [ 81.960000] usb 1-1: generic converter now attached to ttyUSB2 [ 81.990000] scsi26 : usb-storage 1-1:1.5 [ 81.990000] scsi27 : usb-storage 1-1:1.6 [ 82.960000] usb 1-1: USB disconnect, device number 14 [ 82.960000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 82.970000] usbserial_generic 1-1:1.0: device disconnected [ 82.970000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 82.990000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 83.000000] usbserial_generic 1-1:1.3: device disconnected [ 83.000000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 83.010000] usbserial_generic 1-1:1.4: device disconnected [ 83.340000] usb 1-1: new high-speed USB device number 15 using ehci-platform [ 83.500000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 83.510000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 83.520000] usbserial_generic 1-1:1.0: generic converter detected [ 83.520000] usb 1-1: generic converter now attached to ttyUSB0 [ 83.580000] cdc_ether: probe of 1-1:1.1 failed with error -71 [ 83.580000] usbserial_generic 1-1:1.1: Generic device with no bulk out, not allowed. [ 83.590000] usbserial_generic: probe of 1-1:1.1 failed with error -5 [ 83.610000] usbserial_generic 1-1:1.2: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 83.610000] usbserial_generic 1-1:1.2: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 83.620000] usbserial_generic 1-1:1.2: generic converter detected [ 83.630000] usb 1-1: generic converter now attached to ttyUSB1 [ 83.650000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 83.650000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 83.660000] usbserial_generic 1-1:1.3: generic converter detected [ 83.670000] usb 1-1: generic converter now attached to ttyUSB2 [ 83.680000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 83.690000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 83.700000] usbserial_generic 1-1:1.4: generic converter detected [ 83.710000] usb 1-1: generic converter now attached to ttyUSB3 [ 83.750000] scsi33 : usb-storage 1-1:1.5 [ 83.780000] scsi34 : usb-storage 1-1:1.6 [ 83.790000] usb 1-1: USB disconnect, device number 15 [ 83.790000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 83.800000] usbserial_generic 1-1:1.0: device disconnected [ 83.800000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 83.810000] usbserial_generic 1-1:1.2: device disconnected [ 83.820000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 83.820000] usbserial_generic 1-1:1.3: device disconnected [ 83.830000] generic ttyUSB3: generic converter now disconnected from ttyUSB3 [ 83.840000] usbserial_generic 1-1:1.4: device disconnected [ 84.070000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 84.350000] usb 1-1: new high-speed USB device number 17 using ehci-platform [ 84.510000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 84.510000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 84.520000] usbserial_generic 1-1:1.0: generic converter detected [ 84.530000] usb 1-1: generic converter now attached to ttyUSB0 [ 84.610000] cdc_ether: probe of 1-1:1.1 failed with error -71 [ 84.610000] usbserial_generic 1-1:1.1: Generic device with no bulk out, not allowed. [ 84.620000] usbserial_generic: probe of 1-1:1.1 failed with error -5 [ 84.640000] usbserial_generic 1-1:1.2: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 84.650000] usbserial_generic 1-1:1.2: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 84.650000] usbserial_generic 1-1:1.2: generic converter detected [ 84.660000] usb 1-1: generic converter now attached to ttyUSB1 [ 84.680000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 84.680000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 84.690000] usbserial_generic 1-1:1.3: generic converter detected [ 84.700000] usb 1-1: generic converter now attached to ttyUSB2 [ 84.720000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 84.720000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 84.730000] usbserial_generic 1-1:1.4: generic converter detected [ 84.740000] usb 1-1: generic converter now attached to ttyUSB3 [ 84.810000] scsi40 : usb-storage 1-1:1.5 [ 84.840000] scsi41 : usb-storage 1-1:1.6 [ 84.840000] usb 1-1: USB disconnect, device number 17 [ 84.850000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 84.860000] usbserial_generic 1-1:1.0: device disconnected [ 84.860000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 84.870000] usbserial_generic 1-1:1.2: device disconnected [ 84.870000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 84.880000] usbserial_generic 1-1:1.3: device disconnected [ 84.890000] generic ttyUSB3: generic converter now disconnected from ttyUSB3 [ 84.890000] usbserial_generic 1-1:1.4: device disconnected [ 85.190000] usb 1-1: new high-speed USB device number 18 using ehci-platform [ 85.350000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 85.630000] usb 1-1: new high-speed USB device number 19 using ehci-platform [ 85.780000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 85.790000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 85.800000] usbserial_generic 1-1:1.0: generic converter detected [ 85.810000] usb 1-1: generic converter now attached to ttyUSB0 [ 85.820000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 85.840000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 85.850000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 85.860000] usbserial_generic 1-1:1.3: generic converter detected [ 85.860000] usb 1-1: generic converter now attached to ttyUSB1 [ 85.890000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 85.900000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 85.900000] usbserial_generic 1-1:1.4: generic converter detected [ 85.910000] usb 1-1: generic converter now attached to ttyUSB2 [ 85.940000] scsi46 : usb-storage 1-1:1.5 [ 85.940000] scsi47 : usb-storage 1-1:1.6 [ 86.940000] scsi 46:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 86.940000] scsi 46:0:0:0: Attached scsi generic sg0 type 5 [ 86.950000] scsi 47:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 86.960000] sd 47:0:0:0: Attached scsi generic sg1 type 0 [ 86.970000] sd 47:0:0:0: [sda] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) [ 86.970000] sd 47:0:0:0: [sda] Write Protect is off [ 86.980000] sd 47:0:0:0: [sda] Mode Sense: 0f 0e 00 00 [ 86.990000] sd 47:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 87.010000] sda: sda1 sda2 [ 87.010000] sd 47:0:0:0: [sda] Attached SCSI removable disk [ 101.840000] EXT4-fs (sda1): recovery complete [ 101.840000] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 102.220000] Adding 2097148k swap on /dev/sda2. Priority:-1 extents:1 across:2097148k [ 107.180000] usb 1-1: USB disconnect, device number 19 [ 107.180000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 107.190000] usbserial_generic 1-1:1.0: device disconnected [ 107.190000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 107.220000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 107.220000] usbserial_generic 1-1:1.3: device disconnected [ 107.230000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 107.240000] usbserial_generic 1-1:1.4: device disconnected [ 107.260000] sd 47:0:0:0: [sda] Synchronizing SCSI cache [ 107.260000] sd 47:0:0:0: [sda] [ 107.260000] Result: hostbyte=0x01 driverbyte=0x00 [ 107.560000] usb 1-1: new high-speed USB device number 20 using ehci-platform [ 107.720000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 108.000000] usb 1-1: new high-speed USB device number 21 using ehci-platform [ 108.160000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 108.440000] usb 1-1: new high-speed USB device number 22 using ehci-platform [ 108.600000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 108.880000] usb 1-1: new high-speed USB device number 23 using ehci-platform [ 109.040000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 109.320000] usb 1-1: new high-speed USB device number 24 using ehci-platform [ 109.480000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 109.700000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 109.980000] usb 1-1: new high-speed USB device number 26 using ehci-platform [ 110.580000] usb 1-1: device not accepting address 26, error -71 [ 110.640000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 110.920000] usb 1-1: new high-speed USB device number 28 using ehci-platform [ 111.070000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 111.080000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 111.090000] usbserial_generic 1-1:1.0: generic converter detected [ 111.100000] usb 1-1: generic converter now attached to ttyUSB0 [ 111.110000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 111.130000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 111.140000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 111.140000] usbserial_generic 1-1:1.3: generic converter detected [ 111.150000] usb 1-1: generic converter now attached to ttyUSB1 [ 111.170000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 111.170000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 111.180000] usbserial_generic 1-1:1.4: generic converter detected [ 111.190000] usb 1-1: generic converter now attached to ttyUSB2 [ 111.220000] scsi52 : usb-storage 1-1:1.5 [ 111.220000] scsi53 : usb-storage 1-1:1.6 [ 112.220000] scsi 52:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 112.220000] scsi 52:0:0:0: Attached scsi generic sg0 type 5 [ 112.230000] scsi 53:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 112.240000] sd 53:0:0:0: Attached scsi generic sg1 type 0 [ 112.250000] sd 53:0:0:0: [sdb] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) [ 112.250000] sd 53:0:0:0: [sdb] Write Protect is off [ 112.260000] sd 53:0:0:0: [sdb] Mode Sense: 0f 0e 00 00 [ 112.270000] sd 53:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 112.290000] sdb: sdb1 sdb2 [ 112.310000] sd 53:0:0:0: [sdb] Attached SCSI removable disk [ 113.860000] EXT4-fs (sdb1): couldn't mount as ext3 due to feature incompatibilities [ 113.880000] EXT4-fs (sdb1): couldn't mount as ext2 due to feature incompatibilities [ 113.930000] EXT4-fs (sdb1): recovery complete [ 113.930000] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null) [ 114.180000] Adding 2097148k swap on /dev/sdb2. Priority:-2 extents:1 across:2097148k [ 127.980000] usb 1-1: USB disconnect, device number 28 [ 127.980000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 127.990000] usbserial_generic 1-1:1.0: device disconnected [ 128.000000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 128.020000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 128.020000] usbserial_generic 1-1:1.3: device disconnected [ 128.030000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 128.030000] usbserial_generic 1-1:1.4: device disconnected [ 128.040000] sd 53:0:0:0: [sdb] Synchronizing SCSI cache [ 128.060000] sd 53:0:0:0: [sdb] [ 128.060000] Result: hostbyte=0x01 driverbyte=0x00 [ 128.280000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 128.560000] usb 1-1: new high-speed USB device number 30 using ehci-platform [ 128.720000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 129.000000] usb 1-1: new high-speed USB device number 31 using ehci-platform [ 129.160000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 129.380000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 129.660000] usb 1-1: new high-speed USB device number 33 using ehci-platform [ 129.820000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 130.100000] usb 1-1: new high-speed USB device number 34 using ehci-platform [ 130.260000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 130.540000] usb 1-1: new high-speed USB device number 35 using ehci-platform [ 130.690000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 130.700000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 130.710000] usbserial_generic 1-1:1.0: generic converter detected [ 130.720000] usb 1-1: generic converter now attached to ttyUSB0 [ 130.740000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 130.760000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 130.760000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 130.770000] usbserial_generic 1-1:1.3: generic converter detected [ 130.780000] usb 1-1: generic converter now attached to ttyUSB1 [ 130.810000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 130.820000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 130.820000] usbserial_generic 1-1:1.4: generic converter detected [ 130.830000] usb 1-1: generic converter now attached to ttyUSB2 [ 130.860000] scsi58 : usb-storage 1-1:1.5 [ 130.870000] scsi59 : usb-storage 1-1:1.6 [ 131.860000] scsi 58:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 131.860000] scsi 58:0:0:0: Attached scsi generic sg0 type 5 [ 131.870000] scsi 59:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 131.880000] sd 59:0:0:0: Attached scsi generic sg1 type 0 [ 131.890000] sd 59:0:0:0: [sdc] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) [ 131.910000] sd 59:0:0:0: [sdc] Write Protect is off [ 131.910000] sd 59:0:0:0: [sdc] Mode Sense: 0f 0e 00 00 [ 131.910000] sd 59:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 131.930000] sdc: sdc1 sdc2 [ 131.940000] sd 59:0:0:0: [sdc] Attached SCSI removable disk [ 133.200000] EXT4-fs (sdc1): couldn't mount as ext3 due to feature incompatibilities [ 133.210000] EXT4-fs (sdc1): couldn't mount as ext2 due to feature incompatibilities [ 133.270000] EXT4-fs (sdc1): recovery complete [ 133.270000] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null) [ 133.540000] Adding 2097148k swap on /dev/sdc2. Priority:-3 extents:1 across:2097148k [ 138.180000] usb 1-1: USB disconnect, device number 35 [ 138.190000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 138.190000] usbserial_generic 1-1:1.0: device disconnected [ 138.200000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 138.230000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 138.230000] usbserial_generic 1-1:1.3: device disconnected [ 138.240000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 138.240000] usbserial_generic 1-1:1.4: device disconnected [ 138.260000] sd 59:0:0:0: [sdc] Synchronizing SCSI cache [ 138.260000] sd 59:0:0:0: [sdc] [ 138.260000] Result: hostbyte=0x01 driverbyte=0x00 [ 138.550000] usb 1-1: new high-speed USB device number 36 using ehci-platform [ 138.710000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 138.990000] usb 1-1: new high-speed USB device number 37 using ehci-platform [ 139.230000] usb 1-1: device descriptor read/all, error -71 [ 139.300000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 139.580000] usb 1-1: new high-speed USB device number 39 using ehci-platform [ 139.740000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 140.020000] usb 1-1: new high-speed USB device number 40 using ehci-platform [ 140.180000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 140.460000] usb 1-1: new high-speed USB device number 41 using ehci-platform [ 140.620000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 140.900000] usb 1-1: new high-speed USB device number 42 using ehci-platform [ 141.500000] usb 1-1: device not accepting address 42, error -71 [ 141.560000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 141.840000] usb 1-1: new high-speed USB device number 44 using ehci-platform [ 141.990000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 142.000000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 142.010000] usbserial_generic 1-1:1.0: generic converter detected [ 142.020000] usb 1-1: generic converter now attached to ttyUSB0 [ 142.030000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 142.050000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 142.060000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 142.060000] usbserial_generic 1-1:1.3: generic converter detected [ 142.070000] usb 1-1: generic converter now attached to ttyUSB1 [ 142.090000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 142.090000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 142.100000] usbserial_generic 1-1:1.4: generic converter detected [ 142.110000] usb 1-1: generic converter now attached to ttyUSB2 [ 142.130000] scsi64 : usb-storage 1-1:1.5 [ 142.130000] scsi65 : usb-storage 1-1:1.6 [ 143.130000] scsi 64:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 143.130000] scsi 64:0:0:0: Attached scsi generic sg0 type 5 [ 143.140000] scsi 65:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 143.150000] sd 65:0:0:0: Attached scsi generic sg1 type 0 [ 143.160000] sd 65:0:0:0: [sdd] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) [ 143.160000] sd 65:0:0:0: [sdd] Write Protect is off [ 143.170000] sd 65:0:0:0: [sdd] Mode Sense: 0f 0e 00 00 [ 143.180000] sd 65:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 143.200000] sdd: sdd1 sdd2 [ 143.210000] sd 65:0:0:0: [sdd] Attached SCSI removable disk [ 144.800000] EXT4-fs (sdd1): couldn't mount as ext3 due to feature incompatibilities [ 144.820000] EXT4-fs (sdd1): couldn't mount as ext2 due to feature incompatibilities [ 144.870000] EXT4-fs (sdd1): recovery complete [ 144.870000] EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: (null) [ 145.130000] Adding 2097148k swap on /dev/sdd2. Priority:-4 extents:1 across:2097148k [ 159.160000] usb 1-1: USB disconnect, device number 44 [ 159.160000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 159.170000] usbserial_generic 1-1:1.0: device disconnected [ 159.170000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 159.200000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 159.210000] usbserial_generic 1-1:1.3: device disconnected [ 159.210000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 159.220000] usbserial_generic 1-1:1.4: device disconnected [ 159.240000] sd 65:0:0:0: [sdd] Synchronizing SCSI cache [ 159.240000] sd 65:0:0:0: [sdd] [ 159.240000] Result: hostbyte=0x01 driverbyte=0x00 [ 159.480000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 159.760000] usb 1-1: new high-speed USB device number 46 using ehci-platform [ 159.920000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 160.200000] usb 1-1: new high-speed USB device number 47 using ehci-platform [ 160.360000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 160.640000] usb 1-1: new high-speed USB device number 48 using ehci-platform [ 160.800000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 161.080000] usb 1-1: new high-speed USB device number 49 using ehci-platform [ 161.240000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 161.520000] usb 1-1: new high-speed USB device number 50 using ehci-platform [ 161.680000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 161.960000] usb 1-1: new high-speed USB device number 51 using ehci-platform [ 162.110000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 162.120000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 162.130000] usbserial_generic 1-1:1.0: generic converter detected [ 162.140000] usb 1-1: generic converter now attached to ttyUSB0 [ 162.150000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 162.170000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 162.180000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 162.180000] usbserial_generic 1-1:1.3: generic converter detected [ 162.190000] usb 1-1: generic converter now attached to ttyUSB1 [ 162.210000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 162.210000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 162.220000] usbserial_generic 1-1:1.4: generic converter detected [ 162.230000] usb 1-1: generic converter now attached to ttyUSB2 [ 162.250000] scsi70 : usb-storage 1-1:1.5 [ 162.250000] scsi71 : usb-storage 1-1:1.6 [ 163.250000] scsi 70:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 163.250000] scsi 70:0:0:0: Attached scsi generic sg0 type 5 [ 163.260000] scsi 71:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 163.270000] sd 71:0:0:0: Attached scsi generic sg1 type 0 [ 163.280000] sd 71:0:0:0: [sde] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) [ 163.300000] sd 71:0:0:0: [sde] Write Protect is off [ 163.300000] sd 71:0:0:0: [sde] Mode Sense: 0f 0e 00 00 [ 163.300000] sd 71:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 163.320000] sde: sde1 sde2 [ 163.330000] sd 71:0:0:0: [sde] Attached SCSI removable disk [ 164.590000] EXT4-fs (sde1): couldn't mount as ext3 due to feature incompatibilities [ 164.600000] EXT4-fs (sde1): couldn't mount as ext2 due to feature incompatibilities [ 164.660000] EXT4-fs (sde1): recovery complete [ 164.660000] EXT4-fs (sde1): mounted filesystem with ordered data mode. Opts: (null) [ 164.910000] Adding 2097148k swap on /dev/sde2. Priority:-5 extents:1 across:2097148k [ 170.190000] usb 1-1: USB disconnect, device number 51 [ 170.200000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 170.200000] usbserial_generic 1-1:1.0: device disconnected [ 170.210000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 170.230000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 170.230000] usbserial_generic 1-1:1.3: device disconnected [ 170.240000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 170.250000] usbserial_generic 1-1:1.4: device disconnected [ 170.250000] sd 71:0:0:0: [sde] Synchronizing SCSI cache [ 170.270000] sd 71:0:0:0: [sde] [ 170.270000] Result: hostbyte=0x01 driverbyte=0x00 [ 170.550000] usb 1-1: new high-speed USB device number 52 using ehci-platform [ 170.710000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 172.050000] Write-error on swap-device (8:0:8) [ 174.510000] usb 1-1: new high-speed USB device number 53 using ehci-platform [ 174.670000] scsi72 : usb-storage 1-1:1.0 [ 174.670000] scsi73 : usb-storage 1-1:1.1 [ 175.270000] usb 1-1: USB disconnect, device number 53 [ 179.440000] usb 1-1: new high-speed USB device number 54 using ehci-platform [ 179.590000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 179.600000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 179.610000] usbserial_generic 1-1:1.0: generic converter detected [ 179.620000] usb 1-1: generic converter now attached to ttyUSB0 [ 179.630000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 179.640000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 179.650000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 179.660000] usbserial_generic 1-1:1.3: generic converter detected [ 179.670000] usb 1-1: generic converter now attached to ttyUSB1 [ 179.680000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 179.690000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 179.700000] usbserial_generic 1-1:1.4: generic converter detected [ 179.700000] usb 1-1: generic converter now attached to ttyUSB2 [ 179.710000] scsi78 : usb-storage 1-1:1.5 [ 179.710000] scsi79 : usb-storage 1-1:1.6 [ 180.710000] scsi 78:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 180.710000] scsi 78:0:0:0: Attached scsi generic sg0 type 5 [ 180.720000] scsi 79:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 180.730000] sd 79:0:0:0: Attached scsi generic sg1 type 0 [ 180.740000] sd 79:0:0:0: [sdf] Attached SCSI removable disk [ 186.060000] Write-error on swap-device (8:0:16) [ 208.530000] usb 1-1: USB disconnect, device number 54 [ 208.530000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 208.540000] usbserial_generic 1-1:1.0: device disconnected [ 208.540000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 208.570000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 208.570000] usbserial_generic 1-1:1.3: device disconnected [ 208.580000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 208.580000] usbserial_generic 1-1:1.4: device disconnected [ 208.880000] usb 1-1: new high-speed USB device number 55 using ehci-platform [ 209.040000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 209.040000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 209.050000] usbserial_generic 1-1:1.0: generic converter detected [ 209.060000] usb 1-1: generic converter now attached to ttyUSB0 [ 209.100000] cdc_ether: probe of 1-1:1.1 failed with error -71 [ 209.100000] usbserial_generic 1-1:1.1: Generic device with no bulk out, not allowed. [ 209.110000] usbserial_generic: probe of 1-1:1.1 failed with error -5 [ 209.130000] usbserial_generic 1-1:1.2: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 209.130000] usbserial_generic 1-1:1.2: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 209.140000] usbserial_generic 1-1:1.2: generic converter detected [ 209.150000] usb 1-1: generic converter now attached to ttyUSB1 [ 209.170000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 209.170000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 209.180000] usbserial_generic 1-1:1.3: generic converter detected [ 209.190000] usb 1-1: generic converter now attached to ttyUSB2 [ 209.200000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 209.210000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 209.220000] usbserial_generic 1-1:1.4: generic converter detected [ 209.220000] usb 1-1: generic converter now attached to ttyUSB3 [ 209.280000] scsi85 : usb-storage 1-1:1.5 [ 209.310000] scsi86 : usb-storage 1-1:1.6 [ 209.320000] usb 1-1: USB disconnect, device number 55 [ 209.320000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 209.330000] usbserial_generic 1-1:1.0: device disconnected [ 209.330000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 209.340000] usbserial_generic 1-1:1.2: device disconnected [ 209.350000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 209.350000] usbserial_generic 1-1:1.3: device disconnected [ 209.360000] generic ttyUSB3: generic converter now disconnected from ttyUSB3 [ 209.370000] usbserial_generic 1-1:1.4: device disconnected [ 209.660000] usb 1-1: new high-speed USB device number 56 using ehci-platform [ 209.820000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 209.820000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 209.830000] usbserial_generic 1-1:1.0: generic converter detected [ 209.840000] usb 1-1: generic converter now attached to ttyUSB0 [ 209.860000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 209.870000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 209.880000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 209.890000] usbserial_generic 1-1:1.3: generic converter detected [ 209.900000] usb 1-1: generic converter now attached to ttyUSB1 [ 209.920000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 209.930000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 209.940000] usbserial_generic 1-1:1.4: generic converter detected [ 209.950000] usb 1-1: generic converter now attached to ttyUSB2 [ 209.970000] scsi91 : usb-storage 1-1:1.5 [ 209.990000] scsi92 : usb-storage 1-1:1.6 [ 210.980000] scsi 91:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 210.980000] scsi 91:0:0:0: Attached scsi generic sg0 type 5 [ 210.990000] scsi 92:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 211.000000] sd 92:0:0:0: Attached scsi generic sg1 type 0 [ 211.010000] sd 92:0:0:0: [sdf] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) [ 211.010000] sd 92:0:0:0: [sdf] Write Protect is off [ 211.020000] sd 92:0:0:0: [sdf] Mode Sense: 0f 0e 00 00 [ 211.030000] sd 92:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 211.050000] sdf: sdf1 sdf2 [ 211.060000] sd 92:0:0:0: [sdf] Attached SCSI removable disk [ 216.060000] usb 1-1: USB disconnect, device number 56 [ 216.070000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 216.070000] usbserial_generic 1-1:1.0: device disconnected [ 216.080000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 216.110000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 216.110000] usbserial_generic 1-1:1.3: device disconnected [ 216.120000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 216.120000] usbserial_generic 1-1:1.4: device disconnected [ 216.130000] sd 92:0:0:0: [sdf] Synchronizing SCSI cache [ 216.160000] sd 92:0:0:0: [sdf] [ 216.160000] Result: hostbyte=0x01 driverbyte=0x00 [ 216.440000] usb 1-1: new high-speed USB device number 57 using ehci-platform [ 216.680000] usb 1-1: device descriptor read/all, error -71 [ 216.750000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 217.030000] usb 1-1: new high-speed USB device number 59 using ehci-platform [ 217.090000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 217.370000] usb 1-1: new high-speed USB device number 60 using ehci-platform [ 217.610000] usb 1-1: device descriptor read/all, error -71 [ 217.680000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 217.960000] usb 1-1: new high-speed USB device number 62 using ehci-platform [ 218.120000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 218.120000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 218.130000] usbserial_generic 1-1:1.0: generic converter detected [ 218.140000] usb 1-1: generic converter now attached to ttyUSB0 [ 218.180000] cdc_ether: probe of 1-1:1.1 failed with error -71 [ 218.180000] usbserial_generic 1-1:1.1: Generic device with no bulk out, not allowed. [ 218.190000] usbserial_generic: probe of 1-1:1.1 failed with error -5 [ 218.210000] usbserial_generic 1-1:1.2: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 218.210000] usbserial_generic 1-1:1.2: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 218.220000] usbserial_generic 1-1:1.2: generic converter detected [ 218.230000] usb 1-1: generic converter now attached to ttyUSB1 [ 218.240000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 218.250000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 218.260000] usbserial_generic 1-1:1.3: generic converter detected [ 218.260000] usb 1-1: generic converter now attached to ttyUSB2 [ 218.280000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 218.280000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 218.290000] usbserial_generic 1-1:1.4: generic converter detected [ 218.300000] usb 1-1: generic converter now attached to ttyUSB3 [ 218.360000] scsi98 : usb-storage 1-1:1.5 [ 218.400000] scsi99 : usb-storage 1-1:1.6 [ 218.400000] usb 1-1: USB disconnect, device number 62 [ 218.410000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 218.410000] usbserial_generic 1-1:1.0: device disconnected [ 218.420000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 218.430000] usbserial_generic 1-1:1.2: device disconnected [ 218.430000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 218.440000] usbserial_generic 1-1:1.3: device disconnected [ 218.440000] generic ttyUSB3: generic converter now disconnected from ttyUSB3 [ 218.450000] usbserial_generic 1-1:1.4: device disconnected [ 218.690000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 218.970000] usb 1-1: new high-speed USB device number 64 using ehci-platform [ 219.130000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 219.410000] usb 1-1: new high-speed USB device number 65 using ehci-platform [ 219.570000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 219.570000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 219.580000] usbserial_generic 1-1:1.0: generic converter detected [ 219.590000] usb 1-1: generic converter now attached to ttyUSB0 [ 219.610000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 219.630000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 219.630000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 219.640000] usbserial_generic 1-1:1.3: generic converter detected [ 219.650000] usb 1-1: generic converter now attached to ttyUSB1 [ 219.670000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 219.670000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 219.680000] usbserial_generic 1-1:1.4: generic converter detected [ 219.690000] usb 1-1: generic converter now attached to ttyUSB2 [ 219.720000] scsi104 : usb-storage 1-1:1.5 [ 219.720000] scsi105 : usb-storage 1-1:1.6 [ 220.720000] scsi 104:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 220.730000] scsi 104:0:0:0: Attached scsi generic sg0 type 5 [ 220.730000] scsi 105:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 220.740000] sd 105:0:0:0: Attached scsi generic sg1 type 0 [ 220.750000] sd 105:0:0:0: [sdf] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) [ 220.770000] sd 105:0:0:0: [sdf] Write Protect is off [ 220.770000] sd 105:0:0:0: [sdf] Mode Sense: 0f 0e 00 00 [ 220.770000] sd 105:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 220.790000] sdf: sdf1 sdf2 [ 220.800000] usb 1-1: USB disconnect, device number 65 [ 220.800000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 220.810000] usbserial_generic 1-1:1.0: device disconnected [ 220.820000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 220.830000] sd 105:0:0:0: [sdf] Attached SCSI removable disk [ 220.840000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 220.840000] usbserial_generic 1-1:1.3: device disconnected [ 220.850000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 220.850000] usbserial_generic 1-1:1.4: device disconnected [ 220.860000] sd 105:0:0:0: [sdf] Synchronizing SCSI cache [ 220.870000] sd 105:0:0:0: [sdf] [ 220.880000] Result: hostbyte=0x01 driverbyte=0x00 [ 221.180000] usb 1-1: new high-speed USB device number 66 using ehci-platform [ 221.340000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 221.560000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 221.780000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 222.000000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 222.220000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 222.440000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 222.660000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 222.880000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 223.100000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 223.320000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 223.600000] usb 1-1: new high-speed USB device number 76 using ehci-platform [ 224.200000] usb 1-1: device not accepting address 76, error -71 [ 224.260000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 224.480000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 224.760000] usb 1-1: new high-speed USB device number 79 using ehci-platform [ 224.920000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 225.140000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 225.360000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 225.580000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 225.800000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 226.020000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 226.240000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 226.520000] usb 1-1: new high-speed USB device number 86 using ehci-platform [ 226.680000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 226.960000] usb 1-1: new high-speed USB device number 87 using ehci-platform [ 227.120000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 227.340000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 227.560000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 227.840000] usb 1-1: new high-speed USB device number 90 using ehci-platform [ 228.000000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 228.220000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 228.440000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 228.660000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 228.880000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 229.100000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 229.380000] usb 1-1: new high-speed USB device number 96 using ehci-platform [ 229.540000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 229.760000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 229.980000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 230.200000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 230.420000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 230.640000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 230.860000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 231.080000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 231.300000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 231.520000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 231.800000] usb 1-1: new high-speed USB device number 106 using ehci-platform [ 231.960000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 232.240000] usb 1-1: new high-speed USB device number 107 using ehci-platform [ 232.400000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 232.680000] usb 1-1: new high-speed USB device number 108 using ehci-platform [ 232.840000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 233.060000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 233.280000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 233.560000] usb 1-1: new high-speed USB device number 111 using ehci-platform [ 233.720000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 233.940000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 234.220000] usb 1-1: new high-speed USB device number 113 using ehci-platform [ 234.380000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 234.660000] usb 1-1: new high-speed USB device number 114 using ehci-platform [ 234.820000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 235.100000] usb 1-1: new high-speed USB device number 115 using ehci-platform [ 235.700000] usb 1-1: device not accepting address 115, error -71 [ 235.760000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 235.980000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 236.200000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 236.420000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 236.640000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 236.860000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 237.080000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 237.300000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 237.520000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 237.740000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 238.020000] usb 1-1: new high-speed USB device number 126 using ehci-platform [ 238.180000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 238.460000] usb 1-1: new high-speed USB device number 127 using ehci-platform [ 238.620000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 238.900000] usb 1-1: new high-speed USB device number 2 using ehci-platform [ 239.060000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 239.340000] usb 1-1: new high-speed USB device number 3 using ehci-platform [ 239.500000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 239.720000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 239.940000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 240.160000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 240.380000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 240.660000] usb 1-1: new high-speed USB device number 8 using ehci-platform [ 240.820000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 241.040000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 241.260000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 241.480000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 241.700000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 241.920000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 242.200000] usb 1-1: new high-speed USB device number 14 using ehci-platform [ 242.360000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 242.580000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 242.800000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 243.080000] usb 1-1: new high-speed USB device number 17 using ehci-platform [ 243.240000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 243.520000] usb 1-1: new high-speed USB device number 18 using ehci-platform [ 243.680000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 243.900000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 244.120000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 244.400000] usb 1-1: new high-speed USB device number 21 using ehci-platform [ 244.560000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 244.840000] usb 1-1: new high-speed USB device number 22 using ehci-platform [ 245.000000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 245.220000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 245.500000] usb 1-1: new high-speed USB device number 24 using ehci-platform [ 245.660000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 245.940000] usb 1-1: new high-speed USB device number 25 using ehci-platform [ 246.100000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 246.380000] usb 1-1: new high-speed USB device number 26 using ehci-platform [ 246.540000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 246.760000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 246.980000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 247.200000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 247.420000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 247.700000] usb 1-1: new high-speed USB device number 31 using ehci-platform [ 247.860000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 248.140000] usb 1-1: new high-speed USB device number 32 using ehci-platform [ 248.300000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 248.520000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 248.800000] usb 1-1: new high-speed USB device number 34 using ehci-platform [ 248.960000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 249.180000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 249.400000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 249.620000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 249.840000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 250.060000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 250.280000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 250.560000] usb 1-1: new high-speed USB device number 41 using ehci-platform [ 250.720000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 251.000000] usb 1-1: new high-speed USB device number 42 using ehci-platform [ 251.160000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 251.380000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 251.600000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 251.880000] usb 1-1: new high-speed USB device number 45 using ehci-platform [ 252.040000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 252.320000] usb 1-1: new high-speed USB device number 46 using ehci-platform [ 252.480000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 252.760000] usb 1-1: new high-speed USB device number 47 using ehci-platform [ 252.920000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 253.200000] usb 1-1: new high-speed USB device number 48 using ehci-platform [ 253.360000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 253.640000] usb 1-1: new high-speed USB device number 49 using ehci-platform [ 254.240000] usb 1-1: device not accepting address 49, error -71 [ 254.300000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 254.520000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 254.800000] usb 1-1: new high-speed USB device number 52 using ehci-platform [ 254.960000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 255.180000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 255.400000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 255.620000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 255.840000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 256.060000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 256.280000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 256.500000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 256.720000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 256.940000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 257.220000] usb 1-1: new high-speed USB device number 62 using ehci-platform [ 257.380000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 257.660000] usb 1-1: new high-speed USB device number 63 using ehci-platform [ 257.820000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 258.040000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 258.260000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 258.540000] usb 1-1: new high-speed USB device number 66 using ehci-platform [ 258.700000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 258.920000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 259.140000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 259.360000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 259.580000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 259.800000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 260.080000] usb 1-1: new high-speed USB device number 72 using ehci-platform [ 260.230000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 260.240000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 260.250000] usbserial_generic 1-1:1.0: generic converter detected [ 260.260000] usb 1-1: generic converter now attached to ttyUSB0 [ 260.280000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 260.300000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 260.310000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 260.310000] usbserial_generic 1-1:1.3: generic converter detected [ 260.320000] usb 1-1: generic converter now attached to ttyUSB1 [ 260.350000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 260.360000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 260.370000] usbserial_generic 1-1:1.4: generic converter detected [ 260.370000] usb 1-1: generic converter now attached to ttyUSB2 [ 260.390000] scsi110 : usb-storage 1-1:1.5 [ 260.390000] scsi111 : usb-storage 1-1:1.6 [ 261.390000] scsi 110:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 261.390000] scsi 110:0:0:0: Attached scsi generic sg0 type 5 [ 261.400000] scsi 111:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 261.410000] sd 111:0:0:0: Attached scsi generic sg1 type 0 [ 261.420000] sd 111:0:0:0: [sdf] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) [ 261.420000] sd 111:0:0:0: [sdf] Write Protect is off [ 261.430000] sd 111:0:0:0: [sdf] Mode Sense: 0f 0e 00 00 [ 261.430000] sd 111:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 261.450000] sdf: sdf1 sdf2 [ 261.460000] sd 111:0:0:0: [sdf] Attached SCSI removable disk [ 262.810000] EXT4-fs (sdf1): couldn't mount as ext3 due to feature incompatibilities [ 262.820000] EXT4-fs (sdf1): couldn't mount as ext2 due to feature incompatibilities [ 262.880000] EXT4-fs (sdf1): recovery complete [ 262.880000] EXT4-fs (sdf1): mounted filesystem with ordered data mode. Opts: (null) [ 263.140000] Adding 2097148k swap on /dev/sdf2. Priority:-6 extents:1 across:2097148k [ 266.130000] Write-error on swap-device (8:0:24) [ 266.230000] Write-error on swap-device (8:0:32) [ 266.230000] Write-error on swap-device (8:0:40) [ 268.920000] usb 1-1: USB disconnect, device number 72 [ 268.920000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 268.930000] usbserial_generic 1-1:1.0: device disconnected [ 268.930000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 268.960000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 268.960000] usbserial_generic 1-1:1.3: device disconnected [ 268.970000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 268.980000] usbserial_generic 1-1:1.4: device disconnected [ 269.000000] sd 111:0:0:0: [sdf] Synchronizing SCSI cache [ 269.000000] sd 111:0:0:0: [sdf] [ 269.000000] Result: hostbyte=0x01 driverbyte=0x00 [ 269.300000] usb 1-1: new high-speed USB device number 73 using ehci-platform [ 269.460000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 269.740000] usb 1-1: new high-speed USB device number 74 using ehci-platform [ 269.900000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 270.180000] usb 1-1: new high-speed USB device number 75 using ehci-platform [ 270.420000] usb 1-1: device descriptor read/all, error -71 [ 270.490000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 270.770000] usb 1-1: new high-speed USB device number 77 using ehci-platform [ 270.930000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 271.210000] usb 1-1: new high-speed USB device number 78 using ehci-platform [ 271.370000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 271.650000] usb 1-1: new high-speed USB device number 79 using ehci-platform [ 271.810000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 272.030000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 272.310000] usb 1-1: new high-speed USB device number 81 using ehci-platform [ 272.470000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 272.750000] usb 1-1: new high-speed USB device number 82 using ehci-platform [ 272.910000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 272.910000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 272.920000] usbserial_generic 1-1:1.0: generic converter detected [ 272.930000] usb 1-1: generic converter now attached to ttyUSB0 [ 272.950000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 272.980000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 272.990000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 272.990000] usbserial_generic 1-1:1.3: generic converter detected [ 273.000000] usb 1-1: generic converter now attached to ttyUSB1 [ 273.040000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 273.050000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 273.060000] usbserial_generic 1-1:1.4: generic converter detected [ 273.070000] usb 1-1: generic converter now attached to ttyUSB2 [ 273.130000] scsi116 : usb-storage 1-1:1.5 [ 273.170000] scsi117 : usb-storage 1-1:1.6 [ 273.170000] usb 1-1: USB disconnect, device number 82 [ 273.170000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 273.180000] usbserial_generic 1-1:1.0: device disconnected [ 273.190000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 273.210000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 273.210000] usbserial_generic 1-1:1.3: device disconnected [ 273.220000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 273.220000] usbserial_generic 1-1:1.4: device disconnected [ 273.310000] Write-error on swap-device (8:0:48) [ 273.510000] usb 1-1: new high-speed USB device number 83 using ehci-platform [ 273.660000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 273.670000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 273.680000] usbserial_generic 1-1:1.0: generic converter detected [ 273.690000] usb 1-1: generic converter now attached to ttyUSB0 [ 273.710000] Write-error on swap-device (8:0:56) [ 273.720000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 273.760000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 273.760000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 273.770000] usbserial_generic 1-1:1.3: generic converter detected [ 273.780000] usb 1-1: generic converter now attached to ttyUSB1 [ 273.820000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 273.820000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 273.830000] usbserial_generic 1-1:1.4: generic converter detected [ 273.840000] usb 1-1: generic converter now attached to ttyUSB2 [ 273.870000] scsi122 : usb-storage 1-1:1.5 [ 273.870000] scsi123 : usb-storage 1-1:1.6 [ 274.870000] scsi 122:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 274.870000] scsi 122:0:0:0: Attached scsi generic sg0 type 5 [ 274.880000] scsi 123:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 274.890000] sd 123:0:0:0: Attached scsi generic sg1 type 0 [ 274.920000] sd 123:0:0:0: [sdg] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) [ 274.920000] sd 123:0:0:0: [sdg] Write Protect is off [ 274.930000] sd 123:0:0:0: [sdg] Mode Sense: 0f 0e 00 00 [ 274.950000] sd 123:0:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 274.960000] sdg: sdg1 sdg2 [ 274.990000] sd 123:0:0:0: [sdg] Attached SCSI removable disk [ 280.690000] EXT4-fs (sdg1): couldn't mount as ext3 due to feature incompatibilities [ 280.700000] EXT4-fs (sdg1): couldn't mount as ext2 due to feature incompatibilities [ 280.750000] EXT4-fs (sdg1): recovery complete [ 280.760000] EXT4-fs (sdg1): mounted filesystem with ordered data mode. Opts: (null) [ 280.970000] Adding 2097148k swap on /dev/sdg2. Priority:-7 extents:1 across:2097148k [ 289.920000] usb 1-1: USB disconnect, device number 83 [ 289.920000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 289.930000] usbserial_generic 1-1:1.0: device disconnected [ 289.930000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 289.960000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 289.960000] usbserial_generic 1-1:1.3: device disconnected [ 289.970000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 289.970000] usbserial_generic 1-1:1.4: device disconnected [ 289.980000] sd 123:0:0:0: [sdg] Synchronizing SCSI cache [ 290.000000] sd 123:0:0:0: [sdg] [ 290.000000] Result: hostbyte=0x01 driverbyte=0x00 [ 290.220000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 290.500000] usb 1-1: new high-speed USB device number 85 using ehci-platform [ 290.660000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 290.880000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 291.160000] usb 1-1: new high-speed USB device number 87 using ehci-platform [ 291.320000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 291.600000] usb 1-1: new high-speed USB device number 88 using ehci-platform [ 291.760000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 292.040000] usb 1-1: new high-speed USB device number 89 using ehci-platform [ 292.640000] usb 1-1: device not accepting address 89, error -71 [ 292.700000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 292.980000] usb 1-1: new high-speed USB device number 91 using ehci-platform [ 293.130000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 293.140000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 293.150000] usbserial_generic 1-1:1.0: generic converter detected [ 293.160000] usb 1-1: generic converter now attached to ttyUSB0 [ 293.170000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 293.190000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 293.200000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 293.200000] usbserial_generic 1-1:1.3: generic converter detected [ 293.210000] usb 1-1: generic converter now attached to ttyUSB1 [ 293.230000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 293.230000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 293.240000] usbserial_generic 1-1:1.4: generic converter detected [ 293.250000] usb 1-1: generic converter now attached to ttyUSB2 [ 293.270000] scsi128 : usb-storage 1-1:1.5 [ 293.270000] scsi129 : usb-storage 1-1:1.6 [ 294.270000] scsi 128:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 294.270000] scsi 128:0:0:0: Attached scsi generic sg0 type 5 [ 294.290000] scsi 129:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 294.290000] sd 129:0:0:0: Attached scsi generic sg1 type 0 [ 294.300000] sd 129:0:0:0: [sdh] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) [ 294.320000] sd 129:0:0:0: [sdh] Write Protect is off [ 294.320000] sd 129:0:0:0: [sdh] Mode Sense: 0f 0e 00 00 [ 294.320000] sd 129:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 294.340000] sdh: sdh1 sdh2 [ 294.350000] sd 129:0:0:0: [sdh] Attached SCSI removable disk [ 295.730000] EXT4-fs (sdh1): couldn't mount as ext3 due to feature incompatibilities [ 295.740000] EXT4-fs (sdh1): couldn't mount as ext2 due to feature incompatibilities [ 295.800000] EXT4-fs (sdh1): recovery complete [ 295.800000] EXT4-fs (sdh1): mounted filesystem with ordered data mode. Opts: (null) [ 296.060000] Adding 2097148k swap on /dev/sdh2. Priority:-8 extents:1 across:2097148k [ 300.920000] usb 1-1: USB disconnect, device number 91 [ 300.930000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 300.930000] usbserial_generic 1-1:1.0: device disconnected [ 300.940000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 300.960000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 300.960000] usbserial_generic 1-1:1.3: device disconnected [ 300.970000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 300.980000] usbserial_generic 1-1:1.4: device disconnected [ 300.980000] sd 129:0:0:0: [sdh] Synchronizing SCSI cache [ 301.000000] sd 129:0:0:0: [sdh] [ 301.000000] Result: hostbyte=0x01 driverbyte=0x00 [ 301.280000] usb 1-1: new high-speed USB device number 92 using ehci-platform [ 301.440000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 301.440000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 301.450000] usbserial_generic 1-1:1.0: generic converter detected [ 301.460000] usb 1-1: generic converter now attached to ttyUSB0 [ 301.560000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 301.670000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 301.680000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 301.690000] usbserial_generic 1-1:1.3: generic converter detected [ 301.700000] usb 1-1: generic converter now attached to ttyUSB1 [ 301.720000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 301.720000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 301.730000] usbserial_generic 1-1:1.4: generic converter detected [ 301.740000] usb 1-1: generic converter now attached to ttyUSB2 [ 301.750000] scsi134 : usb-storage 1-1:1.5 [ 301.750000] scsi135 : usb-storage 1-1:1.6 [ 301.970000] usb 1-1: USB disconnect, device number 92 [ 301.970000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 301.980000] usbserial_generic 1-1:1.0: device disconnected [ 301.990000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 302.010000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 302.010000] usbserial_generic 1-1:1.3: device disconnected [ 302.020000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 302.030000] usbserial_generic 1-1:1.4: device disconnected [ 302.370000] usb 1-1: new high-speed USB device number 93 using ehci-platform [ 302.890000] usb 1-1: string descriptor 0 read error: -71 [ 302.920000] usb 1-1: can't set config #1, error -71 [ 302.930000] usb 1-1: USB disconnect, device number 93 [ 303.220000] usb 1-1: new high-speed USB device number 94 using ehci-platform [ 303.580000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 303.860000] usb 1-1: new high-speed USB device number 95 using ehci-platform [ 304.020000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 304.030000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 304.040000] usbserial_generic 1-1:1.0: generic converter detected [ 304.050000] usb 1-1: generic converter now attached to ttyUSB0 [ 304.100000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 304.140000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 304.140000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 304.150000] usbserial_generic 1-1:1.3: generic converter detected [ 304.160000] usb 1-1: generic converter now attached to ttyUSB1 [ 304.220000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 304.220000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 304.230000] usbserial_generic 1-1:1.4: generic converter detected [ 304.240000] usb 1-1: generic converter now attached to ttyUSB2 [ 304.340000] scsi140 : usb-storage 1-1:1.5 [ 304.350000] scsi141 : usb-storage 1-1:1.6 [ 305.540000] scsi 140:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 305.540000] scsi 140:0:0:0: Attached scsi generic sg0 type 5 [ 305.550000] scsi 141:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 305.560000] sd 141:0:0:0: Attached scsi generic sg1 type 0 [ 305.640000] sd 141:0:0:0: [sdi] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) [ 305.640000] sd 141:0:0:0: [sdi] Write Protect is off [ 305.650000] sd 141:0:0:0: [sdi] Mode Sense: 0f 0e 00 00 [ 305.660000] sd 141:0:0:0: [sdi] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 305.940000] sdi: sdi1 sdi2 [ 305.960000] sd 141:0:0:0: [sdi] Attached SCSI removable disk [ 314.520000] EXT4-fs (sdi1): couldn't mount as ext3 due to feature incompatibilities [ 314.530000] EXT4-fs (sdi1): couldn't mount as ext2 due to feature incompatibilities [ 314.580000] EXT4-fs (sdi1): recovery complete [ 314.590000] EXT4-fs (sdi1): mounted filesystem with ordered data mode. Opts: (null) [ 314.890000] Adding 2097148k swap on /dev/sdi2. Priority:-9 extents:1 across:2097148k [ 321.960000] usb 1-1: USB disconnect, device number 95 [ 321.960000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 321.970000] usbserial_generic 1-1:1.0: device disconnected [ 321.970000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 322.000000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 322.000000] usbserial_generic 1-1:1.3: device disconnected [ 322.010000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 322.020000] usbserial_generic 1-1:1.4: device disconnected [ 322.030000] sd 141:0:0:0: [sdi] Synchronizing SCSI cache [ 322.030000] sd 141:0:0:0: [sdi] [ 322.030000] Result: hostbyte=0x01 driverbyte=0x00 [ 322.330000] usb 1-1: new high-speed USB device number 96 using ehci-platform [ 322.490000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 322.710000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 322.990000] usb 1-1: new high-speed USB device number 98 using ehci-platform [ 323.150000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 323.430000] usb 1-1: new high-speed USB device number 99 using ehci-platform [ 323.590000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 323.870000] usb 1-1: new high-speed USB device number 100 using ehci-platform [ 324.030000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 324.310000] usb 1-1: new high-speed USB device number 101 using ehci-platform [ 324.470000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 324.750000] usb 1-1: new high-speed USB device number 102 using ehci-platform [ 324.900000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 324.910000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 324.920000] usbserial_generic 1-1:1.0: generic converter detected [ 324.930000] usb 1-1: generic converter now attached to ttyUSB0 [ 324.940000] cdc_ether 1-1:1.1 wwan0: register 'cdc_ether' at usb-ehci-platform-1, Mobile Broadband Network Device, 02:50:f3:00:00:00 [ 324.960000] usbserial_generic 1-1:1.3: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 324.970000] usbserial_generic 1-1:1.3: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 324.970000] usbserial_generic 1-1:1.3: generic converter detected [ 324.980000] usb 1-1: generic converter now attached to ttyUSB1 [ 325.000000] usbserial_generic 1-1:1.4: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 325.000000] usbserial_generic 1-1:1.4: Tell linux-usb@vger.kernel.org to add your device to a proper driver. [ 325.010000] usbserial_generic 1-1:1.4: generic converter detected [ 325.020000] usb 1-1: generic converter now attached to ttyUSB2 [ 325.040000] scsi146 : usb-storage 1-1:1.5 [ 325.040000] scsi147 : usb-storage 1-1:1.6 [ 326.090000] scsi 146:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 [ 326.100000] scsi 146:0:0:0: Attached scsi generic sg0 type 5 [ 326.110000] scsi 147:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 [ 326.120000] sd 147:0:0:0: Attached scsi generic sg1 type 0 [ 326.130000] sd 147:0:0:0: [sdj] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) [ 326.130000] sd 147:0:0:0: [sdj] Write Protect is off [ 326.140000] sd 147:0:0:0: [sdj] Mode Sense: 0f 0e 00 00 [ 326.140000] sd 147:0:0:0: [sdj] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 326.170000] sdj: sdj1 sdj2 [ 326.190000] sd 147:0:0:0: [sdj] Attached SCSI removable disk [ 327.930000] EXT4-fs (sdj1): couldn't mount as ext3 due to feature incompatibilities [ 327.940000] EXT4-fs (sdj1): couldn't mount as ext2 due to feature incompatibilities [ 328.000000] EXT4-fs (sdj1): recovery complete [ 328.000000] EXT4-fs (sdj1): mounted filesystem with ordered data mode. Opts: (null) [ 328.320000] Write-error on swap-device (8:0:64) [ 328.320000] Adding 2097148k swap on /dev/sdj2. Priority:-10 extents:1 across:2097148k [ 332.930000] usb 1-1: USB disconnect, device number 102 [ 332.940000] generic ttyUSB0: generic converter now disconnected from ttyUSB0 [ 332.940000] usbserial_generic 1-1:1.0: device disconnected [ 332.950000] cdc_ether 1-1:1.1 wwan0: unregister 'cdc_ether' usb-ehci-platform-1, Mobile Broadband Network Device [ 332.960000] generic ttyUSB1: generic converter now disconnected from ttyUSB1 [ 332.970000] usbserial_generic 1-1:1.3: device disconnected [ 332.980000] generic ttyUSB2: generic converter now disconnected from ttyUSB2 [ 332.980000] usbserial_generic 1-1:1.4: device disconnected [ 332.990000] sd 147:0:0:0: [sdj] Synchronizing SCSI cache [ 333.010000] sd 147:0:0:0: [sdj] [ 333.010000] Result: hostbyte=0x01 driverbyte=0x00 [ 333.290000] usb 1-1: new high-speed USB device number 103 using ehci-platform [ 333.450000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 333.670000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 333.950000] usb 1-1: new high-speed USB device number 105 using ehci-platform [ 334.110000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 334.390000] usb 1-1: new high-speed USB device number 106 using ehci-platform [ 334.550000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 334.770000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 335.050000] usb 1-1: new high-speed USB device number 108 using ehci-platform [ 335.210000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 335.490000] usb 1-1: new high-speed USB device number 109 using ehci-platform [ 335.650000] hub 1-0:1.0: unable to enumerate USB device on port 1 [ 335.930000] usb 1-1: new high-speed USB device number 110 using ehci-platform [ 336.080000] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is only for testing and one-off prototypes. [ 336.090000] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add your device to a proper driver. any Ideas ? Thanks for help Edited February 13, 2013 by webdirector Quote Link to comment Share on other sites More sharing options...
inTheDMZ Posted February 13, 2013 Share Posted February 13, 2013 My Knowledge of 3G is very small, although I will ask If the Modem is carrier locked at all? Quote Link to comment Share on other sites More sharing options...
webdirector Posted February 13, 2013 Author Share Posted February 13, 2013 Hello, yes it is SIMLOCK free. When I use the same 3 G modem with same card in my laptop it works fine Quote Link to comment Share on other sites More sharing options...
Foxtrot Posted February 13, 2013 Share Posted February 13, 2013 Try rebooting with the 3G Modem inserted, then navigate to the 3G page and enable 'Keep Alive' Hope that helps; -Foxtrot Quote Link to comment Share on other sites More sharing options...
webdirector Posted February 14, 2013 Author Share Posted February 14, 2013 ...... No that does not do anything. Could I have a power problem ? My setup is the 3G modem is connected directly in USB port of Pineapple and the Pineapple is powered by a 12V 2A power supply any Ideas ? Thanks Quote Link to comment Share on other sites More sharing options...
webdirector Posted February 14, 2013 Author Share Posted February 14, 2013 here my log again: 00:05:43 Pineapple daemon.info pppd[4623]: Exit. 00:05:42 Pineapple local2.info chat[4627]: timeout set to 30 seconds 00:05:42 Pineapple local2.info chat[4627]: send (ATD*99***1#^M) 00:05:42 Pineapple local2.info chat[4627]: expect (OK) 00:05:42 Pineapple local2.info chat[4627]: expect (CONNECT) 00:05:42 Pineapple local2.info chat[4627]: ^M 00:05:42 Pineapple local2.info chat[4627]: ^M 00:05:42 Pineapple local2.info chat[4627]: OK 00:05:42 Pineapple local2.info chat[4627]: NO CARRIER 00:05:42 Pineapple local2.info chat[4627]: Failed (NO CARRIER) 00:05:42 Pineapple local2.info chat[4627]: ATD*99***1#^M^M 00:05:42 Pineapple local2.info chat[4627]: AT+CGDCONT=1,"IP","internet.eplus.de"^M^M 00:05:42 Pineapple local2.info chat[4627]: -- got it 00:05:42 Pineapple local2.info chat[4627]: -- failed 00:05:42 Pineapple daemon.err pppd[4623]: Connect script failed 00:05:41 Pineapple local2.info chat[4627]: timeout set to 10 seconds 00:05:41 Pineapple local2.info chat[4627]: send (ATE1^M) 00:05:41 Pineapple local2.info chat[4627]: send (AT+CGDCONT=1,"IP","internet.eplus.de"^M) 00:05:41 Pineapple local2.info chat[4627]: send (AT&F^M) 00:05:41 Pineapple local2.info chat[4627]: report (CONNECT) 00:05:41 Pineapple local2.info chat[4627]: expect (OK) 00:05:41 Pineapple local2.info chat[4627]: expect (OK) 00:05:41 Pineapple local2.info chat[4627]: abort on (NO CARRIER) 00:05:41 Pineapple local2.info chat[4627]: abort on (ERROR) 00:05:41 Pineapple local2.info chat[4627]: abort on (BUSY) 00:05:41 Pineapple local2.info chat[4627]: ^M 00:05:41 Pineapple local2.info chat[4627]: OK 00:05:41 Pineapple local2.info chat[4627]: OK 00:05:41 Pineapple local2.info chat[4627]: ATE1^M^M 00:05:41 Pineapple local2.info chat[4627]: AT&F^M^M 00:05:41 Pineapple local2.info chat[4627]: -- got it 00:05:41 Pineapple local2.info chat[4627]: -- got it 00:05:40 Pineapple kern.info kernel: [ 340.230000] Adding 2097148k swap on /dev/sdc2. Priority:-3 extents:1 across:2097148k 00:05:40 Pineapple daemon.notice pppd[4623]: pppd 2.4.5 started by root, uid 0 00:05:39 Pineapple user.notice usb-modeswitch: 1-1:1.6: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:39 Pineapple kern.warn kernel: [ 339.940000] EXT4-fs (sdc1): warning: maximal mount count reached, running e2fsck is recommended 00:05:39 Pineapple kern.info kernel: [ 339.980000] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null) 00:05:39 Pineapple kern.info kernel: [ 339.970000] EXT4-fs (sdc1): recovery complete 00:05:39 Pineapple kern.err kernel: [ 339.910000] EXT4-fs (sdc1): couldn't mount as ext2 due to feature incompatibilities 00:05:39 Pineapple kern.err kernel: [ 339.900000] EXT4-fs (sdc1): couldn't mount as ext3 due to feature incompatibilities 00:05:39 Pineapple daemon.info dnsmasq[1109]: using nameserver 8.8.8.8#53 00:05:39 Pineapple daemon.info dnsmasq[1109]: using local addresses only for domain lan 00:05:39 Pineapple daemon.info dnsmasq[1109]: reading /tmp/resolv.conf.auto 00:05:38 Pineapple user.notice usb-modeswitch: 1-1:1.5: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:38 Pineapple user.notice usb-modeswitch: 1-1:1.4: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:38 Pineapple user.notice usb-modeswitch: 1-1:1.3: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:38 Pineapple user.notice usb-modeswitch: 1-1:1.2: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:38 Pineapple kern.notice kernel: [ 338.220000] sd 32:0:0:0: [sdc] Attached SCSI removable disk 00:05:38 Pineapple kern.notice kernel: [ 338.190000] sd 32:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 00:05:38 Pineapple kern.notice kernel: [ 338.190000] sd 32:0:0:0: [sdc] Write Protect is off 00:05:38 Pineapple kern.notice kernel: [ 338.170000] sd 32:0:0:0: [sdc] 62333952 512-byte logical blocks: (31.9 GB/29.7 GiB) 00:05:38 Pineapple kern.notice kernel: [ 338.140000] sd 32:0:0:0: Attached scsi generic sg1 type 0 00:05:38 Pineapple kern.notice kernel: [ 338.130000] scsi 32:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2 00:05:38 Pineapple kern.notice kernel: [ 338.120000] scsi 31:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2 00:05:38 Pineapple kern.notice kernel: [ 338.120000] scsi 31:0:0:0: Attached scsi generic sg0 type 5 00:05:38 Pineapple kern.info kernel: [ 338.210000] sdc: sdc1 sdc2 00:05:38 Pineapple kern.debug kernel: [ 338.190000] sd 32:0:0:0: [sdc] Mode Sense: 0f 0e 00 00 00:05:37 Pineapple user.notice usb-modeswitch: 1-1:1.1: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:37 Pineapple user.notice usb-modeswitch: 1-1:1.0: Manufacturer=HUAWEI_Technology Product=HUAWEI_Mobile Serial=? 00:05:37 Pineapple kern.info kernel: [ 337.120000] scsi32 : usb-storage 1-1:1.6 00:05:37 Pineapple kern.info kernel: [ [337.120000] scsi31 : usb-storage 1-1:1.5 00:05:37 Pineapple kern.info kernel: [ 337.100000] usb 1-1: generic converter now attached to ttyUSB2 00:05:37 Pineapple kern.info kernel: [ 337.090000] usbserial_generic 1-1:1.4: generic converter detected Quote Link to comment Share on other sites More sharing options...
inTheDMZ Posted February 14, 2013 Share Posted February 14, 2013 (edited) I wouldn't have thought the power would be a problem, i have used a setup very similar to yours (not the same modem) except i had a small unpowered hub and a usb stick plugged in too. Try having a look at this forum thread and see if it helps: https://forum.openwrt.org/viewtopic.php?id=30002 Edit: also worth backing up your current 3G settings before starting the change product/vender IDs Edited February 14, 2013 by inTheDMZ Quote Link to comment Share on other sites More sharing options...
webdirector Posted February 14, 2013 Author Share Posted February 14, 2013 in The DMZ.... Thanks a million. to be honnest I do not know what did it but now it is working Thanks a million ! If you ever are in Germnay I will pay you a beer ................. or two ;-) Quote Link to comment Share on other sites More sharing options...
inTheDMZ Posted February 14, 2013 Share Posted February 14, 2013 No problem, glad you could get it working! Just Remember to back up your 3G connection script externallly (computer,dropbox etc) now, and you can restore it in the future when you firmware upgrade etc! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.