Re[2]: [Cooker] rtl8139 module for SMC network card.

2001-01-08 Thread Robin Cook
Hello Geoffrey, That is the problem it doesn't load. I put the line in modules.conf and I even tried manual using insmod 8139too. I get the message Symbol for parameter degbug not found. Sunday, January 07, 2001, 9:04:07 PM, you wrote: GL Yo, I think what he is trying to get around to

Re: [Cooker] rtl8139 module for SMC network card.

2001-01-08 Thread Geoffrey Lee
Yo, On Mon, Jan 08, 2001 at 07:29:00AM -0600, Robin Cook wrote: Hello Geoffrey, That is the problem it doesn't load. I put the line in modules.conf and I even tried manual using insmod 8139too. I get the message Dunno about this, never encountered this before ... do you have the k

Re: [Cooker] rtl8139 module for SMC network card.

2001-01-07 Thread Geoffrey Lee
Yo, On Sat, Jan 06, 2001 at 06:32:10PM -0600, Robin Cook wrote: Hello, Is there anyway to get the rtl8139.0 module compiled? It is not in the newest kenel-2.4.0-0.15mdk. I looked through make menuconfig and it is and set to M but when I try to compile it with make modules it doesn't

Re: [Cooker] rtl8139 module for SMC network card.

2001-01-07 Thread Leon Brooks
Robin Cook wrote: Is there anyway to get the rtl8139.0 module compiled? It is not in the newest kenel-2.4.0-0.15mdk. I looked through make menuconfig and it is and set to M but when I try to compile it with make modules it doesn't get compiled. For the SMC card, you might be better off

Re[2]: [Cooker] rtl8139 module for SMC network card.

2001-01-07 Thread Robin Cook
Hello Geoffrey, Already discovered that it had a different name in the 2.4 kernel but it still doesn't load it gives the error "Symbol for parameter debug not found." Do you know how to fix this. There is nothing about it in my modules.conf. Sunday, January 07, 2001, 6:35:50 AM, you wrote:

Re: [Cooker] rtl8139 module for SMC network card.

2001-01-07 Thread Geoffrey Lee
Yo, On Sun, Jan 07, 2001 at 10:45:50AM -0600, Robin Cook wrote: Hello Geoffrey, Already discovered that it had a different name in the 2.4 kernel but it still doesn't load it gives the error "Symbol for parameter debug not found." Do you know how to fix this. There is nothing about it

Re[2]: [Cooker] rtl8139 module for SMC network card.

2001-01-07 Thread Robin Cook
Hello Geoffrey, Will have to look but last time there wasn't anything there. I used linuxconf to set the kernel module. Sunday, January 07, 2001, 12:02:27 PM, you wrote: GL Yo, GL On Sun, Jan 07, 2001 at 10:45:50AM -0600, Robin Cook wrote: Hello Geoffrey, Already discovered that it had a

Re: [Cooker] rtl8139 module for SMC network card.

2001-01-07 Thread Geoffrey Lee
yO, On Sun, Jan 07, 2001 at 05:04:18PM -0600, Robin Cook wrote: Hello Geoffrey, Will have to look but last time there wasn't anything there. I used linuxconf to set the kernel module. Well if you don't have nothing in your /etc/modules.conf then of course the 8139too module will not

Re: [Cooker] rtl8139 module for SMC network card.

2001-01-07 Thread Alan Olsen
On Mon, 8 Jan 2001, Geoffrey Lee wrote: On Sun, Jan 07, 2001 at 05:04:18PM -0600, Robin Cook wrote: Hello Geoffrey, Will have to look but last time there wasn't anything there. I used linuxconf to set the kernel module. Well if you don't have nothing in your /etc/modules.conf then

Re: [Cooker] rtl8139 module for SMC network card.

2001-01-07 Thread Geoffrey Lee
Yo, I think a big part of the problem here is that the module used by some SMC cards has changed. There are cards that used to use the rtl8139 module, but now use the 8139too module. I think what he is trying to get around to saying is that detection is not working quite right for this

[Cooker] rtl8139 module for SMC network card.

2001-01-06 Thread Robin Cook
Hello, Is there anyway to get the rtl8139.0 module compiled? It is not in the newest kenel-2.4.0-0.15mdk. I looked through make menuconfig and it is and set to M but when I try to compile it with make modules it doesn't get compiled. -- Best regards, Robin

Re: [Cooker] rtl8139 module for SMC network card.

2001-01-06 Thread Robin Cook
Hello Robin, Ok found the modules name is different under 2.4. But it still doesn't work. When I try to insmod I get the following error: 8139too.o - Symbol for parameter debug not found. Any suggestions on how to correct this? Saturday, January 06, 2001, 6:32:10 PM, you wrote: RC Hello,