RE: Audigy Support?

2003-06-09 Thread Yuriy Tsibizov
I've been using the OSS drivers for my Audigy Gamer sound card for quite some time now, and would like to switch away from OSS. I vaguely remember, after searching Google, that someone had gotten this to work after a recent cvsup. Unfortunately, I cannot seem to get this to work

panic: mdconfig on an iso file mounted on smbfs

2003-06-09 Thread Donn Miller
Please see the attached gdb file. I get this panic if I have a samba filesystem mounted via mount_smbfs, where an iso file resides. When I try to use mdconfig on the file, I get an immediate panic. The exact mdconfig command issued is: mount -a -t vnode -f /smbfs/sol-9-u3-x86-v1.iso -u 0

Re: panic: mdconfig on an iso file mounted on smbfs

2003-06-09 Thread Donn Miller
Donn Miller wrote: Please see the attached gdb file. I get this panic if I have a samba filesystem mounted via mount_smbfs, where an iso file resides. When I try to use mdconfig on the file, I get an immediate panic. The exact mdconfig command issued is: mount -a -t vnode -f

support for RTL8201 phy nic card

2003-06-09 Thread Eriq Lamar
I have an epox mb the uses this nic built in and was wondering if there is a driver for it in current yet. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Re Regression: Playing QT files from mplayer stopped working in5.1

2003-06-09 Thread Ted Lindgreen
[Quoting Robert Watson, on Jun 9, 0:37, in Re: Re Regression: P ...] So one interesting question would be: if you ktrace on both 4.x and 5.x, do both pass in the bad value to close(), or is there something else in 5.x triggering the use of negative file descriptor numbers? I have no 4.x

Re: Re Regression: Playing QT files from mplayer stopped working in5.1

2003-06-09 Thread Alexander Leidinger
On Mon, 9 Jun 2003 10:28:33 +0200 [EMAIL PROTECTED] (Ted Lindgreen) wrote: However, I guess that mplayer has had this error already, but that a change in uthread_close.c as of May 31 has caused this problem to show up now. In particular: the unprotected usage of a very large value of fd in

Re: VFS: C99 sparse format for struct vfsops

2003-06-09 Thread Doug Rabson
On Wednesday 04 June 2003 1:26 pm, Paul Richards wrote: On Wed, Jun 04, 2003 at 12:09:00PM +0100, Doug Rabson wrote: On Mon, 2003-06-02 at 21:04, Paul Richards wrote: On Tue, 2003-06-03 at 18:19, M. Warner Losh wrote: Notice how thread 1's _m gets set based on the results of the kobj

Re: panic: mdconfig on an iso file mounted on smbfs

2003-06-09 Thread Tim Robbins
On Mon, Jun 09, 2003 at 03:13:24AM -0400, Donn Miller wrote: Please see the attached gdb file. I get this panic if I have a samba filesystem mounted via mount_smbfs, where an iso file resides. When I try to use mdconfig on the file, I get an immediate panic. The exact mdconfig command

[-CURRENT tinderbox] failure on sparc64/sparc64

2003-06-09 Thread Tinderbox
TB --- 2003-06-09 09:39:05 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2003-06-09 09:39:05 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/sparc64/sparc64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-09 09:42:04 - building world TB

Re: Re Regression: Playing QT files from mplayer stopped working in5.1

2003-06-09 Thread Ruslan Ermilov
On Mon, Jun 09, 2003 at 11:22:45AM +0200, Alexander Leidinger wrote: On Mon, 9 Jun 2003 10:28:33 +0200 [EMAIL PROTECTED] (Ted Lindgreen) wrote: However, I guess that mplayer has had this error already, but that a change in uthread_close.c as of May 31 has caused this problem to show up

Re: 5.1-RELEASE TODO

2003-06-09 Thread Dag-Erling Smorgrav
Tom Samplonius [EMAIL PROTECTED] writes: I guess I'm not the only one with hardware that is unusable with FreeBSD 5.x, but FreeBSD 5.x simply is not installable on Dell PowerEdge 6350 servers. FreeBSD 4.8 works fine on the same hardware. FreeBSD 5.0, 5.1-BETA1, 5.1-BETA2, and 5.1-RC1 all

Re: 5.1-RELEASE TODO

2003-06-09 Thread John Baldwin
On 07-Jun-2003 Tom Samplonius wrote: I guess I'm not the only one with hardware that is unusable with FreeBSD 5.x, but FreeBSD 5.x simply is not installable on Dell PowerEdge 6350 servers. FreeBSD 4.8 works fine on the same hardware. FreeBSD 5.0, 5.1-BETA1, 5.1-BETA2, and 5.1-RC1 all

RE: cvs commit: src/sys/dev/pci pci.c (fwd)

2003-06-09 Thread John Baldwin
On 08-Jun-2003 Doug Barton wrote: This set of commits seems to have fixed a perennial problem I've had with my laptop and acpi. Previously, about every 3rd or 4th reboot the pci bus would fail to initialize, the major symptom of which was that the xl card wouldn't set up, and I'd have to

Re: support for RTL8201 phy nic card

2003-06-09 Thread Dag-Erling Smorgrav
Eriq Lamar [EMAIL PROTECTED] writes: I have an epox mb the uses this nic built in and was wondering if there is a driver for it in current yet. The RTL8201 PHY is supported, and has been for over a year. The correct question to ask (preferably *after* doing some research on your own) is

Re: Re Regression: Playing QT files from mplayer stopped working in5.1

2003-06-09 Thread Ted Lindgreen
[Quoting Alexander Leidinger, on Jun 9, 11:23, in Re: Re Regression: P ...] shouldn't _close in uthread_close.c do some sanity check on fd before using it as an array index? Try the attached patch. + if ((fd 0) || (fd = _thread_dtablesize) || This test looks perfectly

bktr patch

2003-06-09 Thread David Hill
Hello - This concerns PR kern/47453: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/47453 A friend and I have the same problem with the LeadTek card. Applying the solution in the PR does fix it on both of our machines. Can this be committed to -CURRENT? Thanks David

Re: 5.1-RELEASE TODO

2003-06-09 Thread Tom Samplonius
On Mon, 9 Jun 2003, Dag-Erling Smorgrav wrote: Tom Samplonius [EMAIL PROTECTED] writes: I guess I'm not the only one with hardware that is unusable with FreeBSD 5.x, but FreeBSD 5.x simply is not installable on Dell PowerEdge 6350 servers. FreeBSD 4.8 works fine on the same hardware.

Re: 5.1-RELEASE TODO

2003-06-09 Thread Tom Samplonius
On Mon, 9 Jun 2003, John Baldwin wrote: I've submitted a PR (#52561), about this problem. I've updated it ... Can you hook up a serial console and try again? When the loader does the 10 second countdown, hit space and type 'set console=comconsole'. This will give you a 9600N81 console

Re: panic: mdconfig on an iso file mounted on smbfs

2003-06-09 Thread Donn Miller
Tim Robbins wrote: On Mon, Jun 09, 2003 at 03:13:24AM -0400, Donn Miller wrote: Please see the attached gdb file. I get this panic if I have a samba filesystem mounted via mount_smbfs, where an iso file resides. When I try to use mdconfig on the file, I get an immediate panic. The exact

Re: sendmail starts before rpc.statd and rpc.lockd

2003-06-09 Thread Mike Makonnen
On Sat, 7 Jun 2003 22:27:14 -0700 (PDT) David Yeske [EMAIL PROTECTED] wrote: Jun 8 00:52:33 photon sendmail[293]: h584pRfm000293: SYSERR(root): cannot flock(./tfh584pRfm000293, fd=5, type=6, omode=40001, euid=25^C. NFS access cache time=2 Starting statd. Starting lockd. I should clarify

Re: USB umass BBB mass storage support

2003-06-09 Thread Richard Nyberg
At Sun, 8 Jun 2003 11:58:16 +0200 (CEST), Richard Arends wrote: Can you put the following in your kernel config: options USB_DEBUG options CAMDEBUG options CAM_DEBUG_BUS=-1 options CAM_DEBUG_TARGET=-1 options CAM_DEBUG_LUN=-1 options

Re: Re Regression: Playing QT files from mplayer stopped working in5.1

2003-06-09 Thread Alexander Leidinger
On Mon, 9 Jun 2003 14:33:11 +0200 [EMAIL PROTECTED] (Ted Lindgreen) wrote: I've tested it as cleanly as possible (make update, apply patch, make world/kernel, and portupgrade -f multimedia/mplayer). Is works fine and I haven't found any complications. I think it's save to commit. Someone

buildworld error

2003-06-09 Thread Gordon Bergling
Hi folks, since a few days I getting a curious error when I try to build the world. Iam using -CURRENT, with sources from a few minutes ago. The first error with full error messages can be found on http://www.0xfce3.net/error.txt. It seems that src/usr.sbin/config was broken. After the commit of

Re: Re Regression: Playing QT files from mplayer stopped working in5.1

2003-06-09 Thread Alexander Leidinger
On Mon, 9 Jun 2003 13:54:21 +0300 Ruslan Ermilov [EMAIL PROTECTED] wrote: This patch looks great. Please commit it. Done (rev 1.16). Bye, Alexander. -- Where do you think you're going today? http://www.Leidinger.net Alexander @ Leidinger.net GPG

Re: Can't build -CURRENT on 4.7

2003-06-09 Thread Daniel C. Sobral
Ruslan Ermilov wrote: On Fri, Jun 06, 2003 at 11:57:00PM -0700, David O'Brien wrote: On Fri, Jun 06, 2003 at 09:46:07PM -0700, Tim Kientzle wrote: The compiler in 4.7 does not like this: -std=gnu99 As a result, buildworld of -CURRENT fails rather early. Committers are not required to

[-CURRENT tinderbox] failure on alpha/alpha

2003-06-09 Thread Tinderbox
TB --- 2003-06-09 16:00:12 - starting CURRENT tinderbox run for alpha/alpha TB --- 2003-06-09 16:00:12 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-09 16:02:11 - building world TB --- cd

Stack and alloca(3)

2003-06-09 Thread Wiktor Niesiobedzki
Hi hackers, After todays (Mon Jun 9 09:32:45) buildworld, ppp(8) stoped to service my PPPoE connection. After investigation I found, that the problem lies in lines 519-630 of ether.c. The problem is, that after memory is allocated with alloca(3), whatever is sprintf-ed to that frame, is lost.

Re: Re Regression: Playing QT files from mplayer stopped workingin 5.1

2003-06-09 Thread jimd_NOSPAM
I have mplayer in 4.8-STABLE and 5.1-RC1. What specifically would you like? On 9 Jun, Alexander Leidinger wrote: On Mon, 9 Jun 2003 14:33:11 +0200 [EMAIL PROTECTED] (Ted Lindgreen) wrote: I've tested it as cleanly as possible (make update, apply patch, make world/kernel, and portupgrade

[-CURRENT tinderbox] failure on i386/i386

2003-06-09 Thread Tinderbox
TB --- 2003-06-09 17:19:52 - starting CURRENT tinderbox run for i386/i386 TB --- 2003-06-09 17:19:52 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/i386 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-09 17:21:38 - building world TB --- cd

HEADSUP(2): CCD GEOMified.

2003-06-09 Thread Poul-Henning Kamp
I've done the deed, remember to update your ccdconfig(8) with your kernel. Poul-Henning phk 2003/06/09 12:25:07 PDT FreeBSD src repository Modified files: .UPDATING sys/conf files sbin/ccdconfig ccdconfig.c Removed files:

[-CURRENT tinderbox] failure on i386/pc98

2003-06-09 Thread Tinderbox
TB --- 2003-06-09 18:37:10 - starting CURRENT tinderbox run for i386/pc98 TB --- 2003-06-09 18:37:10 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/pc98 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-09 18:40:16 - building world TB --- cd

Re: geom_vol_ffs problems

2003-06-09 Thread Per Kristian Hove
The attached patch changes the behaviour of geom_vol_ffs so that: - It works even if the file system doesn't fill the partition completely (it only checks for file system mediasize). - It does not attach to providers it doesn't know how to handle. - It does not attach to sunlabel providers

Re: buildworld error

2003-06-09 Thread Ruslan Ermilov
On Mon, Jun 09, 2003 at 06:42:11PM +0200, Gordon Bergling wrote: Hi folks, since a few days I getting a curious error when I try to build the world. Iam using -CURRENT, with sources from a few minutes ago. The first error with full error messages can be found on

Re: support for RTL8201 phy nic card

2003-06-09 Thread Eriq Lamar
On Monday 09 June 2003 7:59 am, Dag-Erling Smorgrav wrote: Eriq Lamar [EMAIL PROTECTED] writes: I have an epox mb the uses this nic built in and was wondering if there is a driver for it in current yet. The RTL8201 PHY is supported, and has been for over a year. The correct question to

5.0/5.1: Installer does not find CD-ROM drive - even though it'sbooted off it

2003-06-09 Thread Per von Zweigbergk
Hello. I'm having difficulty with the ISO image of FreeBSD 5.1. The same problem also appeared in 5.0, but since 5.1 had come out, I decided to try that before reporting this bug. When booting the installer off the CD-ROM and doing a Standard install, you first get to the stage of

New Kernel Breaks IPFW

2003-06-09 Thread John Stockdale
Hey everyone, I just cvsup'd my src today and was going to buildworld later tonight but when I installed the newly built kernel with IPFIREWALL etc. and rebooted, ipfw fell over, specifically, even after ipfw firewall enable, an ipfw show resulted in a core dump. If its useful, I can post the

Re: New Kernel Breaks IPFW

2003-06-09 Thread Daniel C. Sobral
John Stockdale wrote: Hey everyone, I just cvsup'd my src today and was going to buildworld later tonight but when I installed the newly built kernel with IPFIREWALL etc. and rebooted, ipfw fell over, specifically, even after ipfw firewall enable, an ipfw show resulted in a core dump. If its

audigy 2

2003-06-09 Thread Andro
it´s just another question about audigy 2! does someone have audigy 2 working well in freebsd?? i don´t have sound since november 2002.:( ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send

Re: Re Regression: Playing QT files from mplayer stopped working in5.1

2003-06-09 Thread Alexander Leidinger
On Mon, 9 Jun 2003 13:07:44 -0500 (CDT) [EMAIL PROTECTED] wrote: I have mplayer in 4.8-STABLE and 5.1-RC1. What specifically would you like? The maintainer of mplayer is already looking into the problem. mplayer tries to close a file description which isn't open... it isn't even in the table of

Re: buildworld error

2003-06-09 Thread Gordon Bergling
On Mon Jun 09, 2003 at 11:06PM +0300, Ruslan Ermilov wrote: On Mon, Jun 09, 2003 at 06:42:11PM +0200, Gordon Bergling wrote: since a few days I getting a curious error when I try to build the world. Iam using -CURRENT, with sources from a few minutes ago. The first error with full error

Nvidia driver problems

2003-06-09 Thread Sascha Holzleiter
Hello, just got these messages with a today -CURRENT and the nvidia driver compiled with FREEBSD_AGP: nvidia0: GeForce4 Ti 4200 mem 0xf380-0xf387,0xf400-0xf7ff,0xf100-0xf1ff irq 11 at device 0.0 on pci1 malloc() of 64 with the following non-sleepablelocks held: exclusive

Buildworld failed by binutils/bfd/targets.c:1092..

2003-06-09 Thread Jeremy Messenger
I just CVSup'ed at the phk's lastest committed on UPDATING/CDD stuff. I did the buildworld and it has been failed. == /usr/src/contrib/binutils/bfd/targets.c -o targets.o In file included from /usr/src/contrib/binutils/bfd/targets.c:1092: targmatch.h:7:1: null

Re: Nvidia driver problems

2003-06-09 Thread Jeremy Messenger
On 09 Jun 2003 23:22:55 +0200, Sascha Holzleiter [EMAIL PROTECTED] wrote: Hello, just got these messages with a today -CURRENT and the nvidia driver compiled with FREEBSD_AGP: snip Is this just a the nvidia driver isn't officially for the 5.x series issue or shouldn't this happen at all? If I

Re: howto dump gbde partition ?

2003-06-09 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Christophe Zwecker writes: Hi, I was trying to dump my crypted partition (mounted) and got the following: DUMP: Dumping /dev/twed0s1h.bde to /dev/nsa0 DUMP: Cannot find file system superblock DUMP: The ENTIRE dump is aborted. how can I back it up ? That should

Re: Buildworld failed by binutils/bfd/targets.c:1092..

2003-06-09 Thread Marcel Moolenaar
On Mon, Jun 09, 2003 at 04:18:46PM -0500, Jeremy Messenger wrote: I just CVSup'ed at the phk's lastest committed on UPDATING/CDD stuff. I did the buildworld and it has been failed. == /usr/src/contrib/binutils/bfd/targets.c -o targets.o In file included from

Re: support for RTL8201 phy nic card

2003-06-09 Thread Dag-Erling Smorgrav
Eriq Lamar [EMAIL PROTECTED] writes: ok, since you know it is supported where might I find the driver and also how would I find out if my mac is supported. You do not need to find the driver. The RTL8201 is a MII device and is supported by the miibus driver which is included in the GENERIC

Re: support for RTL8201 phy nic card

2003-06-09 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav [EMAIL PROTECTED] writes: As for your MAC, I can't say if it's supported or not unless you tell me what it is. That's what I meant by doing some research of your own. ...and before you ask any more questions, please see the attached reply to your earlier enquiries on the

[-CURRENT tinderbox] failure on sparc64/sparc64

2003-06-09 Thread Tinderbox
TB --- 2003-06-09 21:14:31 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2003-06-09 21:14:31 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/sparc64/sparc64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-09 21:16:29 - building world TB

5.1-RELEASE buildworld Failure

2003-06-09 Thread Nick H.
Hello, Below is a buildworld failure on a 5.1-RELEASE box with a Generic kernel: building shared library libkse.so.1 thr_libc.So: In function `sigaction': thr_libc.So(.text+0x54): multiple definition of `_sigaction' thr_sigaction.So(.text+0x0): first defined here thr_libc.So: In function

Re: [-CURRENT tinderbox] failure on i386/pc98

2003-06-09 Thread Stefan Eßer
On 2003-06-09 19:52 +, Tinderbox [EMAIL PROTECTED] wrote: cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I.

Re: Buildworld failed by binutils/bfd/targets.c:1092..

2003-06-09 Thread Jeremy Messenger
On Mon, 9 Jun 2003 14:45:01 -0700, Marcel Moolenaar [EMAIL PROTECTED] wrote: On Mon, Jun 09, 2003 at 04:18:46PM -0500, Jeremy Messenger wrote: I just CVSup'ed at the phk's lastest committed on UPDATING/CDD stuff. I ^^^I mean, CCD.. did

Re: Nvidia driver problems

2003-06-09 Thread Sascha Holzleiter
Disable the debug is always the solution to me so far. Sure thing, that would do it, but it is hard to report bugs and system crashes without a proper debug kernel. But it seems to run now quite stable while using the debug kernel with the freebsd agp architecture, so i'll stick to that for

RE: cvs commit: src/sys/dev/pci pci.c (fwd)

2003-06-09 Thread Doug Barton
On Mon, 9 Jun 2003, John Baldwin wrote: This message is due to a bug in ACPICA. Patch looks like this: Thanks John! I look forward to trying this when I get home tonight. Doug -- This .signature sanitized for your protection ___ [EMAIL

nbufkv hang?

2003-06-09 Thread Garrett Wollman
I just noticed my news server hanging in nbufkv state, apparently having hosed itself overnight (about 15 hours ago); expire was still running, although it was not the only process waiting. I can't find anything in the -current archives from this century. Any suggestions? FWIW, most of the

PCI bus numbering and orphaned devices

2003-06-09 Thread John-Mark Gurney
Hello, I've recently started work on making FreeBSD work better on a sparc64 box that a friend has. It's a Netra AX1105-500 (UltraSPARC-IIe 500MHz). So far I have found out that the pci bus numbering has problems. We don't attach pci busses as they are numbered in the bridge/OFW info. This

Re: nbufkv hang?

2003-06-09 Thread Bruce Evans
On Mon, 9 Jun 2003, Garrett Wollman wrote: I just noticed my news server hanging in nbufkv state, apparently having hosed itself overnight (about 15 hours ago); expire was still running, although it was not the only process waiting. I can't find anything in the -current archives from this

libthr.so lib - crashes

2003-06-09 Thread Bruno Afonso
Hello, I'm using -current from monday and I'm having a lot of crashes on my athlon 2.4+. So far, I've had to stop using it with mozilla 1.4b, FireBird and now it seems to crash pymol too. (python based) I think it's libth library as I don't get crashes without libthr :) How can I help you guys

Re: libthr.so lib - crashes

2003-06-09 Thread Alexander Kabaev
On Tue, 10 Jun 2003 02:50:27 +0100 Bruno Afonso [EMAIL PROTECTED] wrote: Hello, I'm using -current from monday and I'm having a lot of crashes on my athlon 2.4+. So far, I've had to stop using it with mozilla 1.4b, FireBird and now it seems to crash pymol too. (python based) I think it's

Re: PCI bus numbering and orphaned devices

2003-06-09 Thread Bernd Walter
On Mon, Jun 09, 2003 at 04:58:38PM -0700, John-Mark Gurney wrote: Hello, I've recently started work on making FreeBSD work better on a sparc64 box that a friend has. It's a Netra AX1105-500 (UltraSPARC-IIe 500MHz). So far I have found out that the pci bus numbering has problems. We

nge in GENERIC

2003-06-09 Thread Andre Guibert de Bruet
Hi, I noticed that nge doesn't figure in GENERIC. Is this done on purpose? Regards, Andre Guibert de Bruet | Enterprise Software Consultant Silicon Landmark, LLC. | http://siliconlandmark.com/ ___ [EMAIL PROTECTED] mailing list

Re: PCI bus numbering and orphaned devices

2003-06-09 Thread John-Mark Gurney
Bernd Walter scribbled this message on Jun 10: On Mon, Jun 09, 2003 at 04:58:38PM -0700, John-Mark Gurney wrote: +#ifdef __sparc64__ + /* +* XXX - some sparc hardware has valid hardware when the +* function 0 doesn't probe. Scan all functions. +

Re: PCI bus numbering and orphaned devices

2003-06-09 Thread M. Warner Losh
In message: [EMAIL PROTECTED] John-Mark Gurney [EMAIL PROTECTED] writes: : +#ifdef __sparc64__ : + /* : + * XXX - some sparc hardware has valid hardware when the : + * function 0 doesn't probe. Scan all functions. : + */ : +

Re: PCI bus numbering and orphaned devices

2003-06-09 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Bernd Walter [EMAIL PROTECTED] writes: : On Mon, Jun 09, 2003 at 04:58:38PM -0700, John-Mark Gurney wrote: : Hello, : : I've recently started work on making FreeBSD work better on a sparc64 : box that a friend has. It's a Netra AX1105-500

Re: libthr.so lib - crashes

2003-06-09 Thread Daniel Eischen
On Mon, 9 Jun 2003, Alexander Kabaev wrote: On Tue, 10 Jun 2003 02:50:27 +0100 Bruno Afonso [EMAIL PROTECTED] wrote: Hello, I'm using -current from monday and I'm having a lot of crashes on my athlon 2.4+. So far, I've had to stop using it with mozilla 1.4b, FireBird and now it

RE: audigy 2

2003-06-09 Thread Yuriy Tsibizov
From: Andro [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 12:37 AM To: [EMAIL PROTECTED] Subject: audigy 2 it´s just another question about audigy 2! does someone have audigy 2 working well in freebsd?? i don´t have sound since november 2002.:( Right now you can use drivers