Re: Strange pcm/network problem

2003-12-03 Thread Dylan Wylie
A quick tought; perhaps you need to remove irq 5 from pccard.conf

But...
> The problem also persists when I'm using my rl nic instead of the
> onboard bfe chip.
..maybe not.

Try it.

Dylan

On 3 Dec 2003 at 20:04, Peter Hofer wrote:

> Hi there,
> 
> 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 transfer stop after some time. Nothing is being
> received or sent any more, and the following message appears a few
> times:
> 
> bfe0: watchdog timeout -- resetting
> 
> This goes on until I exit xmms. When I exit xmms, after a few seconds
> the network works again. There's no problem in receiving and sending
> data then.
> 
> I was able to reproduce this with mpg123, it just stops playing and
> exits when data is being sent over the network.
> 
> The problem also persists when I'm using my rl nic instead of the
> onboard bfe chip.
> 
> I'm using sources from yesterday (2003-11-02) now and this problem
> still occurs, no matter if sound support is loaded with kldload or
> compiled into the kernel.
> 
> Please tell me when you need more information.
> 
> Peter Hofer
> 
> 


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


cardbus no longer working with -CURRENT and ACPI

2003-11-15 Thread Dylan Wylie
List,

Running -CURRENT now gives the following problem on a Compaq Pressario 1600-
XL144 laptop:

[...]
cbb0:   at device 10.0 on pci0
cardbus0:  on cbb0
pccard0: <16-bit PCCard bus> on cbb0
pcib0: _PRS resource entry has unsupported type 0
cbb: Unable to map IRQ...
device_probe_and_attach: cbb0 attache returned 12
[...]

Disabeling ACPI makes it work again.
However, I'm then getting the 'watchdog time-out, reseting card' thing now, so no net 
for 
now.
tried the hw.pci._allow_usupported_io_range="1" option, but doesn't help.

Everything was fine before the 'update'.
Can't go back to previous kernel due to the statfs structure changes.

Any sugestions.

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


Re: cardbus no longer working with -CURRENT and ACPI

2003-11-16 Thread Dylan Wylie
On 15 Nov 2003 at 17:35, M. Warner Losh wrote:

> In message: <[EMAIL PROTECTED]>
>     "Dylan Wylie" <[EMAIL PROTECTED]> writes:
> : List,
> : 
> : Running -CURRENT now gives the following problem on a Compaq Pressario 1600-
> : XL144 laptop:
> : 
> : [...]
> : cbb0:   at device 10.0 on pci0
> : cardbus0:  on cbb0
> : pccard0: <16-bit PCCard bus> on cbb0
> : pcib0: _PRS resource entry has unsupported type 0
> : cbb: Unable to map IRQ...
> : device_probe_and_attach: cbb0 attache returned 12
> : [...]
> : 
> : Disabeling ACPI makes it work again.
> : However, I'm then getting the 'watchdog time-out, reseting card' thing now, so no 
> net for 
> : now.
> : tried the hw.pci._allow_usupported_io_range="1" option, but doesn't help.
> : 
> : Everything was fine before the 'update'.
> : Can't go back to previous kernel due to the statfs structure changes.
> 
> When was the previous kernel?
> 
> Warner
> 
Sorry, ofcourse; October 26

booting with the old kernel still allows some things te be done, such sysctl. The 
pccard 
is then also detected correctly (acpi enabled) but the system will drop into single 
user 
mode saying:".. /bin/sh on /etc/rc terminated abnormally, going to ingle user mode" 
The 
statfs thing I assume.
Here's the messages concerning cbb with the kernel of nov 1:

[...]
cbb0:  at device 10.0 on pci0
cbb0: PCI Memory allocated: 8800
cardbus0:  on cbb0
pccard0: <16-bit PCCard bus> on cbb0
pcib0: possible interrupts: 9
pcib0: slot 10 INTA routed to irq 9 via \_SB_.PCI0.PIB_.LNKB
cbb0: [MPSAFE]
[...]

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