FrontPage / PC / Presario


FrontPage/PC

基本情報

  • FreeBSD: ver.5.1
  • Spec: http://www.fmworld.net/product/former/bi9706/spec2.html
  • /var/log/messagesから:
    • CPU: Pentium/P54C (133.64-MHz 586-class CPU)
    • real memory: 33554432(32MB)
    • avail memory=25726976(24MB)
    • npx0(math processor) on motherboard
    • npx: INT 16 interface
    • pcibios: BIOS version 2.10
    • pcib0: (Host to PCI bridge) at pcibus 0 on motherboard
    • pci0: (PCI bus) on pcib0
    • isab0: (PCI-ISA bridge) at device 1.0 on pci0
    • isa0: (ISA bus) on isab0
    • ....
  • ハードディスク:東芝 MK1301MAV 1.3GB ATA-3
  • CDROM: Panasonic UJDA110

Network

ifconfig -a

dc0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	inet 192.168.1.11 netmask 0xffffff00 broadcast 192.168.1.255
	inet6 ********* prefixlen 64 scopeid 0x1 
	ether *************
	media: Ethernet autoselect (100baseTX <full-duplex>)
	status: active
lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
	inet6 ::1 prefixlen 128 
	inet6 ********** prefixlen 64 scopeid 0x3 
	inet 127.0.0.1 netmask 0xff000000 

netstat -nr

Routing tables
Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            192.168.1.1        UGSc        0        0    dc0
127.0.0.1          127.0.0.1          UH          1       27    lo0
192.168.1          link#1             UC          1        0    dc0
192.168.1.1        ********  UHLW        1        9    dc0   1147
Internet6:
Destination                       Gateway                       Flags      Netif Expire
::1                               ::1                           UH          lo0
fe80::%dc0/64                     link#1                        UC          dc0
fe80::*****************      **********************             UHL         lo0
fe80::%lo0/64                     fe80::1%lo0                   Uc          lo0
fe80::1%lo0                       link#3                        UHL         lo0
ff01::/32                         ::1                           U           lo0
ff02::%dc0/32                     link#1                        UC          dc0
ff02::%lo0/32                     ::1                           UC          lo0

/etc/hosts

127.0.0.1		localhost.****** localhost
192.168.1.11		kumachan.******** kumachan
192.168.1.11		kumachan.*********

/etc/resolve.conf

domain	*********
nameserver	192.168.1.1

/etc/inetd.conf

kern_securelevel_enable="NO"
linux_enable="YES"
moused_enable="YES"
moused_port="/dev/psm0"
moused_type="auto"
sendmail_enable="YES"
sshd_enable="YES"
usbd_enable="YES"
apm_enable="YES"
ifconfig_sl0="inet 192.168.1.11  netmask 255.255.255.0"
ifconfig_dc0="inet 192.168.1.11  netmask 255.255.255.0"
defaultrouter="192.168.1.1"
hostname="kumachan.**********"
inetd_enable="YES"

Sound Card

  • # kldload snd_driver
    sio1: configured irq 3 not in bitmap of probed irqs 0~~
    sio1: port may not be enabled~~
    sio1: configured irq 3 not in bitmap of probed irqs 0x1~~
    sio1: port may not be enabled~~
    sbc0: (ESS ES1878) at port 0x388-0x38b, 0x220-0x22f irq 5 drq 1 on isa0~~
    pcm0: (ESS 18xx DSP) on sbc0~~
    sio1: configured irq3 not in bitmap of probed irqs0x1~~
    ...

=>

  • # kldstat
    ...~~
    4 1 0xc14d4000 2000 snd_driver.ko~~
    5 1 0xc147f000 4000 snd_ad1816.ko~~
    6 27 0xc1505000 18000 snd_pcm.ko~~
    ...~~
    15 4 0xc12f2000 4000 snd_sbc.ko~~
    ...~~
    27 ...
  • # cat /dev/sndsat
    FreeBSD Audio Driver (newpcm)~~
    Installed devices:~~
    pcm0: (ESS 1878 DSP) at io 0x220 irq 5 drq 1 bufsz 4096 (1p/1r/0v channels duplex default)

=> pcmがインストールされているらしい。

  • CDの演奏
    • 演奏:cdcontrol -f (ドライブ名)play (トラック番号)(e.g. cdcontrol -f /dev/acd0 play 1)
    • 中止:cdcontrol -f (ドライブ名)stop

PC card test

3c589d-combo


FNW-3603-TX

カード情報: http://www.planex.co.jp/product/pccard/fnw3603tx.shtml

とりあえず、PCcardを差してみる

→message:~~
cardbus1: <network, ethernet> at device 0.0 (no driver attached)~~
cbb1: CardBus card activation failed
  • driver src:/usr/src/sys/pci/if_rl.c, if_rlreg.h (?)

rc.conf等の設定をしてみる。

  1. rc.conf
    1. add: pccard_enable="YES"
  2. 再起動 →
  3. PCcardをさしてみる →
    cardbus0; Expecting link target, got oxff~~
    cardbus0: (unknown) at device 0.1 (no driver attached)~~
    ...~~
    cardbus0; Expecting link target, got oxff~~
    cardbus0: (unknown) at device 0.1 (no driver attached)