Re: 4.3 Beta: no sound

2008-03-02 Thread Claus Assmann
On Sat, Mar 01, 2008, Jacob Meuser wrote:

> > Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
> > ==
> > AO: [null] 32000Hz 2ch s16le (2 bytes per sample)
> >   does that mean "no driver"?

> try with mplayer -ao sun ...

That's not available:

$ mplayer -ao help
MPlayer 1.0rc2-3.3.5 (C) 2000-2007 MPlayer Team
CPU: AMD Athlon(tm) 64 Processor 3000+ (Family: 15, Model: 4, Stepping: 8)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
Available audio output drivers:
mpegpes Mpeg-PES audio output
nullNull audio output
pcm RAW PCM/WAVE file writer audio output


.mplayer/config only contains:
# Write your default config options here!


I've compiled mplayer from source and then it plays sound (it offers
more audio options).

Thanks!



Re: 4.3 Beta: no sound

2008-03-01 Thread Jacob Meuser
On Sat, Mar 01, 2008 at 11:07:28AM -0800, Claus Assmann wrote:
> [Thanks for all the answers!]
> 
> On Sat, Mar 01, 2008, Jacob Meuser wrote:
> > are you speakers plugged into the line-out jack?  these used to only
> > kinda play on the mic jack.  the line-out jack should be working fine
> 
> According to the docs I found I only tried "out" and "mic", never
> "in". It works in the "in" plug which probably means I was looking
> at the wrong docs (I have 6 PCs standing around).

the jacks are often color-coded:

pink: mic
light green: line-out
blue: line-in

> However, mplayer still doesn't generate sound, the other programs
> (mpg123, xine, vlc) do. Here's the mplayer output:
> 
> Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
> AUDIO: 32000 Hz, 2 ch, s16le, 32.0 kbit/3.12% (ratio: 4000->128000)
> ID_AUDIO_BITRATE=32000
> ID_AUDIO_RATE=32000
> ID_AUDIO_NCH=2
> Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
> ==
> AO: [null] 32000Hz 2ch s16le (2 bytes per sample)
>   does that mean "no driver"?

try with mplayer -ao sun ...

> Should I compile it myself with different a "flavor"?  (I downloaded
> the snapshot packages and installed them).

shoudn't be necessary.  check that you don't have a ~/.mplayer/config
that's causing problems.

-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org



Re: 4.3 Beta: no sound

2008-03-01 Thread Claus Assmann
[Thanks for all the answers!]

On Sat, Mar 01, 2008, Jacob Meuser wrote:
> are you speakers plugged into the line-out jack?  these used to only
> kinda play on the mic jack.  the line-out jack should be working fine

According to the docs I found I only tried "out" and "mic", never
"in". It works in the "in" plug which probably means I was looking
at the wrong docs (I have 6 PCs standing around).

However, mplayer still doesn't generate sound, the other programs
(mpg123, xine, vlc) do. Here's the mplayer output:

Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 32000 Hz, 2 ch, s16le, 32.0 kbit/3.12% (ratio: 4000->128000)
ID_AUDIO_BITRATE=32000
ID_AUDIO_RATE=32000
ID_AUDIO_NCH=2
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==
AO: [null] 32000Hz 2ch s16le (2 bytes per sample)
  does that mean "no driver"?

Should I compile it myself with different a "flavor"?  (I downloaded
the snapshot packages and installed them).



Re: 4.3 Beta: no sound

2008-03-01 Thread Jacob Meuser
On Fri, Feb 29, 2008 at 10:15:17PM -0800, Claus Assmann wrote:

> cpu0: AMD Athlon(tm) 64 Processor 3000+ ("AuthenticAMD" 686-class, 512KB L2

> bios0: ASUSTeK Computer Inc. K8VB

> auvia0 at pci0 dev 17 function 5 "VIA VT8233 AC97" rev 0x60: irq 5
> ac97: codec id 0x41445370 (Analog Devices AD1980)
> ac97: codec features headphone, 20 bit DAC, No 3D Stereo

are you speakers plugged into the line-out jack?  these used to only
kinda play on the mic jack.  the line-out jack should be working fine
(I have very simlar hardware).

-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org



Re: 4.3 Beta: no sound

2008-03-01 Thread Remco
Claus Assmann wrote:

> I've upgraded one machine to 4.3 Beta (2008-02-23, i386, dmesg
> below) and there is no audio anymore (it used to work with 3.8).

..

> 
> $ mixerctl
> outputs.master=199,199
> outputs.master.mute=off
> outputs.mono=255
> outputs.mono.mute=off
> outputs.mono.source=mixerout
> outputs.headphones=255,255
> outputs.headphones.mute=off
> outputs.surround=255,255
> outputs.surround.mute=off
> outputs.center=255
> outputs.center.mute=off
> outputs.lfe=255
> outputs.lfe.mute=off
> inputs.speaker=255
> inputs.speaker.mute=off
> inputs.phone=191
> inputs.phone.mute=off
> inputs.mic=191
> inputs.mic.mute=off
> inputs.mic.preamp=off
> inputs.mic.source=mic0
> inputs.line=191,191
> inputs.line.mute=off
> inputs.cd=191,191
> inputs.cd.mute=off
> inputs.video=255,255
> inputs.video.mute=off
> inputs.aux=191,191
> inputs.aux.mute=off
> inputs.dac=191,191
> inputs.dac.mute=off
> record.source=mic
> record.volume=255,255
> record.volume.mute=off
> outputs.extamp=off
> # I turned off all "mute" fields as stated in the FAQ.
> 

I've got a different sound card that needs "outputs.extamp" set to "on" in
order to get sound. Maybe that's the case here as well.



Re: 4.3 Beta: no sound

2008-02-29 Thread Girish Venkatachalam
On 22:15:17 Feb 29, Claus Assmann wrote:
> I've upgraded one machine to 4.3 Beta (2008-02-23, i386, dmesg
> below) and there is no audio anymore (it used to work with 3.8). I
> tried to cat an audio file directly to the device:
> 
> $ file gong.au
> gong.au: Sun/NeXT audio data: 8-bit ISDN u-law, mono, 8000 Hz
> $ cat gong.au > /dev/audio
> $ cat gong.au > /dev/sound
> 
> 
> and mpg123 (playing song36.mp3 with various options),
> and mplayer, xine, vlc to play some DVDs: video is shown (even though
> mplayer is "jerky"), but no audio.
> 
> What can I check next?
> 
> $ mixerctl
> outputs.master=199,199
> outputs.master.mute=off
> outputs.mono=255
> outputs.mono.mute=off
> outputs.mono.source=mixerout
> outputs.headphones=255,255
> outputs.headphones.mute=off
> outputs.surround=255,255
> outputs.surround.mute=off
> outputs.center=255
> outputs.center.mute=off
> outputs.lfe=255
> outputs.lfe.mute=off
> inputs.speaker=255
> inputs.speaker.mute=off
> inputs.phone=191
> inputs.phone.mute=off
> inputs.mic=191
> inputs.mic.mute=off
> inputs.mic.preamp=off
> inputs.mic.source=mic0
> inputs.line=191,191
> inputs.line.mute=off
> inputs.cd=191,191
> inputs.cd.mute=off
> inputs.video=255,255
> inputs.video.mute=off
> inputs.aux=191,191
> inputs.aux.mute=off
> inputs.dac=191,191
> inputs.dac.mute=off
> record.source=mic
> record.volume=255,255
> record.volume.mute=off
> outputs.extamp=off
> # I turned off all "mute" fields as stated in the FAQ.
> 

Not sure if it would apply in your case but still...

You can try the UKC stuff.

# config -e -o bsd.new /bsd

And then do a "find  auvia" and change the PCI device and function
numbers to match the output of scanpci.

But I have most sound cards working even with the above parameters
showing -1.

Your dmesg shows no errors, so this trick might work.

If it doesn't then you can try mplayer with various audio output
drivers.

$ mplayer -ao help

Thanks.

-Girish



4.3 Beta: no sound

2008-02-29 Thread Claus Assmann
I've upgraded one machine to 4.3 Beta (2008-02-23, i386, dmesg
below) and there is no audio anymore (it used to work with 3.8). I
tried to cat an audio file directly to the device:

$ file gong.au
gong.au: Sun/NeXT audio data: 8-bit ISDN u-law, mono, 8000 Hz
$ cat gong.au > /dev/audio
$ cat gong.au > /dev/sound


and mpg123 (playing song36.mp3 with various options),
and mplayer, xine, vlc to play some DVDs: video is shown (even though
mplayer is "jerky"), but no audio.

What can I check next?

$ mixerctl
outputs.master=199,199
outputs.master.mute=off
outputs.mono=255
outputs.mono.mute=off
outputs.mono.source=mixerout
outputs.headphones=255,255
outputs.headphones.mute=off
outputs.surround=255,255
outputs.surround.mute=off
outputs.center=255
outputs.center.mute=off
outputs.lfe=255
outputs.lfe.mute=off
inputs.speaker=255
inputs.speaker.mute=off
inputs.phone=191
inputs.phone.mute=off
inputs.mic=191
inputs.mic.mute=off
inputs.mic.preamp=off
inputs.mic.source=mic0
inputs.line=191,191
inputs.line.mute=off
inputs.cd=191,191
inputs.cd.mute=off
inputs.video=255,255
inputs.video.mute=off
inputs.aux=191,191
inputs.aux.mute=off
inputs.dac=191,191
inputs.dac.mute=off
record.source=mic
record.volume=255,255
record.volume.mute=off
outputs.extamp=off
# I turned off all "mute" fields as stated in the FAQ.


OpenBSD 4.3-beta (GENERIC) #663: Sat Feb 23 17:30:07 MST 2008
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: AMD Athlon(tm) 64 Processor 3000+ ("AuthenticAMD" 686-class, 512KB L2
cache) 2.01 GHz
cpu0:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,MMX,FXSR,SSE,SSE2
cpu0: AMD errata 89, 97 present, BIOS upgrade may be required
real mem  = 535588864 (510MB)
avail mem = 509964288 (486MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 05/04/04, BIOS32 rev. 0 @ 0xf0010,
SMBIOS rev. 2.3 @ 0xf0520 (65 entries)
bios0: vendor American Megatrends Inc. version "1003.001" date 05/04/2004
bios0: ASUSTeK Computer Inc. K8VB
apm0 at bios0: Power Management spec V1.2
apm0: AC on, battery charge unknown
acpi at bios0 function 0x0 not configured
pcibios0 at bios0: rev 2.1 @ 0xf/0x1
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xf5cf0/224 (12 entries)
pcibios0: PCI Interrupt Router at 000:17:0 ("VIA VT8237 ISA" rev 0x00)
pcibios0: PCI bus #1 is the last bus
bios0: ROM list: 0xc/0xc000 0xcc000/0x4000!
cpu0 at mainbus0
cpu0: Cool'n'Quiet K8 2003 MHz: speeds: 2000 1800 800 MHz
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 "VIA K8HTB Host" rev 0x01
agp0 at pchb0: v3, aperture at 0xf800, size 0xf00
ppb0 at pci0 dev 1 function 0 "VIA K8HTB AGP" rev 0x00
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 "ATI Radeon VE QY" rev 0x00
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
skc0 at pci0 dev 10 function 0 "Marvell Yukon 88E8001/8003/8010" rev 0x13,
Yukon Lite rev. A3 (0x7): irq 10
sk0 at skc0 port A: address 00:0e:a6:8e:fc:54
eephy0 at sk0 phy 0: Marvell 88E1011 Gigabit PHY, rev. 5
pciide0 at pci0 dev 15 function 0 "VIA VT6420 SATA" rev 0x80: DMA
pciide0: using irq 10 for native-PCI interrupt
wd0 at pciide0 channel 0 drive 0: 
wd0: 16-sector PIO, LBA48, 286168MB, 586072368 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, 286168MB, 586072368 sectors
wd1(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 5
pciide1 at pci0 dev 15 function 1 "VIA VT82C571 IDE" rev 0x06: ATA133, channel
0 configured to compatibility, channel 1 configured to compatibility
wd2 at pciide1 channel 0 drive 0: 
wd2: 16-sector PIO, LBA48, 620018MB, 1269798768 sectors
wd3 at pciide1 channel 0 drive 1: 
wd3: 16-sector PIO, LBA48, 715404MB, 1465149168 sectors
wd2(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 5
wd3(pciide1:0:1): using PIO mode 4, Ultra-DMA mode 5
atapiscsi0 at pciide1 channel 1 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0:  SCSI0 5/cdrom
removable
cd0(pciide1:1:0): using PIO mode 4, Ultra-DMA mode 2
uhci0 at pci0 dev 16 function 0 "VIA VT83C572 USB" rev 0x81: irq 11
uhci1 at pci0 dev 16 function 1 "VIA VT83C572 USB" rev 0x81: irq 11
uhci2 at pci0 dev 16 function 2 "VIA VT83C572 USB" rev 0x81: irq 10
uhci3 at pci0 dev 16 function 3 "VIA VT83C572 USB" rev 0x81: irq 10
ehci0 at pci0 dev 16 function 4 "VIA VT6202 USB" rev 0x86: irq 5
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 "VIA EHCI root hub" rev 2.00/1.00 addr 1
viapm0 at pci0 dev 17 function 0 "VIA VT8237 ISA" rev 0x00
iic0 at viapm0
iic0: addr 0x4a 00=1f 01=03 02=7f 03=07 05=30 06=c0 07=90 08=1f 09=03 0a=7f
0b=07 0d=30 0e=c0 0f=90 10=1f 11=03 12=7f 13=07 15=30 16=c0 17=90 18=1f 19=03
1a=7f 1b=07 1d=30 1e=c0 1f=90 20=1f 21=03 22=7f 23

Re: 4.3-beta upgrade stalls on base43.tgz (Ok on clean install)

2008-02-27 Thread Andrew Ruscica
On Wed, Feb 27, 2008 at 02:18:12PM -0500, Andrew Ruscica wrote:
> While doing a direct upgrade of an amd64 machine from -current (approx
> end of Jan) to the Feb 26 snapshot, the installer stalls on
> base43.tgz. This happens at 99%, 46640KB.
> ... 
> Nest step will be to do a clean install.

The clean install was fine... 



4.3-beta upgrade stalls on base43.tgz

2008-02-27 Thread Andrew Ruscica
While doing a direct upgrade of an amd64 machine from -current (approx
end of Jan) to the Feb 26 snapshot, the installer stalls on
base43.tgz. This happens at 99%, 46640KB.

I've tried the following three methods with the same results:

- bsd.rd and get sets from an ftp mirror
- bsd.rd and get sets from disk
- boot and get sets from CD (install43.iso, md5 ok)

Different mirrors were used for the above trials.

I can interrupt and install the other sets. The system boots and is
apparently normal.

Nest step will be to do a clean install.


OpenBSD 4.3-beta (GENERIC) #1354: Tue Feb 26 05:39:34 MST 2008
[EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/GENERIC
real mem = 2147020800 (2047MB)
avail mem = 2073526272 (1977MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.2 @ 0xf (40 entries)
bios0: vendor Phoenix Technologies, LTD version "6.00 PG" date 01/31/2005
bios0: soyocomputer nForce
acpi0 at bios0: rev 0
acpi0: tables DSDT FACP APIC
acpi0: wakeup devices HUB0(S5) HUB1(S4) USB0(S3) USB1(S3) USB2(S3) F139(S3) 
MMAC(S5) MMCI(S5) UAR1(S5)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 2 (HUB0)
acpiprt2 at acpi0: bus 1 (AGPB)
acpiprt3 at acpi0: bus -1 (HUB1)
acpicpu0 at acpi0
acpitz0 at acpi0: critical temperature 95 degC
acpibtn0 at acpi0: PWRB
cpu0 at mainbus0: (uniprocessor)
cpu0: AMD Athlon(tm) 64 Processor 3000+, 2020.12 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,NXE,MMXX,LONG,3DNOW2,3DNOW
cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB 64b/line 
16-way L2 cache
cpu0: ITLB 32 4KB entries fully associative, 8 4MB entries fully associative
cpu0: DTLB 32 4KB entries fully associative, 8 4MB entries fully associative
cpu0: AMD errata 86, 89, 97, 104 present, BIOS upgrade may be required
pci0 at mainbus0 bus 0: configuration mode 1
pchb0 at pci0 dev 0 function 0 "NVIDIA nForce3 PCI Host" rev 0xa4
agp at pchb0 not configured
pcib0 at pci0 dev 1 function 0 "NVIDIA nForce3 ISA" rev 0xa6
nviic0 at pci0 dev 1 function 1 "NVIDIA nForce3 SMBus" rev 0xa4
iic0 at nviic0
spdmem0 at iic0 addr 0x50: 1GB DDR SDRAM non-parity PC3200CL3.0
spdmem1 at iic0 addr 0x51: 1GB DDR SDRAM non-parity PC3200CL3.0
iic1 at nviic0
iic1: addr 0x4e 00=2a 01=02 02=10 03=72 05=80 06=0e 09=c8 0a=37 0e=e0 0f=ff 
3e=37 48=37 4a=37 4e=37 fe=37 words 00=2aff 01=02ff 02=10ff 03=72ff 04=00ff 
05=80ff 06=0eff 07=00ff 08=00ff 09=c8ff 0a=37ff 0b=00ff 0c=00ff 0d=00ff 0e=e0ff 
0f=
ohci0 at pci0 dev 2 function 0 "NVIDIA nForce3 USB" rev 0xa5: irq 5, version 
1.0, legacy support
ohci1 at pci0 dev 2 function 1 "NVIDIA nForce3 USB" rev 0xa5: irq 5, version 
1.0, legacy support
ehci0 at pci0 dev 2 function 2 "NVIDIA nForce3 USB" rev 0xa2: irq 5
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 "NVIDIA EHCI root hub" rev 2.00/1.00 addr 1
nfe0 at pci0 dev 5 function 0 "NVIDIA nForce3 LAN" rev 0xa5: irq 11, address 
04:4b:80:80:80:03
icsphy0 at nfe0 phy 1: ICS1893 10/100 PHY, rev. 1
auich0 at pci0 dev 6 function 0 "NVIDIA nForce3 AC97" rev 0xa2: irq 11, nForce3 
AC97
ac97: codec id 0x434d4961 (C-Media Electronics CMI9739)
audio0 at auich0
pciide0 at pci0 dev 8 function 0 "NVIDIA nForce3 IDE" rev 0xa5: DMA, channel 0 
configured to compatibility, channel 1 configured to compatibility
wd0 at pciide0 channel 0 drive 0: 
wd0: 16-sector PIO, LBA, 117246MB, 240119808 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 6
atapiscsi0 at pciide0 channel 1 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0:  SCSI0 5/cdrom 
removable
cd0(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 2
ppb0 at pci0 dev 10 function 0 "NVIDIA nForce3 PCI-PCI" rev 0xa2
pci1 at ppb0 bus 2
vga1 at pci1 dev 7 function 0 "ATI Radeon VE QY" rev 0x00
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
ppb1 at pci0 dev 11 function 0 "NVIDIA nForce3 PCI-PCI" rev 0xa4
pci2 at ppb1 bus 1
"ATI Radeon 9200 SE Sec" rev 0x01 at pci2 dev 0 function 0 not configured
"ATI Radeon 9200 SE" rev 0x01 at pci2 dev 0 function 1 not configured
pchb1 at pci0 dev 24 function 0 "AMD AMD64 HyperTransport" rev 0x00
pchb2 at pci0 dev 24 function 1 "AMD AMD64 Address Map" rev 0x00
pchb3 at pci0 dev 24 function 2 "AMD AMD64 DRAM Cfg" rev 0x00
pchb4 at pci0 dev 24 function 3 "AMD AMD64 Misc Cfg" rev 0x00
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
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
mpu0 at isa0 port 0x330/2

Re: 4.3-beta

2008-02-26 Thread Vincent Barus
On Tue, Feb 26, 2008 at 7:20 AM, scott <[EMAIL PROTECTED]> wrote:
> Just loaded up 4.3-beta.  :-)
>
>  1. Installed to compact flash (CF) media (wd0).  Media supports PIO mode
>  4 only (no dma) but ... whoa ... 4.3 is noticeably faster on this CF
>  media!  During the past 4.2 install the install progress soother
>  displayed "--stalled--" quite a few times as it progressed during the
>  cd-to-cf writes.  The 4.3 install never, not once, --stalled--.  Very
>  nice performance bump.  Nice work!
>
>  2. bwi wireless card working for the very first time. :-)
>
>  3. Then I went long and tried to config bwi0 as an access point and
>  discovered "mediaopt hostap" is not an available option.  :-(  Will
>  hostap functionality be coming soon? Or is it a limit of the chipset?
>
>  All in all and so far everything else seems to be normal and working per
>  usual.
>
>  Does anyone want me to post dmesg or anything else that may be helpful
>  to the dev's?  Say what and where to and it shall be done.
>
>  Thanks!!!
>  /Scott
>
>

Had the same --stalled-- problems with 4.2 and Releases before it.
I noticed that it won't stall while using the floppy install image
instead of the cd image ( I still wonder why... )
Now I give 4.3 Beta a try with a cd.

~ vb



Re: 4.3-beta

2008-02-26 Thread Bryan Irvine
On Mon, Feb 25, 2008 at 10:20 PM, scott <[EMAIL PROTECTED]> wrote:
> Just loaded up 4.3-beta.  :-)
>
>  1. Installed to compact flash (CF) media (wd0).  Media supports PIO mode
>  4 only (no dma) but ... whoa ... 4.3 is noticeably faster on this CF
>  media!  During the past 4.2 install the install progress soother
>  displayed "--stalled--" quite a few times as it progressed during the
>  cd-to-cf writes.  The 4.3 install never, not once, --stalled--.  Very
>  nice performance bump.  Nice work!
>
>  2. bwi wireless card working for the very first time. :-)
>
>  3. Then I went long and tried to config bwi0 as an access point and
>  discovered "mediaopt hostap" is not an available option.  :-(  Will
>  hostap functionality be coming soon? Or is it a limit of the chipset?
>
>  All in all and so far everything else seems to be normal and working per
>  usual.
>
>  Does anyone want me to post dmesg or anything else that may be helpful
>  to the dev's?  Say what and where to and it shall be done.

http://openbsd.org/faq/faq4.html#SendDmesg

-Bryan



4.3-beta

2008-02-25 Thread scott
Just loaded up 4.3-beta.  :-)

1. Installed to compact flash (CF) media (wd0).  Media supports PIO mode
4 only (no dma) but ... whoa ... 4.3 is noticeably faster on this CF
media!  During the past 4.2 install the install progress soother
displayed "--stalled--" quite a few times as it progressed during the
cd-to-cf writes.  The 4.3 install never, not once, --stalled--.  Very
nice performance bump.  Nice work!

2. bwi wireless card working for the very first time. :-)

3. Then I went long and tried to config bwi0 as an access point and
discovered "mediaopt hostap" is not an available option.  :-(  Will
hostap functionality be coming soon? Or is it a limit of the chipset?

All in all and so far everything else seems to be normal and working per
usual.

Does anyone want me to post dmesg or anything else that may be helpful
to the dev's?  Say what and where to and it shall be done.

Thanks!!!
/Scott



4.3-Beta solves issue with 4.2 bsd.mp

2008-02-24 Thread Fred Crowson

Hi Misc,

Thanks for a great OS!

I've just upgraded to 4.3-Beta (dmesg follows sig) which resolves an 
issue I was having with  4.2 - Generic worked okay but both 4.2 bsd.mp 
and a modified kernel with  acpi enable were both causing a kernel 
crashes - the ps and trace from the 4.2 bsd.mp with acpi enable follow 
if it is of interest to anyone, but the issue has been resolved by 4.3-beta:


uvm_fault(0xd627c178, 0x0, 0, 3) -> e
kernel: page fault trap, code=0
Stopped at  eso_rev2model+0x38bd:   addb%al,0(%eax)
ddb{0}> trace
eso_rev2model(394414d0,80d8,32005800,270010d0,10d6) at eso_rev2model+0x38bd
ddb{0}> ps
   PID   PPID   PGRPUID  S   FLAGS  WAIT  COMMAND
*25506478478  0  7   0x2004002ttyflags
   478  1478  0  3   0x2004082  pause sh
15  0  0  0  3   0x2100200  crypto_wait   crypto
14  0  0  0  3   0x2100200  aiodoned  aiodoned
13  0  0  0  3   0x2100200  syncerupdate
12  0  0  0  3   0x2100200  cleaner   cleaner
11  0  0  0  30x100200  reaperreaper
10  0  0  0  3   0x2100200  pgdaemon  pagedaemon
 9  0  0  0  3   0x2100200  pftm  pfpurge
 8  0  0  0  3   0x2100200  bored syswq
 7  0  0  0  3   0x2100200  usbevtusb2
 6  0  0  0  3   0x2100200  usbevtusb1
 5  0  0  0  3   0x2100200  usbtskusbtask
 4  0  0  0  3   0x2100200  usbevtusb0
 3  0  0  0  3   0x2100200  bored syswq
 2  0  0  0  3   0x2100200  kmalloc   kmthread
 1  0  1  0  3   0x2004080  wait  init
 0 -1  0  0  3   0x2080200  scheduler swapper
ddb{0}> ~

Thanks again for a great OS!

Fred
--
http://www.crowsons.com/puters/x41.htm

dmesg:
OpenBSD 4.3-beta (GENERIC.MP) #558: Thu Feb 21 15:53:39 MST 2008
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC.MP
cpu0: Intel(R) Pentium(R) III CPU family 1133MHz ("GenuineIntel" 
686-class) 1.14 GHz
cpu0: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE

real mem  = 267939840 (255MB)
avail mem = 251088896 (239MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 02/04/02, BIOS32 rev. 0 @ 0xfb380, 
SMBIOS rev. 2.3 @ 0xf0800 (43 entries)
bios0: vendor Award Software International, Inc. version "6.00 PG" date 
02/04/2002

bios0: Supermicro P3TDDE
acpi0 at bios0: rev 0
acpi0: tables DSDT FACP APIC
acpi0: wakeup devices USB0(S1) USB1(S1) USB2(S1) LAN0(S5) UAR1(S5) 
LPT1(S5) ECP1(S5) PCI0(S5)

acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: apic clock running at 133MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Pentium(R) III CPU family 1133MHz ("GenuineIntel" 
686-class) 1.14 GHz
cpu1: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE

ioapic0 at mainbus0: apid 2 pa 0xfec0, version 11, 24 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpicpu0 at acpi0
acpicpu1 at acpi0
acpitz0 at acpi0: critical temperature 100 degC
acpibtn0 at acpi0: PWRB
bios0: ROM list: 0xc/0x8000 0xc8000/0xa800 0xd3000/0xa800
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 "VIA VT8633 PCI" rev 0x01
agp0 at pchb0: v2, aperture at 0xf800, size 0x1000
ppb0 at pci0 dev 1 function 0 "VIA VT8633 AGP" rev 0x00
pci1 at ppb0 bus 1
puc0 at pci0 dev 7 function 0 "NetMos 2S1P" rev 0x01: ports: 2 com, 1 lpt
pccom3 at puc0 port 0 apic 2 int 17 (irq 5): ns16550a, 16 byte fifo
pccom4 at puc0 port 1 apic 2 int 17 (irq 5): ns16550a, 16 byte fifo
lpt3 at puc0 port 2: interrupting at apic 2 int 17 (irq 5)
vga1 at pci0 dev 8 function 0 "SiS 6326 VGA" rev 0x0b
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
fxp0 at pci0 dev 9 function 0 "Intel 8255x" rev 0x0d, i82550: apic 2 int 
19 (irq 10), address 00:02:b3:ed:59:38

inphy0 at fxp0 phy 1: i82555 10/100 PHY, rev. 4
fxp1 at pci0 dev 13 function 0 "Intel 8255x" rev 0x08, i82559: apic 2 
int 19 (irq 10), address 00:30:48:41:53:71

inphy1 at fxp1 phy 1: i82555 10/100 PHY, rev. 4
viapm0 at pci0 dev 17 function 0 "VIA VT8233 ISA" rev 0x00
iic0 at viapm0
spdmem0 at iic0 addr 0x50: 128MB SDRAM registered ECC PC133CL3
spdmem1 at iic0 addr 0x51: 128MB SDRAM registered ECC PC133CL2
spdmem2 at iic0 addr 0x52: 128MB SDRAM registered ECC PC133CL2
spdmem3 at iic0 addr 0x53: 128MB SDRAM registered ECC PC100CL3
pciide0 at pci0 dev 17 function 1 "VIA VT82C571 IDE" rev 0x06: ATA100, 
channel 0 configured to compatibility, channel 1 configured to compatibility

wd0 at pciid

Re: Cannot install 4.3-beta firefox from snapshots/packages/amd64

2008-02-23 Thread johan beisser

On Feb 23, 2008, at 2:54 PM, Mark Zimmerman wrote:

I just installed the latest amd64 snapshot and wanted to test some
packages. Firefox will not install due to a chain of dependencies
stretching back to glitz which requires libGL.6. The snapshot I
installed this morning has libGL.7. Since the snapshots/packages/amd64
directory is over two weeks old, I hope that I can get back to this as
soon as it gets rebuilt. Or is package testing not normally done
outside of i386?


It's more likely the building of snapshot packages wasn't a high  
priority for amd64 recently.




Re: upgrading to 4.3-beta

2008-02-23 Thread johan beisser

I
On Feb 23, 2008, at 1:26 PM, Chris wrote:


I have upgraded my 4.2-release to 4.3-beta. But I am a bit confused as
I cannot see snmpd.conf, relayd in /etc. However, I can see them in
/usr/src/etc/. When I login it says, 4.3-beta and uname -amp shows 4.3


I've been using mergemaster(8) to follow /etc. It works well.

One thing to remember is that /etc is not touched during a direct  
upgrade. Either manually update and add users, config files and  
devices, or go about it with a script akin to mergemaster(8).




Cannot install 4.3-beta firefox from snapshots/packages/amd64

2008-02-23 Thread Mark Zimmerman
Greetings:

I just installed the latest amd64 snapshot and wanted to test some
packages. Firefox will not install due to a chain of dependencies
stretching back to glitz which requires libGL.6. The snapshot I
installed this morning has libGL.7. Since the snapshots/packages/amd64
directory is over two weeks old, I hope that I can get back to this as
soon as it gets rebuilt. Or is package testing not normally done
outside of i386?

-- Mark



Re: upgrading to 4.3-beta

2008-02-23 Thread Theo de Raadt
> I have upgraded my 4.2-release to 4.3-beta. But I am a bit confused as
> I cannot see snmpd.conf, relayd in /etc. However, I can see them in
> /usr/src/etc/. When I login it says, 4.3-beta and uname -amp shows 4.3
> GENERIC #1. I followed:
> http://cvs.openbsd.org/faq/current.html#20071125 and then,
> http://cvs.openbsd.org/faq/faq5.html#BldKernel. Is there some part
> that I am missing? Any help would be much appreciated. Thanks.

Upgrades do not install the etc set.  This is something everyone doing
upgrades should be aware of.



upgrading to 4.3-beta

2008-02-23 Thread Chris
I have upgraded my 4.2-release to 4.3-beta. But I am a bit confused as
I cannot see snmpd.conf, relayd in /etc. However, I can see them in
/usr/src/etc/. When I login it says, 4.3-beta and uname -amp shows 4.3
GENERIC #1. I followed:
http://cvs.openbsd.org/faq/current.html#20071125 and then,
http://cvs.openbsd.org/faq/faq5.html#BldKernel. Is there some part
that I am missing? Any help would be much appreciated. Thanks.