2003-09-28 13:02:41

by CIJOML

[permalink] [raw]
Subject: 3C59x module doesn't work in 2.6.0-test6

Hi,

I compiled 2.6.0-test6, but my ethernet card doesn't work:

modprobe 3c59x tells this:
Sep 28 10:06:58 tata kernel: 3c59x: Unknown parameter `3c509x'

Michal


2003-09-29 17:32:07

by CIJOML

[permalink] [raw]
Subject: Re: 3C59x module doesn't work in 2.6.0-test6

Hi,

I call simply "modprobe 3c59x" as always.
In all previous kernels before 2.6.0-test6 it worked (2.4,2.2)

/etc/modprobe.conf
alias eth0 3c59x
options 3c59x 3c509x debug=0 options=4,8

It's generated from /etc/modules.conf in 2.4
alias eth0 3c59x
options 3c59x 3c509x debug=0 options=4,8

And looks the same

Info about card from 2.4.22:

3c59x: Donald Becker and others. http://www.scyld.com/network/vortex.html
See Documentation/networking/vortex.txt
01:0a.0: 3Com PCI 3c905B Cyclone 100baseTx at 0xcc00. Vers LK1.1.18-ac
00:50:04:6a:58:cd, IRQ 10
product code 544e rev 00.9 date 02-17-99
Internal config register is 1800000, transceivers 0xa.
8K byte-wide RAM 5:3 Rx:Tx split, autoselect/Autonegotiate interface.
MII transceiver found at address 24, status 782d.
Enabling bus-master transmits and whole-frame receives.
01:0a.0: scatter/gather enabled. h/w checksums enabled

Michal

Dne po 29. z??? 2003 19:14 jste napsal(a):
> On Sun, 28 Sep 2003 15:02:38 +0200 "Michal Semler (volny.cz)"
<[email protected]> wrote:
> | Hi,
> |
> | I compiled 2.6.0-test6, but my ethernet card doesn't work:
> |
> | modprobe 3c59x tells this:
> | Sep 28 10:06:58 tata kernel: 3c59x: Unknown parameter `3c509x'
>
> So 3c59x complains about '3c509x' ??
>
> Did you use any module parameters, either on the modprobe command
> or in the /etc/modprobe.conf file?
>
> --
> ~Randy

2003-09-29 17:23:36

by Randy.Dunlap

[permalink] [raw]
Subject: Re: 3C59x module doesn't work in 2.6.0-test6

On Sun, 28 Sep 2003 15:02:38 +0200 "Michal Semler (volny.cz)" <[email protected]> wrote:

| Hi,
|
| I compiled 2.6.0-test6, but my ethernet card doesn't work:
|
| modprobe 3c59x tells this:
| Sep 28 10:06:58 tata kernel: 3c59x: Unknown parameter `3c509x'

So 3c59x complains about '3c509x' ??

Did you use any module parameters, either on the modprobe command
or in the /etc/modprobe.conf file?

--
~Randy

2003-09-29 18:12:14

by Tomas Szepe

[permalink] [raw]
Subject: Re: 3C59x module doesn't work in 2.6.0-test6

> [[email protected]]
>
> Hi,
>
> I call simply "modprobe 3c59x" as always.
> In all previous kernels before 2.6.0-test6 it worked (2.4,2.2)
>
> /etc/modprobe.conf
> alias eth0 3c59x
> options 3c59x 3c509x debug=0 options=4,8
>
> It's generated from /etc/modules.conf in 2.4
> alias eth0 3c59x
> options 3c59x 3c509x debug=0 options=4,8

Just make these
options 3c59x options=4,8

and don't forget to rerun depmod.

AFAIK the 3c59x driver recognizes no such option as '3c509x'.

--
Tomas Szepe <[email protected]>