[Bug 38238] Re: prism54 no longer works
Albrecht Gebhardt
albrecht.gebhardt at uni-klu.ac.at
Mon Apr 17 19:58:50 UTC 2006
*** This bug is a duplicate of bug 38278 ***
... the softmac driver also supports the old fullmac cards, so another solution is to
get the softmac firmware (version2.x) e.g from
http://jbnote.free.fr/prism54usb/data/firmwares/pci/2.7.0.0/2.7.0.0.arm
put it into /lib/firmware/2.6.15-20-686 (or whatever the corrct path will be)
as isl3886 and it (partly) works without removing the islsm* modules:
The interfaces now comes up, with the correct HWA. DHCP fails for me, obviously because I cannot get my WEP key into the card in Softmac mode:
iwconfig eth2 key XXXXXXXXXXXXXXXX
Error for wireless request "Set Encode" (8B2A) :
SET failed on device eth2 ; Unknown error 524.
So I'll continue to try to disable the islsm driver for the old card, I hope removing the PCI ID of the old card from the softmac driver will do the job, my kernel compiles just now:
--- ./drivers/net/wireless/prism54_softmac/islpci_hotplug.c.ag 2006-04-17 21:27:25.000000000 +0200
+++ ./drivers/net/wireless/prism54_softmac/islpci_hotplug.c 2006-04-17 21:29:10.000000000 +0200
@@ -45,11 +45,11 @@
static const struct pci_device_id islpci_id_tbl[] = {
/* Intersil PRISM Duette/Prism GT Wireless LAN adapter */
- {
+ /* DISABLED, use old driver! {
0x1260, 0x3890,
PCI_ANY_ID, PCI_ANY_ID,
0, 0, 0},
-
+ */
/* 3COM 3CRWE154G72 Wireless LAN adapter */
{
0x10b7, 0x6001,
Albrecht
--
prism54 no longer works
https://launchpad.net/malone/bugs/38238
More information about the kernel-bugs
mailing list