Cruisers Forum
 

Go Back   Cruisers & Sailing Forums > Engineering & Systems > Marine Electronics
Cruiser Wiki Click Here to Login
Register Vendors FAQ Community Calendar Today's Posts Log in

Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 18-04-2008, 06:12   #181
Registered User
 
tyrntlzrdking's Avatar

Join Date: Jan 2008
Location: Michigan
Boat: 1967 Starcraft 16' - 1961 Mercury 70hp
Posts: 148
When I enter dir I see mplayer SeaClear\ II.desktop SeaClear\ II\ Manual.desktop.
No xo-get.py in sight.

I have midnight commander installed and /.xo_get is listed there.

I installed my xo-get from this page:
Activities - OLPC it has the lightbulb icon.

I am assuming xo-get.py is totally different. Maybe this is it?
Xo-get - OLPC Should I install somthing from that page some how?

Thanks,

Jeff
tyrntlzrdking is offline   Reply With Quote
Old 18-04-2008, 06:53   #182
Registered User
 
tyrntlzrdking's Avatar

Join Date: Jan 2008
Location: Michigan
Boat: 1967 Starcraft 16' - 1961 Mercury 70hp
Posts: 148
I believe my problem is solved.
I had xo-get GUI installed.
I needed xo-get.py

wget xo-get.olpc.at
chmod u+x xo-get.py

xo-get.py now shows up under dir.

I will now attemp to install activities.

Thanks
tyrntlzrdking is offline   Reply With Quote
Old 18-04-2008, 07:23   #183
Registered User
 
tyrntlzrdking's Avatar

Join Date: Jan 2008
Location: Michigan
Boat: 1967 Starcraft 16' - 1961 Mercury 70hp
Posts: 148
Quote:
Originally Posted by phiggins View Post
If you enter: dir
do you see: xo-get.py ??
If so enter: ./xo-get.py
do you see...
xo-get 1.2.3
-------------
http://
(etc...)
Well I tried to install activities again. Received: No exact match found. Extending search...
Activity '/media/OPTIMA/SeaClear-3.xo' not found.

When I went to dir, I saw xo-get.py.
When I entered ./xo-get.py it says:
xo-get 1.2.5
---------------

http://wiki.laptop.orf/go/Xo-get

Usage:
./xo-get.py list .....etc
etc....
tyrntlzrdking is offline   Reply With Quote
Old 18-04-2008, 08:09   #184
Registered User
 
tyrntlzrdking's Avatar

Join Date: Jan 2008
Location: Michigan
Boat: 1967 Starcraft 16' - 1961 Mercury 70hp
Posts: 148
Activities are installed and functioning.
They look nice, pretty colors.

I had to download the files onto my usb drive from your navigation site.
Navigation Aids

Thanks.

I may have more questions when I get my GPS reciever in a few days.

Jeff
tyrntlzrdking is offline   Reply With Quote
Old 21-04-2008, 18:10   #185
Registered User
 
tyrntlzrdking's Avatar

Join Date: Jan 2008
Location: Michigan
Boat: 1967 Starcraft 16' - 1961 Mercury 70hp
Posts: 148

Today at 09:04:15 PM
Quote Modify Hello,

I bought a Globalsat BU-353 gps receiver. I was hoping to just plug it in to a USB port and it would start working with the SeaClear navigation software I have installed, but I now see that a driver needs to be installed. I have a CD with the required drivers.
You can see them here.http://www.usglobalsat.com/download/62/linux_usb_driver.zip
The Linux drivers are listed as being for Redhat.

Question. Will a driver which I guess is intended for Redhat work with Sugar?
How do I download the driver into my XO without using the CD auto install?
I assume I can download the driver to USB flash card and then transfer it into my XO, but I am a Linux newbie and do not know the commands to use in terminal or were the driver should go.

Maybe the windows version would work with wine/

Any help appreciated.

Jeff
tyrntlzrdking is offline   Reply With Quote
Old 22-04-2008, 02:39   #186
Registered User
 
phiggins's Avatar

Join Date: Nov 2004
Location: Davao, Philippines
Posts: 1,776
Send a message via Skype™ to phiggins
tyrntlzrdking,

First are you sure it doesn't work as is? I found that most USB to serial cables that I have worked without installing anything. To see if it recognizes it with the GPS not pugged in enter:

ls -l /dev/ttyUS*

will probably say not such file or directory. Then plug in the GPS and repeat the command. If it recognizes it you should get a listing of it like
crw-rw---- 1 root ..... /dev/ttyUSBx

If it recognizes it, then you have to tell wine about it:

cd ~/.wine/dosdevices
unlink com1
ln -s /dev/ttyUSBx com1

Where com1 is the port you have defined in SeaClear to receive messages
and ttyUSBx is the port you found when you plugged in the GPS, probably ttyUSB0. Be sure to issue those commands under your user id NOt su.

Then start SeaClear under wine and you shouldn't get a popup saying no com port.

If when you plug in the GPS it doesn't recognize it then it will get more complicated, but first try the above and let us know what you found.

Paul
phiggins is offline   Reply With Quote
Old 22-04-2008, 11:25   #187
Registered User
 
tyrntlzrdking's Avatar

Join Date: Jan 2008
Location: Michigan
Boat: 1967 Starcraft 16' - 1961 Mercury 70hp
Posts: 148
Paul,

I did what you said, but when I opened SeaClear it said could not open communucation port one.

I then entered your commands again into terminal and after unlink com1
it said cannot unlink com1, No such file or directory.

In my GPS instructions it says: Although the GPS is connected to your USB port, a driver is required to convert the USB port into a Virtual COM Port (VCP).

I dont know if it makes a difference, but you do understand my BU-353 has a USB plug. I need no adapter cords.

Jeff
tyrntlzrdking is offline   Reply With Quote
Old 22-04-2008, 12:27   #188
Registered User
 
tyrntlzrdking's Avatar

Join Date: Jan 2008
Location: Michigan
Boat: 1967 Starcraft 16' - 1961 Mercury 70hp
Posts: 148
The BU-353 did not work on my Windows Vista machine until I downloaded the driver from the CD.
tyrntlzrdking is offline   Reply With Quote
Old 22-04-2008, 12:45   #189
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Quote:
Originally Posted by tyrntlzrdking View Post
The BU-353 did not work on my Windows Vista machine until I downloaded the driver from the CD.
It's unlikely to be a driver problem. The Red Hat drivers you have linked to is for Linux 2.4 kernel. It's actually a driver for a Prolific PL2303 chip.
This driver is included in Linux 2.6 (if you activate it before compiling).
This driver is also included in OLPC/Sugar from "BTest-4", earlier it was reported as a bug.
So, the manufacturer has not bothered to update the information for Linux in this case.

Thomas
cagney is offline   Reply With Quote
Old 22-04-2008, 13:54   #190
Registered User
 
tyrntlzrdking's Avatar

Join Date: Jan 2008
Location: Michigan
Boat: 1967 Starcraft 16' - 1961 Mercury 70hp
Posts: 148
Thanks cagney.

Is there a search command I could use to make sure PL2303 is installed?
Do yo know were I could find the Kernel 2.6 version if I need it?

SeaClear seems to be funtioning as it should (without gps), but I opened it with terminal and received the following:

$ wine "c:\Program Files\SeaClear\SeaClear_2.exe"
Xlib: extension "GLX" missing on display ":0.0".
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
ALSA lib seq_hw.c:457snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory

Maybe I need to uninstall it and reinstall? How would I uninstall it?
I have midnight commander. Should I try and delete it from there?

Jeff
tyrntlzrdking is offline   Reply With Quote
Old 22-04-2008, 16:58   #191
Registered User
 
phiggins's Avatar

Join Date: Nov 2004
Location: Davao, Philippines
Posts: 1,776
Send a message via Skype™ to phiggins
Try this:
plug in your GPS then enter:
dmesg
you should see something like:
Adding info for usb-serial: ttyUSB0
...etc

It should tell us if its recognizing the GPS.

If you want to to let us see what it shows do this:

Unplug the GPS then replug it and then enter:
dmesg &> dmesg.out
tail -n 100 dmesg.out > /media/OPTIMA/report.out

then post what is in report.out.


As for the wine messages they are OK.

Paul
phiggins is offline   Reply With Quote
Old 22-04-2008, 17:42   #192
Registered User
 
tyrntlzrdking's Avatar

Join Date: Jan 2008
Location: Michigan
Boat: 1967 Starcraft 16' - 1961 Mercury 70hp
Posts: 148
$ dmesg
[ 0.000000] Linux version 2.6.22-20071231.2.olpc.83e0631da83a269 (dilinger@fc6.laptop.org) (gcc version 4.1.2 20070925 (Red Hat 4.1.2-27)) #1 PREEMPT Mon Dec 31 10:37:17 EST 2007
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e801: 0000000000000000 - 000000000009f000 (usable)
[ 0.000000] BIOS-e801: 0000000000100000 - 000000000edfd000 (usable)
[ 0.000000] 237MB LOWMEM available.
[ 0.000000] Entering add_active_range(0, 0, 60925) 0 entries of 256 used
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] Normal 4096 -> 60925
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0 -> 60925
[ 0.000000] On node 0 totalpages: 60925
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 4064 pages, LIFO batch:0
[ 0.000000] Normal zone: 443 pages used for memmap
[ 0.000000] Normal zone: 56386 pages, LIFO batch:15
[ 0.000000] DMI not present or invalid.
[ 0.000000] Allocating PCI resources starting at 10000000 (gap: 0edfd000:f1203000)
[ 0.000000] Built 1 zonelists. Total pages: 60450
[ 0.000000] Kernel command line:
[ 0.000000] Initializing CPU#0
[ 0.000000] CPU 0 irqstacks, hard=c0713000 soft=c0712000
[ 0.000000] PID hash table entries: 1024 (order: 10, 4096 bytes)
[ 0.000000] Detected 430.952 MHz processor.
[ 15.318988] Console: colour EGA 80x25
[ 15.320009] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 15.320664] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 15.358797] Memory: 235016k/243700k available (2141k kernel code, 8068k reserved, 811k data, 164k init, 0k highmem)
[ 15.358931] virtual kernel memory layout:
[ 15.358941] fixmap : 0xffffd000 - 0xfffff000 ( 8 kB)
[ 15.358953] vmalloc : 0xcf800000 - 0xffffb000 ( 775 MB)
[ 15.358965] lowmem : 0xc0000000 - 0xcedfd000 ( 237 MB)
[ 15.358978] .init : 0xc06e4000 - 0xc070d000 ( 164 kB)
[ 15.358990] .data : 0xc0617596 - 0xc06e21b4 ( 811 kB)
[ 15.359002] .text : 0xc0400000 - 0xc0617596 (2141 kB)
[ 15.359402] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[ 15.510323] Calibrating delay using timer specific routine.. 862.98 BogoMIPS (lpj=4314902)
[ 15.510692] Security Framework v1.0.0 initialized
[ 15.510776] Capability LSM initialized
[ 15.510941] Mount-cache hash table entries: 512
[ 15.511493] CPU: After generic identify, caps: 0088a93d c0c0a13d 00000000 00000000 00000000 00000000 00000000
[ 15.511553] CPU: L1 I Cache: 64K (32 bytes/line), D cache 64K (32 bytes/line)
[ 15.511631] CPU: L2 Cache: 128K (32 bytes/line)
[ 15.511700] CPU: After all inits, caps: 0088a93d c0c0a13d 00000000 00000000 00000000 00000000 00000000
[ 15.511757] Compat vDSO mapped to ffffe000.
[ 15.511840] CPU: AMD Geode(TM) Integrated Processor by AMD PCS stepping 02
[ 15.512048] Checking 'hlt' instruction... OK.
[ 15.550853] PM: Adding info for No Buslatform
[ 15.551313] NET: Registered protocol family 16
[ 15.551422] geode-mfgpt: Registered timer 0
[ 15.551509] mfgpt-timer: registering the MFGT timer as a clock event.
[ 15.551887] geode-mfgpt: 8 timers available.
[ 15.552134] OLPC board with OpenFirmware: CL1 Q2D07 Q2D
[ 15.552286] olpc-ec: running cmd 0x8
[ 15.563338] olpc-ec: received 0x50
[ 15.563471] OLPC board revision: C2 (EC=50)
[ 15.563746] PM: Adding info for No Bus:vtcon0
[ 15.564021] PM: Adding info for platform:rtc_cmos
[ 15.564206] PM: Adding info for platformowerbutton
[ 15.564393] PM: Adding info for platform:lid
[ 15.565088] PCI: Using configuration type OLPC
[ 15.565160] Setting up standard PCI resources
[ 15.571661] SCSI subsystem initialized
[ 15.572065] usbcore: registered new interface driver usbfs
[ 15.572316] usbcore: registered new interface driver hub
[ 15.572590] usbcore: registered new device driver usb
[ 15.573084] PCI: Probing PCI hardware
[ 15.573157] PCI: Probing PCI hardware (bus 00)
[ 15.573200] PM: Adding info for No Busci0000:00
[ 15.574065] PM: Adding info for pci:0000:00:01.0
[ 15.574309] PM: Adding info for pci:0000:00:01.1
[ 15.574557] PM: Adding info for pci:0000:00:01.2
[ 15.574813] PM: Adding info for pci:0000:00:0c.0
[ 15.575057] PM: Adding info for pci:0000:00:0c.1
[ 15.575297] PM: Adding info for pci:0000:00:0c.2
[ 15.575530] PM: Adding info for pci:0000:00:0f.0
[ 15.575793] PM: Adding info for pci:0000:00:0f.3
[ 15.576024] PM: Adding info for pci:0000:00:0f.4
[ 15.576257] PM: Adding info for pci:0000:00:0f.5
[ 15.577096] PM: Adding info for No Bus:mem
[ 15.577300] PM: Adding info for No Bus:kmem
[ 15.577488] PM: Adding info for No Bus:null
[ 15.577700] PM: Adding info for No Busort
[ 15.577881] PM: Adding info for No Bus:zero
[ 15.578057] PM: Adding info for No Bus:full
[ 15.578246] PM: Adding info for No Bus:random
[ 15.578444] PM: Adding info for No Bus:urandom
[ 15.578622] PM: Adding info for No Bus:kmsg
[ 15.578957] NET: Registered protocol family 2
[ 15.582739] Time: tsc clocksource has been installed.
[ 15.583008] Switched to high resolution mode on CPU 0
[ 15.656121] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 15.656435] TCP established hash table entries: 8192 (order: 5, 163840 bytes)
[ 15.657018] TCP bind hash table entries: 8192 (order: 5, 163840 bytes)
[ 15.657691] TCP: Hash tables configured (established 8192 bind 8192)
[ 15.657765] TCP reno registered
[ 15.684026] checking if image is initramfs... it is
[ 18.286104] Freeing initrd memory: 2436k freed
[ 18.334833] PM: Adding info for No Bus:msr0
[ 18.342973] PM: Adding info for platform:serial8250.0
[ 18.351060] PM: Adding info for platformcspkr
[ 18.359360] input: OLPC PM as /class/input/input0
[ 18.367679] input: OLPC lid switch as /class/input/input1
[ 18.376244] input: OLPC ebook switch as /class/input/input2
[ 18.376332] SCI is mapped to IRQ 3
[ 18.376411] Set IRQ 3 for 6
[ 18.376488] Set IRQ 3 for 7
[ 18.376913] olpc-ec: running cmd 0x84
[ 18.378941] olpc-ec: received 0x4
[ 18.378956] olpc-pm: SCI 0x4 received
[ 18.378973] olpc-ec: running cmd 0x84
[ 18.383005] olpc-ec: received 0x4
[ 18.383193] olpc-pm: SCI 0x4 received
[ 18.383210] olpc-ec: running cmd 0x84
[ 18.387242] olpc-ec: received 0x4
[ 18.387257] olpc-pm: SCI 0x4 received
[ 18.387274] olpc-ec: running cmd 0x84
[ 18.391306] olpc-ec: received 0x4
[ 18.391320] olpc-pm: SCI 0x4 received
[ 18.391337] olpc-ec: running cmd 0x84
[ 18.395369] olpc-ec: received 0x0
[ 18.395568] olpc-pm: SCI 0x0 received
[ 18.395585] olpc-ec: running cmd 0x2a
[ 18.398614] olpc-ec: received 0x0
[ 18.409706] PM: Adding info for No Bus:snapshot
[ 18.416153] Total HugeTLB memory allocated, 0
[ 18.416562] VFS: Disk quotas dquot_6.5.1
[ 18.416679] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 18.417155] JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 18.527448] PROM: Built device tree with 37580 bytes of memory.
[ 18.527750] io scheduler noop registered
[ 18.527899] io scheduler cfq registered (default)
[ 18.527985] Boot video device is 0000:00:01.1
[ 18.552736] lxfb 0000:00:01.1: 16384 KB of video memory at 0xfd000000
[ 18.566334] PM: Adding info for No Bus:fb0
[ 18.574921] PM: Adding info for No Bus:vtcon1
[ 18.632345] Console: switching to colour frame buffer device 150x56
[ 18.676632] fb0: Geode LX frame buffer device
[ 18.687936] PM: Adding info for platform:vesafb.0
[ 18.688149] PM: Adding info for No Bus:tty
[ 18.690830] PM: Adding info for No Bus:console
[ 18.704591] PM: Adding info for No Bustmx
[ 18.712743] PM: Adding info for No Bus:tty0
[ 18.721033] PM: Adding info for No Bus:vcs
[ 18.729395] PM: Adding info for No Bus:vcsa
[ 18.737606] PM: Adding info for No Bus:tty1
[ 18.745843] PM: Adding info for No Bus:tty2
[ 18.754061] PM: Adding info for No Bus:tty3
[ 18.759108] PM: Adding info for No Bus:tty4
[ 18.766036] PM: Adding info for No Bus:tty5
[ 18.779064] PM: Adding info for No Bus:tty6
[ 18.787238] PM: Adding info for No Bus:tty7
[ 18.795407] PM: Adding info for No Bus:tty8
[ 18.803748] PM: Adding info for No Bus:tty9
[ 18.811998] PM: Adding info for No Bus:tty10
[ 18.820257] PM: Adding info for No Bus:tty11
[ 18.828529] PM: Adding info for No Bus:tty12
[ 18.836745] PM: Adding info for No Bus:tty13
[ 18.845006] PM: Adding info for No Bus:tty14
[ 18.852907] PM: Adding info for No Bus:tty15
[ 18.855609] PM: Adding info for No Bus:tty16
[ 18.869404] PM: Adding info for No Bus:tty17
[ 18.877655] PM: Adding info for No Bus:tty18
[ 18.885854] PM: Adding info for No Bus:tty19
[ 18.894136] PM: Adding info for No Bus:tty20
[ 18.902400] PM: Adding info for No Bus:tty21
[ 18.910676] PM: Adding info for No Bus:tty22
[ 18.919175] PM: Adding info for No Bus:tty23
[ 18.927450] PM: Adding info for No Bus:tty24
[ 18.935718] PM: Adding info for No Bus:tty25
[ 18.944079] PM: Adding info for No Bus:tty26
[ 18.949111] PM: Adding info for No Bus:tty27
[ 18.951828] PM: Adding info for No Bus:tty28
[ 18.967401] PM: Adding info for No Bus:tty29
[ 18.975749] PM: Adding info for No Bus:tty30
[ 18.984175] PM: Adding info for No Bus:tty31
[ 18.992429] PM: Adding info for No Bus:tty32
[ 19.000722] PM: Adding info for No Bus:tty33
[ 19.009058] PM: Adding info for No Bus:tty34
[ 19.017330] PM: Adding info for No Bus:tty35
[ 19.025708] PM: Adding info for No Bus:tty36
[ 19.034026] PM: Adding info for No Bus:tty37
[ 19.036939] PM: Adding info for No Bus:tty38
[ 19.039698] PM: Adding info for No Bus:tty39
[ 19.061912] PM: Adding info for No Bus:tty40
[ 19.070162] PM: Adding info for No Bus:tty41
[ 19.078437] PM: Adding info for No Bus:tty42
[ 19.086941] PM: Adding info for No Bus:tty43
[ 19.095204] PM: Adding info for No Bus:tty44
[ 19.103590] PM: Adding info for No Bus:tty45
[ 19.111933] PM: Adding info for No Bus:tty46
[ 19.120222] PM: Adding info for No Bus:tty47
[ 19.128550] PM: Adding info for No Bus:tty48
[ 19.136935] PM: Adding info for No Bus:tty49
[ 19.139849] PM: Adding info for No Bus:tty50
[ 19.142589] PM: Adding info for No Bus:tty51
[ 19.162260] PM: Adding info for No Bus:tty52
[ 19.170565] PM: Adding info for No Bus:tty53
[ 19.178870] PM: Adding info for No Bus:tty54
[ 19.187200] PM: Adding info for No Bus:tty55
[ 19.195547] PM: Adding info for No Bus:tty56
[ 19.204037] PM: Adding info for No Bus:tty57
[ 19.212462] PM: Adding info for No Bus:tty58
[ 19.220879] PM: Adding info for No Bus:tty59
[ 19.229227] PM: Adding info for No Bus:tty60
[ 19.237590] PM: Adding info for No Bus:tty61
[ 19.240554] PM: Adding info for No Bus:tty62
[ 19.243268] PM: Adding info for No Bus:tty63
[ 19.262751] PM: Adding info for No Bus:nvram
[ 19.270945] Non-volatile memory driver v1.2
[ 19.271285] AMD Geode RNG detected
[ 19.271585] PM: Adding info for No Bus:hw_random
[ 19.279845] Serial: 8250/16550 driver $Revision: 1.90 $ 1 ports, IRQ sharing enabled
[ 19.280469] PM: Adding info for platform:serial8250
[ 19.280612] PM: Adding info for No Bus:ttyS0
[ 19.297207] PM: Removing info for No Bus:ttyS0
[ 19.305558] serial8250.0: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
[ 19.306353] PM: Adding info for No Bus:ttyS0
[ 19.314630] serial8250 serial8250.0: unable to register port at index 1 (IO2f8 MEM0 IRQ3): -28
[ 19.315254] serial8250 serial8250.0: unable to register port at index 2 (IO3e8 MEM0 IRQ4): -28
[ 19.315854] serial8250 serial8250.0: unable to register port at index 3 (IO2e8 MEM0 IRQ3): -28
[ 19.445823] RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
[ 19.446584] PM: Adding info for No Bus:lo
[ 19.459335] Linux video capture interface: v2.00
[ 19.459741] Marvell M88ALP01 'CAFE' Camera Controller version 2
[ 19.462859] PCI: Enabling device 0000:00:0c.2 (0000 -> 0002)
[ 19.489022] PM: Adding info for No Bus:i2c-0
[ 19.489335] i2c-adapter i2c-0: SMBus Quick command not supported, can't probe for chips
[ 19.489911] olpc-dcon: No DCON found on SMBus
[ 19.542573] OmniVision ov7670 sensor driver, at your service
[ 19.873984] PM: Adding info for i2c:0-0042
[ 19.924373] NAND device: Manufacturer ID: 0xad, Chip ID: 0xdc (Hynix NAND 512MiB 3,3V 8-bit)
[ 19.924986] 2 NAND chips detected
[ 19.925397] Bad block table found at page 524224, version 0xFF
[ 19.925627] Bad block table found at page 524160, version 0xFF
[ 19.925882] nand_read_bbt: Bad block at 0x06f40000
[ 19.925966] nand_read_bbt: Bad block at 0x101a0000
[ 19.926034] nand_read_bbt: Bad block at 0x16f40000
[ 19.926133] nand_read_bbt: Bad block at 0x221e0000
[ 19.926161] nand_read_bbt: Bad block at 0x23a00000
[ 19.926237] nand_read_bbt: Bad block at 0x2ba00000
[ 19.926475] Searching for RedBoot partition table in NAND 512MiB 3,3V 8-bit at offset 0xfd80000
[ 19.933709] No RedBoot partition table detected in NAND 512MiB 3,3V 8-bit
[ 19.942529] PCI: Setting latency timer of device 0000:00:0f.5 to 64
[ 19.942554] ehci_hcd 0000:00:0f.5: EHCI Host Controller
[ 19.948882] ehci_hcd 0000:00:0f.5: new USB bus registered, assigned bus number 1
[ 19.949504] PCI: cache line size of 32 is not supported by device 0000:00:0f.5
[ 19.976078] ehci_hcd 0000:00:0f.5: irq 10, io mem 0xfe01b000
[ 19.976501] ehci_hcd 0000:00:0f.5: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 19.977157] PM: Adding info for usb:usb1
[ 19.983238] PM: Adding info for No Bus:usbdev1.1_ep00
[ 19.988316] usb usb1: configuration #1 chosen from 1 choice
[ 19.988816] PM: Adding info for usb:1-0:1.0
[ 19.997024] hub 1-0:1.0: USB hub found
[ 19.997350] hub 1-0:1.0: 4 ports detected
[ 20.127040] PM: Adding info for No Bus:usbdev1.1_ep81
[ 20.127516] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[ 20.135814] PCI: Setting latency timer of device 0000:00:0f.4 to 64
[ 20.135839] ohci_hcd 0000:00:0f.4: OHCI Host Controller
[ 20.160436] ohci_hcd 0000:00:0f.4: new USB bus registered, assigned bus number 2
[ 20.176900] ohci_hcd 0000:00:0f.4: irq 10, io mem 0xfe01a000
[ 20.290440] PM: Adding info for usb:usb2
[ 20.290953] PM: Adding info for No Bus:usbdev2.1_ep00
[ 20.306158] usb usb2: configuration #1 chosen from 1 choice
[ 20.322431] PM: Adding info for usb:2-0:1.0
[ 20.323444] hub 2-0:1.0: USB hub found
[ 20.339380] hub 2-0:1.0: 4 ports detected
[ 20.355346] hub_port_wait_reset: portstatus=503 portchange=10
[ 20.428642] usb 1-1: new high speed USB device using ehci_hcd and address 2
[ 20.472665] PM: Adding info for No Bus:usbdev2.1_ep81
[ 20.481002] Initializing USB Mass Storage driver...
[ 20.503963] hub_port_wait_reset: portstatus=503 portchange=10
[ 20.612663] PM: Adding info for usb:1-1
[ 20.613144] PM: Adding info for No Bus:usbdev1.2_ep00
[ 20.621565] usb 1-1: configuration #1 chosen from 1 choice
[ 20.640383] PM: Adding info for usb:1-1:1.0
[ 20.642434] PM: Adding info for No Bus:usbdev1.2_ep02
[ 20.648532] PM: Adding info for No Bus:usbdev1.2_ep83
[ 20.877758] hub_port_wait_reset: portstatus=100 portchange=1
[ 20.894014] hub_port_wait_reset: device went away!
[ 21.147730] hub_port_wait_reset: portstatus=303 portchange=10
[ 21.227798] usb 2-2: new low speed USB device using ohci_hcd and address 2
[ 21.327876] hub_port_wait_reset: portstatus=303 portchange=10
[ 21.452072] PM: Adding info for usb:2-2
[ 21.452592] PM: Adding info for No Bus:usbdev2.2_ep00
[ 21.460965] usb 2-2: configuration #1 chosen from 1 choice
[ 21.480063] PM: Adding info for usb:2-2:1.0
[ 21.487994] PM: Adding info for No Bus:usbdev2.2_ep81
[ 21.496421] usbcore: registered new interface driver usb-storage
[ 21.513335] USB Mass Storage support registered.
[ 21.538447] usbcore: registered new interface driver libusual
[ 21.563371] PM: Adding info for platform:i8042
[ 21.600302] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 21.616981] PM: Adding info for serio:serio0
[ 21.617098] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 21.641829] PM: Adding info for serio:serio1
[ 21.725737] input: AT Translated Set 2 keyboard as /class/input/input3
[ 21.769474] PM: Adding info for No Bus:rtc0
[ 21.777731] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[ 21.794509] rtc0: alarms up to one day
[ 22.276835] drivers/input/mouse/olpc.c: OLPC touchpad revision 0x50.
[ 22.775351] drivers/input/mouse/olpc.c: OLPC touchpad revision 0x50.
[ 22.913628] input: OLPC ALPS GlideSensor as /class/input/input4
[ 22.990866] input: OLPC ALPS PenTablet as /class/input/input5
[ 23.021480] PM: Adding info for No Bus:i2c-1
[ 23.021966] PM: Adding info for i2c:1-000d
[ 23.022496] olpc-dcon: Discovered DCON version 2
[ 23.038657] Set IRQ 6 for 2
[ 23.057218] PM: Adding info for platform:dcon
[ 23.066014] olpc-ec: running cmd 0x15
[ 23.068045] olpc-ec: received 0x13
[ 23.068105] PM: Adding info for platformlpc-battery.0
[ 23.068237] PM: Adding info for No Buslpc-ac
[ 23.078126] olpc-ec: running cmd 0x15
[ 23.081161] olpc-ec: received 0x13
[ 23.081209] olpc-ec: running cmd 0x15
[ 23.085241] olpc-ec: received 0x13
[ 23.085603] PM: Adding info for No Buslpc-battery
[ 23.101995] olpc-ec: running cmd 0x15
[ 23.104027] olpc-ec: received 0x13
[ 23.104076] olpc-ec: running cmd 0x15
[ 23.108108] olpc-ec: received 0x13
[ 23.108278] olpc-ec: running cmd 0x15
[ 23.111308] olpc-ec: received 0x13
[ 23.111330] olpc-ec: running cmd 0x15
[ 23.115362] olpc-ec: received 0x13
[ 23.115476] olpc-ec: running cmd 0x1f
[ 23.118505] olpc-ec: received 0x0
[ 23.118527] olpc-ec: running cmd 0x15
[ 23.122559] olpc-ec: received 0x13
[ 23.122757] olpc-ec: running cmd 0x18
[ 23.125786] olpc-ec: sending cmd arg 0x5f
[ 23.129817] olpc-ec: received 0x22
[ 23.129839] olpc-ec: running cmd 0x15
[ 23.132868] olpc-ec: received 0x13
[ 23.133026] olpc-ec: running cmd 0x10
[ 23.136055] olpc-ec: received 0x5b
[ 23.139081] olpc-ec: received 0x9e
[ 23.139104] olpc-ec: running cmd 0x15
[ 23.143136] olpc-ec: received 0x13
[ 23.143241] olpc-ec: running cmd 0x11
[ 23.147273] olpc-ec: received 0xff
[ 23.149296] olpc-ec: received 0xff
[ 23.149318] olpc-ec: running cmd 0x15
[ 23.152348] olpc-ec: received 0x13
[ 23.152456] olpc-ec: running cmd 0x16
[ 23.155485] olpc-ec: received 0x61
[ 23.155507] olpc-ec: running cmd 0x15
[ 23.158536] olpc-ec: received 0x13
[ 23.158558] olpc-ec: running cmd 0x15
[ 23.161587] olpc-ec: received 0x13
[ 23.161697] olpc-ec: running cmd 0x13
[ 23.164727] olpc-ec: received 0x17
[ 23.172767] olpc-ec: received 0x4a
[ 23.172874] olpc-ec: running cmd 0x15
[ 23.175903] olpc-ec: received 0x13
[ 23.175920] olpc-ec: running cmd 0x14
[ 23.178949] olpc-ec: received 0x28
[ 23.181975] olpc-ec: received 0x0
[ 23.182086] olpc-ec: running cmd 0x15
[ 23.185115] olpc-ec: received 0x13
[ 23.185132] olpc-ec: running cmd 0x12
[ 23.188161] olpc-ec: received 0x1c
[ 23.190184] olpc-ec: received 0xbe
[ 23.190302] olpc-ec: running cmd 0x15
[ 23.193332] olpc-ec: received 0x13
[ 23.193348] olpc-ec: running cmd 0x18
[ 23.197380] olpc-ec: sending cmd arg 0x5f
[ 23.201411] olpc-ec: received 0x22
[ 23.201524] olpc-ec: running cmd 0x15
[ 23.204554] olpc-ec: received 0x13
[ 23.204570] olpc-ec: running cmd 0x17
[ 23.208603] olpc-ec: received 0x57
[ 23.211628] olpc-ec: received 0x5e
[ 23.214654] olpc-ec: received 0x1
[ 23.217680] olpc-ec: received 0x0
[ 23.220705] olpc-ec: received 0x0
[ 23.224733] olpc-ec: received 0x0
[ 23.227759] olpc-ec: received 0xce
[ 23.230785] olpc-ec: received 0xff
[ 23.247554] sdhci: Secure Digital Host Controller Interface driver
[ 23.264342] sdhci: Copyright(c) Pierre Ossman
[ 23.288930] sdhci: SDHCI controller found at 0000:00:0c.1 [11ab:4101] (rev 10)
[ 23.305590] PCI: Enabling device 0000:00:0c.1 (0000 -> 0002)
[ 23.322030] sdhci: Invalid iomem size. You may experience problems.
[ 23.338634] PM: Adding info for No Bus:mmc0
[ 23.350858] mmc0: SDHCI at 0xfe024000 irq 11 DMA
[ 23.377673] geode-aes: GEODE AES engine enabled.
[ 23.404965] usbcore: registered new interface driver hiddev
[ 23.438874] input: Logitech USB-PS/2 Optical Mouse as /class/input/input6
[ 23.463553] input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:0f.4-2
[ 23.481513] usbcore: registered new interface driver usbhid
[ 23.497631] drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[ 23.513682] Advanced Linux Sound Architecture Driver Version 1.0.14 (Thu May 31 09:03:25 2007 UTC).
[ 23.530032] PM: Adding info for No Bus:timer
[ 23.546432] PCI: Setting latency timer of device 0000:00:0f.3 to 64
[ 23.550173] Failure reading codec reg 0x7e,Last value=0x7e805368
[ 23.566818] Failure reading codec reg 0x7e,Last value=0x7e805368
[ 23.589836] PM: Adding info for No Bus:card0
[ 23.598108] PM: Adding info for No BuscmC0D0p
[ 23.601043] PM: Adding info for No BuscmC0D0c
[ 23.605675] PM: Adding info for ac97:0-0:AD1888
[ 23.621309] PM: Adding info for No Bus:controlC0
[ 23.624578] ALSA device list:
[ 23.640619] #0: CS5535 Audio cs5535audio at 0x1480, irq 5
[ 23.657096] TCP bic registered
[ 23.672946] Initializing XFRM netlink socket
[ 23.689078] NET: Registered protocol family 1
[ 23.705218] NET: Registered protocol family 10
[ 23.721218] lo: Disabled Privacy Extensions
[ 23.736905] Mobile IPv6
[ 23.752323] NET: Registered protocol family 17
[ 23.767805] Using IPI Shortcut mode
[ 23.783945] Freeing unused kernel memory: 164k freed
[ 23.799607] Write protecting the kernel read-only data: 624k
[ 23.815387] PM: Adding info for No Bus:vcs1
[ 23.824066] PM: Adding info for No Bus:vcsa1
[ 30.016391] JFFS2 notice: (634) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
[ 31.705686] PM: Adding info for No Bus:vcs2
[ 31.714569] PM: Adding info for No Bus:vcsa2
[ 31.723479] PM: Removing info for No Bus:vcs2
[ 31.732349] PM: Removing info for No Bus:vcsa2
[ 32.522025] olpc-dcon: The CPU has control
[ 32.534597] PM: Adding info for No Bus:vcs2
[ 32.543279] PM: Adding info for No Bus:vcsa2
[ 32.552062] PM: Removing info for No Bus:vcs2
[ 32.555249] PM: Removing info for No Bus:vcsa2
[ 33.053933] PM: Adding info for No Bus:vcs2
[ 33.056507] PM: Adding info for No Bus:vcsa2
[ 33.207298] PM: Removing info for No Bus:vcs2
[ 33.207571] PM: Removing info for No Bus:vcsa2
[ 33.207869] PM: Adding info for No Bus:vcs2
[ 33.208074] PM: Adding info for No Bus:vcsa2
[ 33.208351] PM: Removing info for No Bus:vcs2
[ 33.208556] PM: Removing info for No Bus:vcsa2
[ 33.210739] PM: Adding info for No Bus:vcs2
[ 33.210948] PM: Adding info for No Bus:vcsa2
[ 33.211287] PM: Removing info for No Bus:vcs2
[ 33.211496] PM: Removing info for No Bus:vcsa2
[ 33.211767] PM: Adding info for No Bus:vcs2
[ 33.211971] PM: Adding info for No Bus:vcsa2
[ 33.212201] PM: Removing info for No Bus:vcs2
[ 33.212406] PM: Removing info for No Bus:vcsa2
[ 33.212675] PM: Adding info for No Bus:vcs2
[ 33.212879] PM: Adding info for No Bus:vcsa2
[ 33.213165] PM: Removing info for No Bus:vcs2
[ 33.213370] PM: Removing info for No Bus:vcsa2
[ 33.215125] PM: Adding info for No Bus:vcs2
[ 33.218113] PM: Adding info for No Bus:vcsa2
[ 37.135857] olpc-ec: running cmd 0x15
[ 37.137888] olpc-ec: received 0x13
[ 37.138030] olpc-ec: running cmd 0x15
[ 37.141060] olpc-ec: received 0x13
[ 37.141240] olpc-ec: running cmd 0x15
[ 37.144270] olpc-ec: received 0x13
[ 37.144292] olpc-ec: running cmd 0x15
[ 37.147322] olpc-ec: received 0x13
[ 37.147338] olpc-ec: running cmd 0x1f
[ 37.150368] olpc-ec: received 0x0
[ 37.150484] olpc-ec: running cmd 0x15
[ 37.158528] olpc-ec: received 0x13
[ 37.158624] olpc-ec: running cmd 0x18
[ 37.161652] olpc-ec: sending cmd arg 0x5f
[ 37.164681] olpc-ec: received 0x22
[ 37.164704] olpc-ec: running cmd 0x15
[ 37.167733] olpc-ec: received 0x13
[ 37.167839] olpc-ec: running cmd 0x10
[ 37.170868] olpc-ec: received 0x5b
[ 37.173894] olpc-ec: received 0x9a
[ 37.173919] olpc-ec: running cmd 0x15
[ 37.175945] olpc-ec: received 0x13
[ 37.176046] olpc-ec: running cmd 0x11
[ 37.179076] olpc-ec: received 0x0
[ 37.183104] olpc-ec: received 0x3
[ 37.183224] olpc-ec: running cmd 0x15
[ 37.186253] olpc-ec: received 0x13
[ 37.186270] olpc-ec: running cmd 0x16
[ 37.190302] olpc-ec: received 0x61
[ 37.190325] olpc-ec: running cmd 0x15
[ 37.193354] olpc-ec: received 0x13
[ 37.193504] olpc-ec: running cmd 0x15
[ 37.197536] olpc-ec: received 0x13
[ 37.197553] olpc-ec: running cmd 0x13
[ 37.200582] olpc-ec: received 0x17
[ 37.203608] olpc-ec: received 0x4d
[ 37.203729] olpc-ec: running cmd 0x15
[ 37.207761] olpc-ec: received 0x13
[ 37.207778] olpc-ec: running cmd 0x14
[ 37.211810] olpc-ec: received 0x28
[ 37.214835] olpc-ec: received 0x0
[ 37.214978] olpc-ec: running cmd 0x15
[ 37.218007] olpc-ec: received 0x13
[ 37.218024] olpc-ec: running cmd 0x12
[ 37.222056] olpc-ec: received 0x1c
[ 37.225082] olpc-ec: received 0xbe
[ 37.240599] olpc-ec: running cmd 0x15
[ 37.241627] olpc-ec: received 0x13
[ 37.241756] olpc-ec: running cmd 0x18
[ 37.244785] olpc-ec: sending cmd arg 0x5f
[ 37.248816] olpc-ec: received 0x22
[ 37.248840] olpc-ec: running cmd 0x15
[ 37.252872] olpc-ec: received 0x13
[ 37.252969] olpc-ec: running cmd 0x17
[ 37.255999] olpc-ec: received 0x57
[ 37.259024] olpc-ec: received 0x5e
[ 37.263053] olpc-ec: received 0x1
[ 37.266078] olpc-ec: received 0x0
[ 37.269104] olpc-ec: received 0x0
[ 37.272129] olpc-ec: received 0x0
[ 37.276158] olpc-ec: received 0xce
[ 37.279184] olpc-ec: received 0xff
[ 37.507575] mice: PS/2 mouse device common for all mice
[ 38.338440] cs5535_gpio: base=0x1000 mask=0xb003c66 major=251
[ 38.996830] ieee80211_crypt: registered algorithm 'NULL'
[ 39.031466] ieee80211: 802.11 data/management/control stack, git-1.1.13
[ 39.031491] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[ 39.109021] PM: Adding info for No Bus:msh0
[ 39.109699] PM: Adding info for No Bus:1-1
[ 40.174179] PM: Removing info for No Bus:1-1
[ 41.036696] PM: Adding info for No Bus:eth0
[ 41.036989] libertas: eth0: Marvell WLAN 802.11 adapter
[ 41.037323] usbcore: registered new interface driver usb8xxx
[ 41.719407] i2c /dev entries driver
[ 41.723396] PM: Adding info for No Bus:i2c-0
[ 41.794955] PM: Adding info for No Bus:i2c-1
[ 45.418347] PM: Removing info for No Bus:vcs2
[ 45.418958] PM: Removing info for No Bus:vcsa2
[ 45.425060] PM: Adding info for No Bus:vcs2
[ 45.425181] PM: Adding info for No Bus:vcsa2
[ 45.425320] PM: Removing info for No Bus:vcs2
[ 45.425420] PM: Removing info for No Bus:vcsa2
[ 45.425594] PM: Adding info for No Bus:vcs2
[ 45.425685] PM: Adding info for No Bus:vcsa2
[ 45.425805] PM: Removing info for No Bus:vcs2
[ 45.425899] PM: Removing info for No Bus:vcsa2
[ 45.426064] PM: Adding info for No Bus:vcs2
[ 45.426155] PM: Adding info for No Bus:vcsa2
[ 45.426335] PM: Removing info for No Bus:vcs2
[ 45.426428] PM: Removing info for No Bus:vcsa2
[ 45.427428] PM: Adding info for No Bus:vcs2
[ 45.427531] PM: Adding info for No Bus:vcsa2
[ 58.198542] olpc-ec: running cmd 0x15
[ 58.199578] olpc-ec: received 0x13
[ 58.504482] olpc-ec: running cmd 0x15
[ 58.507526] olpc-ec: received 0x13
[ 58.507935] olpc-ec: running cmd 0x18
[ 58.510968] olpc-ec: sending cmd arg 0x5f
[ 58.513998] olpc-ec: received 0x22
[ 58.514710] olpc-ec: running cmd 0x15
[ 58.517747] olpc-ec: received 0x13
[ 58.518062] olpc-ec: running cmd 0x18
[ 58.521096] olpc-ec: sending cmd arg 0x5f
[ 58.525129] olpc-ec: received 0x22
[ 58.525843] olpc-ec: running cmd 0x15
[ 58.528879] olpc-ec: received 0x13
[ 58.529192] olpc-ec: running cmd 0x18
[ 58.530219] olpc-ec: sending cmd arg 0x5f
[ 58.533249] olpc-ec: received 0x22
[ 58.533950] olpc-ec: running cmd 0x15
[ 58.536986] olpc-ec: received 0x13
[ 58.537469] olpc-ec: running cmd 0x15
[ 58.539502] olpc-ec: received 0x13
[ 58.539814] olpc-ec: running cmd 0x16
[ 58.542848] olpc-ec: received 0x61
[ 58.543422] olpc-ec: running cmd 0x15
[ 58.545456] olpc-ec: received 0x13
[ 58.545771] olpc-ec: running cmd 0x10
[ 58.553820] olpc-ec: received 0x5b
[ 58.555844] olpc-ec: received 0x98
[ 58.556618] olpc-ec: running cmd 0x15
[ 58.559654] olpc-ec: received 0x13
[ 58.559969] olpc-ec: running cmd 0x11
[ 58.562000] olpc-ec: received 0xff
[ 58.565027] olpc-ec: received 0xfe
[ 58.565716] olpc-ec: running cmd 0x15
[ 58.567750] olpc-ec: received 0x13
[ 59.008283] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 59.705980] olpc-dcon: The DCON has control
[ 60.345637] PM: Removing info for No Bus:vcs1
[ 60.345804] PM: Removing info for No Bus:vcsa1
[ 60.345998] PM: Adding info for No Bus:vcs1
[ 60.346095] PM: Adding info for No Bus:vcsa1
[ 61.882503] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 62.247927] PM: Adding info for No Bus:vcs3
[ 62.248768] PM: Adding info for No Bus:vcsa3
[ 71.563603] ADDRCONF(NETDEV_CHANGE): msh0: link becomes ready
[ 72.275394] eth0: no IPv6 routers present
[ 82.028149] msh0: no IPv6 routers present
[ 88.904078] olpc-dcon: The CPU has control
[ 94.615407] ADDRCONF(NETDEV_CHANGE): msh0: link becomes ready
[ 104.686457] msh0: no IPv6 routers present
[ 117.820486] ADDRCONF(NETDEV_CHANGE): msh0: link becomes ready
[ 128.204969] msh0: no IPv6 routers present
[ 140.128827] ADDRCONF(NETDEV_CHANGE): msh0: link becomes ready
[ 150.406811] msh0: no IPv6 routers present
[ 259.346168] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 259.613184] ADDRCONF(NETDEV_CHANGE): msh0: link becomes ready
[ 262.547791] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 270.450661] msh0: no IPv6 routers present
[ 281.236938] eth0: no IPv6 routers present
[ 381.978642] ADDRCONF(NETDEV_CHANGE): msh0: link becomes ready
[ 392.359920] msh0: no IPv6 routers present
[ 663.563149] hub_port_wait_reset: portstatus=501 portchange=10
[ 663.622663] hub_port_wait_reset: portstatus=100 portchange=1
[ 663.622690] hub_port_wait_reset: device went away!
[ 663.862846] hub_port_wait_reset: portstatus=103 portchange=10
[ 663.919976] usb 2-4: new full speed USB device using ohci_hcd and address 3
[ 663.999557] hub_port_wait_reset: portstatus=103 portchange=10
[ 664.103237] PM: Adding info for usb:2-4
[ 664.103571] PM: Adding info for No Bus:usbdev2.3_ep00
[ 664.103684] usb 2-4: configuration #1 chosen from 1 choice
[ 664.105228] PM: Adding info for usb:2-4:1.0
[ 664.105519] PM: Adding info for No Bus:usbdev2.3_ep81
[ 664.105668] PM: Adding info for No Bus:usbdev2.3_ep02
[ 664.105826] PM: Adding info for No Bus:usbdev2.3_ep83
[ 664.378194] usbcore: registered new interface driver usbserial
[ 664.384130] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
[ 664.390223] usbcore: registered new interface driver usbserial_generic
[ 664.390589] drivers/usb/serial/usb-serial.c: USB Serial Driver core
[ 664.404250] drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303
[ 664.406056] pl2303 2-4:1.0: pl2303 converter detected
[ 664.406543] PM: Adding info for usb-serial:ttyUSB0
[ 664.407602] PM: Adding info for No Bus:ttyUSB0
[ 664.408484] usb 2-4: pl2303 converter now attached to ttyUSB0
[ 664.408796] usbcore: registered new interface driver pl2303
[ 664.409041] drivers/usb/serial/pl2303.c: Prolific PL2303 USB to serial adaptor driver
[ 1430.735637] usb 2-4: USB disconnect, address 3
[ 1430.735803] PM: Removing info for No Bus:usbdev2.3_ep81
[ 1430.736021] PM: Removing info for No Bus:usbdev2.3_ep02
[ 1430.736204] PM: Removing info for No Bus:usbdev2.3_ep83
[ 1430.736545] PM: Removing info for No Bus:ttyUSB0
[ 1430.736637] pl2303 ttyUSB0: pl2303 converter now disconnected from ttyUSB0
[ 1430.736665] PM: Removing info for usb-serial:ttyUSB0
[ 1430.736749] pl2303 2-4:1.0: device disconnected
[ 1430.736779] PM: Removing info for usb:2-4:1.0
[ 1430.737082] PM: Removing info for No Bus:usbdev2.3_ep00
[ 1430.737466] PM: Removing info for usb:2-4
[ 2051.273428] olpc-ec: running cmd 0x26
[ 2051.274462] olpc-ec: sending cmd arg 0x0
[ 2798.777243] olpc-ec: running cmd 0x26
[ 2798.779280] olpc-ec: sending cmd arg 0x1
[ 3998.913165] olpc-ec: running cmd 0x26
[ 3998.915201] olpc-ec: sending cmd arg 0x0
[12194.172515] olpc-ec: running cmd 0x26
[12194.174551] olpc-ec: sending cmd arg 0x1
[12295.474387] hub_port_wait_reset: portstatus=501 portchange=10
[12295.531474] hub_port_wait_reset: portstatus=100 portchange=1
[12295.531500] hub_port_wait_reset: device went away!
[12295.847337] hub_port_wait_reset: portstatus=103 portchange=10
[12295.904460] usb 2-4: new full speed USB device using ohci_hcd and address 4
[12295.984049] hub_port_wait_reset: portstatus=103 portchange=10
[12296.088580] PM: Adding info for usb:2-4
[12296.088927] PM: Adding info for No Bus:usbdev2.4_ep00
[12296.089046] usb 2-4: configuration #1 chosen from 1 choice
[12296.090581] PM: Adding info for usb:2-4:1.0
[12296.090821] pl2303 2-4:1.0: pl2303 converter detected
[12296.090899] PM: Adding info for usb-serial:ttyUSB0
[12296.091089] PM: Adding info for No Bus:ttyUSB0
[12296.091164] usb 2-4: pl2303 converter now attached to ttyUSB0
[12296.091291] PM: Adding info for No Bus:usbdev2.4_ep81
[12296.091566] PM: Adding info for No Bus:usbdev2.4_ep02
[12296.091720] PM: Adding info for No Bus:usbdev2.4_ep83
[olpc@xo-0C-D6-40 dosdevices]$
tyrntlzrdking is offline   Reply With Quote
Old 22-04-2008, 17:55   #193
Registered User
 
tyrntlzrdking's Avatar

Join Date: Jan 2008
Location: Michigan
Boat: 1967 Starcraft 16' - 1961 Mercury 70hp
Posts: 148
[ 1430.736749] pl2303 2-4:1.0: device disconnected
[ 1430.736779] PM: Removing info for usb:2-4:1.0
[ 1430.737082] PM: Removing info for No Bus:usbdev2.3_ep00
[ 1430.737466] PM: Removing info for usb:2-4
[ 2051.273428] olpc-ec: running cmd 0x26
[ 2051.274462] olpc-ec: sending cmd arg 0x0
[ 2798.777243] olpc-ec: running cmd 0x26
[ 2798.779280] olpc-ec: sending cmd arg 0x1
[ 3998.913165] olpc-ec: running cmd 0x26
[ 3998.915201] olpc-ec: sending cmd arg 0x0
[12194.172515] olpc-ec: running cmd 0x26
[12194.174551] olpc-ec: sending cmd arg 0x1
[12295.474387] hub_port_wait_reset: portstatus=501 portchange=10
[12295.531474] hub_port_wait_reset: portstatus=100 portchange=1
[12295.531500] hub_port_wait_reset: device went away!
[12295.847337] hub_port_wait_reset: portstatus=103 portchange=10
[12295.904460] usb 2-4: new full speed USB device using ohci_hcd and address 4
[12295.984049] hub_port_wait_reset: portstatus=103 portchange=10
[12296.088580] PM: Adding info for usb:2-4
[12296.088927] PM: Adding info for No Bus:usbdev2.4_ep00
[12296.089046] usb 2-4: configuration #1 chosen from 1 choice
[12296.090581] PM: Adding info for usb:2-4:1.0
[12296.090821] pl2303 2-4:1.0: pl2303 converter detected
[12296.090899] PM: Adding info for usb-serial:ttyUSB0
[12296.091089] PM: Adding info for No Bus:ttyUSB0
[12296.091164] usb 2-4: pl2303 converter now attached to ttyUSB0
[12296.091291] PM: Adding info for No Bus:usbdev2.4_ep81
[12296.091566] PM: Adding info for No Bus:usbdev2.4_ep02
[12296.091720] PM: Adding info for No Bus:usbdev2.4_ep83
[13195.032871] usb 2-4: USB disconnect, address 4
[13195.033034] PM: Removing info for No Bus:usbdev2.4_ep81
[13195.033259] PM: Removing info for No Bus:usbdev2.4_ep02
[13195.033438] PM: Removing info for No Bus:usbdev2.4_ep83
[13195.033776] PM: Removing info for No Bus:ttyUSB0
[13195.033866] pl2303 ttyUSB0: pl2303 converter now disconnected from ttyUSB0
[13195.033895] PM: Removing info for usb-serial:ttyUSB0
[13195.033979] pl2303 2-4:1.0: device disconnected
[13195.034008] PM: Removing info for usb:2-4:1.0
[13195.034318] PM: Removing info for No Bus:usbdev2.4_ep00
[13195.034729] PM: Removing info for usb:2-4
[13200.979144] hub_port_wait_reset: portstatus=501 portchange=10
[13201.036231] hub_port_wait_reset: portstatus=100 portchange=1
[13201.036257] hub_port_wait_reset: device went away!
[13201.429229] hub_port_wait_reset: portstatus=103 portchange=10
[13201.486363] usb 2-4: new full speed USB device using ohci_hcd and address 5
[13201.566417] hub_port_wait_reset: portstatus=103 portchange=10
[13201.673581] PM: Adding info for usb:2-4
[13201.673919] PM: Adding info for No Bus:usbdev2.5_ep00
[13201.674034] usb 2-4: configuration #1 chosen from 1 choice
[13201.675576] PM: Adding info for usb:2-4:1.0
[13201.675820] pl2303 2-4:1.0: pl2303 converter detected
[13201.675890] PM: Adding info for usb-serial:ttyUSB0
[13201.676076] PM: Adding info for No Bus:ttyUSB0
[13201.676263] usb 2-4: pl2303 converter now attached to ttyUSB0
[13201.676392] PM: Adding info for No Bus:usbdev2.5_ep81
[13201.676559] PM: Adding info for No Bus:usbdev2.5_ep02
[13201.676704] PM: Adding info for No Bus:usbdev2.5_ep83
[13321.271536] hub_port_wait_reset: portstatus=503 portchange=10
[13321.330895] usb 1-3: new high speed USB device using ehci_hcd and address 7
[13321.388275] hub_port_wait_reset: portstatus=503 portchange=10
[13321.495359] PM: Adding info for usb:1-3
[13321.495715] PM: Adding info for No Bus:usbdev1.7_ep00
[13321.495830] usb 1-3: configuration #1 chosen from 1 choice
[13321.498233] PM: Adding info for usb:1-3:1.0
[13321.498742] scsi0 : SCSI emulation for USB Mass Storage devices
[13321.498787] PM: Adding info for No Bus:host0
[13321.498988] usb-storage: device found at 7
[13321.499006] usb-storage: waiting for device to settle before scanning
[13321.499142] PM: Adding info for No Bus:usbdev1.7_ep81
[13321.499304] PM: Adding info for No Bus:usbdev1.7_ep02
[13326.487676] PM: Adding info for No Bus:target0:0:0
[13326.519223] scsi 0:0:0:0: Direct-Access USB Flash Memory 5.00 PQ: 0 ANSI: 0 CCS
[13326.519303] PM: Adding info for scsi:0:0:0:0
[13329.769241] sd 0:0:0:0: [sda] 7830528 512-byte hardware sectors (4009 MB)
[13329.769969] sd 0:0:0:0: [sda] Write Protect is off
[13329.769998] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[13329.770018] sd 0:0:0:0: [sda] Assuming drive cache: write through
[13329.773589] sd 0:0:0:0: [sda] 7830528 512-byte hardware sectors (4009 MB)
[13329.774337] sd 0:0:0:0: [sda] Write Protect is off
[13329.774366] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[13329.774385] sd 0:0:0:0: [sda] Assuming drive cache: write through
[13329.774408] sda: sda1
[13329.817667] sd 0:0:0:0: [sda] Attached SCSI removable disk
[13329.820223] PM: Adding info for No Bus:target0:0:1
[13329.820629] PM: Removing info for No Bus:target0:0:1
[13329.820721] PM: Adding info for No Bus:target0:0:2
[13329.821197] PM: Removing info for No Bus:target0:0:2
[13329.821285] PM: Adding info for No Bus:target0:0:3
[13329.821760] PM: Removing info for No Bus:target0:0:3
[13329.821848] PM: Adding info for No Bus:target0:0:4
[13329.822323] PM: Removing info for No Bus:target0:0:4
[13329.822411] PM: Adding info for No Bus:target0:0:5
[13329.822885] PM: Removing info for No Bus:target0:0:5
[13329.822974] PM: Adding info for No Bus:target0:0:6
[13329.823765] PM: Removing info for No Bus:target0:0:6
[13329.823858] PM: Adding info for No Bus:target0:0:7
[13329.824344] PM: Removing info for No Bus:target0:0:7
[13329.824403] usb-storage: device scan complete
[13330.387238] sd 0:0:0:0: Attached scsi generic sg0 type 0
[13331.647158] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
tyrntlzrdking is offline   Reply With Quote
Old 22-04-2008, 18:55   #194
Registered User
 
phiggins's Avatar

Join Date: Nov 2004
Location: Davao, Philippines
Posts: 1,776
Send a message via Skype™ to phiggins
Well the output looks the same as when I do it. So I think its been recognized. Try this:
cd ~/.wine/dosdevices
unlink com1 (don't worry if it says No such file or directory)
ln -s /dev/ttyUSB0 com1
ls -l &> ls.txt

post ls.txt
phiggins is offline   Reply With Quote
Old 22-04-2008, 19:01   #195
Registered User
 
phiggins's Avatar

Join Date: Nov 2004
Location: Davao, Philippines
Posts: 1,776
Send a message via Skype™ to phiggins
Something else after the previous post. do this:

Give your userid access to uucp (group 14) and the lock (group 54) enter:
su -
vi /etc/group
i (insert mode)
change line "uccp::14:uucp" to "uccp::14:uucp,olpc" where olpc is your userid.
change line "lock::54:" to "lock::54lpc" where olpc is your userid.
press esc key (upper left key on keyboard, a circle with an X).
enter: ZZ
reboot

Then try starting SeaClear
phiggins is offline   Reply With Quote
Reply

Tags
navigation


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Best Integrated Computer Navigation System? theloneoux Marine Electronics 11 27-10-2012 11:28
Merlin II Navigation Computer svHyLyte Navigation 7 17-05-2008 14:00
Living in the Computer Age TaoJones Flotsam & Sailing Miscellany 6 09-12-2007 21:36
XO, OLPC as a boat computer. sluissa Marine Electronics 5 24-09-2007 10:36
Scanned Charts on the computer... GreatKetch Navigation 41 30-03-2007 07:47

Advertise Here


All times are GMT -7. The time now is 09:40.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.