up

PC-VS7006DB NEC

fdisk

インストールした時点の ものです これは 将来変更する予定です。

# fdisk -l

Disk /dev/hda: 255 heads, 63 sectors, 19929 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1       513   4120641    c  Win95 FAT32 (LBA)
/dev/hda2           514     12001  92277360    c  Win95 FAT32 (LBA)
/dev/hda3         12002     12501   4016250   82  Linux swap
/dev/hda4         12502     19929  59665410   83  Linux

この計算機は フロッピ ディスク は 別付け に なるので grub を MBR に 初めて 設置 したものです。 /dev/hda4 に plamo-3.3 が インストールされま した。 /dev/hda1 および /dev/hda2 には 何も 無い 状態です。いまだに Linux swap の 容量は どのくらいが 良いのかは 理解していません。

lspci

これは わかりにくいので 別の方法も 試みてみました。scanpci というもの です。

# lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS]: Unknown device 0651 (rev 02)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] 5591/5592 AGP
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513 (rev 25)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
00:02.6 Modem: Silicon Integrated Systems [SiS] 56k Winmodem (Smart Link HAMR5600 compatible) (rev a0)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS7012 PCI Audio Accelerator (rev a0)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] 7001 (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] 7001 (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS]: Unknown device 7002
00:0a.0 FireWire (IEEE 1394): NEC Corporation: Unknown device 00f2 (rev 01)
00:0b.0 Ethernet controller: Linksys Network Everywhere Fast Ethernet 10/100 model NC100 (rev 11)
00:0c.0 Multimedia video controller: Conexant: Unknown device 8800 (rev 03)
00:0c.2 Multimedia controller: Conexant: Unknown device 8802 (rev 03)
00:0c.4 Multimedia controller: Conexant: Unknown device 8804 (rev 03)
00:0f.0 CardBus bridge: Texas Instruments: Unknown device ac55 (rev 01)
00:0f.1 CardBus bridge: Texas Instruments: Unknown device ac55 (rev 01)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS]: Unknown device 6325

X -version

木的は 最適な 状態で 出来なければ 最低 X を 立ち上げたいので ヴァー ジョンの 確認を しておきます。

# X -version

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20 i686 [ELF] 
Build Date: 01 September 2003
        Before reporting problems, check http://www.XFree86.Org/
        to make sure that you have the latest version.
Module Loader present

scanpci

理解している方は もうこれで 全て なのでしょうが、 個猫に とっては わか りやすくは 無いのですが?

# scanpci

pci bus 0x0000 cardnum 0x00 function 0x00: vendor 0x1039 device 0x0651
 Silicon Integrated Systems [SiS] SiS651 Host

pci bus 0x0000 cardnum 0x01 function 0x00: vendor 0x1039 device 0x0001
 Silicon Integrated Systems [SiS] SiS 530 Virtual PCI-to-PCI bridge (AGP)

pci bus 0x0000 cardnum 0x02 function 0x00: vendor 0x1039 device 0x0008
 Silicon Integrated Systems [SiS] 85C503/5513

pci bus 0x0000 cardnum 0x02 function 0x05: vendor 0x1039 device 0x5513
 Silicon Integrated Systems [SiS] 5513 [IDE]

pci bus 0x0000 cardnum 0x02 function 0x06: vendor 0x1039 device 0x7013
 Silicon Integrated Systems [SiS] Intel 537 [56k Winmodem]

pci bus 0x0000 cardnum 0x02 function 0x07: vendor 0x1039 device 0x7012
 Silicon Integrated Systems [SiS] SiS7012 PCI Audio Accelerator

pci bus 0x0000 cardnum 0x03 function 0x00: vendor 0x1039 device 0x7001
 Silicon Integrated Systems [SiS] SiS7001 USB Controller

pci bus 0x0000 cardnum 0x03 function 0x01: vendor 0x1039 device 0x7001
 Silicon Integrated Systems [SiS] SiS7001 USB Controller

pci bus 0x0000 cardnum 0x03 function 0x03: vendor 0x1039 device 0x7002
 Silicon Integrated Systems [SiS] SiS7002 USB 2.0

pci bus 0x0000 cardnum 0x0a function 0x00: vendor 0x1033 device 0x00f2
 NEC Corporation  Device unknown

pci bus 0x0000 cardnum 0x0b function 0x00: vendor 0x1317 device 0x0985
 Linksys Network Everywhere Fast Ethernet 10/100 model NC100

pci bus 0x0000 cardnum 0x0c function 0x00: vendor 0x14f1 device 0x8800
 Conexant  Device unknown

pci bus 0x0000 cardnum 0x0c function 0x02: vendor 0x14f1 device 0x8802
 Conexant  Device unknown

pci bus 0x0000 cardnum 0x0c function 0x04: vendor 0x14f1 device 0x8804
 Conexant  Device unknown

pci bus 0x0000 cardnum 0x0f function 0x00: vendor 0x104c device 0xac55
 Texas Instruments PCI1250 PC card Cardbus Controller

pci bus 0x0000 cardnum 0x0f function 0x01: vendor 0x104c device 0xac55
 Texas Instruments PCI1250 PC card Cardbus Controller

pci bus 0x0001 cardnum 0x00 function 0x00: vendor 0x1039 device 0x6325
 Silicon Integrated Systems [SiS] SiS650/651/M650/740 PCI/AGP VGA Display Adapter

にゃんたろう 拝!

2009年 7月11日 (土) 21:22:08 JST 作成


up

Copyright © 2004.-2009. nyantarou All Rights Reserved.