inouetomの備忘録
リンクはご自由に、ツッコミ(コメント)はお気軽にどうぞ。
2003-10-11[土] [長年日記] [編集]
■2 秘密
秘密だが重大なことを。 喜んでもらえたらしい。 が、真剣な話も。 追記)手元のPCに残していたメモを転記帰宅したところでプロポーズ。 また泣かせてしまった。 さぁ、しっかりしなければ。
[ツッコミを入れる]
2003-10-16[木] [長年日記] [編集]
■1 [FreeBSD-users-jp 67729] Problem about sound device - 440MX NotePC
Hyper研から借りたVA70Jの症状とおなじ
[ツッコミを入れる]
2003-10-23[木] [長年日記] [編集]
■1 RapidRestore
http://www-6.ibm.com/jp/pc/migration/rapidrestore/rru.html
[ツッコミを入れる]
2003-10-31[金] [長年日記] [編集]
■1 bind9
http://people.freebsd.org/~dougb/randomness.htmlをみたらrandomのことについて書いてあったので対策inouetom@sally% grep -i irq /var/run/dmesg.boot ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 sis0:random deviceとして使えるのは、キーボード、マウス、ATA、ネットワークのようなので、IRQは14, 12、1を指定しようport 0xd400-0xd4ff mem 0xe7800000-0xe7800fff irq 12 at device 1.1 on pci0 ohci0: mem 0xe7000000-0xe7000fff irq 3 at device 1.2 on pci0 ohci1: mem 0xe6800000-0xe6800fff irq 3 at device 1.3 on pci0 pci0: (vendor=0x1039, dev=0x7018) at 1.4 irq 10 pci1: at 0.0 irq 11 ohci2: mem 0xe5000000-0xe5000fff irq 10 at device 8.0 on pci2 ohci3: mem 0xe4800000-0xe4800fff irq 12 at device 8.1 on pci2 pci2: at 8.2 irq 3 fwohci0: port 0x9800-0x987f mem 0xe3800000-0xe38007ff irq 11 at device 11.0 on pci2 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0
inouetom@sally% sudo rndcontrol -s 1 rndcontrol: setting irq 1 rndcontrol: interrupts in use: 1 inouetom@sally% sudo rndcontrol -s 12 rndcontrol: setting irq 12 rndcontrol: interrupts in use: 1 12 inouetom@sally% sudo rndcontrol -s 14 rndcontrol: setting irq 14 rndcontrol: interrupts in use: 1 12 14/etc/rc.confに書き加えておく
rand_irqs="1 12 14"
[ツッコミを入れる]



