[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ben_kernel_install_hangs



> Pardon my ignorance, but i don't know what i'm looking for : LR and PC
> values? "Grepping" System.map for LR,PC,lr,pc,or any of the 4 numerical
> values,pc =00000300, lr = c02fca28,pc =c007dc80, lr = c007dc78 shows
> nothing.

To "lookup" an address in System.map, you actually look for symbol that
has the closest address that is lower or equal to the address you are
trying to match.

The interesting addresses are PC (c007dc80), LR (c007dc78) and
whatever is in the output of the "t" command in xmon if you have
working kbd input in there (that is with an ADB keyboard, not an
USB one)

Can you also check if the problem still happens without the USB
card in the machine ?

Ben.

> Tell me what i'm looking for. i'll look again.
> 
> My hardware is pretty standard :
> 
> Mac 7300/180
> original apple 2G HDD SCSI
> Fujitsu 18G HDD SCSI (added, a while ago)
> 288meg RAM
> USB pci card (added, not recently)
> Applevision 1710 Monitor (not AV)
> 
> For a more precise list of my hardware,
> a long exerpt from dmesg from booting with
> 2.2.20-pmac follows below.
> 
> Total memory = 288MB; using 2048kB for hash table (at c0400000)
> PCI bus 0 controlled by bandit at f2000000
> Cache coherency enabled for bandit/PSX at f2000000
> PCI bus 1 controlled by chaos at f0000000
> pmac nvram is core99: 0
> System has 32 possible interrupts
> GMT Delta read from XPRAM: -240 minutes, DST: on
> via_calibrate_decr: decrementer_count = 112502 (675012 ticks)
> Console: colour dummy device 80x25
> Calibrating delay loop... 359.62 BogoMIPS
> Memory: 286912k available (1716k kernel code, 6100k data, 184k init)
> [c0000000,d2000000]
> Dentry hash table entries: 65536 (order 7, 512k)
> Buffer cache hash table entries: 524288 (order 9, 2048k)
> Page cache hash table entries: 131072 (order 7, 512k)
> POSIX conformance testing by UNIFIX
> PCI: Probing PCI hardware
> adb devices: [2]: 2 5 [3]: 3 1 [14]: 14 c0
> MacOS display is /chaos/control
> Monitor sense value = 0x62b, using video mode 17 and color mode 1.
> fb0: control display adapter
> input0: Macintosh mouse button emulation
> ADB keyboard at 2, handler set to 3
> input1: ADB HID on ID 2:2.05
> ADB mouse at 3, handler set to 2
> input2: ADB HID on ID 3:3.01
> PowerMac Z8530 serial driver version 2.0
> tty00 at 0xf3013020 (irq = 15) is a Z8530 ESCC, port = modem
> tty01 at 0xf3013000 (irq = 16) is a Z8530 ESCC, port = printer
> pty: 256 Unix98 ptys configured
> fd0: SWIM3 floppy controller
> md driver 0.36.6 MAX_MD_DEV=4, MAX_REAL=8
> scsi0 : MESH
> scsi1 : 53C94
> scsi : 2 hosts.
> mesh: target 0 synchronous at 10.0 MB/s
>   Vendor: QUANTUM   Model: FIREBALL ST2100S  Rev: 0F0D
>   Type:   Direct-Access                      ANSI SCSI revision: 02
> Detected scsi disk sda at scsi0, channel 0, id 0, lun 0
> mesh: target 1 synchronous at 10.0 MB/s
>   Vendor: FUJITSU   Model: MAA3182SC         Rev: 0109
>   Type:   Direct-Access                      ANSI SCSI revision: 02
> Detected scsi disk sdb at scsi0, channel 0, id 1, lun 0
> mesh: target 3 synchronous at 10.0 MB/s
>   Vendor: MATSHITA  Model: CD-ROM CR-8012    Rev: 1.0g
>   Type:   CD-ROM                             ANSI SCSI revision: 02
> Detected scsi CD-ROM sr0 at scsi0, channel 0, id 3, lun 0
> scsi : detected 3 SCSI generics 1 SCSI cdrom 2 SCSI disks total.
> Uniform CD-ROM driver Revision: 3.11
> SCSI device sda: hdwr sector= 512 bytes. Sectors= 4201304 [2051 MB] [2.1
> GB] SCSI device sdb: hdwr sector= 512 bytes. Sectors= 35680750 [17422
> MB] [17.4 GB]
> eth0: MACE at 00:05:02:d6:c0:74, chip revision 25.64
> 3c59x.c 18Feb01 Donald Becker and others
> http://www.scyld.com/network/vortex.html
> Partition check:
>  sda: sda1 sda2 sda3 sda4 sda5 sda6
>  sdb: sdb1 sdb2 sdb3 sdb4 sdb5 sdb6 sdb7 sdb8
> usb.c: registered new driver usbdevfs
> usb.c: registered new driver hub
> event0: Event device for input2
> event1: Event device for input1
> event2: Event device for input0
> usb.c: registered new driver hid
> keybdev.c: Adding keyboard: input1
> mouse0: PS/2 mouse device for input2
> mouse1: PS/2 mouse device for input0
> mice: PS/2 mouse device common for all mice
> usb-ohci.c: USB OHCI at membase 0xd4803000, IRQ 24
> usb.c: new USB bus registered, assigned bus number 1
> usb.c: USB new device connect, assigned device number 1
> hub.c: USB hub found
> hub.c: 2 ports detected
> hub.c: USB new device connect on bus1/2, assigned device number 2  
> usb.c: USB new device connect, assigned device number 2  
> hub.c: USB hub found
> hub.c: 3 ports detected
> hub.c: USB new device connect on bus1/2/1, assigned device number 3
> usb.c: USB new device connect, assigned device number 3
> 
> input3: USB HID v10.01 Keyboard [Alps Electric Apple Extended USB
> Keyboard] on usb1:3.0
> input4: USB HID v10.01 Device [Alps Electric Apple Extended USB
> Keyboard] on usb1:
> 
> 
> 
> -- 
> 
> jean-michel
-- 
Benjamin Herrenschmidt <benh@kernel.crashing.org>



Reply to: