On Dec 03, Peter Hofer wrote:
> Mathew Kanner wrote:
>
> > I notice that your network cards, sound card and sio use IRQ
> >4, I also note that your aren't using acpi, what happens when you
> >enable it?
> >
> You're right, it was because of ACPI ;
On Dec 02, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> Scott Long <[EMAIL PROTECTED]> writes:
> : However, having a general mechanism for disabling newbus devices would be
> : really nice.
>
> Agreed. But today and 5.2 you lose. However, it isn't easy. What
> does disa
Peter,
I'm afraid I haven't a clue why this happens to you but please
see my notes below.
On Dec 03, Peter Hofer wrote:
> since I installed 5.2-BETA, I've got a very strange problem. Always
> when I'm listening to some music and start a network transfer, both
> the music and the tr
On Dec 03, Sean Chittenden wrote:
> > > Hello All,
> > > Please test this PCM patch. It creates seperate locking
> > > classes for PCM channels and should prevent the warning where
> > > multiple mutexes from the same class are held (as reported
> > > recently). I believe this to be a good stra
On Dec 03, Sean Chittenden wrote:
> > > Hello All,
> > > Please test this PCM patch. It creates seperate locking
> > > classes for PCM channels and should prevent the warning where
> > > multiple mutexes from the same class are held (as reported
> > > recently). I believe this to be a good stra
Hello All,
Please test this PCM patch. It creates seperate locking
classes for PCM channels and should prevent the warning where multiple
mutexes from the same class are held (as reported recently). I
believe this to be a good strategy as it masks fewer errors.
Thanks,
--
On Dec 02, Mathew Kanner wrote:
> On Dec 01, Maxime Henrion wrote:
> [snip]
> I believe that your patch should fix the problem. In general
> I see one of three strategies,
>
> 1)Your patch,
> 2)create a new snd_mtxcreate_chan for channels that sets the
> f
On Dec 01, Maxime Henrion wrote:
> Mathew Kanner wrote:
> [patch ripped]
> >
> > Maxime,
> > I think it would be better to isolate the changes (DUP_OK flag
> > and lock creation) to just the channel code, no need to touch every
> > driver.
>
> Y
On Dec 01, Maxime Henrion wrote:
> Jesse Guardiani wrote:
> > Jesse Guardiani wrote:
> Index: isa/ad1816.c
> ===
> RCS file: /space2/ncvs/src/sys/dev/sound/isa/ad1816.c,v
> retrieving revision 1.29
> diff -u -p -r1.29 ad1816.c
> --- i
On Nov 29, T Kellers wrote:
> On Friday 28 November 2003 11:41 pm, T Kellers wrote:
>
> After fighting with the laptop for about an hour this morning before class, I
> decided to wipe out the FreeBSD slice and start over with 5.1-RELEASE. After
> that install and subsequent kernel build/install
On Nov 29, Justin Smith wrote:
> > [snip]
> The kernel nvidia driver worked fine in 5.1. It only STOPPED working
> when I upgraded to 5.2 beta (and rebuilt and reinstalled the kernel driver).
>
> This is a problem of 5.2 vs 5.1 something changed that stopped it
> from working. Perhaps some
On Nov 28, Marc G. Fournier wrote:
>
> In trying to isolate an issue where the PostgreSQL 'explain analyze' is
> showing "odd results" (namely, negative time estimates on queries), Tom
> Lane wrote a quick C program to test gettimeofday() (program attached) ...
> the results on a 4.9-PRERELEASE ke
Hello Gang,
I wrote this to cleanup /dev/sndstat a little and fix a LOR.
Then I couldn't remember if there is a LOR or not. Could someone
please remind me? If we do, could someone please test this patch.
Thanks,
--Mat
--
The beaver, which has come to represent C
Hello All,
Please test a pcm patch that releases the channel lock around
calls to uio move. This is a more complete patch than the previous
one as it also does the _read routine. I will ask the RE to commit
this if I hear a couple of "it works".
Pointed out by: Artur Poplawski
Explained
On Nov 25, Don Lewis wrote:
> On 25 Nov, Don Lewis wrote:
> > On 25 Nov, Artur Poplawski wrote:
> >> Artur Poplawski <[EMAIL PROTECTED]> wrote:
> >>
> >>> Hello,
> >>>
Hello All,
I'm sorry to be a pain, but I think it's important this PR be
commited before any branch.
http://www.freebsd.org/cgi/query-pr.cgi?pr=59233
It's vital to build current midi software and it has been in
other OSes for a while.
Thanks,
--Mat
__
Hello All,
Could people experiencing pops and crackles try the attached
patch and set hw.snd.fragps=128. This patch also fixes select on
vchans.
more details in
http://www.freebsd.org/cgi/query-pr.cgi?pr=59208
Thanks,
--Mat
--
I don't even know what street Can
On Oct 29, Kris Kennaway wrote:
> On Tue, Oct 28, 2003 at 02:24:28PM -0500, Mathew Kanner wrote:
> > Hello All,
> > I tried to fix some LOR in -current and attached you will find
> > some patches.
> > I sent these to the -sound list but I didn't get a respo
Hello All,
I tried to fix some LOR in -current and attached you will find
some patches.
I sent these to the -sound list but I didn't get a response.
(Maybe I should mention that I'm also part of the -sound list). So
now I don't know what's going in with sound and -current.
Hello Paolo,
See below.
On Oct 20, Paolo Pisati wrote:
> from my dmesg:
> [snip]
> exclusive sleep mutex pcm0:mixer (pcm mixer) r = 0 (0xc2d34540) locked @
> /usr/src/sys/dev/sound/pcm/mixer.c:322
Could you try deleting the snd_mtxlock and snd_mtxunlock in
mixer_hwvol_init() in
On Aug 05, Adam wrote:
> Is there any easy way to specify a default alternate sound device (eg,
> /dev/dsp1). I have both onboard sound (/dev/dsp) and a SB Live card
> (/dev/dsp1), but I don't use the onboard sound. It's really frustrating
> to try to configure every single application (that uses s
> [ Thomas and Emil talk about Dell OEM SB, Emil gives a pciconf ]
Could somebody with Dell OEM card try this patch and report
back?
--Mat
--
Brain: Pinky, are you pondering what I'm pondering?
Pinky: I think so Brain, but if you replace the P with an O, my name
would be Oinky,
Hello,
I've recived no responses. Anyway, the following includes my
own solution to the question, lots of trial and error. I've found that
isahints was the closest exsting code to what I wanted.
As always, I would love to hear any comments.
> How do I create isa de
Hello,
I've been fiddling with pci drivers in freebsd for a couple of
months and up to now everything has ok, I did a midi driver for es137x
which was relatively easy because the io was done on the pci bus. I
was very pleased that there were enough resources for a newbie like me
to dive in
On Mar 22, Michael Nottebrock wrote:
> On Friday 21 March 2003 21:01, [EMAIL PROTECTED] wrote:
> > just out of curiosity: Is someone working in MIDI support for Creative
> > EMU10K1 based sound cards (aka Soundblaster Live!) ?
> On and off, as far as I can tell. If you want MIDI right now, take a l
On Jan 27, Scott Sipe wrote:
>
> This defaulted to 1 ony my Current--is there a reason for this? I like
> being able to press the power putton and have it shutdown properly, or have
> shutdown -p power down.
Hello Scott,
When it's 0, it's prevents some rogue machines from
mysteri
On Dec 05, Nate Lawson wrote:
> On Thu, 5 Dec 2002, Mathew Kanner wrote:
> > I've noticed some odd behavior when I installed DP2 on my
> > machine last night. When I "shutdown -p now", the machine will turn
> > itself back-on in about twenty minutes. Thi
Hello,
I've noticed some odd behavior when I installed DP2 on my
machine last night. When I "shutdown -p now", the machine will turn
itself back-on in about twenty minutes. This would be nice feature if
I had asked for it.
I've never seen this before with -current (which I haven't
se.
Anyway, my pain threshold is pretty high so I would prefer to hear
that this is all bad than not to hear anything at all :)
Thanks,
--Mat
--
Mathew Kanner <[EMAIL PROTECTED]> Sys Admin at large
Obtuse quote: He [not me] understands: "This field of perception
is
shift
> done
> if [ "${bootp_ifc}" != "" ] ; then
> break
> fi
> done
> echo "Interface ${bootp_ifc} IP-Address ${bootp_ipa} Broadcast ${bootp_ipbca}"
IIRC, PXE sets a kernel env. with this info. Maybe we should
configured for tftp (with some), nfs
(with others).
However, recently someone on -questions referenced a flash
upgrade available and I found it on the Intel web site. It fixed all
my problems.
--Mat
>
> Thanks,
> Jeff
--
Mathew Kanner <[EMAIL PROTECTED]>
[Following up]
I'm embarassed to say that I missed the following sentence in
the ntpdate man page.
-b [...]This option should be used when called from the a startup
file at boot time.
This should have rung a bell for me. Thanks to the guy who
responded.
--Mat
To
10:16:25 ntpdate[407]: step time server 212.242.40.181 offset 172878.565883 sec
bash-2.03# date
Thu Aug 3 10:16:26 EDT 2000
bash-2.03#
--Mat
--
Mathew Kanner <[EMAIL PROTECTED]> Systems Programmer, SOCS McGill University
Obtuse quote: He [not me] understands: "This field o
On Apr 07, Donn Miller wrote:
> Since I started using a cable modem and dhclient, my system has been
> literally overwhelmed with messages like:
>
> /kernel: arp: xx:xx:xx:xx:xx:xx is using my IP address 0.0.0.0!
>
I haven't tried this but how about changing the
/sbin/dhclient-script to
On Apr 05, Matthew Dillon wrote:
> (needless to say, the patch I posted is relative to FreeBSD-4.x, not 5)
>
> -Matt
> Matthew Dillon
> <[EMAIL PROTECTED]>
>
Here's wha
On Mar 23, Matthew Dillon wrote:
> Oh, addendum... I didn't see this email regarding an actual panic.
>
> There are two problems here, one of which (the nbufkv lockup) should
> be solved by my previous email.
>
> The second problem is this panic you are reporting, and I have no i
On Mar 15, Mathew Kanner wrote:
> On Mar 15, Greg Lehey wrote:
> > attention yet, but I do see that your problem relates to soft
> > updates. It's not clear that the soft updates themselves are a cause
> > of the problem, or just a facilitator, but it would be interesti
On Mar 15, Greg Lehey wrote:
> > Replying to myself. By now this is probably the wrong list.
> > I'm not sure what to do anymore. I've tried to set the bios
> > settings back to what I've had when it worked it it doesn't seem to
> > want to go. I've set the drives for ata/66 and ata/33.
On Mar 15, Mathew Kanner wrote:
> On Mar 15, Soren Schmidt wrote:
> > Btw are you running the latest 4.0 or -current code ? there was
> > a time when we had problems with the HPT and Promise controllers ?
>
> The kernel in question was cvsup'ed right at the chang
On Mar 15, Soren Schmidt wrote:
> It seems Mathew Kanner wrote:
> > disks on Promise controllers. I believe that the problems lies with
> > multiple cards on the same interupt but what do I know -- execpt that
> > the problem goes away when I disable most devices in
Hi All,
I wanted to document my difficuties with Vinum and multiple
disks on Promise controllers. I believe that the problems lies with
multiple cards on the same interupt but what do I know -- execpt that
the problem goes away when I disable most devices in the BIOS.
Th
I've got a new machine that I was testing FreeBSD out on. I
had large problems with promise ata controller and fujistsu drives, a
red-herring on the promise site was that they can't run ata66. Turns
out that the last pci slot on the a-bit BE6-II doesn't work regularly
when the on-board u
t-Length: 815
Lines: 21
On Mar 11, Kris Kennaway wrote:
> On Sat, 11 Mar 2000, Mathew Kanner wrote:
>
> > debug: Received server public key (1152 bits) and host key (1024 bits).
>
> > rsa_public_encrypt() failed
>
> Are you using rsaref? rsaref can't handle keys longe
My colleague found these problems on a machine freshly installed with
RC3. The machines on the other end are mix of sunos 2.5,6,7 on
sparcs. Please flame me if this has already been discused.
Script started on Sun Mar 12 00:55:40 2000
bash-2.03$ slogin -v XXX
SSH Version OpenSSH-1.2.2, protoco
On Dec 24, Mike Smith wrote:
> > On Dec 24, [EMAIL PROTECTED] wrote:
> > > On -CURRENT: Fri Dec 24 08:38:50 EST 1999,
> > > I'm getting the following when I enabled pcm and sbc in the kernel:
> > >
> > > unknown0: at port 0x220-0x22f irq 5 drq 1,0 on isa0
> > > sbc0: at port 0x388-0x38f on isa0
On Dec 24, [EMAIL PROTECTED] wrote:
> On -CURRENT: Fri Dec 24 08:38:50 EST 1999,
> I'm getting the following when I enabled pcm and sbc in the kernel:
>
> unknown0: at port 0x220-0x22f irq 5 drq 1,0 on isa0
> sbc0: at port 0x388-0x38f on isa0
> sbc0: alloc_resource
> device_probe_and_attach: sb
On Nov 30, Eric Ogren wrote:
>
> After playing around with the configuration program for a little bit, if
> I set the card back to ISA mode (fixed address/irq), the patched driver
> now detects the card.
> As soon as I set the card to PnP, the driver doesn't see it. Based on the
> pnpinfo outpu
On Nov 13, Jim King wrote:
> At 01:05 PM 11/13/1999 -0800, Alex Zepeda wrote:
> >What does pnpinfo show?
>
> pnpinfo shows a bunch of information about my USR PnP modem, but nothing at
> all about the AWE64 (or anything else).
>
Sorry to jump in. I once difficulties with PnP that felt
48 matches
Mail list logo