Hello,
<br/>First: thank you for great job developing Voyage MPD - works awesome!
<br/>I upgrade to last build of Voyage MPD and on every reboot I got
<br/>different configuration for my USB DAC - sometimes is USB 1, sometimes
<br/>is USB 2 mode.
<br/>When is in USB 2 mode everything is OK, works well.
<br/>In USB 1 mode I got error message that can't open sound device and
<br/>can't play music.
<br/>Currently installed build of Voyage MPD is
<br/>voyage-mpd/voyage-mpd-0.9-rc1.tar.bz2 on ALIX3D2 board with USB DAC
<br/>M2Tech HiFace Two and without Wi-Fi card Installed.
<br/>I'm using like music source my home NAS and mount the music directory
<br/>via NFS in fstab.
<br/><br/>Is it possible to optimize the boot process and to define which module
<br/>or driver to load?
<br/><br/>Here is the result from aplay -l when everything works fine:
<br/>root@voyage:/etc/modprobe.d# aplay -l
<br/>**** List of PLAYBACK Hardware Devices ****
<br/>card 0: M20 [M2Tech USB Audio 2.0], device 0: USB Audio [USB Audio]
<br/>  Subdevices: 1/1
<br/>  Subdevice #0: subdevice #0
<br/><br/>Here is the result from aplay -L when everything works fine:
<br/>root@voyage:/etc/modprobe.d# aplay -L
<br/>null
<br/>    Discard all samples (playback) or generate zero samples (capture)
<br/>default:CARD=M20
<br/>    M2Tech USB Audio 2.0, USB Audio
<br/>    Default Audio Device
<br/>sysdefault:CARD=M20
<br/>    M2Tech USB Audio 2.0, USB Audio
<br/>    Default Audio Device
<br/>front:CARD=M20,DEV=0
<br/>    M2Tech USB Audio 2.0, USB Audio
<br/>    Front speakers
<br/>surround40:CARD=M20,DEV=0
<br/>    M2Tech USB Audio 2.0, USB Audio
<br/>    4.0 Surround output to Front and Rear speakers
<br/>surround41:CARD=M20,DEV=0
<br/>    M2Tech USB Audio 2.0, USB Audio
<br/>    4.1 Surround output to Front, Rear and Subwoofer speakers
<br/>surround50:CARD=M20,DEV=0
<br/>    M2Tech USB Audio 2.0, USB Audio
<br/>    5.0 Surround output to Front, Center and Rear speakers
<br/>surround51:CARD=M20,DEV=0
<br/>    M2Tech USB Audio 2.0, USB Audio
<br/>    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
<br/>surround71:CARD=M20,DEV=0
<br/>    M2Tech USB Audio 2.0, USB Audio
<br/>    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
<br/>iec958:CARD=M20,DEV=0
<br/>    M2Tech USB Audio 2.0, USB Audio
<br/>    IEC958 (S/PDIF) Digital Audio Output
<br/><br/>Here is the result from lsmod when everything works fine:
<br/>root@voyage:/etc/modprobe.d# lsmod
<br/>Module                  Size  Used by
<br/>nfsd                  159791  2
<br/>exportfs                2442  1 nfsd
<br/>ipv6                  190776  36
<br/>ledtrig_netdev          2654  0
<br/>ledtrig_timer           1178  0
<br/>ledtrig_heartbeat        925  0
<br/>geodewdt                2035  2
<br/>hwmon_vid               1608  0
<br/>lm90                    8829  0
<br/>evdev                   6400  0
<br/>snd_usb_audio          63506  1
<br/>snd_usbmidi_lib        12562  1 snd_usb_audio
<br/>snd_hwdep               3794  1 snd_usb_audio
<br/>snd_seq_midi            3208  0
<br/>snd_seq_midi_event      3636  1 snd_seq_midi
<br/>snd_rawmidi            11818  2 snd_usbmidi_lib,snd_seq_midi
<br/>snd_pcm                47801  1 snd_usb_audio
<br/>snd_page_alloc          4833  1 snd_pcm
<br/>snd_seq                32807  2 snd_seq_midi_event,snd_seq_midi
<br/>snd_seq_device          3561  3 snd_seq,snd_rawmidi,snd_seq_midi
<br/>snd_timer              11810  2 snd_pcm,snd_seq
<br/>snd                    34735  10
<br/>snd_usb_audio,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_usbmidi_lib,snd_seq_device
<br/>pcspkr                  1255  0
<br/>soundcore               3251  1 snd
<br/>scx200_acb              3151  0
<br/>cs5535_mfgpt            2145  1 geodewdt
<br/>geode_aes               3786  0
<br/>geode_rng                800  0
<br/>rng_core                2274  1 geode_rng
<br/>ata_generic             2239  0
<br/>pata_cs5536             2150  0
<br/>pata_amd                6684  0
<br/>libata                117623  3 pata_amd,ata_generic,pata_cs5536
<br/>ide_pci_generic         1964  0
<br/>ohci_hcd               16707  0
<br/>ehci_hcd               28673  0
<br/>usbcore                93451  5 snd_usb_audio,ohci_hcd,snd_usbmidi_lib,ehci_hcd
<br/>ssb                    32142  1 ohci_hcd
<br/>usb_common               529  1 usbcore
<br/>pcmcia                 24612  1 ssb
<br/>pcmcia_core             8381  1 pcmcia
<br/>amd74xx                 3612  1
<br/>via_rhine              15706  0
<br/>mii                     2759  1 via_rhine
<br/><br/><br/>info from
<br/>root@voyage:/etc/modprobe.d# cat /proc/asound/cards
<br/> 0 [M20            ]: USB-Audio - M2Tech USB Audio 2.0
<br/>                      M2Tech M2Tech USB Audio 2.0 at
<br/>usb-0000:00:0f.5-2, high speed
<br/><br/>In "bad" configuration after reboot the info is "M2Tech USB Audio 1".
<br/>I did not found any relation between how and how often I restart the
<br/>system - just sometimes it detects USB DAC in usb 1, other time like
<br/>usb 2 device.
<br/><br/>I did not found also such issue in internet.
<br/><br/>Please, do you have any ideas how to fix this issue?
<br/>Is it possible to define manually what and how to load to avoid
<br/>detecting new sound card after reboot?
<br/><br/>Best regards,
<br/><br/>Stoyan
<br/>

        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://voyage-linux.34677.n3.nabble.com/problem-with-Voyage-MPD-USB-2-Sound-tp4025273.html">problem with Voyage MPD USB 2 Sound</a><br/>
Sent from the <a href="http://voyage-linux.34677.n3.nabble.com/">Voyage Linux mailing list archive</a> at Nabble.com.<br/>