Canedje
Posts: 265
Joined: Thu Mar 26, 2015 7:18 am

(Solved)install Maxxter wifi dongle from Action

Mon May 25, 2015 12:09 pm

I try to install an Maxxter wifi Dongle bought very cheap at the Action.
Its a realtek Dongle.
The drivers are not working.
I checked Internet for solutions.
Everything I found at internet didn't work.

I do have another wifi dongle working. So it is not necessary to have it run, but I like to find solution just for the fun ;)
Are there some ideas over there?
Last edited by Canedje on Mon May 25, 2015 8:44 pm, edited 1 time in total.

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: install Maxxter wifi dongle from Action

Mon May 25, 2015 12:15 pm

Plug it in to your RPi
Post the output from a lsusb (that's ell,ess,you,ess,bee) command on here.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Canedje
Posts: 265
Joined: Thu Mar 26, 2015 7:18 am

Re: install Maxxter wifi dongle from Action

Mon May 25, 2015 7:09 pm

DougieLawson wrote:Plug it in to your RPi
Post the output from a lsusb (that's ell,ess,you,ess,bee) command on here.
Hereby:

Code: Select all

 lsusb
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 005: ID 0bda:818b Realtek Semiconductor Corp.
Bus 001 Device 004: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter
Its device number 5
(Device 4 is the running wifi Dongle)
I did intsall NOOBs with the latest updates

Code: Select all

 uname -a
Linux raspberrypi-2 3.18.11-v7+ #781 SMP PREEMPT Tue Apr 21 18:07:59 BST 2015 armv7l GNU/Linux
Last edited by Canedje on Mon May 25, 2015 7:23 pm, edited 1 time in total.

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: install Maxxter wifi dongle from Action

Mon May 25, 2015 7:22 pm

viewtopic.php?f=28&t=62371

You need a new version of the 8192EU driver. I'm not sure whether Mr Engman builds that or whether you'll need to do it yourself.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Canedje
Posts: 265
Joined: Thu Mar 26, 2015 7:18 am

Re: install Maxxter wifi dongle from Action

Mon May 25, 2015 7:33 pm

DougieLawson wrote:viewtopic.php?f=28&t=62371

You need a new version of the 8192EU driver. I'm not sure whether Mr Engman builds that or whether you'll need to do it yourself.
The link is mentioned : 8188eu.ko driver
is that the same as 8192eu driver?

I installed the tar file for my raspbian version from the link you mentioned here above.:

Code: Select all

wget https://dl.dropboxusercontent.com/u/80256631/8188eu-v7-20150406.tar.gz
tar xzf 8188eu-v7-20150406.tar.gz
./install.sh
No results

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: install Maxxter wifi dongle from Action

Mon May 25, 2015 7:43 pm

Canedje wrote: The link is mentioned : 8188eu.ko driver
is that the same as 8192eu driver?

I installed the tar file for my raspbian version from the link you mentioned here above.:

Code: Select all

wget https://dl.dropboxusercontent.com/u/80256631/8188eu-v7-20150406.tar.gz
tar xzf 8188eu-v7-20150406.tar.gz
./install.sh
No results
You'll need to ask Mr Engman. I don't have the hardware so I can't test that stuff for you.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Canedje
Posts: 265
Joined: Thu Mar 26, 2015 7:18 am

Re: install Maxxter wifi dongle from Action

Mon May 25, 2015 7:51 pm

DougieLawson wrote:
Canedje wrote: The link is mentioned : 8188eu.ko driver
is that the same as 8192eu driver?

I installed the tar file for my raspbian version from the link you mentioned here above.:

Code: Select all

wget https://dl.dropboxusercontent.com/u/80256631/8188eu-v7-20150406.tar.gz
tar xzf 8188eu-v7-20150406.tar.gz
./install.sh
No results
You'll need to ask Mr Engman. I don't have the hardware so I can't test that stuff for you.

Who is Mr Engman and how do I ask Mr Engman??

Canedje
Posts: 265
Joined: Thu Mar 26, 2015 7:18 am

Re: install Maxxter wifi dongle from Action

Mon May 25, 2015 8:20 pm

I found it out myself.
Its working now!
Thanks for the help

The solution:

Code: Select all

wget https://dl.dropboxusercontent.com/u/80256631/8192eu-3.18.11-v7-781.tar.gz
tar xzf 8192eu-3.18.11-v7-781.tar.gz
./install.sh
hereby is 3.18.11-v7 the version numbert of my raspbian and 781 the build number.
You can find that by the command : uname -a

Return to “Troubleshooting”