[Prism54-users] Can't get 3Com OfficeConnect card working.

Luis R. Rodriguez mcgrof@ruslug.rutgers.edu
Mon, 10 Nov 2003 00:08:02 -0500 (EST)


Your card (3CRWE154G72) is indeed supported, and that is the same exact
card I use. You should be seeing an lspci -n entry of:

02:00.0 Class 0280: 10b7:6001 (rev 01)

From=20the list of PCI IDs you gave us, I do not see *any* wireless card,
according to the latest linux PCI ID list (pciids.sourceforge.net). Your
problem may be broader than just the prism54 driver. Maybe try:

a. remove your card and
lspci -n > withoutCard.txt

b. add your card and
lspci -n > withCard.txt

c. Find differences
diff -Naur withoutCard.txt withCard.txt > 3com-new.diff

Include the contents of diff here. Also make sure you have your cardbus
controller working properly:

00:0a.0 Class 0607: 104c:ac50 (rev 02)
PCI1410 PC card Cardbus Controller

You can try this by using another *known working card* or the like.

=09Luis

On Mon, 10 Nov 2003, Marijn De=E9 wrote:
> root # lspci -n
> pcilib: Cannot open /proc/bus/pci/02/00.0
> Unable to read 64 bytes of configuration space.00:00.0 Class 0600: 1039:0=
650
> (rev 80)
> 00:01.0 Class 0604: 1039:0001
> 00:02.0 Class 0601: 1039:0008 (rev 14)
> 00:02.3 Class 0c00: 1039:7007
> 00:02.5 Class 0101: 1039:5513
> 00:02.6 Class 0703: 1039:7013 (rev a0)
> 00:02.7 Class 0401: 1039:7012 (rev a0)
> 00:03.0 Class 0c03: 1039:7001 (rev 0f)
> 00:03.1 Class 0c03: 1039:7001 (rev 0f)
> 00:03.2 Class 0c03: 1039:7001 (rev 0f)
> 00:03.3 Class 0c03: 1039:7002
> 00:04.0 Class 0200: 1039:0900 (rev 90)
> 00:0a.0 Class 0607: 104c:ac50 (rev 02)
> 01:00.0 Class 0300: 1039:6325
>
> Marijn
>
> >
> > =09Luis
> >
> > On Sun, 9 Nov 2003, Marijn De=E9 wrote:
> > > Hi,
> > >
> > > I'm trying to get my OfficeConnect Wireless 11g PC Card (3CRWE154G72)=
 to
> > > work with the prism54 driver on an ASUS 2530D Notebook.
> > >
> > > My kernel verion:
> > > Linux mees 2.4.23-pre9 #2 Fri Nov 7 19:37:00 CET 2003 i686 Intel(R)
> > > Pentium(R) 4 CPU 2.66GHz GenuineIntel GNU/Linux
> > >
> > > I compiled the drivers from today's snapshots.
> > >
> > > I have the pcimcia-cs stuff compiled and cardmgr is running.
> > > I also copied the firmware.agent to /etc/hotplug and downloaded the
> > > firmware file:
> > >
> > > marijn@mees marijn $ ls -la /usr/lib/hotplug/firmware/isl3890
> > > -rwxr--r--    1 root     root        93996 Nov  5 23:29 /usr/lib/hotp=
lug/
> > > firmware/isl3890
> > >
> > > When I enter "modprobe prism54" I get:
> > > /lib/modules/2.4.23-pre9/kernel/drivers/net/wireless/prism54/prism54.=
o:
> > > init_module: No such device
> > > Hint: insmod errors can be caused by incorrect module parameters,
> > > including invalid IO or IRQ parameters.
> > >       You may find more information in syslog or the output from dmes=
g
> > > /lib/modules/2.4.23-pre9/kernel/drivers/net/wireless/prism54/prism54.=
o:
> > > insmod
> > > /lib/modules/2.4.23-pre9/kernel/drivers/net/wireless/prism54/prism54.=
o
> > > failed
> > > /lib/modules/2.4.23-pre9/kernel/drivers/net/wireless/prism54/prism54.=
o:
> > > insmod prism54 failed
> > >
> > > dmesg:
> > > Loaded prism54 driver, version 1.0.2.2
> > > latency timer: 0
> > > DMA Memory support mask is 0xffffffff
> > > prism54: pci_set_master(pdev)
> > > PCI Memory remapped to 0x00000000
> > > islpci_alloc_memory
> > > islpci_statistics
> > > eth1: resetting device...
> > > eth1: uploading firmware...
> > > isl38xx_upload_firmware(0xde8df000, 0x1be40000)
> > > prism54: request_firmware() failed for 'isl3890'
> > > eth1: could not upload firmware ('isl3890')
> > > islpci_statistics
> > > prism54: No devices found, driver not installed.
> > >
> > > It seems that firmware.agent crashes. I always get an Oops sooner or
> > > later after I tried to modprobe prism54. Sometimes in firmware.agent,=
 but
> > > usually in an other process much later.
> > >
> > > --
> > >
> > > Marijn
> > > _______________________________________________
> > > Prism54-users mailing list
> > > Prism54-users@prism54.org
> > > http://prism54.org/mailman/listinfo/prism54-users
> _______________________________________________
> Prism54-users mailing list
> Prism54-users@prism54.org
> http://prism54.org/mailman/listinfo/prism54-users
>