お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2011-07-18 20:41:02

uran
メンバ
登録日: 2011-07-14

サウンドカードは必要なのでしょうか

非常に恥ずかしいことですが、使用しているpcにはサウンドカードが入っていないようですが、確認するのはどうしたらいいのかわかりません。確認方法を教えてもらえませんか。合わせて、サウンドカードがないと音が出ないのでしょうか。使っているpcはhpのml115g1です。
よろしくお願いします。

オフライン

 

#2 2011-07-18 21:04:11

funatogawa
メンバ
From: 関東
登録日: 2009-02-01

Re: サウンドカードは必要なのでしょうか

http://wiki.nothing.sh/1361.html#specification
を見ると、サーバー機なので、サウンド機能はないようですので、PCIサウンドカードが必要です。

オフライン

 

#3 2011-07-18 22:48:24

hmatsue
アドバイザ
登録日: 2009-03-10

Re: サウンドカードは必要なのでしょうか

uran による投稿:

使用しているpcにはサウンドカードが入っていないようですが、確認するのはどうしたらいいのかわかりません。確認方法を教えてもらえませんか。

端末を開いて、

コード:

lshw -short

などとすると、認識されているハードウェアの一覧が出力されます。
例としては、

コード:

WARNING: you should run this program as super-user.
H/W path      Device  Class       Description
=============================================
                      system      Computer
/0                    bus         Motherboard
/0/0                  memory      3961MiB System memory
/0/1                  processor   AMD Phenom(tm) II X4 965 Processor
/0/100                bridge      RS880 Host Bridge
/0/100/2              bridge      RS780 PCI to PCI bridge (ext gfx port 0)
/0/100/2/0            display     GF108 [GeForce GT 430]
/0/100/2/0.1          multimedia  GF108 High Definition Audio Controller
/0/100/a              bridge      RS780/RS880 PCI to PCI bridge (PCIE port 5)
/0/100/a/0    eth0    network     RTL8111/8168B PCI Express Gigabit Ethernet controller
/0/100/11             storage     SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode]
/0/100/12             bus         SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
/0/100/12.1           bus         SB7x0 USB OHCI1 Controller
/0/100/12.2           bus         SB7x0/SB8x0/SB9x0 USB EHCI Controller
/0/100/13             bus         SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
/0/100/13.1           bus         SB7x0 USB OHCI1 Controller
/0/100/13.2           bus         SB7x0/SB8x0/SB9x0 USB EHCI Controller
/0/100/14             bus         SBx00 SMBus Controller
/0/100/14.1           storage     SB7x0/SB8x0/SB9x0 IDE Controller
/0/100/14.2           multimedia  SBx00 Azalia (Intel HDA)
/0/100/14.3           bridge      SB7x0/SB8x0/SB9x0 LPC host controller
/0/100/14.4           bridge      SBx00 PCI to PCI Bridge
/0/100/14.5           bus         SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
/0/101                bridge      Family 10h Processor HyperTransport Configuration
/0/102                bridge      Family 10h Processor Address Map
/0/103                bridge      Family 10h Processor DRAM Controller
/0/104                bridge      Family 10h Processor Miscellaneous Control
/0/105                bridge      Family 10h Processor Link Control
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.

などです。

サウンドカードは、multimediaという分類に含まれており、

コード:

lshw -C multimedia

とすると、詳細情報が得られます。

オフライン

 

#4 2011-07-20 21:40:22

uran
メンバ
登録日: 2011-07-14

Re: サウンドカードは必要なのでしょうか

ありがとうございました。サウンドカードがないことがわかりました。
ところで、ビデオカードは入っているはずなのですが
H/W path  Device  Class      Description
========================================
                  system     Computer
/0                bus        Motherboard
/0/3              memory     2012MiB System memory
/0/7              processor  AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
/0/7/0            memory     128KiB L1 cache
/0/7/1            memory     512KiB L2 cache
/0/0              memory     RAM memory
/0/1              bridge     MCP55 LPC Bridge
/0/1.1            bus        MCP55 SMBus
/0/2              bus        MCP55 USB Controller
/0/2.1            bus        MCP55 USB Controller
/0/4              storage    MCP55 IDE
/0/5              storage    MCP55 SATA Controller
/0/5.1            storage    MCP55 SATA Controller
/0/6              bridge     MCP55 PCI bridge
/0/a              bridge     MCP55 PCI Express bridge
/0/b              bridge     MCP55 PCI Express bridge
/0/c              bridge     MCP55 PCI Express bridge
/0/d              bridge     MCP55 PCI Express bridge
/0/e              bridge     MCP55 PCI Express bridge
/0/e/0    eth0    network    NetXtreme BCM5721 Gigabit Ethernet PCI Express
/0/f              bridge     MCP55 PCI Express bridge
/0/f/0            display    NV43 [GeForce 6600 GT]
/0/100            bridge     K8 [Athlon64/Opteron] HyperTransport Technology Con
/0/101            bridge     K8 [Athlon64/Opteron] Address Map
/0/102            bridge     K8 [Athlon64/Opteron] DRAM Controller
/0/103            bridge     K8 [Athlon64/Opteron] Miscellaneous Control
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
kawasaki@kawasaki-ProLiant-ML115-G1:~$ lshw -short
WARNING: you should run this program as super-user.
H/W path  Device  Class      Description
========================================
                  system     Computer
/0                bus        Motherboard
/0/3              memory     2012MiB System memory
/0/7              processor  AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
/0/7/0            memory     128KiB L1 cache
/0/7/1            memory     512KiB L2 cache
/0/0              memory     RAM memory
/0/1              bridge     MCP55 LPC Bridge
/0/1.1            bus        MCP55 SMBus
/0/2              bus        MCP55 USB Controller
/0/2.1            bus        MCP55 USB Controller
/0/4              storage    MCP55 IDE
/0/5              storage    MCP55 SATA Controller
/0/5.1            storage    MCP55 SATA Controller
/0/6              bridge     MCP55 PCI bridge
/0/a              bridge     MCP55 PCI Express bridge
/0/b              bridge     MCP55 PCI Express bridge
/0/c              bridge     MCP55 PCI Express bridge
/0/d              bridge     MCP55 PCI Express bridge
/0/e              bridge     MCP55 PCI Express bridge
/0/e/0    eth0    network    NetXtreme BCM5721 Gigabit Ethernet PCI Express
/0/f              bridge     MCP55 PCI Express bridge
/0/f/0            display    NV43 [GeForce 6600 GT]
/0/100            bridge     K8 [Athlon64/Opteron] HyperTransport Technology Con
/0/101            bridge     K8 [Athlon64/Opteron] Address Map
/0/102            bridge     K8 [Athlon64/Opteron] DRAM Controller
/0/103            bridge     K8 [Athlon64/Opteron] Miscellaneous Control
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
kawasaki@kawasaki-ProLiant-ML115-G1:~$

このなかにはビデオカードははいっているのでしょうか

オフライン

 

#5 2011-07-20 23:51:29

kaiyanotako
新しいメンバ
登録日: 2011-07-19

Re: サウンドカードは必要なのでしょうか

display    NV43 [GeForce 6600 GT]とありますよ。

hardinfo(システム情報とベンチマークの結果を表示する)を使ってみてはいかがですか?

Ubuntuソフトウェアセンターからhardinfoで検索して、
システムプロファイラとベンチマーク(Displays system infomation)をインストールします。
起動方法は「アプリケーション」メニューの「システムツール」「System Profiler and Benchmark」です。

オフライン

 

#6 2011-07-24 19:33:15

uran
メンバ
登録日: 2011-07-14

Re: サウンドカードは必要なのでしょうか

ありがとうございました。たしかにビデオカードはにんしきしているようです。
ところで、サウンドブラスター 5。1vxを買って入れ込みました。しかし、認識はしているようですが、音が出ません。
どうすればいいのでしょうか。

オフライン

 

#7 2011-07-24 20:08:26

uran
メンバ
登録日: 2011-07-14

Re: サウンドカードは必要なのでしょうか

すいません。ちゃんと音が出ました。差込口が間違っていました

オフライン

 

Board footer

Powered by FluxBB