Hey everybody;
We are still making progress, thanks again. But, you guessed it, we are still
not there yet.
W.B.M. mentioned that the watchdog might be kicking in, and that this may be
what is causing these instant deaths followed by " TS-SDBOOT". I hope so,
because if it is, then we might be ok. If so, I need to find that sucker and
slow it down. If the troubles are NFS related, we might also be ok. So far it
doesn't matter whether I download or build 2.6, we rarely last more than 2-8
hrs then instant " TS-SDBOOT". There are no messages
in /var/log about trouble. Kernels do not die like this, right? Watchdog?
I am beginning to think that without a functioning bootable SD card, I should
not expect a stable system? Unfortunately I do not have enough experience to
know whether nfsroot instability is typical? Does a system typically give "
TS-SDBOOT" and no error log in the event of nfsroot access delays, etc.? There
certainly are a lot of gripes on the internet about nfsroot with Linux.
So I spent several days last week researching/trying how to get 2.6.34.6-m and
our ported SR ADC drivers onto a bootable 2GB SD card. Not so easy,
apparently. Today I found an innocent little instruction, 'Updating the EXT2
image' on page 25 of TS' "Linux for ARM on TS-72xx" which seems to simplify all
of these initrd SD building steps that I have found here and elsewhere. But of
course I only get one dot out of the TS-SDBOOT before it cycles ad infinitum.
Yes, I don't know how to make a bootable SD card with my build on it! (Hmm,
maybe I can upgrade a working one made from a dd image?) This could help us
elimate nfsroot as the culprit. But we might be barking up the wrong tree.
Yes, we are waffling! We don't know which way to go at the moment, and we
really need to be further down the road. Should I take a week out and make
sure that the CPU is stable with that factory SD card we bought? That could
eliminate some stupidity on our part. My boss thinks we should try another
vendor.
Let me dump our config & situation here:
TS-7260 64MB RAM 32 MB flash, we have altered the 7260 to boot from SD card.
This is all on an isolated 100BT switch, with host as a DELL D630 laptop
running Lenny.
We have TS2.4 on SD card, and the only way we have to reach the 2.6 kernel
(until I learn to make a bootable SD card) is to use TS' bootloader to kickoff
an nfsroot boot of 2.6.34.6-m. This means that the 2.4 SD card fails fsck
every time we reboot, and rebooting is a long cycle which takes 6-20 minutes to
complete.
1 out of 6 times, the 2.6 kernel will not decompress from NFS, so the boot
cycle must be repeated. The ppp/option action causes instant " TS-SDBOOT"
about 1 out of 4 times. There is nothing systematic we can find. It happens
sometimes when booted, sometimes when the dongle is inserted, sometimes on 'pon
verizon' sometimes on 'poff'. The same whether 2.6.32.3-m or 2.6.34.6-m, which
we have gathered are required to run the USB760 cel modem. My office mate is
calling it TS-hell.
Anyways, we are not giving up, but need to make some progress soon!! (Thanks
for listening to my whining)
Here's our bootup, broken into several sections by '======' (You'll note that
I have disabled the udev rules, and manually 'eject /dev/cdrom' I did this
because the boot fails more often when ppp starts during boot.)
======================================================================
Here you see the typical boot cycle, showing the ever present fsck:
TS-SDBOOT - built Aug 10 2009
Copyright (c) 2007, Technologic Systems
.
.
.
Finished booting in 1.80 seconds
Type 'tshelp' for help
$ exit
Booting Linux...
INIT: version 2.86 booting
Creating extra device nodes...done.
Started device management daemon v1.3.25 for /dev
umount: /initrd: device is busy
Checking root file system...
fsck 1.37 (21-Mar-2005)
e2fsck 1.37 (21-Mar-2005)
/dev/sdcard0/disc0/part3 was not cleanly unmounted, check forced.
Pass 1: Checking inodes, blocks, and sizes
Inode 14028, i_blocks is 16, should be 2. Fix? yes
Inode 14044, i_blocks is 22, should be 8. Fix? yes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 3A: Optimizing directories
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Block bitmap differences: -(23562--23568) -(57858--57864)
Fix? yes
Free blocks count wrong for group #2 (1282, counted=1289).
Fix? yes
Free blocks count wrong for group #7 (3048, counted=3055).
Fix? yes
Free blocks count wrong (1088124, counted=1088138).
Fix? yes
/dev/sdcard0/disc0/part3: ***** FILE SYSTEM WAS MODIFIED *****
/dev/sdcard0/disc0/part3: ***** REBOOT LINUX *****
/dev/sdcard0/disc0/part3: 15126/328000 files (0.6% non-contiguous),
251254/1339392 blocks
fsck corrected errors on the root partition, but requested that
the system be rebooted (exit code 3).
Automatic reboot in 5 seconds.
======================================================================
The above has been done many, many times. Now is the venerable 2.4 boot
portion:
TS-SDBOOT - built Aug 10 2009
Copyright (c) 2007, Technologic Systems
.
.
.
Finished booting in 1.81 seconds
Type 'tshelp' for help
$ exit
Booting Linux...
INIT: version 2.86 booting
Creating extra device nodes...done.
Started device management daemon v1.3.25 for /dev
Checking root file system...
fsck 1.37 (21-Mar-2005)
e2fsck 1.37 (21-Mar-2005)
/dev/sdcard0/disc0/part3: clean, 15126/328000 files, 251254/1339392 blocks
Cleaning up ifupdown...done.
Loading modules: usbcore zd pcipool usb-ohci usb-ohci-ep93xx af_packet
Checking all file systems...
fsck 1.37 (21-Mar-2005)
... done.
Setting up networking...done.
Starting hotplug subsystem: usb isapnp ide scsi.
Setting up IP spoofing protection: rp_filter.
Enabling packet forwarding...done.
Configuring network interfaces...done.
Starting portmap daemon: portmap.
Recovering nvi editor sessions... done.
INIT: Entering runlevel: 2
Starting internet superserver: inetd.
Starting OpenBSD Secure Shell server: sshd.
Starting NFS common utilities: statd.
Starting periodic command scheduler: cron.
Starting web server: apache-ssl.
Debian GNU/Linux 3.1 cmn899 ttyAM0
cmn899 login: root
Password:
Last login: Mon Sep 13 16:00:52 2010 on ttyAM0
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
======================================================================
This is my script prep & insmod of bootloader.o:
:root# . qfBoot.bash
Mounting stuff directory to fetch kernel, etc. ...
Copying stuff locally ...
Unmounting stuff directory ...
Installing boot loader ...
Warning: loading bootloader.o will taint the kernel: non-GPL license -
Proprietary
See http://www.tux.org/lkml/#export-tainted for information about tainted
modules
Warning: loading bootloader.o will taint the kernel: forced load
Module bootloader loaded, with warnings
Building kernel command line in $CMD ...
console=ttyAM0,115200 rw ip=dhcp init=/sbin/init root=/dev/nfs
nfsroot=172.18.131.69:/home/qf/Desktop/rootdeb
sync; bootload --cmdline="$CMD" zImage
======================================================================
Here's the 2.6.32.6-m bootup with the cel modem plugged in:
:root# sync; bootload --cmdline="$CMD" zImage
Uncompressing Linux... done, booting the kernel.
Linux version 2.6.34.6-m (gcc version 3.4.4 (release) (CodeSourcery
ARM 2005q3-2)) #1 PREEMPT Mon Aug 30 11:03:48 PDT 2
010
CPU: ARM920T [41129200] revision 0 (ARMv4T), cr=c0007177
CPU: VIVT data cache, VIVT instruction cache
Machine: Technologic Systems TS-72xx SBC
Memory policy: ECC disabled, Data cache writeback
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 9040
Kernel command line: console=ttyAM0,115200 rw ip=dhcp
init=/sbin/init root=/dev/nfs nfsroot=172.18.131.69:/home/qf/Desktop/rootdeb
PID hash table entries: 256 (order: -2, 1024 bytes)
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Memory: 8MB 8MB 8MB 8MB 8MB 8MB 8MB 8MB = 64MB total
Memory: 61024k/61024k available, 4512k reserved, 0K highmem
Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
vmalloc : 0xce000000 - 0xfe800000 ( 776 MB)
lowmem : 0xc0000000 - 0xcd800000 ( 216 MB)
modules : 0xbf000000 - 0xc0000000 ( 16 MB)
.init : 0xc0008000 - 0xc0023000 ( 108 kB)
.text : 0xc0023000 - 0xc0363000 (3328 kB)
.data : 0xc037c000 - 0xc039e340 ( 137 kB)
Hierarchical RCU implementation.
NR_IRQS:120
VIC @fefb0000: id 0x00041190, vendor 0x41
VIC @fefc0000: id 0x00041190, vendor 0x41
Console: colour dummy device 80x30
Calibrating delay loop... 99.73 BogoMIPS (lpj=498688)
Security Framework initialized
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
NET: Registered protocol family 16
ep93xx clock: PLL1 running at 400 MHz, PLL2 at 192 MHz
ep93xx clock: FCLK 200 MHz, HCLK 100 MHz, PCLK 50 MHz
ep93xx dma_m2p: M2P DMA subsystem initialized
ep93xx dma_m2m: M2M DMA subsystem initialized
bio: create slab at 0
SCSI subsystem initialized
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 2048 (order: 2, 16384 bytes)
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 2048 bind 2048)
TCP reno registered
UDP hash table entries: 256 (order: 0, 4096 bytes)
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
NET: Registered protocol family 1
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
NetWinder Floating Point Emulator V0.97 (double precision)
msgmni has been set to 119
alg: No test for stdrng (krng)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
Serial: AMBA driver
apb:uart1: ttyAM0 at MMIO 0x808c0000 (irq = 52) is a AMBA
console [ttyAM0] enabled
apb:uart2: ttyAM1 at MMIO 0x808d0000 (irq = 54) is a AMBA
apb:uart3: ttyAM2 at MMIO 0x808e0000 (irq = 55) is a AMBA
ts72xx-sdcard ts72xx-sdcard.0: SD card hardware revision: 00000000
ts72xx-sdcard ts72xx-sdcard.0: block device major number = 254
ts72xx-sdcard ts72xx-sdcard.0: New SD card detected, name=tssda size=3842048
(sectors)
tssda: tssda1 tssda2 tssda3 tssda4
NAND device: Manufacturer ID: 0xec, Chip ID: 0x75 (Samsung NAND 32MiB 3,3V
8-bit)
Scanning device for bad blocks
Creating 3 MTD partitions on "gen_nand":
0x000000000000-0x000000004000 : "TS-BOOTROM"
0x000000004000-0x000001d04000 : "Linux"
0x000001d04000-0x000002000000 : "RedBoot"
ep93xx_mii_bus: probed
ep93xx_eth:ep93xx_mii_probe: PHY supports MII frame preamble suppression
ep93xx_eth:ep93xx_mii_probe: attached PHY driver [Generic PHY]
(mii_bus:phy_addr=0:01, irq=-1)
net eth0: ep93xx on-chip ethernet, IRQ 39, 00:d0:69:42:de:51
ep93xx-rtc ep93xx-rtc: rtc core: registered ep93xx-rtc as rtc0
rtc-m48t86 rtc-m48t86: rtc core: registered m48t86 as rtc1
rtc-m48t86 rtc-m48t86: battery ok
TCP cubic registered
NET: Registered protocol family 17
rtc-m48t86 rtc-m48t86: setting system clock to 2010-09-13 18:10:02 UTC
(1284401402)
Sending DHCP requests ., OK
IP-Config: Got DHCP answer from 0.0.0.0, my address is 172.18.131.54
IP-Config: Complete:
device=eth0, addr=172.18.131.54, mask=255.255.255.0, gw=172.18.131.254,
host=172.18.131.54, domain=stellarsolutions.local, nis-domain=(none),
bootserver=0.0.0.0, rootserver=172.18.131.69, rootpath=
Looking up port of RPC 100003/2 on 172.18.131.69
Looking up port of RPC 100005/1 on 172.18.131.69
PHY: 0:01 - Link is Up - 100/Full
VFS: Mounted root (nfs filesystem) on device 0:12.
Freeing init memory: 108K
INIT: version 2.86 booting
.udev/ already exists on the static /dev! (warning).
Starting the hotplug events dispatcher: udevd.
Synthesizing the initial hotplug events...done.
Waiting for /dev to be fully populated...usbcore: registered new interface
driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
ts72xx-wdt ts72xx-wdt: TS-72xx Watchdog driver
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ep93xx-ohci ep93xx-ohci: EP93xx OHCI
ep93xx-ohci ep93xx-ohci: new USB bus registered, assigned bus number 1
ep93xx-ohci ep93xx-ohci: irq 56, io mem 0x80020000
usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EP93xx OHCI
usb usb1: Manufacturer: Linux 2.6.34.6-m ohci_hcd
usb usb1: SerialNumber: ep93xx
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
i2c-gpio: probe of i2c-gpio.0 failed with error -16
usb 1-1: new full speed USB device using ep93xx-ohci and address 2
usb 1-1: New USB device found, idVendor=15d3, idProduct=5504
usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb 1-3: new full speed USB device using ep93xx-ohci and address 3
usb 1-3: device descriptor read/64, error -62
done.
usb 1-3: New USB device found, idVendor=1410, idProduct=5030
usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=4
usb 1-3: Product: Novatel Wireless CDMA
usb 1-3: Manufacturer: Novatel Wireless Inc.
usb 1-3: SerialNumber: 091142250800000
Initializing USB Mass Storage driver...
scsi0 : usb-storage 1-3:1.0
scsi1 : usb-storage 1-3:1.1
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
Setting the system clock.
scsi 0:0:0:0: CD-ROM Novatel Mass Storage 1.00 PQ: 0 ANSI: 2
scsi 1:0:0:0: Direct-Access Novatel MMC Storage 2.31 PQ: 0 ANSI: 2
sd 1:0:0:0: [sda] Attached SCSI removable disk
sr0: scsi-1 drive
Uniform CD-ROM driver Revision: 3.20
sr 0:0:0:0: Attached scsi generic sg0 type 5
sd 1:0:0:0: Attached scsi generic sg1 type 0
Activating swap...done.
Setting the system clock.
Cleaning up ifupdown....
Loading kernel modules...done.
Checking file systems...fsck 1.41.3 (12-Oct-2008)
done.
Setting kernel variables (/etc/sysctl.conf)...done.
Mounting local filesystems...failed.
Activating swapfile swap...done.
Running 0dns-down to make sure resolv.conf is ok...done.
Setting up networking....
Configuring network interfaces.../usr/sbin/pppd: In file
/etc/ppp/peers/verizon: unrecognized option '/dev/ttyUSB0'
Failed to bring up ppp0.
done.
INIT: Entering runlevel: 2
Starting enhanced syslogd: rsyslogd.
Starting OpenBSD Secure Shell server: sshd.
Starting periodic command scheduler: crond.
Debian GNU/Linux 5.0 cmn899 ttyAM0
======================================================================
Here's the eject & pon part:
cmn899 login: root
Password:
Last login: Mon Sep 13 16:10:01 UTC 2010 on ttyAM0
Linux cmn899 2.6.34.6-m #1 PREEMPT Mon Aug 30 11:03:48 PDT 2010 armv4tl
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
cmn899:~# eject /dev/cdrom
cmn899:~# usb 1-3: USB disconnect, address 3
usb 1-3: new full speed USB device using ep93xx-ohci and address 4
usb 1-3: device descriptor read/64, error -62
usb 1-3: New USB device found, idVendor=1410, idProduct=6000
usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=4
usb 1-3: Product: Novatel Wireless CDMA
usb 1-3: Manufacturer: Novatel Wireless Inc.
usb 1-3: SerialNumber: 091142250801000
scsi2 : usb-storage 1-3:1.4
scsi3 : usb-storage 1-3:1.5
scsi 2:0:0:0: Direct-Access Novatel MMC Storage 2.31 PQ: 0 ANSI: 2
scsi 3:0:0:0: CD-ROM Novatel Mass Storage 1.00 PQ: 0 ANSI: 2
sd 2:0:0:0: Attached scsi generic sg0 type 0
sd 2:0:0:0: [sda] Attached SCSI removable disk
sr0: scsi3-mmc drive: 169x/169x writer dvd-ram xa/form2
sr 3:0:0:0: Attached scsi generic sg1 type 5
usbcore: registered new interface driver usbserial
USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial Driver core
USB Serial support registered for GSM modem (1-port)
option 1-3:1.0: GSM modem (1-port) converter detected
usb 1-3: GSM modem (1-port) converter now attached to ttyUSB0
option 1-3:1.1: GSM modem (1-port) converter detected
usb 1-3: GSM modem (1-port) converter now attached to ttyUSB1
option 1-3:1.2: GSM modem (1-port) converter detected
usb 1-3: GSM modem (1-port) converter now attached to ttyUSB2
option 1-3:1.3: GSM modem (1-port) converter detected
usb 1-3: GSM modem (1-port) converter now attached to ttyUSB3
usbcore: registered new interface driver option
option: v0.7.2:USB Driver for GSM modems
sr0: CDROM (ioctl) error, command: Xpwrite, Read disk info 51 00 00 00 00 00 00
00 02 00
sr: Sense Key : Hardware Error [current]
sr: Add. Sense: No additional sense information
cmn899:~# lsusb
Bus 001 Device 004: ID 1410:6000 Novatel Wireless
Bus 001 Device 002: ID 15d3:5504
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
cmn899:~# pon verizon
PPP generic driver version 2.4.2
cmn899:~# PPP BSD Compression module registered
PPP Deflate Compression module registered
cmn899:~# lsmod
Module Size Used by
ppp_deflate 3716 0
zlib_deflate 20205 1 ppp_deflate
zlib_inflate 13002 1 ppp_deflate
bsd_comp 4768 0
ppp_async 7093 1
crc_ccitt 1045 1 ppp_async
ppp_generic 18755 7 ppp_deflate,bsd_comp,ppp_async
slhc 4791 1 ppp_generic
option 18355 1
usbserial 26850 3 option
sg 23152 0
sr_mod 11680 0
cdrom 33338 1 sr_mod
sd_mod 25828 0
usb_storage 35891 0
i2c_gpio 1891 0
leds_gpio 1789 0
i2c_algo_bit 6600 1 i2c_gpio
ohci_hcd 26158 0
ts72xx_wdt 4085 0
usbcore 123180 4 option,usbserial,usb_storage,ohci_hcd
i2c_core 17454 2 i2c_gpio,i2c_algo_bit
ep93xx_pwm 2496 0
led_class 2247 1 leds_gpio
cmn899:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:d0:69:42:de:51
inet addr:172.18.131.54 Bcast:172.18.131.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:14331 errors:0 dropped:0 overruns:0 frame:0
TX packets:9277 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:12049244 (11.4 MiB) TX bytes:1907685 (1.8 MiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
ppp0 Link encap:Point-to-Point Protocol
inet addr:75.210.195.223 P-t-P:66.174.217.64 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:6 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:72 (72.0 B) TX bytes:141 (141.0 B)
cmn899:~#
======================================================================
~ 300-6000 seconds later:
TS-SDBOOT - built Aug 10 2009
Copyright (c) 2007, Technologic Systems
.
.
.
======================================================================
The system is anything but stable & repeatable, here's a set of msgs we saw
this morning: WTF?
Registered led device: platform:grled
Registered led device: platform:rdled
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ohci_hcd: block sizes: ed 64 td 64
ep93xx-ohci ep93xx-ohci: EP93xx OHCI
ep93xx-ohci ep93xx-ohci: new USB bus registered, assigned bus number 1
ep93xx-ohci ep93xx-ohci: irq 56, io mem 0x80020000
ep93xx-ohci ep93xx-ohci: created debug files
ep93xx-ohci ep93xx-ohci: OHCI controller state
ep93xx-ohci ep93xx-ohci: OHCI 1.0, NO legacy support registers
ep93xx-ohci ep93xx-ohci: control 0x083 HCFS=operational CBSR=3
ep93xx-ohci ep93xx-ohci: cmdstatus 0x00000 SOC=0
ep93xx-ohci ep93xx-ohci: intrstatus 0x00000004 SF
ep93xx-ohci ep93xx-ohci: intrenable 0x8000005a MIE RHSC UE RD WDH
ep93xx-ohci ep93xx-ohci: hcca frame #0005
ep93xx-ohci ep93xx-ohci: roothub.a 02001203 POTPGT=2 NOCP NPS NDP=3(3)
ep93xx-ohci ep93xx-ohci: roothub.b 00000000 PPCM=0000 DR=0000
ep93xx-ohci ep93xx-ohci: roothub.status 00008000 DRWE
ep93xx-ohci ep93xx-ohci: roothub.portstatus [0] 0x00010101 CSC PPS CCS
ep93xx-ohci ep93xx-ohci: roothub.portstatus [1] 0x00000100 PPS
ep93xx-ohci ep93xx-ohci: roothub.portstatus [2] 0x00010101 CSC PPS CCS
usb usb1: default language 0x0409
usb usb1: udev 1, busnum 1, minor = 0
usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EP93xx OHCI
usb usb1: Manufacturer: Linux 2.6.34.6-m ohci_hcd
usb usb1: SerialNumber: ep93xx
usb usb1: usb_probe_device
usb usb1: configuration #1 chosen from 1 choice
usb usb1: adding 1-0:1.0 (config #1, interface 0)
hub 1-0:1.0: usb_probe_interface
hub 1-0:1.0: usb_probe_interface - got id
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
hub 1-0:1.0: standalone hub
hub 1-0:1.0: no power switching (usb 1.0)
hub 1-0:1.0: no over-current protection
hub 1-0:1.0: power on to power good time: 4ms
hub 1-0:1.0: local power source is good
hub 1-0:1.0: trying to enable port power on non-switchable hub
i2c-gpio: probe of i2c-gpio.0 failed with error -16
ep93xx-ohci ep93xx-ohci: GetStatus roothub.portstatus [0] = 0x00010101 CSC PPS
CCS
hub 1-0:1.0: port 1: status 0101 change 0001
ep93xx-ohci ep93xx-ohci: GetStatus roothub.portstatus [2] = 0x00010101 CSC PPS
CCS
hub 1-0:1.0: port 3: status 0101 change 0001
hub 1-0:1.0: state 7 ports 3 chg 000a evt 0000
hub 1-0:1.0: port 1, status 0101, change 0000, 12 Mb/s
ep93xx-ohci ep93xx-ohci: GetStatus roothub.portstatus [0] = 0x00100103 PRSC PPS
PES CCS
usb 1-1: new full speed USB device using ep93xx-ohci and address 2
ep93xx-ohci ep93xx-ohci: GetStatus roothub.portstatus [0] = 0x00100103 PRSC PPS
PES CCS
usb 1-1: udev 2, busnum 1, minor = 1
usb 1-1: New USB device found, idVendor=15d3, idProduct=5504
usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb 1-1: usb_probe_device
usb 1-1: configuration #1 chosen from 1 choice
usb 1-1: adding 1-1:1.0 (config #1, interface 0)
hub 1-0:1.0: port 3, status 0101, change 0000, 12 Mb/s
ep93xx-ohci ep93xx-ohci: GetStatus roothub.portstatus [2] = 0x00100103 PRSC PPS
PES CCS
usb 1-3: new full speed USB device using ep93xx-ohci and address 3
ep93xx-ohci ep93xx-ohci: urb cd6bcd20 path 3 ep0in 5ec20000 cc 5 -- status -62
ep93xx-ohci ep93xx-ohci: urb cd6bcd20 path 3 ep0in 5ec20000 cc 5 -- status -62
ep93xx-ohci ep93xx-ohci: urb cd6bcd20 path 3 ep0in 5ec20000 cc 5 -- status -62
ep93xx-ohci ep93xx-ohci: GetStatus roothub.portstatus [2] = 0x00100103 PRSC PPS
PES CCS
usb 1-3: device descriptor read/64, error -62
ep93xx-ohci ep93xx-ohci: GetStatus roothub.portstatus [2] = 0x00100103 PRSC PPS
PES CCS
usb 1-3: default language 0x0409
usb 1-3: udev 3, busnum 1, minor = 2
usb 1-3: New USB device found, idVendor=1410, idProduct=5030
usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=4
usb 1-3: Product: Novatel Wireless CDMA
usb 1-3: Manufacturer: Novatel Wireless Inc.
usb 1-3: SerialNumber: 091142250800000
usb 1-3: usb_probe_device
usb 1-3: configuration #1 chosen from 1 choice
usb 1-3: adding 1-3:1.0 (config #1, interface 0)
usb 1-3: adding 1-3:1.1 (config #1, interface 1)
hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0008
Initializing USB Mass Storage driver...
usb-storage 1-3:1.0: usb_probe_interface
usb-storage 1-3:1.0: usb_probe_interface - got id
scsi0 : usb-storage 1-3:1.0
usb-storage 1-3:1.1: usb_probe_interface
usb-storage 1-3:1.1: usb_probe_interface - got id
scsi1 : usb-storage 1-3:1.1
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
scsi 0:0:0:0: CD-ROM Novatel Mass Storage 1.00 PQ: 0 ANSI: 2
scsi 1:0:0:0: Direct-Access Novatel MMC Storage 2.31 PQ: 0 ANSI: 2
ep93xx-ohci ep93xx-ohci: urb cd6bcb20 path 3 ep5in 93120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bcba0 path 3 ep5in 40160000 cc 4 -- status -32
sd 1:0:0:0: [sda] Attached SCSI removable disk
ep93xx-ohci ep93xx-ohci: urb cd6bcb20 path 3 ep7in 93120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bcca0 path 3 ep7in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd6bca20 path 3 ep7in 93120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bcca0 path 3 ep7in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd6bca20 path 3 ep7in 40120000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd6bcb20 path 3 ep7in 92120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bcca0 path 3 ep7in 40160000 cc 4 -- status -32
sr0: scsi-1 drive
Uniform CD-ROM driver Revision: 3.20
sr 0:0:0:0: Attached scsi CD-ROM sr0
ep93xx-ohci ep93xx-ohci: urb cd6bcb20 path 3 ep7in 93120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bcca0 path 3 ep7in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd6bcb20 path 3 ep7in 93120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bcca0 path 3 ep7in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd6bcb20 path 3 ep7in 93120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bcca0 path 3 ep7in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd6bca20 path 3 ep7in 40120000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd6bca20 path 3 ep7in 92120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bcca0 path 3 ep7in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd6bca20 path 3 ep7in 93120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bcca0 path 3 ep7in 40160000 cc 4 -- status -32
sr 0:0:0:0: Attached scsi generic sg0 type 5
sd 1:0:0:0: Attached scsi generic sg1 type 0
ep93xx-ohci ep93xx-ohci: urb cd6bc7a0 path 3 ep5in 93120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bcba0 path 3 ep5in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd6bc7a0 path 3 ep5in 93120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bcba0 path 3 ep5in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd73c4c0 path 3 ep7in 93120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bcca0 path 3 ep7in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd73c4c0 path 3 ep7in 93120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bcca0 path 3 ep7in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd73c4c0 path 3 ep7in 93120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bcca0 path 3 ep7in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd73c4c0 path 3 ep7in 92120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bcca0 path 3 ep7in 40160000 cc 4 -- status -32
hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0008
ep93xx-ohci ep93xx-ohci: GetStatus roothub.portstatus [2] = 0x00030100 PESC CSC
PPS
hub 1-0:1.0: port 3, status 0100, change 0003, 12 Mb/s
usb 1-3: USB disconnect, address 3
usb 1-3: unregistering device
usb 1-3: usb_disable_device nuking all URBs
usb 1-3: unregistering interface 1-3:1.0
usb 1-3: unregistering interface 1-3:1.1
hub 1-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x100
hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0008
ep93xx-ohci ep93xx-ohci: GetStatus roothub.portstatus [2] = 0x00010101 CSC PPS
CCS
hub 1-0:1.0: port 3, status 0101, change 0001, 12 Mb/s
hub 1-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x101
ep93xx-ohci ep93xx-ohci: GetStatus roothub.portstatus [2] = 0x00100103 PRSC PPS
PES CCS
usb 1-3: new full speed USB device using ep93xx-ohci and address 4
ep93xx-ohci ep93xx-ohci: urb cd73cd40 path 3 ep0in 5ec20000 cc 5 -- status -62
ep93xx-ohci ep93xx-ohci: urb cd73cd40 path 3 ep0in 5ec20000 cc 5 -- status -62
ep93xx-ohci ep93xx-ohci: urb cd73cd40 path 3 ep0in 5ec20000 cc 5 -- status -62
ep93xx-ohci ep93xx-ohci: GetStatus roothub.portstatus [2] = 0x00100103 PRSC PPS
PES CCS
usb 1-3: device descriptor read/64, error -62
ep93xx-ohci ep93xx-ohci: GetStatus roothub.portstatus [2] = 0x00100103 PRSC PPS
PES CCS
usb 1-3: default language 0x0409
usb 1-3: udev 4, busnum 1, minor = 3
usb 1-3: New USB device found, idVendor=1410, idProduct=6000
usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=4
usb 1-3: Product: Novatel Wireless CDMA
usb 1-3: Manufacturer: Novatel Wireless Inc.
usb 1-3: SerialNumber: 091142250801000
usb 1-3: usb_probe_device
usb 1-3: configuration #1 chosen from 1 choice
usb 1-3: adding 1-3:1.0 (config #1, interface 0)
usb 1-3: adding 1-3:1.1 (config #1, interface 1)
usb 1-3: adding 1-3:1.2 (config #1, interface 2)
usb 1-3: adding 1-3:1.3 (config #1, interface 3)
usb 1-3: adding 1-3:1.4 (config #1, interface 4)
usb-storage 1-3:1.4: usb_probe_interface
usb-storage 1-3:1.4: usb_probe_interface - got id
scsi2 : usb-storage 1-3:1.4
usb 1-3: adding 1-3:1.5 (config #1, interface 5)
usb-storage 1-3:1.5: usb_probe_interface
usb-storage 1-3:1.5: usb_probe_interface - got id
scsi3 : usb-storage 1-3:1.5
hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0008
scsi 2:0:0:0: Direct-Access Novatel MMC Storage 2.31 PQ: 0 ANSI: 2
scsi 3:0:0:0: CD-ROM Novatel Mass Storage 1.00 PQ: 0 ANSI: 2
sd 2:0:0:0: Attached scsi generic sg0 type 0
ep93xx-ohci ep93xx-ohci: urb cd6bc320 path 3 ep5in 93120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bc4a0 path 3 ep5in 40160000 cc 4 -- status -32
sd 2:0:0:0: [sda] Attached SCSI removable disk
ep93xx-ohci ep93xx-ohci: urb cd6bc2a0 path 3 ep7in 93120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bc220 path 3 ep7in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd6bc1a0 path 3 ep7in 93120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bc220 path 3 ep7in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd6bc1a0 path 3 ep7in 92120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bc220 path 3 ep7in 40160000 cc 4 -- status -32
sr0: scsi3-mmc drive: 169x/169x writer dvd-ram xa/form2
sr 3:0:0:0: Attached scsi CD-ROM sr0
sr 3:0:0:0: Attached scsi generic sg1 type 5
usbcore: registered new interface driver usbserial
USB Serial support registered for generic
usbserial_generic 1-1:1.0: usb_probe_interface
usbserial_generic 1-1:1.0: usb_probe_interface - got id
usbserial_generic 1-3:1.0: usb_probe_interface
usbserial_generic 1-3:1.0: usb_probe_interface - got id
usbserial_generic 1-3:1.1: usb_probe_interface
usbserial_generic 1-3:1.1: usb_probe_interface - got id
usbserial_generic 1-3:1.2: usb_probe_interface
usbserial_generic 1-3:1.2: usb_probe_interface - got id
usbserial_generic 1-3:1.3: usb_probe_interface
usbserial_generic 1-3:1.3: usb_probe_interface - got id
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial Driver core
USB Serial support registered for GSM modem (1-port)
option 1-3:1.0: usb_probe_interface
option 1-3:1.0: usb_probe_interface - got id
option 1-3:1.0: GSM modem (1-port) converter detected
usb 1-3: GSM modem (1-port) converter now attached to ttyUSB0
option 1-3:1.1: usb_probe_interface
option 1-3:1.1: usb_probe_interface - got id
option 1-3:1.1: GSM modem (1-port) converter detected
usb 1-3: GSM modem (1-port) converter now attached to ttyUSB1
option 1-3:1.2: usb_probe_interface
option 1-3:1.2: usb_probe_interface - got id
option 1-3:1.2: GSM modem (1-port) converter detected
usb 1-3: GSM modem (1-port) converter now attached to ttyUSB2
option 1-3:1.3: usb_probe_interface
option 1-3:1.3: usb_probe_interface - got id
option 1-3:1.3: GSM modem (1-port) converter detected
usb 1-3: GSM modem (1-port) converter now attached to ttyUSB3
usbcore: registered new interface driver option
option: v0.7.2:USB Driver for GSM modems
ep93xx-ohci ep93xx-ohci: urb cd735d60 path 3 ep7in 40120000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd735d60 path 3 ep7in 92120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bc220 path 3 ep7in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd735d60 path 3 ep7in 40120000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd735d60 path 3 ep7in 92120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bc220 path 3 ep7in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd735d60 path 3 ep7in 40120000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd735d60 path 3 ep7in 92120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bc220 path 3 ep7in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd735d60 path 3 ep7in 40120000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd735d60 path 3 ep7in 92120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bc220 path 3 ep7in 40160000 cc 4 -- status -32
sr0: CDROM (ioctl) error, command: Xpwrite, Read disk info 51 00 00 00 00 00 00
00 02 00
sr: Sense Key : Hardware Error [current]
sr: Add. Sense: No additional sense information
ep93xx-ohci ep93xx-ohci: urb cd735d60 path 3 ep7in 40120000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd735d60 path 3 ep7in 92120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bc220 path 3 ep7in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd735f60 path 3 ep5in 93120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bc4a0 path 3 ep5in 40160000 cc 4 -- status -32
ep93xx-ohci ep93xx-ohci: urb cd735f60 path 3 ep5in 93120000 cc 9 -- status -121
ep93xx-ohci ep93xx-ohci: urb cd6bc4a0 path 3 ep5in 40160000 cc 4 -- status -32
PPP generic driver version 2.4.2
PPP BSD Compression module registered
PPP Deflate Compression module registered
cmn899:~#
TS-SDBOOT - built Aug 10 2009
Copyright (c) 2007, Technologic Systems
.
.
.
Sorry for such a long post.
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|