mpow dongle need to install software



You might want to take a look at the first link in my signature.
 
What's next ?

Coffee. Mow the grass.
 
goal: to get my MPOW doggle to work!
operating system Linux MX
downloaded the driver to my Downloads folder.
did not tar or extract it.
should i do this in my Downloads folder or somewhere else.
then what do I do with the driver
where does it belong

bj
 
already had coffee. the cenipede grass has only just started to grow!
 
goal: to get my MPOW doggle to work!
operating system Linux MX
downloaded the driver to my Downloads folder.
did not tar or extract it.
should i do this in my Downloads folder or somewhere else.
then what do I do with the driver
where does it belong

bj
Unfortunately you really have not provided enough information for anyone to help you.

I suggest you first do a search for how to install software on Linux. There are many tutorials available on the interwebs.

There could be a "Read Me" file included in the driver package you downloaded. It may be worth checking and reading if there.
 
got the download driver in my Downloads folder.
has a .7z extension
can i use tar or zip to extract

bj

know how to update and upgrade from terminal.
so can i use the terminal to extract the driver file
 
be nice to see the "Red Me" file
but need to do something to the file i download from MPOW!
just used the p7zip tool to decompress
from the terminal:

p7zip -d filename

now i got an all capital letter file with upfront numbers
 
You might not need to manually build and install that driver at all.
Looking at some specs for MPOW's bluetooth products, they look like they use Realtek chips. Realtek are pretty well supported on Linux.

MX is a Debian based distro isn't it?
I'd recommend using apt to download and install the firmware-realtek package. That should contain the missing bluetooth firmware/drivers that you need.

e.g.
Bash:
sudo apt install firmware-realtek

After installing that package - plug your dongle in and it should be detected.

Also - you will need to make sure that you have bluez installed - which contains the tools and services for running bluetooth devices. If you don't have it, install it via apt.
Bash:
sudo apt install bluez
 
Jas

from #

apt install bluez

says the latest

from #

bluetooth status
bluetooth=on

Bj
 
from #

apt install firmware real-tek

E: Unable to locate package firmware
E: Unable to locate package real-tek
 
thanks stan...slightly dyslectic

don't be moving "-" got it!

from #

ran apt install firmware real-tek
it download
 
Extract your drivers - assuming it is an MPOW BH456A and copy the firmware files to the appropriate system directory

Code:
SRCDIR="20200610_LINUX_BT_DRIVER/rtkbt-firmware/lib/firmware"
Code:
sudo cp $SRCDIR/rtl8761bu_fw /lib/firmware/rtl_bt/rtl8761b_fw.bin
Code:
sudo cp $SRCDIR/rtl8761bu_config /lib/firmware/rtl_bt/rtl8761b_config.bin

reboot
 
Lord
before seeing your post...followed the code in the read me file.
i did not try your code as yet.
cd from first directory cd rtkbt-firmware cd lib cd firmware cd rtlbk

code
pwd
output rtlbk
there are 23 files rt numbers fw ...rt numbers config

no more directories just files

just worrying if i run your code if i am going to do the same thing.

Bj
 
no blue light!
ran the rm as super ...started from scratch
reloaded from MPOW ...extracted
the files _fw _configure
are in the last directory
but still no blue light
 

Members online


Top