From: "Вадим Илларионов" <master@usib.irkps.ru> To: community@lists.altlinux.org Subject: Re: [Comm] как завести спутниковую карточку Date: Wed, 15 Nov 2006 11:24:42 +0800 Message-ID: <eje19j$2k7$1@sea.gmane.org> (raw) In-Reply-To: <45581AE5.40109@ostap.ru> Коротков Георгий wrote: > исходные данные - AltMaster 2.4 с штатным ядром 2.4.26 > dvb-плата TwinHan 102G > после вставки платы в комп, ее в системе вижу > > [root@sat v4l]# pciscan > Recommended driver Description > bttv Brooktree Corporation|Bt878[Multimedia video controller] > btaudio Brooktree Corporation|Bt878[Multimedia controller] > > далее действовать пытаюсь по инструкции взятой тут > http://www.gs.ru/info/si/thlinux.html > проверяю, что в ядре необходимые опции включены > CONFIG_I2C=m > CONFIG_I2C_ALGOBIT=m > CONFIG_VIDEO_DEV=m > > устанавливаю требуемые для компиляции kernel headers > драйвера компилируются и устанавливаются (make/make install) > > команда modprobe bttv i2c_hw=1 card=0x71 удачно проходит (другие > варианты card=0x намертво вешают систему) > вижу что появилось > > [root@sat v4l]# lsmod > Module Size Used by Tainted: P > dvb-bt8xx 3948 0 (unused) > bt878 5200 0 [dvb-bt8xx] > tuner 12288 0 (autoclean) (unused) > bttv 109504 0 [dvb-bt8xx bt878] > video-buf 10964 0 [bttv] > dvb-core 36556 0 [dvb-bt8xx] > videodev 5792 0 [bttv] > btcx-risc 2200 0 [bttv] > i2c-algo-bit 7304 0 [bttv] > i2c-core 15076 0 [dvb-bt8xx tuner bttv i2c-algo-bit] > v4l2-common 3104 0 [bttv] > v4l1-compat 11752 0 (unused) > > далее пытаюсь выполнить > insmod ./videodev.o > insmod ./bttv.o card=0x71 i2c_hw=1 > insmod ./dvb-core.o > insmod ./v4l1-compat.o > insmod ./v4l2-common.o > insmod ./video-buf.o > insmod ./dst.o > insmod ./bt878.o > insmod ./dvb-bt8xx.o Зачем? Они ведь уже загружены. Да и неверно это. Допустимо делать так: insmod videodev insmod bttv card=0x71 i2c_hw=1 insmod dvb-core insmod v4l1-compat insmod v4l2-common insmod video-buf insmod dst insmod bt878 insmod dvb-bt8xx И не insmod, а modprobe. И то ни к чему. > и облом - ругань типа > dst.o: dst.o: unresolved symbol bt878_find_by_dvb_adap > dst.o: dst.o: unresolved symbol bt878_device_control > > или еще хуже, если modprobe bttv i2c_hw=1 card=0x71 не делать > Inserting DVB modules into kernel bttv.o: bttv.o: unresolved symbol > videobuf_read_stop Можно попробовать в /etc/modules.conf поместить строчку options bttv i2c_hw=1 card=0x71 ________________________ С уважением, Вадим Илларионов системный администратор Усолье-Сибирский почтамт JID: см. <mailto:> UIN: 7899517 Телефоны: Мобильный +7 904 658-4154 Рабочий +7 39543 444-00
prev parent reply other threads:[~2006-11-15 3:24 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2006-11-13 7:12 Коротков Георгий 2006-11-15 3:24 ` Вадим Илларионов [this message]
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='eje19j$2k7$1@sea.gmane.org' \ --to=master@usib.irkps.ru \ --cc=community@lists.altlinux.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
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git