Search:

Type: Posts; User: MK27

Search: Search took 0.05 seconds.

  1. Replies
    6
    Views
    8,250

    Tee hee. The problem turned out to be that I...

    Tee hee. The problem turned out to be that I forgot to include


    MODULE_LICENSE("GPL");

    which meant the kernel was not willing to export anything at all...

    But thanks for this tip, it may...
  2. Replies
    6
    Views
    8,250

    No it's "not a dynamic object". Not sure if...

    No it's "not a dynamic object".

    Not sure if this will help other than to round out my knowledge of what a symbol is. Which is helpful.

    Problem is, this is already barebones. There's not much...
  3. Replies
    6
    Views
    8,250

    Not familiar with objdump but I would guess you...

    Not familiar with objdump but I would guess you meant -t, not -T. Is it safe to assume that I should confine my search to *UND* symbols?

    Also, this does not list all the variables referenced,...
  4. Replies
    6
    Views
    8,250

    how to identify "Unknown Symbol"

    I may come to regret my choice to write a webcam driver ;)

    Anyway, now I am having this problem:
    insmod: error inserting './usbgetinfo.ko': -1 Unknown symbol in module

    I understand that
    ...
Results 1 to 4 of 4