Possible bug in realtek 8169 ethernet driver

2007-08-05 Thread Bram
Hello, On my system running linux kernel 2.6.21.5, I can't get my ethernet card to work. When loading the r8169 module, it will claim to be detected as eth0, but it will show up as eth2 in ifconfig. There are no eth0 or eth1 devices though. It doesn't work as eth2 either. The router attached to

Re: Possible bug in realtek 8169 ethernet driver

2007-08-06 Thread Bram
which ends with messages from me unloading and reloading the r8169 module again. If you need anything else, just let me know. Best regards, Bram dmesg.bz2 Description: Binary data

Re: Possible bug in realtek 8169 ethernet driver

2007-08-07 Thread Bram
Francois Romieu wrote: > Bram <[EMAIL PROTECTED]> : > [...] > > The device now works! But, it still comes up as eth2 instead of eth0, > > even though it's first detected as eth0. There are no other network > > Check the udev rules and/or your init scripts ?

SGI Visual Workstation Support

2001-04-23 Thread Bram Smout
ut any problem (same options). Anyone a idea of what's wrong ? -- Greetings, Bram - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] input: move gpio mouse to managed api

2017-05-19 Thread Bram Vlerick
Signed-off-by: Bram Vlerick --- drivers/input/mouse/gpio_mouse.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/input/mouse/gpio_mouse.c b/drivers/input/mouse/gpio_mouse.c index ced07391304b..7d56fd5173bc 100644 --- a/drivers/input/mouse/gpio_mouse.c +++ b

[PATCH] input: move gpio mouse to managed api

2017-05-20 Thread Bram Vlerick
Signed-off-by: Bram Vlerick --- drivers/input/mouse/gpio_mouse.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/input/mouse/gpio_mouse.c b/drivers/input/mouse/gpio_mouse.c index ced07391304b..2fc8ddaf0175 100644 --- a/drivers/input/mouse/gpio_mouse.c +++ b

Re: [PATCH] input: move gpio mouse to managed api

2017-05-21 Thread Bram Vlerick
lly know how to start that. However I'm willing to look at it if you could give some pointers where to start/how to tacle this. Regards Bram On Sat, 2017-05-20 at 15:13 +0200, Bram Vlerick wrote: > Signed-off-by: Bram Vlerick > --- > drivers/input/mouse/gpio_mouse.c | 8 ++-- &g