■掲示板に戻る■ 1- 最新10

レス数が900を超えています。1000を超えると表示できなくなるよ。

初心者対応FreeBSD質問スレッドの2

[753:728 (2001/05/20(日) 11:13)]
>>750 さんのおっしゃるとおりに、
.Xresourcesのkterの設定を
KTerm*VT100*Translations: #override \
KTerm*VT100*ScrollBar: true
Shift<Key>space: begin-conversion(_JAPANESE_CONVERSION)\n\
Shift<Key>Prior: scroll-back(1,page)\n\
Shift<Key>Next: scroll-forw(1,page)\n\
<Key>Prior: scroll-back()\n\
<Key>Next: scroll-forw()\n\
<Key>Insert: insert-selection(PRIMARY, CUT_BUFFER0)
としたところ、
Warning: translation table syntax error: Unknown modifier name: KTerm
Warning: ... found while parsing 'KTerm*VT100*ScrollBar: true'
Warning: String to TranslationTable conversion encountered errors
とでました。
1.2.行目でおかしいところってどこになるでしょうか?


[754:750 (2001/05/20(日) 11:21)]
>>753
1行目と2行目を逆にしてみ。


[755:名無しさん@お腹いっぱい。 (2001/05/20(日) 11:24)]
>>753
kterm16をインストールしたんじゃねぇの?
#kterm で起動できるか?


[756:名無しさん@お腹いっぱい。 (2001/05/20(日) 11:26)]
>>704
です
>>707
さんに紹介して頂いた、ページのいわれるがまま、
カーネルの再構成をしました。
そうすると、ドライバのソース(ich.cといいます)
をmake installしているところで、やはりエラーがおきていました。
エラーの詳細は、ちょっと長いですが、
../../dev/sound/pci/ich.c:224: warning: initialization from incompatible pointer type

../../dev/sound/pci/ich.c:225: warning: initialization from incompatible pointer type

../../dev/sound/pci/ich.c:226: warning: initialization makes integer from pointer without a cast

../../dev/sound/pci/ich.c:227: warning: initialization makes integer from pointer without a cast

../../dev/sound/pci/ich.c:228: warning: initialization makes integer from pointer without a cast

../../dev/sound/pci/ich.c:229: warning: initialization makes integer from pointer without a cast

../../dev/sound/pci/ich.c:230: warning: initialization makes integer from pointer without a cast

../../dev/sound/pci/ich.c:231: warning: initialization makes integer from pointer without a cast

../../dev/sound/pci/ich.c:235: warning: initialization from incompatible pointer type

../../dev/sound/pci/ich.c:236: warning: initialization from incompatible pointer type

../../dev/sound/pci/ich.c:237: warning: initialization makes integer from pointer without a cast

../../dev/sound/pci/ich.c:238: warning: initialization makes integer from pointer without a cast

../../dev/sound/pci/ich.c:239: warning: initialization makes integer from pointer without a cast

../../dev/sound/pci/ich.c:240: warning: initialization makes integer from pointer without a cast

../../dev/sound/pci/ich.c:241: warning: initialization makes integer from pointer without a cast

../../dev/sound/pci/ich.c:242: warning: initialization makes integer from pointer without a cast

../../dev/sound/pci/ich.c: In function `ichchan_initbuf':

../../dev/sound/pci/ich.c:339: warning: implicit declaration of function `chn_allocbuf'

../../dev/sound/pci/ich.c: In function `ich_intr':

../../dev/sound/pci/ich.c:861: warning: `lvi' might be used uninitialized in this function

../../dev/sound/pci/ich.c: In function `ich_pci_attach':

../../dev/sound/pci/ich.c:1073: too many arguments to function `ac97_create'

../../dev/sound/pci/ich.c:1076: `ac97_mixer' undeclared (first use in this function)

../../dev/sound/pci/ich.c:1076: (Each undeclared identifier is reported only once

../../dev/sound/pci/ich.c:1076: for each function it appears in.)

../../dev/sound/pci/ich.c:1103: warning: passing arg 3 of `pcm_addchan' from incompatible pointer type

../../dev/sound/pci/ich.c:1104: warning: passing arg 3 of `pcm_addchan' from incompatible pointer type

../../dev/sound/pci/ich.c: In function `ich_pci_resume':

../../dev/sound/pci/ich.c:1127: warning: unused variable `d'

*** Error code 1Stop in /usr/src/sys/compile/MYKERNEL.

という感じです。
もうこれはあきらめて、sound blasterでも買った方がいいでしょうか?


[757:名無しさん@お腹いっぱい。 (2001/05/20(日) 12:50)]
freeBSDにプリンタを接続しようと思っています。
自分はパラレル接続をしているのですが、
使用するlptポートをカーネルでどう設定すべきでしょうか?
環境は、freeBSD4.3Rです。
windows2000とマルチブートしていまして、
windowsでは、プリンタは、lpt1で使用しています。
この場合、freeBSDもlpt1とすべきでしょうか?
パラレルポートは、1つしかつかっていないので、
こういうことは、気にしなくてもいいのでしょうか?


[758:757 (2001/05/20(日) 12:59)]
ちなみにカーネルをいじらない状態では、
dmesg | grep lpt0と打つと、
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
とでます。
dmesg | grep lpt1と打つと
なにも表示されず、コマンドプロンプトが返って来ます。
これは、freeBSDでは、lpt0を使用しているよというメッセージであり、
カーネルでサポートされているとみていいのでしょうか?


[759:名無しさん@お腹いっぱい。 (2001/05/20(日) 15:19)]
>>748

無理。ホイールといっても5ボタンマウスだからね。
勿論X server改造すれば、実現可能かもしれんが。


[760:名無しさん@お腹いっぱい。 (2001/05/20(日) 15:21)]
>>756
patch きちっとあたっている?
エラーになってないか?


[761:名無しさん@お腹いっぱい。 (2001/05/20(日) 20:55)]
age


[762:756 (2001/05/20(日) 21:03)]
>>760
patchってどのようにしてあたってるかどうか確認できるのでしょうか?
エラーがおきているとすれば、どう対処すればよいのでしょうか?
初心者でわかりません。お願いします。


次10 前10 最新10
NAME:MAIL:

read.cgi ver5.26+ (01/10/21-)