Tell me more ×
Raspberry Pi Stack Exchange is a question and answer site for users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.

I'm getting an error: authentication requested [root] for make driver ./install line 18: 4664 illegal instruction su -c make Compile make driver error: 132, Please check error message

when attempting to install a linux driver for:

Esky 150Mbps WIFI MINI USB WIRELESS

I tried to look for error code "132" as it says in the error message above inside the Makefile however there were no error codes defined in the makefile.

Is there something I am doing terribly wrong here? Perhaps this particular wifi dongle doesn't have a driver for ARM boards like Raspberry Pi?

share|improve this question
Are you definitely installing the ARM driver? – Alex Chamberlain Aug 19 '12 at 7:26
I'm installing what's on the CD under the "Linux" directory. But to be honest, I'm not certain if it's for ARM. Separately I'm having trouble finding the driver downoads website for this particular Esky dongle. Would appreciate it if someone could direct me there as well. – user1068636 Aug 19 '12 at 13:57
Sounds like you need to do sudo make. – bearbin Aug 19 '12 at 15:26
I would suggest looking for a reputable free (as in freedom) driver for the device. Not a manufacturer one and certainly not one that's trying to override system security in a script. – XTL Aug 20 '12 at 6:03

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.