web-dev-qa-db-ja.com

Ubuntu 12.10のクリーンインストールでサウンドが機能しない

Ubuntu 12.10を12.04からクリーンインストールしましたが、サウンドは現在動作していません。 12.04では、そのまま使用できました。

hwinfo --soundを実行しました

hal.1: read hal dataprocess 4222: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file ../../dbus/dbus-errors.c line 282.
This is normally a bug in some application using the D-Bus library.
libhal.c 3483 : Error unsubscribing to signals, error=The name org.freedesktop.Hal was not provided by any .service files
10: PCI 1b.0: 0403 Audio device                                 
  [Created at pci.318]
  Unique ID: u1Nb.ekgK5auW5RA
  SysFS ID: /devices/pci0000:00/0000:00:1b.0
  SysFS BusID: 0000:00:1b.0
  Hardware Class: sound
  Model: "Intel 82801G (ICH7 Family) High Definition Audio Controller"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0x27d8 "82801G (ICH7 Family) High Definition Audio Controller"
  SubVendor: pci 0x1028 "Dell"
  SubDevice: pci 0x01de 
  Revision: 0x01
  Memory Range: 0xfdffc000-0xfdffffff (rw,non-prefetchable)
  IRQ: 11 (no events)
  Module Alias: "pci:v00008086d000027D8sv00001028sd000001DEbc04sc03i00"
  Driver Info #0:
    Driver Status: snd_hda_intel is active
    Driver Activation Cmd: "modprobe snd_hda_intel"
  Config Status: cfg=new, avail=yes, need=no, active=unknown

これを修正する方法がわかりません。このバージョンの前にも動作しました。

これを解決するには?

4
ZooRocket

alsamixerを実行し、AUTO-MUTEモードをENABLEからDISABLEに変更して修正しました。

5
raptox

しばらくこの問題と戦い、最終的に解決策を見つけました: https://bbs.archlinux.org/viewtopic.php?pid=115808

それが何をするのか、それが他にどんな結果をもたらすのかは本当にわかりませんが、私は追加しました

blacklist i82975x_edac

/etc/modprobe.d/blacklist.conf

(リブート)

サウンドが機能するようになり、「ダミー出力」が実際のサウンドカードに置き換えられました。

2
Fredde
1
user99295

私は同様の問題を抱えていました。私はラップトップから通常どおり音を出すことができましたが、ヘッドフォンを取り付けても何も得られませんでした。

次のリンクの指示に従い、すぐに成功しました。

https://www.simplified.guide/ubuntu/fix-no-sound-headphone-jack-Dell-xps-studio-16

0
Soft_Ollies

こっちも一緒。私は光オーディオ出力を使用します。これは、12.04ですぐに使用できました。

Audio Configタブ(gnome-control-center内)を開くことで再びサウンドを機能させることができ、アナログデバイスの代わりにデジタルS/PDIFを出力デバイスとして選択しました。

うまくいけば、再起動後に設定が保存されます。

0
Robert Schwabe