![]() |
|
OpenBSD Installation and Upgrading Installing and upgrading OpenBSD. |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
softraid0 is part of every 4.3 dmesg, it's simply a stating support is enabled in-kernel.
As for your CF problem, not a clue, a change 4.3 enabled DMA on 1-sector devices, but it shouldn't be enabled if you device doesn't support it. In the boot UKC, change the flags for wd* devices to 0xcff, this will force a PIO 4 mode and leave DMA/UDMA disabled. If that doesn't help, the problem lies elsewhere.. hope it helps. ![]() |
|
||||
![]() Quote:
![]() Quote:
openBSD seems ok; it just momentarily stalls the boot while it times out, and then figures it out. Moral of the story... use transcend brand cf ... true ide and udma rocks! (This particular cf is an off brand gifted to me.) Thanks, /S
__________________
Never argue with an idiot. They will bring you down to their level and beat you with experience. ![]() |
|
||||
![]() Quote:
/S
__________________
Never argue with an idiot. They will bring you down to their level and beat you with experience. ![]() |
|
||||
![]()
With the wd* flags set to 0xffc, the boot is stall-free and dmesg is clean
Code:
... 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: 1-sector PIO, LBA, 967MB, 1981728 sectors wd0(pciide0:0:0): using PIO mode 4 atapiscsi0 at pciide0 channel 1 drive 0 ... softraid0 at root root on wd0a swap on wd0b dump on wd0b ... /S
__________________
Never argue with an idiot. They will bring you down to their level and beat you with experience. ![]() |
|
|||
![]() |
|
||||
![]()
FYI ... the default flag is 0x0, and, when set as such, it fails softly and self-adjusts. You will boot successfully.
When the flags are manually set, if they're incorrect, then the boot just loops in the timeout-retry cycle. It's not a hard failure, but it won't self-adjust and won't boot. Manual intervention is required. Adjust with care and do so with a back out at the ready. Code:
# config -o /bsd.pio -e /bsd OpenBSD 4.3 (GENERIC) #698: Wed Mar 12 11:07:05 MDT 2008 deraadt@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC Enter 'help' for information ukc> change wd* 44 wd* at wdc0|wdc1|wdc*|wdc*|pciide*|pciide* channel -1 flags 0x0 change [n] y channel [-1] ? flags [0] ? 0xffc 44 wd* changed 44 wd* at wdc0|wdc1|wdc*|wdc*|pciide*|pciide* channel -1 flags 0xffc ukc>quit Code:
boot> boot /bsd.pio Once I know bsd.pio is good, then,
__________________
Never argue with an idiot. They will bring you down to their level and beat you with experience. ![]() |
|
|||
![]()
I will try this too. I tried to install OpenBSD 4.3 on my soekris CF and got similar errors when creating partitions.
Update: Didn't help in my case. I got 4-sector SanDisk CF. Dmesg that I get to climpse seems OK but when installer tries to create the partiotions it still gives me errors like "wd0c: device timeout reading fsbn 0 (wd0 bn 0; cn 0 tn 0 sn 0), retrying" Last edited by Zmyrgel; 9th May 2008 at 03:47 PM. Reason: Update |
|
||||
![]() Quote:
__________________
Never argue with an idiot. They will bring you down to their level and beat you with experience. ![]() Last edited by s2scott; 10th May 2008 at 12:17 AM. Reason: Added, bullet #3 for clarity |
|
|||
![]() Quote:
|
|
|||
![]()
Ok, didn't help.
Code:
pciide:0:0:0: timeout waiting for DRQ, st=0x51 <DRDY,DSC,ERR>, err=0x00 wd0e: device timeout writing fsbn 47908 (wd0 bn 2100672, cn 521 tn 0 sn 0) retrying ... newfs: wtfs: write error on block 47908 Input/Output error I tested with 4.2,4.3 and -current but all gave same result. I also updated my Soekris BIOS. Is my card broken or is there something else I could try? I didn't find any IDE BIOS options. Last edited by Zmyrgel; 10th May 2008 at 08:34 AM. |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fixed "xinit" after _7 _8, "how" here in case anyones' "X" breaks... using "nvidia" | jb_daefo | Guides | 0 | 5th October 2009 09:31 PM |
"Thanks" and "Edit Tags". | diw | Feedback and Suggestions | 2 | 29th March 2009 12:06 AM |
"No package available in the PKG_PATH" error | Nk2Network | OpenBSD Packages and Ports | 19 | 12th January 2009 09:22 PM |
Scripted sysinstall fails with "Command 'system' failed" | PeterSteele | FreeBSD Installation and Upgrading | 0 | 13th November 2008 11:31 PM |