[Prism54-users] isl3890 driver not detecting pci card

kaleda gadeanta@soften.ktu.lt
Mon, 12 Jan 2004 15:37:36 +0200


> Is anybody know whether the prism isl3890 driver, version ISL3890-0.1.0
> statically bind the pci/mini-pci as eth1? 
No.
It lets linux kernel to assign interface name.
Almost always it's ethX interface (X - any number).
E.g. if you already have eth0 - prism54 will register its device, as
eth1

if you have eth0, eth1 & eth2 already - prism54 will registre eth3
device, and so on.

> I've built and load the
> package successfully, but seem like the driver not able to detect the
> card.
Why do you think thar you loaded package successfully ?
Are you able to see its interfase with iwconfig ?
If yes, than you should bee able to see it with ifconfig -a
and configure it as normal network device (with some additional wireless
extention functions using iwconfig).
If no - try to find why it's not working:
 dmesg
 lsmod
 less /var/log/syslog 
 lspci
these are your friends. 
I think in dmesg output you'll find why module wasn't loaded.

> My system only detect eth0, MAC address of the card is not
> detected even I've loaded the driver.
is eth0 your ordinary ethernet device ?
or you have wireless device is the only network device in your system ?


Kaleda