Table of Contents

@related : UR054g WiFi NdisWrapper InventeL prism54

LINUX

Inventel UR054G ISL3887 0x1435 0x0427
LsUsb
Bus 001 Device 002: ID 1435:0427 Wistron NeWeb UR054g 802.11g Wireless Adapter [Intersil ISL3887]
sudo apt install hwinfo ; sudo hwinfo --netcard
30: USB 00.0: 0282 WLAN controller
  [Created at usb.122]
  Unique ID: cLrx.UsYd2vZigd0
  Parent ID: k4bc.OqydEZZ981A
  SysFS ID: /devices/pci0000:00/0000:00:02.1/usb1/1-2/1-2:1.0
  SysFS BusID: 1-2:1.0
  Hardware Class: network
  Model: "Wistron NeWeb UR054g 802.11g Wireless Adapter [Intersil ISL3887]"
  Hotplug: USB
  Vendor: usb 0x1435 "Wistron NeWeb"
  Device: usb 0x0427 "UR054g 802.11g Wireless Adapter [Intersil ISL3887]"
  Revision: "10.20"
  Driver: "p54usb"
  Driver Modules: "p54usb"
  Device File: wlan0
  Features: WLAN
  Speed: 480 Mbps
  HW Address: 00:0b:6b:FF:FF:FF
  Permanent HW Address: 00:0b:6b:FF:FF:FF
  Link detected: yes
  WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
  WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 2.467 2.472 2.484
  WLAN encryption modes: WEP40 WEP104 TKIP CCMP
  WLAN authentication modes: open sharedkey wpa-psk wpa-eap
  Module Alias: "usb:v1435p0427d1020dc00dsc00dp00icFFiscFFipFFin00"
  Driver Info #0:
    Driver Status: p54usb is active
    Driver Activation Cmd: "modprobe p54usb"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #31 (Hub)



modprobe  -v p54usb

[  950.712227] cfg80211: Calling CRDA to update world regulatory domain
[  950.726858] cfg80211: World regulatory domain updated:
[  950.726871] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[  950.726880] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  950.726887] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  950.726894] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[  950.726899] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  950.726905] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[  950.793573] usbcore: registered new interface driver p54usb

sudo apt-get install linux-firmware linux-wlan-ng linux-wlan-ng-firmware
ifconfig -a

[  153.002565] usb 1-2: Loading firmware file isl3887usb
[  153.003080] usb 1-2: Direct firmware load for isl3887usb failed with error -2
[  153.003089] usb 1-2: Firmware not found.

sudo apt-file update ; sudo apt-file search isl3887usb

url=https://daemonizer.de/prism54/prism54-fw/fw-usb/2.13.25.0.lm87.arm
curl $url| sudo dd of=/lib/firmware/isl3887usb


sudo ifconfig -a

wlan1     IEEE 802.11bg  ESSID:off/any  
            Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
            Retry  long limit:7   RTS thr:off   Fragment thr:off
            Encryption key:off
            Power Management:off

WINDOWS

unp  ~/Downloads/UR054g\(R01\)3.3.20.zip
grep 'VID_1435&PID_0427'  DV3.3.25_UV3.0.8/drivers/PRISMA02.inf
 %A022_DESC_STR%     = PRISM_A022,        USB\VID_1435&PID_0427
 %A022_DESC_STR%     = PRISM_A022,        USB\VID_1435&PID_0427
 %A022_DESC_STR%     = PRISM_A022,        USB\VID_1435&PID_0427
 HKR,Ndi,DeviceID,0,"USB\VID_1435&PID_0427"

Does not seems to support Windows8 but WinXp only :(

Cohiba 3887 rev0

STATUS

Works fine on UbuntU PrecisE LtS

mac80211              436455  2 p54usb,p54common
modinfo /lib/modules/3.2.0-33-generic/kernel/drivers/net/wireless/p54/p54usb.ko 

filename:       /lib/modules/3.2.0-33-generic/kernel/drivers/net/wireless/p54/p54usb.ko
firmware:       isl3887usb
firmware:       isl3886usb
alias:          prism54usb
license:        GPL
description:    Prism54 USB wireless driver
author:         Michael Wu <flamingice@sourmilk.net>
srcversion:     8A8B89F99BD7101CBAC65BD
(...)
Depends:        p54common,mac80211
intree:         Y
vermagic:       3.2.0-33-generic SMP mod_unload modversions 686 

@TaG: prism54usb PrisM IsL

ubuntu 18.04

sudo apt-get install linux-image-extra-virtual
modprobe -v  p54usb
insmod /lib/modules/4.15.0-42-generic/kernel/drivers/net/wireless/intersil/p54/p54common.ko 
insmod /lib/modules/4.15.0-42-generic/kernel/drivers/net/wireless/intersil/p54/p54usb.ko 

TODO

sudo apt-get install wicd-curses

DebiaN Lists EssId and then CrasH KerneL rt_cache_invalidate …

sudo apt-get install ndiswrapper-dkms

PROBLEM

dmesg  
[  721.628276] usb 1-2: new full-speed USB device number 3 using ohci_hcd
[  722.024385] usb 1-2: reset full-speed USB device number 3 using ohci_hcd
[  722.227779] usb 1-2: Loading firmware file isl3887usb
[  722.573442] usb 1-2: Firmware not found.
[  722.573464] usb 1-2: failed to initialize device (-2)

OBSOLETE

  Wistron NeWeb UR054g 802.11g Wireless Adapter [Intersil ISL3887]
sudo apt-get install linux-firmware-nonfree linux-wlan-ng-firmware module-assistant
sudo modprobe -r p54usb ; modprobe -v p54usb
[ 1665.188023] usb 1-7: new high-speed USB device number 3 using ehci_hcd
[ 1665.440025] usb 1-7: reset high-speed USB device number 3 using ehci_hcd
[ 1665.595835] usb 1-7: (p54usb) cannot load firmware isl3887usb (-2)!
[ 1665.600529] p54usb: probe of 1-7:1.0 failed with error -2
sudo mkdir -p /usr/local/lib/firmware/
sudo wget -O /usr/local/lib/firmware/isl3887usb http://daemonizer.de/prism54/prism54-fw/fw-usb/2.13.25.0.lm87.arm
iwconfig 
lo        no wireless extensions.
eth0      no wireless extensions.
sudo aptitude install firmware-linux-nonfree firmware-linux prism2-usb-firmware-installer firmware-linux-free

@TaG: NdisWrapper ur054g InventeL WiFi

sudo apt-get install cvs make gcc
cd /usr/local/src/
CVSROOT=:pserver:anonymous@cvs.berlios.de:/cvsroot/at76c503a
cvs login  && cvs co at76c503a
cd at76c503a && make && make install
sudo apt-get install hotplug usbutils wireless-tools
lsusb
Bus 001 Device 002: ID 03eb:7605 Atmel Corp. AT76c503a 802.11b Adapter
Bus 001 Device 001: ID 0000:0000

www.techfuels.com_attachments_wireless-networking_18661d1275995189-inventel-ur054g-wireless-lan-usb-adapter-inventel-ur054g-54mbps-802.11g-wireless-lan-usb-adapter.jpg