[Prism54-users] D-Link g650 A1
Ed Herr
ed.herr@charter.net
Thu, 6 Nov 2003 21:28:33 -0600
Try lspci -vn -s 3:06
The output of lspci can be misleading... see below (from my system):
hermes:~$ lspci -v -s 0:09
00:09.0 Network controller: Harris Semiconductor D-Links DWL-g650 A1
(rev 01)
Subsystem: Unknown device 17cf:0014
Flags: bus master, medium devsel, latency 80, IRQ 11
Memory at e8002000 (32-bit, non-prefetchable) [size=8K]
Capabilities: <available only to root>
It reports 17cf:0014... and this is NOT the correct PCI ID.
but if you do this:
hermes:~$ lspci -vn -s 0:09
00:09.0 Class 0280: 1260:3890 (rev 01)
Subsystem: 17cf:0014
Flags: bus master, medium devsel, latency 80, IRQ 11
Memory at e8002000 (32-bit, non-prefetchable) [size=8K]
Capabilities: <available only to root>
it reports ID 1260:3890 which seems to be supported. My card is an
Xterasys (ZCOM ?) XG-600 miniPCI. If you have a miniPCI in your laptop
it may be the same card.
Make sure your firmware is (re)named "isl3890" and is in /usr/lib/
hotplug/firmware. Also verify you enabled the kernel firmware loader,
CONFIG_FW_LOADER (under General Driver Options).
Cheers,
Ed
On 11/06/03 01:43:58, Pauwel Demeyer wrote:
> Hi
>
> I found this card should be working with the prism54 driver, but I
> can't
> get it in a working state :/