Latest change of if_re.c breaks DNS resolution

2006-07-30 Thread Markus Trippelsdorf
The today changes of if_re.c by Bill Paul break DNS resolution on my machine. Resolution requests just time out after a while. Reverting the changes resolves the problem... -- Markus ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/ma

kernel trap 12 with interrupts disabled

2006-08-30 Thread Markus Trippelsdorf
Just got this panic on my amd64 smp system running stable: kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x20 fault code = supervisor read, page not present instruction pointer = 0x8:0x

printf in /sys/dev/bktr/bktr_tuner.c

2005-02-18 Thread Markus Trippelsdorf
bktr_tuner.c contains two printf calls that output to the system message buffer whenever one changes the TV channel (using an MT2032 tuner). These messages quickly clutter the message buffer and should be switched off. The first printf is at line 1358, the second at line 1407. __ Markus ___

Re: ndis crash on 5.4pre with Ralink RT2500

2005-03-22 Thread Markus Trippelsdorf
On Tue, 2005-03-22 at 21:51 +0100, Rene Ladan wrote: > I was trying to get a to work. Why don't you just try the shinny new native driver? http://damien.bergamini.free.fr/ral/download.html __ Markus ___ freebsd-stable@freebsd.org mailing list http://l

Re: bktr and Interlacing

2005-04-10 Thread Markus Trippelsdorf
On Sun, Apr 10, 2005 at 02:39:00PM +0100, Mark Dixon wrote: > > Does anyone know if there is a simple switch that needs setting somewhere to > make the card not do this, or if its simply a performance problem with > something (my computer, mplayer, bktr driver) not being able to keep up with >

Re: IDE DMA Timeouts

2006-02-10 Thread Markus Trippelsdorf
On Fri, Feb 10, 2006 at 11:35:30AM +0100, Michael Reifenberger wrote: > since one year I have an amd64 Asus A8V Deluxe with 2 sata WD Raptors and > AMD64 X2 4800 cpu running fresh i386 RELENG_6/SMP. > > Yesterday I created an gmirror of both disks and now I start getting > (occasionally) the follo

smartmontools and latest 6.1 prerelease

2006-04-05 Thread Markus Trippelsdorf
smartd stopped working here after I cvsuped to the latest 6.1 pre-release: »smartd[4109]: Device: /dev/ad4, not ATA, no IDENTIFY DEVICE Structure« Any hints? -- Markus ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: smartmontools and latest 6.1 prerelease

2006-04-05 Thread Markus Trippelsdorf
On Wed, Apr 05, 2006 at 04:01:00PM -0400, Mike Tancsa wrote: > At 03:46 PM 05/04/2006, Markus Trippelsdorf wrote: > >smartd stopped working here after I cvsuped to the latest 6.1 pre-release: > > > >»smartd[4109]: Device: /dev/ad4, not ATA, no IDENTIFY DEVICE Structure

Re: Good, stable gigabit nic?

2005-10-07 Thread Markus Trippelsdorf
On Fri, Oct 07, 2005 at 11:04:23PM -0700, John Pettitt wrote: > > My gigabit nic has gone bad (after months of working just fine it's > saying "sk0 watchdog timeout" after a day or so of operation - temp > fix is to reboot) - I'm looking for pointers for a low cos but > functional gigabit PCI 32

Re: cpu frequency on 6.0

2005-10-16 Thread Markus Trippelsdorf
On Sun, Oct 16, 2005 at 06:54:12AM +0200, Zoran Kolic wrote: > I'd like to know, prior to > install upcoming 6.0, about > putting cpu into cooler mo- > de. On 5.4 and amd64 2800+ cpu > (754, 0.13) with "acpi_ppc", > it works fine and temperature > is just over 30. Could I do the > same with "device

Re: Sound skipping problems

2005-11-06 Thread Markus Trippelsdorf
On Sun, Nov 06, 2005 at 12:39:02PM +0100, Sebastiaan van Erk wrote: > Hi, > > I have major sound skipping problems on FreeBSD 6.0. I checked the > mailing list archives and found a related thread: ... > > Does anybody have any ideas of what I could do to solve this problem? > You could try to s

Re: avoid building 32bit libraries in freebsd amd64 RELENG_6

2006-01-15 Thread Markus Trippelsdorf
On Sun, Jan 15, 2006 at 10:30:33AM +0100, Mathieu Prevot wrote: > Hi > > I don't have seen such possibility in archives, google, and /usr/src/ > makefile.inc1 > These libraries are built (buildworld) even if I don't have COMPAT32 > etc in my KERNCONF file. > > So: how may I gain time without b