Re: Booting problem

2009-10-18 Thread Anatoly V. Beregovoy
On 21:53 Fri 25 Sep , Stuart Henderson wrote:
> On 2009-09-25, Anatoly V. Beregovoy  wrote:
> >>
> >> Do not treat me as an expert but I suggest you to try to enable ACPI in
> >> UKC ("boot -c").
> >>
> > Thak you for advice. I played with disable / enable command. I tried to
> > diable /enable ACPI, vga0, vga1, and some other devices, but nothing
> > helped. BTW, ACPI is enabled automatically.
> 
> ACPI is enabled by default, but under some conditions (certain
> SMBIOS versions with single cpu) APM takes priority and knocks it
> out. You can try "disable apm" to force acpi to be used, I don't
> know if it's likely to help though.
> 

I solved my problem. It was simple. I have Bus Clock frequency jumpers
on momboard wrong configured. Sorry for disturbing.



Re: Booting problem

2009-09-26 Thread Anatoly V. Beregovoy
On 21:53 Fri 25 Sep , Stuart Henderson wrote:
> On 2009-09-25, Anatoly V. Beregovoy  wrote:
> >>
> >> Do not treat me as an expert but I suggest you to try to enable ACPI in
> >> UKC ("boot -c").
> >>
> > Thak you for advice. I played with disable / enable command. I tried to
> > diable /enable ACPI, vga0, vga1, and some other devices, but nothing
> > helped. BTW, ACPI is enabled automatically.
> 
> ACPI is enabled by default, but under some conditions (certain
> SMBIOS versions with single cpu) APM takes priority and knocks it
> out. You can try "disable apm" to force acpi to be used, I don't
> know if it's likely to help though.
> 

I tried to disable apm and both apm and acpi. It didn't help.
I think my problem is because of my hardware bug :(



Re: Booting problem

2009-09-25 Thread Anatoly V. Beregovoy
On 11:03 Fri 25 Sep , Bryan Irvine wrote:
> Out of curiosity, can you SSH into the box after waiting a few minutes?
> 
> -B
> 

Of course no. It can't even mount filesystems, and therefore can't start
/etc/netstart. I checked it. The system just freezes after showindg
"root on wd0a swap on wd0b dump on wd0b" kernel message.



Re: Booting problem

2009-09-25 Thread Anatoly V. Beregovoy
> > Hi all!
> > First of all, I'm sorry about my English.
> > I have a problem with booting OpenBSD 4.5 on my computer. It has
> > internal and external video adapters. With only internal one the
> > system boots without any problem. dmesg output (using only internal
> > card) is attached to the message. When I plug an external video card
> > OpenBSD refuses to boot. It doesn't matter what a video adapter I use
> > (I tried with three cards). The system stops booting with the
> > following:
> > ...
> > ...
> > pckbd0 at pckbc0 (kbd slot)
> > pckbc0: using irq 1 for kbd slot
> > wskbd0 at pckbd0: console keyboard, using wsdisplay0
> > pmsi0 at pckbc0 (aux slot)
> > pckbc0: using irq 12 for aux slot
> > wsmouse0 at pmsi0 mux 0
> > pcppi0 at isa0 port 0x61
> > midi0 at pcppi0: 
> > spkr0 at pcppi0
> > lpt0 at isa0 port 0x378/4 irq 7
> > wbsio0 at isa0 port 0x2e/2: W83627HF rev 0x17
> > lm1 at wbsio0 port 0x290/8: W83627HF
> > npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
> > fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
> > fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
> > usb0 at uhci0: USB revision 1.0
> > uhub0 at usb0 "Intel UHCI root hub" rev 1.00/1.00 addr 1
> > usb1 at uhci1: USB revision 1.0
> > uhub1 at usb1 "Intel UHCI root hub" rev 1.00/1.00 addr 1
> > biomask ef65 netmask ef65 ttymask 
> > mtrr: Pentium Pro MTRR support
> > softraid0 at root
> > root on wd0a swap on wd0b dump on wd0b
> >
> > Keyboard isn't working after that - the system is froze.
> >
> > OpenBSD is the only system on PC. Windows (r) works fine on this
> > computer. I need to use an external adapter.
> >
> > What have I tried? I've tried to boot with turned on or off following
> > options in BIOS (I tried various combinations):
> >  - Assign IRQ to VGA;
> >  - Video BIOS cacheable;
> >  - Enable Internal Video;
> >  - AGP Data Transfer Rate;
> >  - Init Display First;
> >  - PCI/VGA Palette Snoop.
> > Also I tried to boot with minimal hardware (only M/B, cpu, memory,
> > HDD, video card). I looked boot(1) but found nothing useful.
> >
> > My hardware:
> > Motherboard Abit SL30 with the newest BIOS update, CPU Pentium 3 733,
> > 128Mb RAM. I'm sure that the hardware is good. It works fine.
> >
> > Thank you!
> > OpenBSD 4.5 (GENERIC) #1749: Sat Feb 28 14:51:18 MST 2009
> > dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
> > cpu0: Intel Pentium III ("GenuineIntel" 686-class) 549 MHz
> > cpu0:
> > FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE3
> >6,MMX,FXSR,SSE real mem  = 132673536 (126MB)
> > avail mem = 119992320 (114MB)
> > mainbus0 at root
> > bios0 at mainbus0: AT/286+ BIOS, date 04/02/02, BIOS32 rev. 0 @
> > 0xfb0d0, SMBIOS rev. 2.2 @ 0xf0800 (35 entries) bios0: vendor Award
> > Software International, Inc. version "6.00 PG" date 04/02/2002 bios0:
> > ABIT i815E-W83627HF
> > apm0 at bios0: Power Management spec V1.2 (slowidle)
> > apm0: AC on, battery charge unknown
> > acpi at bios0 function 0x0 not configured
> 
> Do not treat me as an expert but I suggest you to try to enable ACPI in 
> UKC ("boot -c").
> 
> -- 
>   Best wishes,
> Vadim Zhukov
> 
Thak you for advice. I played with disable / enable command. I tried to
diable /enable ACPI, vga0, vga1, and some other devices, but nothing
helped. BTW, ACPI is enabled automatically.



Booting problem

2009-09-19 Thread Anatoly V. Beregovoy
Hi all!
First of all, I'm sorry about my English.
I have a problem with booting OpenBSD 4.5 on my computer. It has internal
and external video adapters. With only internal one the system boots
without any problem. dmesg output (using only internal card) is attached
to the message. When I plug an external video card OpenBSD refuses to
boot. It doesn't matter what a video adapter I use (I tried with three
cards). The system stops booting with the following:
...
...
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pmsi0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pmsi0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: 
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
wbsio0 at isa0 port 0x2e/2: W83627HF rev 0x17
lm1 at wbsio0 port 0x290/8: W83627HF
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec 
usb0 at uhci0: USB revision 1.0 
uhub0 at usb0 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb1 at uhci1: USB revision 1.0 
uhub1 at usb1 "Intel UHCI root hub" rev 1.00/1.00 addr 1
biomask ef65 netmask ef65 ttymask 
mtrr: Pentium Pro MTRR support
softraid0 at root
root on wd0a swap on wd0b dump on wd0b

Keyboard isn't working after that - the system is froze.

OpenBSD is the only system on PC. Windows (r) works fine on this
computer. I need to use an external adapter.

What have I tried? I've tried to boot with turned on or off following
options in BIOS (I tried various combinations):
 - Assign IRQ to VGA;
 - Video BIOS cacheable;
 - Enable Internal Video;
 - AGP Data Transfer Rate;
 - Init Display First;
 - PCI/VGA Palette Snoop.
Also I tried to boot with minimal hardware (only M/B, cpu, memory, HDD,
video card). I looked boot(1) but found nothing useful.

My hardware:
Motherboard Abit SL30 with the newest BIOS update, CPU Pentium 3 733,
128Mb RAM. I'm sure that the hardware is good. It works fine.

Thank you!
OpenBSD 4.5 (GENERIC) #1749: Sat Feb 28 14:51:18 MST 2009
dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: Intel Pentium III ("GenuineIntel" 686-class) 549 MHz
cpu0: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
real mem  = 132673536 (126MB)
avail mem = 119992320 (114MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 04/02/02, BIOS32 rev. 0 @ 0xfb0d0, SMBIOS 
rev. 2.2 @ 0xf0800 (35 entries)
bios0: vendor Award Software International, Inc. version "6.00 PG" date 
04/02/2002
bios0: ABIT i815E-W83627HF
apm0 at bios0: Power Management spec V1.2 (slowidle)
apm0: AC on, battery charge unknown
acpi at bios0 function 0x0 not configured
pcibios0 at bios0: rev 2.1 @ 0xf/0xdf84
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfdef0/128 (6 entries)
pcibios0: PCI Exclusive IRQs: 5 9 11
pcibios0: PCI Interrupt Router at 000:31:0 ("Intel 82371SB ISA" rev 0x00)
pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc/0xa000
cpu0 at mainbus0: (uniprocessor)
pci0 at mainbus0 bus 0: configuration mode 1 (bios)
pchb0 at pci0 dev 0 function 0 "Intel 82815 Host" rev 0x02
vga1 at pci0 dev 2 function 0 "Intel 82815 Video" rev 0x02
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
intagp0 at vga1
agp0 at intagp0: aperture at 0xe000, size 0x400
ppb0 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0x02
pci1 at ppb0 bus 1
skc0 at pci1 dev 0 function 0 "D-Link Systems DGE-530T B1" rev 0x11, Yukon Lite 
(0x9): irq 11
sk0 at skc0 port A: address 00:15:e9:41:4d:04
eephy0 at sk0 phy 0: 88E1011 Gigabit PHY, rev. 5
rl0 at pci1 dev 1 function 0 "D-Link Systems 530TX+" rev 0x10: irq 5, address 
00:50:ba:4c:82:f9
rlphy0 at rl0 phy 0: RTL internal PHY
"Philips SAA7133 TV" rev 0xd1 at pci1 dev 2 function 0 not configured
ichpcib0 at pci0 dev 31 function 0 "Intel 82801BA LPC" rev 0x02: 24-bit timer 
at 3579545Hz
pciide0 at pci0 dev 31 function 1 "Intel 82801BA IDE" rev 0x02: DMA, channel 0 
wired to compatibility, channel 1 wired to compatibility
wd0 at pciide0 channel 0 drive 0: 
wd0: 16-sector PIO, LBA48, 38166MB, 78165360 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5
wd1 at pciide0 channel 1 drive 0: 
wd1: 16-sector PIO, LBA48, 476940MB, 976773168 sectors
atapiscsi0 at pciide0 channel 1 drive 1
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0:  ATAPI 5/cdrom 
removable
wd1(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 5
cd0(pciide0:1:1): using PIO mode 4, Ultra-DMA mode 4
uhci0 at pci0 dev 31 function 2 "Intel 82801BA USB" rev 0x02: irq 11
ichiic0 at pci0 dev 31 function 3 "Intel 82801BA SMBus" rev 0x02: irq 5
iic0 at ichiic0
spdmem0 at iic0 addr 0x50: 64MB SDRAM non-parity PC100CL3
spdmem1 at iic0 addr 0x51: 64MB SDRAM non-parity PC100CL3
uhci1 at pci0 dev 31 function 4 "Intel 82801BA USB" rev 0x02: irq 11
auich0 at pci0 dev 31 function 5 "Intel 82801BA AC97" rev 0x02: irq