Re: Audio CD problem on laptop VGN-SZ61MN

2008-08-09 Thread Harald Weis
On Sat, Aug 09, 2008 at 11:56:23AM -0300, Carlos A. M. dos Santos wrote: > 1. Try to insert the CD and wait until it stops pinning before > starting mplayer. Some drives are a bit lazy on media recognition. > > 2. Run "truss mplayer ..." and look for error messages. > > 3. Attempt to use a diffe

Re: Problem with /boot/loader [A new patch]

2008-08-09 Thread Eugene Grosbein
On Sat, Aug 09, 2008 at 05:17:31PM -0400, John Baldwin wrote: > In addition to my earlier message, it would probably be good to narrow down > what breaks the loader for you. For example, does it work ok over serial and > only break on vidconsole? Also, if you just backout sys/boot/i386/btx to

Re: Problem with /boot/loader [A new patch]

2008-08-09 Thread Eugene Grosbein
On Sat, Aug 09, 2008 at 03:57:21PM -0400, John Baldwin wrote: > As you are getting BTX faults that is likely a separate issue. You will need > to get a copy of the BTX fault message somehow. I've got a message from BTX only once and cannot reproduce it. However, I get loader hangs almost always

Wireless net Card

2008-08-09 Thread Warren Liddell
I downloaded the drivers for the chipset my belkin wireless card has, used ndisgen to create the kernel module, which all went aok .. however when trying to load the module it hard hangs the machine to the point of it restarting itself .. is there something i perhaps mybe missing or am i out in

Re: IPMI Console: No luck once OS is booted

2008-08-09 Thread Larry Rosenman
On Sat, 9 Aug 2008, Larry Rosenman wrote: I have a current RELENG_7 running on: http://www.supermicro.com/products/system/4U/7045/SYS-7045B-TR+.cfm with the -3+ IPMI card. I can interact with the BIOS, etc, but no joy once we get past the loader. Anyone have ideas? Attached is the kernel co

Re: HEADS UP: inpcb/inpcbinfo rwlocking: coming to a 7-STABLE branch near you

2008-08-09 Thread Alfred Perlstein
Robert, reviews of sorecv_drgram: /* XXXRW: sbwait() may not be as happy without sblock(). */ error = sbwait(&so->so_rcv); Does not need XXX, sbwait waits for data, it's not really related to sblock(). remove comment. The variable orig_resid can be removed, I thin

IPMI Console: No luck once OS is booted

2008-08-09 Thread Larry Rosenman
I have a current RELENG_7 running on: http://www.supermicro.com/products/system/4U/7045/SYS-7045B-TR+.cfm with the -3+ IPMI card. I can interact with the BIOS, etc, but no joy once we get past the loader. Anyone have ideas? Attached is the kernel config, and the /var/run/dmesg.boot file. -

Re: Problem with /boot/loader [A new patch]

2008-08-09 Thread John Baldwin
On Saturday 09 August 2008 05:22:01 am Eugene Grosbein wrote: > On Fri, Aug 08, 2008 at 12:49:28PM -0400, John Baldwin wrote: > > My realization this morning is that software interrupts ('int X') in real > > mode disable interrupts just like hardware interrupts do. Thus, my patch > > changes BTX t

Re: Problem with /boot/loader [A new patch]

2008-08-09 Thread John Baldwin
On Saturday 09 August 2008 09:02:12 am Eugene Grosbein wrote: > On Sat, Aug 09, 2008 at 01:56:42PM +0200, Ulrich Spoerlein wrote: > > > > The updated patch (same URL, new patch) is at > > > > http://www.FreeBSD.org/~jhb/patches/btx_hang.patch > > > > > > Sigh, it does not fix my problem described h

Re: Fwd: IMPORTANT! Network is unreachable

2008-08-09 Thread Clifton Royston
On Sat, Aug 09, 2008 at 05:23:32PM +0400, KES wrote: > 09.08.08, 16:22, "Matthew Seaman" <[EMAIL PROTECTED]>: > > Andrew Snow wrote: > > > Usually if there is more than IP in a given subnet on an interface, you > > > give it a /32 netmask. Only the first IP in a subnet should have the > > > full

Re: Audio CD problem on laptop VGN-SZ61MN

2008-08-09 Thread Carlos A. M. dos Santos
On Sat, Aug 9, 2008 at 11:03 AM, Harald Weis <[EMAIL PROTECTED]> wrote: > On Fri, Aug 08, 2008 at 09:17:40PM -0300, Carlos A. M. dos Santos wrote: >> On Fri, Aug 8, 2008 at 5:13 AM, Harald Weis <[EMAIL PROTECTED]> wrote: > >> > acd0: DVDR at ata0-master UDMA33 >> > acd0: FAILURE - INQUIRY ILLEGAL

Re: Audio CD problem on laptop VGN-SZ61MN

2008-08-09 Thread Harald Weis
On Fri, Aug 08, 2008 at 09:17:40PM -0300, Carlos A. M. dos Santos wrote: > On Fri, Aug 8, 2008 at 5:13 AM, Harald Weis <[EMAIL PROTECTED]> wrote: > > acd0: DVDR at ata0-master UDMA33 > > acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 > > acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x2

Fwd: IMPORTANT! Network is unreachable

2008-08-09 Thread KES
09.08.08, 16:22, "Matthew Seaman" <[EMAIL PROTECTED]>: > Andrew Snow wrote: > > > > Usually if there is more than IP in a given subnet on an interface, you > > give it a /32 netmask. Only the first IP in a subnet should have the > > full netmask. > > > > So your example should look like this

Re: Problem with /boot/loader [A new patch]

2008-08-09 Thread Eugene Grosbein
On Sat, Aug 09, 2008 at 01:56:42PM +0200, Ulrich Spoerlein wrote: > > > The updated patch (same URL, new patch) is at > > > http://www.FreeBSD.org/~jhb/patches/btx_hang.patch > > > > Sigh, it does not fix my problem described here: > > > > http://groups.google.ru/group/muc.lists.freebsd.stable/

Re: IMPORTANT! Network is unreachable

2008-08-09 Thread Matthew Seaman
Andrew Snow wrote: Usually if there is more than IP in a given subnet on an interface, you give it a /32 netmask. Only the first IP in a subnet should have the full netmask. So your example should look like this: inet 10.11.16.14 netmask 0xff00 broadcast 10.11.16.255 inet 10.1

Re: Problem with /boot/loader [A new patch]

2008-08-09 Thread Ulrich Spoerlein
On Sat, 09.08.2008 at 17:22:01 +0800, Eugene Grosbein wrote: > On Fri, Aug 08, 2008 at 12:49:28PM -0400, John Baldwin wrote: > > > My realization this morning is that software interrupts ('int X') in real > > mode > > disable interrupts just like hardware interrupts do. Thus, my patch > > chan

Re: cpufreq(4) panic on RELENG_7 (was: Re: Call for bfe(4) testers.)

2008-08-09 Thread Ulrich Spoerlein
Hi John, I now figured out the "who", the "why" still eludes me. So, after your MFC of ichss.c on June 27th the device now attaches at my laptop. It didn't before, so it could cause no trouble. With ichss loaded, the kernel will panic 1-3 minutes after powerd has been started (if I kill powerd e

Re: IMPORTANT! Network is unreachable

2008-08-09 Thread Andrew Snow
Usually if there is more than IP in a given subnet on an interface, you give it a /32 netmask. Only the first IP in a subnet should have the full netmask. So your example should look like this: inet 10.11.16.14 netmask 0xff00 broadcast 10.11.16.255 inet 10.11.16.9 netmask 0xfff

Re: should looking at an interface with 'ifconfig' trigger a ?change ?

2008-08-09 Thread Robert Watson
On Fri, 8 Aug 2008, Oliver Fromme wrote: Andrew Thompson wrote: > Pete French wrote: > > > The bce driver is not properly generating link state events. > > > > OK, that explains why it doesnt failover - but why does looking at it > > with ifconfig make a difference ? surely that should be 'rea

IMPORTANT! Network is unreachable

2008-08-09 Thread KES
# uname -a FreeBSD gorodok.kes.net.ua 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Sun Aug 3 13:18:21 EEST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/KES_KERN_v7 i386 # netstat -nr Routing tables Internet: DestinationGatewayFlags

Re: Freebsd 7.0-RELEASE-p3 panics

2008-08-09 Thread Kostik Belousov
On Fri, Aug 08, 2008 at 01:47:18PM -0400, Nathanael J wrote: > Hello, > > I've been having spurrious crash troubles with this box a while now > and I haven't been able to figure out why. I've ran a couple memtest > passes on it and it didn't pick up anything. Here's a backtrace I've > been able to

Re: Problem with /boot/loader [A new patch]

2008-08-09 Thread Eugene Grosbein
On Fri, Aug 08, 2008 at 12:49:28PM -0400, John Baldwin wrote: > My realization this morning is that software interrupts ('int X') in real > mode > disable interrupts just like hardware interrupts do. Thus, my patch changes > BTX to disable interrupts for both cases 1) and 2) now. I think this