linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 3C59x module doesn't work in 2.6.0-test6
@ 2003-09-28 13:02 Michal Semler (volny.cz)
  2003-09-29 17:14 ` Randy.Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Semler (volny.cz) @ 2003-09-28 13:02 UTC (permalink / raw)
  To: linux-kernel

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 3C59x module doesn't work in 2.6.0-test6
  2003-09-28 13:02 3C59x module doesn't work in 2.6.0-test6 Michal Semler (volny.cz)
@ 2003-09-29 17:14 ` Randy.Dunlap
  2003-09-29 17:30   ` Michal Semler (volny.cz)
  0 siblings, 1 reply; 4+ messages in thread
From: Randy.Dunlap @ 2003-09-29 17:14 UTC (permalink / raw)
  To: cijoml; +Cc: linux-kernel

On Sun, 28 Sep 2003 15:02:38 +0200 "Michal Semler (volny.cz)" <cijoml@volny.cz> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 3C59x module doesn't work in 2.6.0-test6
  2003-09-29 17:14 ` Randy.Dunlap
@ 2003-09-29 17:30   ` Michal Semler (volny.cz)
  2003-09-29 18:06     ` Tomas Szepe
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Semler (volny.cz) @ 2003-09-29 17:30 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: linux-kernel

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. 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)" 
<cijoml@volny.cz> 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 3C59x module doesn't work in 2.6.0-test6
  2003-09-29 17:30   ` Michal Semler (volny.cz)
@ 2003-09-29 18:06     ` Tomas Szepe
  0 siblings, 0 replies; 4+ messages in thread
From: Tomas Szepe @ 2003-09-29 18:06 UTC (permalink / raw)
  To: Michal Semler (volny.cz); +Cc: Randy.Dunlap, linux-kernel

> [cijoml@volny.cz]
> 
> 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 <szepe@pinerecords.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-09-29 18:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-28 13:02 3C59x module doesn't work in 2.6.0-test6 Michal Semler (volny.cz)
2003-09-29 17:14 ` Randy.Dunlap
2003-09-29 17:30   ` Michal Semler (volny.cz)
2003-09-29 18:06     ` Tomas Szepe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).