Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Help compile RTL8192EU driver on retropie 3.3.1 #113572
    danmurphy
    Participant

    I have solved my issue thank you to MrEngMan from this post

    Just leaving instructions for other users who may have similar issue.
    ————————————————————————–
    Download and extract 8192eu-4.1.12-v7-824.tar.gz

    wget https://dl.dropboxusercontent.com/u/80256631/8192eu-4.1.12-v7-824.tar.gz
    tar xzf 8192eu-4.1.12-v7-824.tar.gz

    You will have 8192eu.ko and 8192eu.conf

    sudo mv 8192eu.ko /lib/modules/4.1.13-v7+/kernel/drivers/net/wireless/
    sudo mv 8192eu.conf /etc/modprobe.d/
    sudo depmod -a
    sudo nano /etc/modules

    add 8192eu at the end of the list, save, exit and reboot your RPi2.

    Done!

    You can follow the instructions on here to connect to wifi network.
    https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md

    in reply to: Help compile RTL8192EU driver on retropie 3.3.1 #113559
    danmurphy
    Participant

    from this script here:
    https://github.com/RetroPie/RetroPie-Setup/blob/master/scriptmodules/supplementary/gamecondriver.sh

    I’ve obtained the headers for 4.1.13 (linux-headers-4.1.13-v7+_4.1.13-v7+-2_armhf.deb).

    dpkg -i linux-headers-4.1.13-v7+_4.1.13-v7+-2_armhf.deb

    and it installed successfully.

    Then I get compilation errors when I do:

    sudo make ARCH=arm

    I’ve attached the output.txt and the file that has warnings during compilation.

    should I be modifying the os_intfs.c? please help.

    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)