USB Ethernet Adapter Network card linux driver for SC20

I wanna connect to ethernet via a USB Ethernet Adapter Network card(based on Realtek RTL8152)
According to Rev. SC20&SC60_USB_to_Ethernet_Application_Note_V1.0 I pull
USB_ID pin to low level for enters module into Host mode. I’ve been the next message when connecting the network adapter to my SC-20 board.

9356] usb 1-1.2: New USB device found, idVendor=0bda, idProduct=8152
[ 3103.095241] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3103.102743] usb 1-1.2: Product: USB 10/100 LAN
[ 3103.106947] usb 1-1.2: Manufacturer: Realtek
[ 3103.111351] usb 1-1.2: SerialNumber: 00E04C360133

It means no hardware problems. But now I need a driver. Does it exist a built-in driver? How to switch it on, if exist?

It should be provided by the Realtek. I think.

Is it solved or not?