こんにちは 奥井です。 USBスピーカー(メーカー:Arvel モデル:AMSU1BR)を購入したんですが、うまくいきません。 起動時にkuzduでメッセージがでました。 Checking new hardware The following sound card has been added to your system C-Media INC. C-Media USB Audio 1)configure the device 1)を選択 [sus@P4G sus]$ dmesg|grep usb usbcore: registered new driver usbfs usbcore: registered new driver hub usbmon: debugfs is not available usbcore: registered new driver libusual usbcore: registered new driver hiddev usbcore: registered new driver usbhid drivers/usb/input/hid-core.c: v2.6:USB HID core driver usb usb1: configuration #1 chosen from 1 choice usb usb2: configuration #1 chosen from 1 choice usb usb3: configuration #1 chosen from 1 choice usb 1-1: new high speed USB device using ehci_hcd and address 2 usb usb4: configuration #1 chosen from 1 choice usb 1-1: configuration #1 chosen from 1 choice usb usb5: configuration #1 chosen from 1 choice usb 3-1: new full speed USB device using uhci_hcd and address 2 usb 3-1: configuration #1 chosen from 1 choice usb 1-1.1: new full speed USB device using ehci_hcd and address 4 usb 1-1.1: configuration #1 chosen from 1 choice usbcore: registered new driver snd-usb-audio <-----lsmodでsnd-usb-audioがロードされている事を確認 /proc/asoundでcard1/、defaultが作られていました。 [sus@P4G sus]$ ls -l /proc/asound 合計 2 lrwxrwxrwx 1 root root 5 12月30日 11:50 ICH5 -> card0/ dr-xr-xr-x 9 root root 0 12月30日 11:50 card0/ dr-xr-xr-x 3 root root 0 12月30日 11:50 card1/ -r--r--r-- 1 root root 0 12月30日 11:50 cards lrwxrwxrwx 1 root root 5 12月30日 11:50 default -> card1/ -r--r--r-- 1 root root 0 12月30日 11:50 devices -r--r--r-- 1 root root 0 12月30日 11:50 hwdep -r--r--r-- 1 root root 0 12月30日 11:50 modules dr-xr-xr-x 2 root root 0 12月30日 11:50 oss/ -r--r--r-- 1 root root 0 12月30日 11:50 pcm dr-xr-xr-x 2 root root 0 12月30日 11:50 seq/ -r--r--r-- 1 root root 0 12月30日 11:50 timers -r--r--r-- 1 root root 0 12月30日 11:50 version /etc/modprobe.conf alias eth0 8139too alias snd-card-0 snd-intel8x0 install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0 alias char-major-81 bttv options bttv card=76 radio=1 tuner=2 alias usb-controller ehci-hcd alias usb-controller1 uhci-hcd remove snd-usb-audio { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-usb-audio <--新たに追加 alias snd-card-1 snd-usb-audio <--新たに追加 options snd-card-1 index=1 <--新たに追加 デスクトップの右上のスピーカーアイコンを右クリックして「音量コントロールを開く」ででた音量調節ツール 2.14.2の画面でファイルのデバイス変更で「Intel ICH5(Alsa mixer」から「C-Media USB Audio(Alsa mixer)」(PCMのコントロールのみ表示されている)に変更しました。 しかし、mp3,wmv,mpegファイルを再生しましたが全部元々Line-Inにつながってるスピーカーから音がでています。 Googleで検索したらalsa.confを編集すればいいらしいので/usr/share/alsa/alsa.confのcard 0をcard 1に変更しましたがまだUSBスピーカーから音がでません。 再起動してもおなじでした。 どうかご助言お願いします。