View Single Post
  #4   (View Single Post)  
Old 28th December 2009
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

I really don't know a whole lot about wireless configuration, but it may be a good idea to try specifying the channel implicitly.. and you can try unplugging it and trying again if that fails.

$ sudo ifconfig run0 chan ? nwid MYNETWORK nwkey 0xMYKEYTRIPLECHECKED

Also, I notice that pciide(4) fails to establish a DMA mode for devices attached to your SATA controller.. you should check your BIOS and see if you're able to configure the device in AHCI mode, otherwise you'll need to manually patch the ahci(4) driver to attach (..PIO mode is slow, and uses a lot of CPU time).

Code:
pciide0 at pci0 dev 17 function 0 "ATI SBx00 SATA" rev 0x00: DMA (unsupported), channel 0 configured to native-PCI, channel 1 configured to native-PCI
pciide0: using apic 2 int 22 (irq 10) for native-PCI interrupt
wd0 at pciide0 channel 0 drive 0: <WDC WD3200AAJS-22B4A0>
wd0: 16-sector PIO, LBA48, 305245MB, 625142448 sectors
atapiscsi0 at pciide0 channel 1 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: <HL-DT-ST, DVDRAM GH15F, EG00> ATAPI 5/cdrom removable
If you can toggle this in your BIOS, you will need to change your /etc/fstab file to reflect this, it will be an sd(4) device instead of wd(4).

Also, your TV/MPEG capture card is not supported by OpenBSD.

Good luck, please consider editing at least your ifconfig output so that it's easier to distinguish between interfaces.
Reply With Quote