From: Leonard Norrgard <leonard.norrgard@refactor.fi>
To: linux-kernel@vger.kernel.org
Subject: 2.6.20-rc3: bt878/bttv: Unknown symbols, despite being defined in module depended on
Date: Tue, 02 Jan 2007 13:11:09 +0200 [thread overview]
Message-ID: <459A3DCD.4020701@refactor.fi> (raw)
This seems a bit odd. As the bt878 module loads, I get the following
error messages, despite definitions in the bttv module that bt878
depends on:
# egrep '(bttv_read_gpio|bttv_write_gpio|bttv_gpio_enable)' /var/log/dmesg
bt878: Unknown symbol bttv_read_gpio
bt878: Unknown symbol bttv_write_gpio
bt878: Unknown symbol bttv_gpio_enable
SMP kernel, the cpu is an AMD Athlon(tm) 64 X2 Dual Core Processor 5200+.
Full dmesg output is at
http://bugzilla.kernel.org/attachment.cgi?id=9987&action=view (unrelated
bug, but same box).
Full config is at
http://bugzilla.kernel.org/attachment.cgi?id=9988&action=view (likewise).
Output of lspci -nn -vvx is at:
http://bugzilla.kernel.org/attachment.cgi?id=9989&action=view (likewise).
# modinfo bt878 | grep depends
depends: bttv
# nm dvb/bt8xx/bt878.ko | egrep
'(bttv_read_gpio|bttv_write_gpio|bttv_gpio_enable)'
U bttv_gpio_enable
U bttv_read_gpio
U bttv_write_gpio
# nm video/bt8xx/bttv.ko | egrep
'(bttv_read_gpio|bttv_write_gpio|bttv_gpio_enable)'
0000000011dc4b6d A __crc_bttv_gpio_enable
00000000bcf2d2fb A __crc_bttv_read_gpio
000000008ecf4acc A __crc_bttv_write_gpio
0000000000000018 r __kcrctab_bttv_gpio_enable
0000000000000020 r __kcrctab_bttv_read_gpio
0000000000000028 r __kcrctab_bttv_write_gpio
0000000000000040 r __kstrtab_bttv_gpio_enable
0000000000000051 r __kstrtab_bttv_read_gpio
0000000000000060 r __kstrtab_bttv_write_gpio
0000000000000030 r __ksymtab_bttv_gpio_enable
0000000000000040 r __ksymtab_bttv_read_gpio
0000000000000050 r __ksymtab_bttv_write_gpio
000000000000898c T bttv_gpio_enable
000000000000894d T bttv_read_gpio
0000000000008909 T bttv_write_gpio
next reply other threads:[~2007-01-02 11:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-02 11:11 Leonard Norrgard [this message]
2007-01-06 9:16 ` 2.6.20-rc3: bt878/bttv: Unknown symbols, despite being defined in module depended on Duncan Sands
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=459A3DCD.4020701@refactor.fi \
--to=leonard.norrgard@refactor.fi \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.