All times are UTC-06:00




Post new topic  Reply to topic  [ 52 posts ] 
Author Message
 Post subject:
PostPosted: Fri Feb 13, 2009 6:02 am 
Offline
Genesi

Joined: Fri Sep 24, 2004 1:39 am
Posts: 1443
That is great Michal.

Hi Folks! Can we get a few people to test this updated ISO out? It seems to work well, but we would appreciate some feedback from out there in EFIKAland. Thank you!

R&B :)

_________________
http://bbrv.blogspot.com


Top
   
 Post subject:
PostPosted: Mon Feb 16, 2009 4:46 pm 
Offline
Genesi

Joined: Fri Sep 24, 2004 1:39 am
Posts: 1443
<bump>

We would like to send Michal the money he has earned.

Can a few more people help us/him test this?

Thanks!

R&B :)

_________________
http://bbrv.blogspot.com


Top
   
 Post subject:
PostPosted: Tue Feb 17, 2009 7:13 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1071
Well, I tried it. Did not get very far: first of all, the EFIKA firmware was able to list the content of my USB stick only once (my USB CD drive does not work with the EFIKA firmware at all). Then I booted it like this:
Code:
boot hd0:0 os_image
The last line on screen before and after lunch was something related to loading module afs or sfs. I did not write it down, as wanted to try it again, but the EFIKA firmware never listed the USB stick again. Of course, it still works perfectly from Linux (SuSE 11.1 on the same EFIKA) or Windows7 public beta...

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject:
PostPosted: Tue Feb 17, 2009 7:23 am 
Offline

Joined: Mon Dec 05, 2005 7:23 am
Posts: 32
Location: Germany
Quote:
The last line on screen before and after lunch was something related to loading module afs or sfs. I did not write it down, as wanted to try it again, but the EFIKA firmware never listed the USB stick again. Of course, it still works perfectly from Linux (SuSE 11.1 on the same EFIKA) or Windows7 public beta...
I guess the stick is not SFS/FFS formatted then. Well, AROS has no ability to boot from FAT formatted drive.

_________________
Michal Schulz


Top
   
 Post subject:
PostPosted: Tue Feb 17, 2009 7:35 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1071
Ooops, then it is catch 22, as I have nothing to read/write SFS/FFS...

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject:
PostPosted: Tue Feb 17, 2009 8:28 am 
Offline
Site Admin

Joined: Fri Sep 24, 2004 1:39 am
Posts: 1594
Location: Austin, TX
Quote:
Ooops, then it is catch 22, as I have nothing to read/write SFS/FFS...
SuSE kernels come with affs built in..

You could always boot the MorphOS LiveCD and format a partition that way and then it's Linux from there on in ;)

I did suggest some filesystem bounties for AROS - not for AROS itself but to get FFS and SFS formatting, and filesystem support under FUSE and not the kernel (because nobody seems to maintain the kernel patches and FUSE filesystems are portable) but I don't hear any interest.

_________________
Matt Sealey


Top
   
 Post subject:
PostPosted: Tue Feb 17, 2009 8:35 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1071
Well, that is read only, AFAIR, and does not come with an mkfs.affs utility anyway. I'm installing MorphOS right now, and hope, that it does not trash any of my Linux partitions, as it did three years ago, when I last checked MorphOS...
I hope, half an hour (or how long this stupid time limit is) will be enough to create a partition for AROS and extract it :-) Maybe not, as I socialized on bash & fvwm, never used Amiga before...

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject:
PostPosted: Tue Feb 17, 2009 8:51 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1071
I reached the time limit with downloading the MorphOS iso file :-) So I gave openSUSE affs.ko a try, and it works read/write! There is just one catch, one needs to load the kernel module by hand (modprobe affs), it is not autodetected. I'll skip the MorphOS install for now, and extract the AROS files from openSUSE...

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject:
PostPosted: Tue Feb 17, 2009 8:53 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1071
A couple of files could not be copied, I hope, it is not critical:
Code:
linux-bnkx:/media # cp -Rp .gdbinit * /mnt/
cp: cannot create regular file `/mnt/Development/lib/gcc/ppc-aros/4.2.2/include/c++/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp': File exists
cp: cannot create regular file `/mnt/Locale/Flags/Countries/Ãire': Invalid argument sland': Invalid argumentannot create regular file `/mnt/Locale/Flags/Countries/Ã
cp: cannot create regular file `/mnt/Locale/Flags/Countries/Ãsterreich': Invalid argument

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject:
PostPosted: Tue Feb 17, 2009 9:01 am 
Offline

Joined: Mon Dec 05, 2005 7:23 am
Posts: 32
Location: Germany
Quote:
A couple of files could not be copied, I hope, it is not critical:
Ignore them. It's because of my UTF-8 environment :)

BTW. If your FFS partition is on a stick with RDB partition table, AROS should work good. If your FFS partition is on a MBR-formatted stick, don't forget to set the partition type to 0x2d. Also, keep in mind FFS is sloooow. It does something around 100KB/s on Efika :)

PS. In case of failure, I would appreciate a debug log. It's sent to the serial port, 115200bps 8N1.

TIA.

_________________
Michal Schulz


Top
   
 Post subject:
PostPosted: Tue Feb 17, 2009 9:06 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1071
Well, it is now extracted to a FFS partition (created by MorphOS 2.2), booted again with:
Code:
boot hd:2 os_image
(now at least I know, why the firmware has os_image as default image name, instead of zImage :-) ). Booting stops at the exact same point:
Code:
Devs/sfs.handler @
So, I reached the same point with two hours of extra work :-)

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject:
PostPosted: Tue Feb 17, 2009 9:16 am 
Offline

Joined: Mon Dec 05, 2005 7:23 am
Posts: 32
Location: Germany
Quote:
Booting stops at the exact same point:
Code:
Devs/sfs.handler @
So, I reached the same point with two hours of extra work :-)
I kindly ask you for a debug log :)

_________________
Michal Schulz


Top
   
 Post subject:
PostPosted: Tue Feb 17, 2009 9:23 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1071
I just rebooted from Windows7 (I love beta testing :-) ) to Linux, where my USB->Serial adapter actually works. So, here you go. I get this in an endless loop on the serial console:
Code:
[KRN] CPU usage: 0.1
[KRN] CPU usage: 0.1
No bootable disk was found.
Please insert a bootable disk in any drive.
Retrying in 5 seconds...
[KRN] CPU usage: 0.4
[KRN] CPU usage: 0.1
[KRN] CPU usage: 0.1
[KRN] CPU usage: 0.1
[KRN] CPU usage: 0.1
No bootable disk was found.
Please insert a bootable disk in any drive.
Retrying in 5 seconds...
[KRN] CPU usage: 0.4
[KRN] CPU usage: 0.1
[KRN] CPU usage: 0.1
[KRN] CPU usage: 0.1
[KRN] CPU usage: 0.1
No bootable disk was found.
Please insert a bootable disk in any drive.
Retrying in 5 seconds...
[KRN] CPU usage: 0.4
[KRN] CPU usage: 0.1
[KRN] CPU usage: 0.1
[KRN] CPU usage: 0.1

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject:
PostPosted: Tue Feb 17, 2009 9:30 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1071
And before you ask me to set the partition bootable: it was set bootable by the MorphOS installer, and this is also found by linux parted:
Code:
linux-bnkx:~ # parted /dev/sda print
Pralloc = 0, Reserved = 2, blocksize = 1, root block at 12787740
Model: ATA ST980815A (scsi)
Disk /dev/sda: 80,0GB
Sector size (logical/physical): 512B/512B
Partition Table: amiga

Number Start End Size File system Name Flags
1 8225kB 510MB 502MB ext2 sda1 , , , , , , , , , , ,
2 510MB 1546MB 1036MB linux-swap sda2 , , , , , , , , , , ,
3 1546MB 11,5GB 10,0GB affs1 sda3 boot, , , , , , , , , , ,
4 11,5GB 25,0GB 13,4GB ext3 sda4 , , , , , , , , , , ,
5 25,0GB 35,0GB 10,0GB ext3 sda5 , , , , , , , , , , ,
6 35,0GB 43,6GB 8595MB ext3 sda6 , , , , , , , , , , ,
7 43,6GB 52,2GB 8595MB ext3 sda7 , , , , , , , , , , ,
8 52,2GB 58,6GB 6449MB ext3 sda8 , , , , , , , , , , ,
9 58,6GB 65,1GB 6449MB ext3 sda9 , , , , , , , , , , ,
10 65,1GB 73,0GB 7913MB ext3 sda10 , , , , , , , , , , ,
11 73,0GB 80,0GB 7024MB ext3 dhx , , , , , , , , , , ,

linux-bnkx:~ #

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
 Post subject:
PostPosted: Tue Feb 17, 2009 9:41 am 
Offline

Joined: Thu Jul 28, 2005 12:41 am
Posts: 1071
And a full log:
Code:
Welcome to minicom 2.3

OPTIONS: I18n
Compiled on Dec 3 2008, 05:10:15.
Port /dev/ttyUSB0

Press CTRL-A Z for help on special keys

EFIKA 5K2 Boot Strap [RELEASE BUILD] (c) 2002-2007 bplan GmbH (BUILD 20070122 84240)
Running on CPU PVR: 0x80822014
Running on system SVR: 0x80110022
BIOS Code position: 0xFFF040D0
Setup System Config... Done.
Setup Memory Config... Done.
Setup PCI... Done.
Setup ATA... Done.
Setup USB... Done.
Setup ETH... Done.
Setup AC97... Done.
Memory Test skipped (Warmboot detected)
cpu0: PowerPC,G2 CPUClock 396 Mhz BUSClock 132 Mhz (Version 0x8082,0x2014)
channel 0 unit 0 : ata | ST980815A | 3.ALD
ATA device not present or not responding
EMULATION INT HANDLER ENTERED WITH:
INT NO: 15

EAX=0000 EBX=1111 ECX=2222 EDX=3333 ESP=0000 EBP=5555 ESI=6666 EDI=7777
AX=4E08 BX=C105 CX=0003 DX=102A SP=6B42 BP=5555 SI=6B50 DI=9A5B
DS=C000 ES=BAD0 SS=C000 CS=F000 IP=FE15 NV UP -- PL ZR NA PE NC
CS:IP = F4 FS=BAD4 GS=BAD5C1FE C000 0244 3000 0000 0200 AC4E 0200
UNHANDLED INT 10 FUNCTION 0007 WITHIN EMULATION
VM using 4358210 x86 cycles for GFX init
�)*�*.�-.�200B Kernel build on Feb 10 2009
[KRN] BootMsg @ 0x19111e4
[KRN] Copying TagList and data
[KRN] CmdLine: 'bootdelay=3 '
[KRN] Initializing exception handlers
[KRN] Initializing MMU
[KRN] Location of MMU tables: 07000000-070fffff
[KRN] SDR1 = 0700000f
[KRN] Flushing TLB
[KRN] MBAR at f0000000
[KRN] HID0=0010c000 HID1=40000000
[KRN] Entering ictl_init.
[KRN] Stopping all interrupt activities
[KRN] Mapping 00003000-06ffffff range for public use
[KRN] mmu_map_area(000000003000, 00003000, 06ffd000, 0012)
[KRN] Mapping f0000000-f002fffc range for MBAR
[KRN] mmu_map_area(0000f0000000, f0000000, 0000c000, 002a)
[KRN] Mapping ff100000-ff124fff range for public read-only access
[KRN] mmu_map_area(0000ff100000, 07100000, 00025000, 0011)
[KRN] Mapping ff125000-ff7f2fff range for supervisor
[KRN] mmu_map_area(0000ff125000, 07125000, 006ce000, 0010)
[KRN] Mapping ff7f3000-ff7fffff range for read-write
[KRN] mmu_map_area(0000ff7f3000, 077f3000, 0000d000, 0012)
[KRN] Mapping ff800000-ff972fff range for read-only
[KRN] mmu_map_area(0000ff800000, 07800000, 00173000, 0013)
[KRN] Mapping ff973000-ffffffff range for supervisor
[KRN] mmu_map_area(0000ff973000, 07973000, 0068d000, 0010)
[KRN] Supervisor mem: 6967KB free
[exec] AROS for Efika5200B - The AROS Research OS
[exec] Preparing the ExecBase...
[exec] ExecBase at 000032c0
[exec] Clearing ExecBase
[exec] Initializing library...
[exec] Adding memory
[exec] Done. SysBase->ThisTask = 0x004180
[exec] Resident modules (addr: pri version name):
[exec] + 0xff810bd8: 127 2 "kernel.resource"
[exec] + 0xff811ff8: 126 41 "exec.library"
[exec] + 0xff83a1b0: 110 41 "expansion.library"
[exec] + 0xff8fe30c: 104 1 "partition.library"
[exec] + 0xff849738: 103 41 "utility.library"
[exec] + 0xff837c50: 102 41 "aros.library"
[exec] + 0xff90b224: 102 0 "openfirmware.resource"
[exec] + 0xff81ab7c: 101 40 "mathieeesingbas.library"
[exec] + 0xff90939c: 100 41 "bootloader.resource"
[exec] + 0xff9028a4: 94 41 "oop.library"
[exec] + 0xff8f93dc: 92 1 "hiddclass.hidd"
[exec] + 0xff81f0f8: 90 1 "i2c.hidd"
[exec] + 0xff8bc72c: 90 1 "pci.hidd"
[exec] + 0xff90f780: 90 1 "irq.hidd"
[exec] + 0xff90e568: 89 1 "pci-efika.hidd"
[exec] + 0xff8735a8: 65 41 "graphics.library"
[exec] + 0xff8f7ecc: 60 41 "layers.library"
[exec] + 0xff90c9bc: 50 41 "timer.device"
[exec] + 0xff81faec: 45 41 "misc.resource"
[exec] + 0xff921cf8: 45 41 "battclock.resource"
[exec] + 0xff83bb3c: 44 41 "keyboard.device"
[exec] + 0xff8464d4: 44 41 "gameport.device"
[exec] + 0xff839050: 40 41 "keymap.library"
[exec] + 0xff8ea1e4: 30 41 "input.device"
[exec] + 0xff8ac3dc: 10 50 "intuition.library"
[exec] + 0xff876878: 8 41 "cybergraphics.library"
[exec] + 0xff8b2a9c: 4 41 "console.device"
[exec] + 0xff836820: 0 1 "graphics.hidd"
[exec] + 0xff920518: -1 1 "radeon.hidd"
[exec] + 0xff94bae0: -10 0 "usb.hidd"
[exec] + 0xff928bfc: -15 0 "hid.hidd"
[exec] + 0xff93ec68: -15 0 "storage.hidd"
[exec] + 0xff9327b8: -20 0 "ohci.hidd"
[exec] + 0xff906fe0: -50 41 "Boot Strap"
[exec] + 0xff8b7b50: -120 44 "workbench.library"
[exec] + 0xff8d666c: -120 41 "dos.library"
[exec] + 0xff8e6e94: -122 1 "cdrom.handler"
[exec] + 0xff957688: -122 41 "afs.handler"
[exec] + 0xff9705ec: -122 1 "sfs.handler"
[exec] + 0xff8d71c8: -125 41 "LDDemon"
[exec] + 0xff818580: -126 1 "packet.handler"
[exec] + 0xff843488: -126 41 "con.handler"
[exec] + 0xff847398: -127 41 "nil.handler"
[exec] + 0xff8eff2c: -128 1 "amberram.handler"
[exec] InitCode(RTF_SINGLETASK)
enter InitCode(0x2, 0)
calling InitResident("kernel.resource", NULL)
[KRN] Kernel resource post-exec init.
[KRN] Interrupts enabled
[KRN] Entered user mode
calling InitResident("expansion.library", NULL)
leave InitCode(0x2, 0)
[exec] InitCode(RTF_COLDSTART)
enter InitCode(0x1, 0)
calling InitResident("partition.library", NULL)
calling InitResident("utility.library", NULL)
calling InitResident("aros.library", NULL)
calling InitResident("openfirmware.resource", NULL)
[OF] OpenFirmware_Init
[OF] BootInto @ ff7ffc20
[OF] OpenFirmware root at ff100000
calling InitResident("mathieeesingbas.library", NULL)
calling InitResident("bootloader.resource", NULL)
[BootLdr] Init. msg=0xff7ffc20
[BootLdr] KRN_CmdLine=0xff123ec4
[BootLdr] CmdLine="bootdelay=3 "
[BootLdr] Init: Argument bootdelay=3
calling InitResident("oop.library", NULL)
calling InitResident("hiddclass.hidd", NULL)
calling InitResident("i2c.hidd", NULL)
[I2C] Init
calling InitResident("pci.hidd", NULL)
[PCI] Initializing PCI system
[PCIDriver] Dummy Driver initialization
[PCI] base class initialization
[PCI] Everything OK
calling InitResident("irq.hidd", NULL)
calling InitResident("pci-efika.hidd", NULL)
[PCI_Efika] Driver initialization
[PCI_Efika] OpenFirmwareBase = 000060f0
[OF] OpenKey('/builtin')
[OF] looking for child 'builtin'
[PCI_Efika] MBAR located at f0000000
[PCI_Efika] PCITBATR0 = f0000000
[PCI_Efika] PCITBATR1 = 00000001
[PCI_Efika] PCIIW0BTAR = 803f8000
[PCI_Efika] PCIIW1BTAR = f8000000
[PCI_Efika] PCIIW2BTAR = f9000000
[PCI_Efika] PCIIWCR = 01090000
[PCI_Efika] PCIICR = 00000000
[PCI_Efika] PCI MEM: 80000000 - bfffffff
[PCI_Efika] PCI IO: f8000000 - f8ffffff
[KRN] KrnMapGlobal(f8000000->f8000000 00010000 0305)
[KRN] mmu_map_area(0000f8000000, f8000000, 00010000, 003a)
[PCI_Efika] Adding Driver to main the class OK
[PCI] Adding Driver class 0x00007844
[PCI] Adding driver PCINative (Efika5200 native direct access PCI driver) to the system
[PCI] Scanning bus 0
[PCIDevice] 00.10.0 = 1002:5960 (Video PC Compatible VGA)
[PCIDevice] 00.10.1 = 1002:5940 (Video Other )
[PCIDevice] 00.1c.0 = 1057:5809 (Bridge Other )
[PCI_Efika] All OK
calling InitResident("graphics.library", NULL)
calling InitResident("layers.library", NULL)
calling InitResident("timer.device", NULL)
[OF] OpenKey('/builtin')
[OF] looking for child 'builtin'
[KRN] KrnAddIRQHandler(04, 0x00ff90be40, 0x000003c0d0, 0x00000032c0):
[KRN] handle=0x00ff1251e0
[KRN] Enabling main irq 4.
[KRN] CPMIM=00000fff PIM=ffffff00
[KRN] PMCE=00000001 PIS=00000000
calling InitResident("misc.resource", NULL)
calling InitResident("battclock.resource", NULL)
calling InitResident("keyboard.device", NULL)
calling InitResident("gameport.device", NULL)
calling InitResident("keymap.library", NULL)
calling InitResident("input.device", NULL)
calling InitResident("intuition.library", NULL)
calling InitResident("cybergraphics.library", NULL)
calling InitResident("console.device", NULL)
[exec] NewAddTask with unaligned stack pointer! fixing 0006d094->0006d090
calling InitResident("graphics.hidd", NULL)
calling InitResident("radeon.hidd", NULL)
[ATI] Init
[ATI] Enumerator: checking productid 5960 vendorid 1002 00009a34
[ATI] Enumerator: found productid 5960 vendorid 1002 masked_check 0
[KRN] KrnMapGlobal(80000000->80000000 08000000 0305)
[KRN] mmu_map_area(000080000000, 80000000, 08000000, 003a)
[ATI] Got framebuffer @ 80000000 (size=128MiB)
[KRN] KrnMapGlobal(88000000->88000000 00010000 0305)
[KRN] mmu_map_area(000088000000, 88000000, 00010000, 003a)
[ATI] Got registers @ 88000000 (size=64KiB)
[ATI] RomBase provided by ATI card: 88020000
[KRN] KrnMapGlobal(88020000->88020000 00020000 0305)
[KRN] mmu_map_area(000088020000, 88020000, 00020000, 003a)
[ATI] Got BIOS @ 88020000 (size=128KiB)
[ATIBMP] Bitmap at 0x6f7f0, size 16384 bytes (131072 bits)
[ATI] Video BIOS not detected in PCI space!
[ATI] Attempting to read Video BIOS using openfirmware
[OF] OpenKey('/pci/display')
[OF] looking for child 'pci'
[OF] looking for child 'display'
[ATI] OF reported BIOS at ff103b14
[ATI] Legacy BIOS detected
[ATI] Connector0: DDCType-2, DACType-1, TMDSType-0, ConnectorType-4
[ATI] Connector1: DDCType-3, DACType-0, TMDSType--1, ConnectorType-2
[KRN] IdleTask entered
[KRN] CPU usage: 79.3
[ATI] Usable size: 131072KB
.
[ATI] Enumerator found a card (ProductID=5960)
[ATI] The card is supported
calling InitResident("usb.hidd", NULL)
[USB] USB Init
[USB] Process starter
calling InitResident("hid.hidd", NULL)
[USB] USB::New()
[USB] USB::New() = 0x78e64
[USB] USB::AddClass("hid.hidd")
[USB] Class not on the list. Adding it.
[USB] USB::Dispose
calling InitResident("storage.hidd", NULL)
[MSS] USB Mass Storage Init.
[MSS] Init done.
[USB] USB::New()
[USB] USB::New() = 0x7b1c4
[USB] USB::AddClass("storage.hidd")
[USB] Class not on the list. Adding it.
[USB] USB::Dispose
[MSS] USB Mass Storage device layer init
calling InitResident("ohci.hidd", NULL)
[OHCI_MPC5200B] OHCI_Init()
[USB] USB::New()
[USB] USB::New() = 0x7d524
[OF] OpenKey('/builtin/usb')
[OF] looking for child 'builtin'
[OF] looking for child 'usb'
[OHCI_MPC5200B] HC @ f0001000
[OHCI_MPC5200B] 2-port Device 1 @ 0007d5b4 with MMIO @ f0001000
[OHCI_MPC5200B] Done. OHCI devices found: 1
[OHCI] InitClass
[OHCI] Initializing driver object: dev=0, drv=0x7d5b4, 2 ports @ 0xf0001000
[OHCI] OHCI::New()
[USB] USBDevice::New()
[USBDevice::New] Address=01, Interface=00, Bus=0, Hub=0
[USBDevice::New] Device 0000:0000 09/00/00 at address 00000000:01
[USBDevice::New] Default LangID=0409
[USBDevice::New] iProduct = "OHCI Root HUB"
[USBDevice::New] iManufacturer = "The AROS Development Team"
[USBDevice::New] iSerial = "0000.0017"
[USB] USBDevice::New() = 0x7d654
[USB] Descriptor dump:
[USB] bLength = 7
[USB] bDescriptorType = 5 (Endpoint)
[USB] bEndpointAddress = 81
[USB] bmAttributes = 03
[USB] wMaxPacketSize = 1
[USB] bInterval = 255
[KRN] KrnSetProtection(00081000, 00081fff, 003a)
[KRN] KrnAddIRQHandler(1b, 0x00ff92b96c, 0x0000082400, 0x00ff7f4100):
[KRN] handle=0x00ff125c20
[KRN] Enabling peripheral irq 27.
[KRN] CPMIM=00000fff PIM=fdffff00
[KRN] PMCE=00000001 PIS=00000000
[OHCI] IRQHandler = 00082400 int = 27
[OHCI] New(): o=0x7d654, ports=2, regs=0xf0001000, drv=0x7d5b4, dev=0, hcca=0x81000
[KRN] KrnSetProtection(00085000, 00085fff, 003a)
[OHCI] ctl=000000b4 fm=27782edf desca=02001202 descb=00000000
[OHCI] Initial setup
[OHCI] ival=00002edf
[OHCI] fm=a7782edf
[OHCI] periodic start=00002a2f
[OHCI] delay=4
[OHCI] OHCI controller up and running.
[OHCI] OHCI::New() = 0x7d654
[USB] USB::AttachDriver(0x7d654)
[KRN] CPU usage: 19.2
[USB] USB::NewDevice()
[USB] Descriptor dump:
[USB] bLength = 18
[USB] bDescriptorType = 1 (Device)
[USB] bcdUSB = 0x0200
[USB] bDeviceClass = 0x09
[USB] bDeviceSubClass = 0x00
[USB] bDeviceProtocol = 0x00
[USB] bMaxPacketSize = 0x0040
[USB] idVendor = 0x0000
[USB] idProduct = 0x0000
[USB] bcdDevice = 0x0000
[USB] iManufacturer = 0x00
[USB] iProduct = 0x00
[USB] iSerialNumber = 0x00
[USB] bNumConfigurations = 0
[USB] USBDevice::New()
[USBDevice::New] Address=02, Interface=00, Bus=0x7d654, Hub=0x7d654
[USBDevice::New] Device 0608:05e3 09/00/00 at address 0007d654:02
[USBDevice::New] Default LangID=0904
[USBDevice::New] iProduct = "USB2.0 Hub"
[USB] USBDevice::New() = 0x86464
[USB] Descriptor dump:
[USB] bLength = 9
[USB] bDescriptorType = 41 (Hub)
[USB] bNbrPorts = 4
[USB] wHubCharacteristics = 0x00e9
[USB] bPwrOn2PwrGood = 100 ms
[USB] bHubContrCurrent = 100
[USB] DeviceRemovable = 00ff000000000000000000000000000000000000000000000000000000000000
[USBDevice::Configure] Configure(0)
[USBDevice::Configure] Fetching config descriptor of length 25
[USBDevice::Configure] Allocating 1 interfaces
[USBDevice] fill_iface: ifaceidx=0 altidx=0
[USBDevice] find_idesc: idx=0(-1) altidx=0(0) len=9 type=2
[USBDevice] find_idesc: idx=0(-1) altidx=0(0) len=9 type=4
[USBDevice] fill_iface: found idesc nendpt=1
[USBDevice] fill_iface: endpt=0
[USBDevice] fill_iface: p=0x790b6 end=0x790bd len=7 type=5
[USBDevice] fill_iface: endpoint descriptor 0x790b6
[USB] Descriptor dump:
[USB] bLength = 7
[USB] bDescriptorType = 5 (Endpoint)
[USB] bEndpointAddress = 81
[USB] bmAttributes = 03
[USB] wMaxPacketSize = 1
[USB] bInterval = 255
[USB] Descriptor dump:
[USB] bLength = 7
[USB] bDescriptorType = 5 (Endpoint)
[USB] bEndpointAddress = 81
[USB] bmAttributes = 03
[USB] wMaxPacketSize = 1
[USB] bInterval = 255
[OHCI] Best node (0 uses) 0 from 32
[KRN] CPU usage: 15.9
calling InitResident("Boot Strap", NULL)
[Boot] delay of 3 seconds requested.[USB] USB::NewDevice()
[USB] Descriptor dump:
[USB] bLength = 18
[USB] bDescriptorType = 1 (Device)
[USB] bcdUSB = 0x0110
[USB] bDeviceClass = 0x00
[USB] bDeviceSubClass = 0x00
[USB] bDeviceProtocol = 0x00
[USB] bMaxPacketSize = 0x0008
[USB] idVendor = 0x0000
[USB] idProduct = 0x0000
[USB] bcdDevice = 0x0000
[USB] iManufacturer = 0x00
[USB] iProduct = 0x00
[USB] iSerialNumber = 0x00
[USB] bNumConfigurations = 0
[USB] Trying external class "hid.hidd"
[USB] USBDevice::New()
[USBDevice::New] Address=03, Interface=00, Bus=0x7d654, Hub=0x86464
[USBDevice::New] Device 0116:04f2 00/00/00 at address 0007d654:03
[USBDevice::New] Default LangID=0904
[USBDevice::New] iProduct = "USB Keyboard"
[USBDevice::New] iManufacturer = "CHICONY"
[USB] USBDevice::New() = 0x89084
[USBDevice::Configure] Configure(0)
[USBDevice::Configure] Fetching config descriptor of length 34
[USBDevice::Configure] Allocating 1 interfaces
[USBDevice] fill_iface: ifaceidx=0 altidx=0
[USBDevice] find_idesc: idx=0(-1) altidx=0(0) len=9 type=2
[USBDevice] find_idesc: idx=0(-1) altidx=0(0) len=9 type=4
[USBDevice] fill_iface: found idesc nendpt=1
[USBDevice] fill_iface: endpt=0
[USBDevice] fill_iface: p=0x79146 end=0x79156 len=9 type=33
[USBDevice] fill_iface: p=0x7914f end=0x79156 len=7 type=5
[USBDevice] fill_iface: endpoint descriptor 0x7914f
[HID] hid_maxrepid(0x89344,65)
[HID] ReportID=0
[HID] ReportID=0
[USB] Descriptor dump:
[USB] bLength = 7
[USB] bDescriptorType = 5 (Endpoint)
[USB] bEndpointAddress = 81
[USB] bmAttributes = 03
[USB] wMaxPacketSize = 8
[USB] bInterval = 10
[OHCI] Best node (0 uses) 0 from 8
[KRN] CPU usage: 12.6
[KRN] CPU usage: 0.1
[KRN] CPU usage: 0.1
enter InitCode(0x4, 0)
calling InitResident("cdrom.handler", NULL)
calling InitResident("afs.handler", NULL)
calling InitResident("sfs.handler", NULL)
calling InitResident("LDDemon", NULL)
calling InitResident("packet.handler", NULL)
calling InitResident("con.handler", NULL)
calling InitResident("nil.handler", NULL)
calling InitResident("amberram.handler", NULL)
leave InitCode(0x4, 0)
No bootable disk was found.
Please insert a bootable disk in any drive.
Retrying in 5 seconds...
[KRN] CPU usage: 3.9
[USB] Process starter: dos.library up and running
[USB] Process starter: Creating the main USB process
[KRN] CPU usage: 0.5
[KRN] CPU usage: 0.1
[KRN] CPU usage: 0.1
[KRN] CPU usage: 0.1
No bootable disk was found.
Please insert a bootable disk in any drive.
Retrying in 5 seconds...
[KRN] CPU usage: 0.4
[KRN] CPU usage: 0.1
[KRN] CPU usage: 0.1
[KRN] CPU usage: 0.1
[KRN] CPU usage: 0.1
No bootable disk was found.
Please insert a bootable disk in any drive.
Retrying in 5 seconds...
[KRN] CPU usage: 0.4
[KRN] CPU usage: 0.1
[KRN] CPU usage: 0.1

_________________
CzP
http://czanik.blogs.balabit.com/


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 52 posts ] 

All times are UTC-06:00


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
PowerDeveloper.org: Copyright © 2004-2012, Genesi USA, Inc. The Power Architecture and Power.org wordmarks and the Power and Power.org logos and related marks are trademarks and service marks licensed by Power.org.
All other names and trademarks used are property of their respective owners. Privacy Policy
Powered by phpBB® Forum Software © phpBB Group