Bug#352997: linux-image-2.6.15-1-686: no eth0 at all

2006-02-22 Thread Daniel Ritz
> The network is ok now > ...but, I don't have sound anymore: « > eth0: 3Com 3c589, io 0x310, irq 5, hw_addr 00:00:86:52:4B:CB add the line: exclude irq 5 to /etc/pcmcia/config.opts. this will tell pcmcia not to use that irq line... rgds -daniel

Bug#352997: linux-image-2.6.15-1-686: no eth0 at all

2006-02-22 Thread Daniel Ritz
hi your device has an incomplete CIS on the card and therefor needs an updated one loaded. i think there's the problem... get and extract the pcmcia-cs package, then do a: cp etc/cis/3CXEM556.dat /lib/firmware/3CXEM556.cis (note the change from .dat to .cis) rgds -daniel -- To UNSUBSCR

Bug#321419: linux-image-2.6.12-1-686: irq11 makes eth0 problems (Was: Re: Bug#303550: kernel-image-2.6.11-1-686: irq11 makes eth0 problems)

2005-08-17 Thread Daniel Ritz
ds -daniel On Wednesday 17 August 2005 02.26, Daniel Ritz wrote: > hi > > On Tuesday 16 August 2005 22.47, Philippe Bourcier wrote: > > > > I tried latest debian 2.6.12 kernel; see: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=321419 > > > > irq 11:

Bug#321419: linux-image-2.6.12-1-686: irq11 makes eth0 problems (Was: Re: Bug#303550: kernel-image-2.6.11-1-686: irq11 makes eth0 problems)

2005-08-16 Thread Daniel Ritz
set to CS_IN_USE which results in the function having the CB irq assigned. yenta_set_socket then just changes the irq routing to use the PCI interrupt but the first functions irq handler is registered on an ISA interrupt. boom. Signed-off-by: Daniel Ritz <[EMAIL PROTECTED]> diff --git a/drivers/

Bug#303550: kernel-image-2.6.11-1-686: irq11 makes eth0 problems

2005-04-13 Thread Daniel Ritz
On Tuesday 12 April 2005 23:14, Philippe Bourcier wrote: > hi all, > > On Tue, Apr 12, 2005 at 12:05:02AM +0200, maximilian attems wrote: > > received another bug report concerning TI irq routing. > > your patch don't seem to fix this PCI1250 rev2. > > you'll find the bug report at > > http://

Bug#270376: PCMCIA Nic stops working after upgrading to 2.6.6/7/8

2005-04-09 Thread Daniel Ritz
at least a related one). yep, the same. > > > > Thanks > Jefferson Cowart > [EMAIL PROTECTED] > rgds -daniel -- [PATCH] 3c574_cs: disable interrupts in el3_close 3c574_cs forgets to disable interrupts during el3_close(). fix it by doing what 3

Bug#270376: PCMCIA Nic stops working after upgrading to 2.6.6/7/8

2005-04-07 Thread Daniel Ritz
ble so that so many BIOS vendors get it wrong. ] Signed-off-by: Daniel Ritz <[EMAIL PROTECTED]> --- 1.22/drivers/pcmcia/ti113x.h2005-03-11 21:32:12 +01:00 +++ edited/drivers/pcmcia/ti113x.h 2005-04-07 23:14:40 +02:00 @@ -442,6 +442,25 @@ } +/* changes the irq

Bug#270376: PCMCIA Nic stops working after upgrading to 2.6.6/7/8

2005-04-01 Thread Daniel Ritz
On Friday 01 April 2005 19:52, Dominik Brodowski wrote: > Seems to be the IRQ storm issue again... Daniel, IIRC you worked on that > issue before: do you have an idea on how to write a proper patch for this > issue? > btw. i'm working on the patch again. but like the routing code it's not so easy

Bug#270376: PCMCIA Nic stops working after upgrading to 2.6.6/7/8

2005-04-01 Thread Daniel Ritz
On Friday 01 April 2005 19:52, Dominik Brodowski wrote: > Seems to be the IRQ storm issue again... Daniel, IIRC you worked on that > issue before: do you have an idea on how to write a proper patch for this > issue? > nope it looks more like something else. looking at the debian bug report: - lsp