Re: ULE status; interactivity fixed? nice uninvestigated, HTT broken

2003-10-12 Thread Wade Majors
Jeff Roberson wrote:
I commited a fix that would have caused all of the jerky behaviors under
some load.  I was not able to reproduce this problem with kde running
afterwards.
It think it seems better (hard to be sure) but the issue is still there 
for me.

GNOME/Metacity
Single Processor Athlon Tbird
IDE Disk
USB Mouse (moused running)
AGP Radeon 9000 (using drm)
-Wade

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OOOPS - portupgrade/Swapfile/???

2003-04-04 Thread Wade Majors
CARTER Anthony wrote:

I can get it to do it with portupgrade -r Mesa...so we can limit it to Mesa 
and/or one of its dependencies...NO?

This bit me this morning, too. I believe Xft is where the circle 
happens, at least thats what i had to neuter to get other stuff building.

-Wade



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: So then, is fxp working OK again?

2003-04-04 Thread Wade Majors
Conrad Sabatier wrote:
Having had the same experiences as others described here recently with the
fxp stuff, I'm just wondering if it's safe now to cvsup and try it again. 
I only have one machine here and if my net interface fails, I'm totally
screwed.  :-)
You can still boot your old kernel from the loader prompt, if such a 
thing happens. But everything appears normal to me so far.

-Wade

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


audio playback slow

2003-03-20 Thread Wade Majors
I just setup FreeBSD 5.0-CURRENT as of last night on my system. I setup 
the pcm driver and it detected my onboard VIA audio (at least 
partially), however playback is at about half speed. I am basically 
running GENERIC with the debug options commented out and device pcm added.

I suspect it might be because of the AC97 Codec message, but I do get 
playback, just slowed down.

-Wade

-
Some bits from dmesg:
pcm0: VIA VT8233A port 0xe000-0xe0ff irq 12 at device 17.5 on pci0
pcm0: Unknown AC97 Codec (id = 0x414c4730)
Some bits from pciconf -l -v:
[EMAIL PROTECTED]:17:5: class=0x040100 card=0x47304005 chip=0x30591106 rev=0x40 
hdr=0x00
  vendor   = 'Via Technologies Inc'
  device   = 'VT8233/33A AC97 Enhanced Audio Controller'
  class= multimedia
  subclass = audio



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


Re: audio playback slow

2003-03-20 Thread Wade Majors
The AC97 codec message is unrelated, it's just a missing/mis-entered codec id, 
it's an ALC101. This should now be fixed in the repository.

That message does appear to be fixed now, it reports:
pcm0: Avance Logic ALC101 AC97 Codec
I believe the speed problem lies with the driver mis-reporting of capabilities 
of the chipset when the ac97 codec does not support on-chip sample rate 
conversion which the ALC101 does not.  Again, this should now fixed in the 
repository.
I am still getting slowed down playback :( Here is the output you 
requested. I didn't think the fileversions were important here.

FreeBSD Audio Driver (newpcm)
Installed devices:
pcm0: VIA VT8233A at io 0xe000 irq 12 (2p/1r/0v channels duplex default)
[pcm0:play:0]: spd 44100/48000, fmt 0x1010, flags 3030, 
pid 457
interrupts 20623, underruns 7, ready 65536
{userland} - feeder_root(0x1010) - {hardware}
[pcm0:play:1]: spd 0, fmt 0x/0x0008, flags 
interrupts 0, underruns 0, ready 0
{userland} - feeder_root(0x) - {hardware}
[pcm0:record:0]: spd 0, fmt 0x/0x0008, flags 
interrupts 0, overruns 0, hfree 4096, sfree 0
{hardware} - feeder_root(0x) - {userland}

Hope this helps.
-Wade


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


Re: MAKEDEV in current

2002-05-21 Thread Wade Majors

Rob wrote:
 I've tried to copy MAKEDEV to /dev in current.  But get the error-
 operation not supported.  I must be missing some very basic concept. 
 Rob.

It is my understanding that /dev is a dynamic filesystem in -current, 
and doesn't use or need things like MAKEDEV.





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message