Most useful Linux / Unix commands to get you started right away

Learn about most useful Linux and Unix commands to help you get started right away

Пікірлер: 1

  • @bennguyen1313
    @bennguyen131311 ай бұрын

    What commands are typically used to call functions from a driver source file? I have a USB (VID0A46 / PID9621) Ethernet Adapter and found a driver for it, qop_kernel/drivers/net/usb/dm9620 But not sure how I can use it! I installed gcc but how do I compile it, and then how do I call the functions from that driver file? I'm interested in plugging in the USB adapter and executing the function "dm_write_eeprom_word"!