|
Hello, I am the new owner of Orange Pi PC.
I need to connect a USB network card - Logilink UA0158. It's chipset SMSC7500. Unfortunately, in the system for the Orange PI PC does not have drivers for the network card. (in the Raspberry Pi card works ok)
I tried to copy the module smsc75xx.ko of Raspberry Pi, but I get an error:
- root@pomarancza:/lib/modules/3.4.39-01-lobo/kernel/drivers/net/usb# insmod /lib/modules/3.4.39-01-lobo/kernel/drivers/net/usb/smsc75xx.ko
- insmod: ERROR: could not insert module /lib/modules/3.4.39-01-lobo/kernel/drivers/net/usb/smsc75xx.ko: Invalid module format
Copy code
I tried to compile these drivers: http://www.drivers-download.com/Drv/SMSC/LAN7500/Linux.zip
Unfortunately, the error occurs.
- root@pomarancza:/_gutek/smsc7500# make
- make -C /lib/modules/3.4.39-01-lobo/build SUBDIRS=/_gutek/smsc7500 ARCH=arm CROSS_COMPILE= modules
- make[1]: Wejście do katalogu '/lib/modules/3.4.39-01-lobo/build'
- make[1]: *** Brak reguł do wykonania obiektu 'modules'. Stop.
- make[1]: Opuszczenie katalogu '/lib/modules/3.4.39-01-lobo/build'
- Makefile:20: polecenia dla obiektu 'modules' nie powiodły się
- make: *** [modules] Błąd 2
Copy code
Please help, how to install the network card on Orange Pi PC. I use Debian 8 Jessie.
|
|