Hello,

I have received a USB-N10 Nano Asus wifi plug. It doesn't work on
PicorePlayer 6.0 :-( I've tested several 8188 provided drivers, to no
avail)

Now, after some investigation, I've got it to work on my raspberry pi.

What I had to do : 
- install Raspbian Buster version (downloaded yesterday)
- compile the Asus driver (it was provided on a CDROM with the wifi
plug). Compiling was fairly easy, except GCC complained about a warning
which I disable by changing the Makefile : EXTRA_CFLAGS +=
-Wno-incompatible-pointer-types
- install the driver (sudo make install)
- load the driver in the kernel : sudo modprobe -v 8188eu
- then spend an awful lot of time working out the wireless configuration
with linux (hint : wicd-curses did the trick, provided you do :
systemctl disable dhcpd )

Here are some info :


Code:
--------------------
    pi@raspberrypi:~ $ lsusb | grep ASUS
  Bus 001 Device 004: ID 0b05:18f0 ASUSTek Computer, Inc.
  
  pi@raspberrypi:~ $ lsmod | grep 8188
  8188eu               1622016  0
  cfg80211              643072  1 8188eu
  
--------------------


If somebody wants me to test PicoPlayer ยง.0 some more, I'd be happy to
help !

stF


------------------------------------------------------------------------
wiz21's Profile: http://forums.slimdevices.com/member.php?userid=70204
View this thread: http://forums.slimdevices.com/showthread.php?t=111373

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to