I have an old eMachines desktop that was running Vista. I installed Xbuntu 18.04.5 after trying Ubuntu 20.04.3 LTS and 21.10 neither would boot from the cd which I believe the machine does not have 64bit. The Xbuntu fired right up and the install was easy.
I then tried to access Network Manager which was not available so I am now trying to establish a wireless connection manually. I have a Dell Wireless 1450 Dual-band adapter that hopefully I can use. I see it listed after completing the command: lsusb
Bus 002 Device 007: ID 413c:8104 Dell Computer Corp. Wireless 1450 Dual-band (802.11a/b/g) Adapter) Intersil ISL3887
I found the following instructions (see below) and downloaded what was suggested for the 2nd gen device lm87.arm - https://daemonizer.de/prism54/prism54-fw/fw-usb/2.13.25.0.lm87.arm
I completed the steps the best I could but have yet to receive the desired results. I am not sure of the line: /lib/firmware/"YOUR_KERNEL_VER_HERE"/"YOUR DOWNLOADED FIRMWARE HERE"
After browsing through the file system I do not know if this should be present or if I need to create a folder titled 5.4.0-42-generic (found after completing the command uname -r)?
Here is the link to the instructions I found under ubuntu forums: https://ubuntuforums.org/showthread.php?t=1477646&p=9304551#post9304551
May 15th, 2010#4Sintar Sintar is offline
First Cup of Ubuntu
Join Date
Feb 2010
Beans
1
Red face Re: Dell Wireless 1450 Wireless USB Adapter
so i'm assuming that you want the native drivers not a ndis wrapper. that you have a usb wifi adapter 1450. not a 1450 studio laptop.
first off go to this web site
http://daemonizer.de/prism54/prism54-fw/
download a firmware for your device i would suggest one from the usb list twords the bottom they probably have less bugs
1st gen device get a firmware ending in lm86.arm
2nd gen device get one ending in lm87.arm
i used the very bottom one from the usb section since i have a second gen device now rename the firmware you downloaded to
isl3886usb for the 1st gen or
isl3887usb for the 2nd gen
now move it to
/lib/firmware/"YOUR_KERNEL_VER_HERE"/"YOUR DOWNLOADED FIRMWARE HERE"
for 64 bit you might as well put one here too
/lib64/firmware/"YOUR_KERNEL_VER_HERE"/"YOUR DOWNLOADED FIRMWARE HERE"
the syntax to move is
sudo mv /Source/directory/filename /dest/dir/filename
once the files are moved
run
modprobe -r p54usb | modprobe -r p54common
then
modprobe p54usb | modprobe p54common
now iwconfig
it should list your adapter then connect and have a good day
Your assistance is much appreciated.
I ran the commands as suggested. Not sure of what to do next:
$ `sudo modprobe p54usb`
$ `dmesg | grep p54`
[11269.753346] p54usb 2-3:1.0: failed to initialize device (-2)
[11269.761600] usbcore: registered new interface driver p54usb