Hi there, I need help to configure Ubuntustudio on my machine

Matthias Beyer Matthias at ib-fb.de
Mon Apr 2 17:33:51 UTC 2012


Hello Alexander!

I figured out a problem with Jack, see the output of several commands I 
posted below.
All in all: The Jack Server does not start. I can try to start it via 
qjackctl but it crashes. Maybe you can help me with this first problem.

Thank you for your link, I bookmarked it, but it does not help with this 
problem anyway!

Here is the output:

matthias at ustudio:~$lsb_release -d
Description:    Ubuntu 11.10
matthias at ustudio:~$uname -r
3.0.0-17-generic
matthias at ustudio:~$cat /proc/asound/cards
  0[SI7012]: ICH - SiS SI7012
                       SiS SI7012 with ALC655 at irq 18
  1[Juli]: ICE1724 - ESI Juli@
                       ESI Juli@ at 0xf600, irq 17
matthias at ustudio:~$aplay -l
**** Liste der Hardware-Geräte(PLAYBACK)  ****
Karte 0: SI7012[SiS SI7012], Gerät 0: Intel ICH[SiS SI7012]
   Sub-Geräte: 1/1
   Sub-Gerät#0: subdevice #0
Karte 1: Juli[ESI Juli@], Gerät 0: ICE1724[ICE1724]
   Sub-Geräte: 1/1
   Sub-Gerät#0: subdevice #0
Karte 1: Juli[ESI Juli@], Gerät 1: ICE1724 IEC958[ICE1724 IEC958]
   Sub-Geräte: 1/1
   Sub-Gerät#0: subdevice #0
matthias at ustudio:~$aplay /usr/share/sounds/alsa/Noise.wav
ALSA lib confmisc.c:1286:(snd_func_refer)  Unable to find definition'defaults.namehint.basic'
ALSA lib conf.c:4184:(_snd_config_evaluate)  functionsnd_func_refer returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib conf.c:4663:(snd_config_expand)  Evaluate error: Datei oder Verzeichnis nicht gefunden
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate)  Unknown PCM default
aplay: main:660: Fehler beim Öffnen des Gerätes: Datei oder Verzeichnis nicht gefunden
matthias at ustudio:~$lspci -nnk | grep -iA2 audio
00:02.7 Multimedia audio controller[0401]: Silicon Integrated Systems[SiS]  SiS7012 AC'97 Sound Controller[1039:7012]  (rev a0)
         Subsystem: Foxconn International, Inc. Device[105b:0c64]
         Kernel driver in use: Intel ICH
--
00:0a.0 Multimedia audio controller[0401]: VIA Technologies Inc. VT1720/24[Envy24PT/HT]  PCI Multi-Channel Audio Controller[1412:1724]  (rev 01)
         Subsystem: Device[3031:4553]
         Kernel driver in use: ICE1724
matthias at ustudio:~$ps -C esd
   PID TTY          TIME CMD
matthias at ustudio:~$ps -C arts
   PID TTY          TIME CMD
matthias at ustudio:~$ps -C pulseaudio
   PID TTY          TIME CMD
  1662 ?        00:00:00 pulseaudio
matthias at ustudio:~$grep"^audio"  /etc/group | grep"$USER"  | wc -l
1
matthias at ustudio:~$lsmod | grep"snd"
snd_seq_dummy          12686  0
snd_ice1724           107002  1
snd_intel8x0           33318  1
snd_ice17xx_ak4xxx     13163  1 snd_ice1724
snd_ac97_codec        106082  2 snd_ice1724,snd_intel8x0
ac97_bus               12642  1 snd_ac97_codec
snd_ak4xxx_adda        18464  2 snd_ice1724,snd_ice17xx_ak4xxx
snd_ak4114             14326  1 snd_ice1724
snd_pt2258             12986  1 snd_ice1724
snd_i2c                13863  2 snd_ice1724,snd_pt2258
snd_ak4113             14307  1 snd_ice1724
snd_pcm                80435  5 snd_ice1724,snd_intel8x0,snd_ac97_codec,snd_ak4114,snd_ak4113
snd_seq_midi           13132  0
snd_rawmidi            25241  2 snd_ice1724,snd_seq_midi
snd_seq_midi_event     14475  1 snd_seq_midi
snd_seq                51567  6 snd_seq_dummy,snd_seq_midi,snd_seq_midi_event
snd_timer              28932  2 snd_pcm,snd_seq
snd_seq_device         14172  4 snd_seq_dummy,snd_seq_midi,snd_rawmidi,snd_seq
snd                    55902  18 snd_ice1724,snd_intel8x0,snd_ac97_codec,snd_ak4xxx_adda,snd_ak4114,snd_pt2258,snd_i2c,snd_ak4113,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore              12600  1 snd
snd_page_alloc         14115  2 snd_intel8x0,snd_pcm
matthias at ustudio:~$head -n 3 /proc/asound/card0/codec#0
head: „/proc/asound/card0/codec#0“ kann nicht zum Lesen geöffnet werden: Datei oder Verzeichnis nicht gefunden
matthias at ustudio:~$head -n 3 /proc/asound/card0/codec97#0/ac97#0-0
0-0/0: Realtek ALC655 rev 0

PCI Subsys Vendor: 0x105b
matthias at ustudio:~$head -n 3 /proc/asound/card0/codec97#0/ac97#0-0+regs
0:00=  0000
0:02=  0e0e
0:04=  0000
matthias at ustudio:~$asoundconf list
Names of available sound cards:
SI7012
Juli
matthias at ustudio:~$cat ~/.asoundrc
# ALSA library configuration file

# Include settings that are under the control of asoundconf(1).
# (To disable these settings, comment out this line.)
</home/matthias/.asoundrc.asoundconf>

matthias at ustudio:~$cat ~/.asoundrc.asoundconf
# ALSA library configuration file managed by asoundconf(1).
#
# MANUAL CHANGES TO THIS FILE WILL BE OVERWRITTEN!
#
# Manual changes to the ALSA library configuration should be implemented
# by editing the ~/.asoundrc file, not by editing this file.
!defaults.pcm.card Juli
defaults.ctl.card Juli
defaults.pcm.device 0
defaults.pcm.subdevice -1
defaults.pcm.nonblock 1
defaults.pcm.compat 0
matthias at ustudio:~$


regards,
Matthias



Am 29.03.2012 12:29, schrieb alexander dahlberg:
> Hello Matthias!
>
> firstly do yourself a favour and bookmark this site.
>
> http://en.flossmanuals.net/ardour/index/
>
> its the manuall for Ardour but goes through alot of other things you need
> to know about recording and music production. i find myslef visiting it on
> a daily basis.
>
> although Ubuntu studio is great and solid in many ways  i personally found
> myself to switch to kxstudio (witch is built from ubuntu studio ) some
> tools provided by *falkTX *and his team sovled aloth of time consuming
> tasks.
>
> *http://kxstudio.sourceforge.net/Main_Page
> *
> music creation with linux is the reason i switched in the first place. my
> band is on a tight budget like many others and we have done recordings on a
> 6 year old laptop from Zepto. its a bit time consuming to learn in the
> begining but trust me. you wont ever go back to windows or mac ;)*
>
> kind regards
> Alexander  *
> www.prostaten.se
>
> Den 28 mars 2012 20:13 skrev Matthias Beyer<Matthias at ib-fb.de>:
>
>> Hi there!
>> I'm new to this mailinglist, so hello everybody!
>>
>> Firstly, because I'm new, please tell me where I can find the terms of use
>> of this ML!
>> Secondly, I'm from germany and my english is not as good as it should be!
>> So if you don't understand what I'm talking about, please tell me and I
>> will find a better wording for what I mean.
>>
>> ---
>>
>> I need help to configure my Ubuntustudio on my machine. Currently, I have
>> _nothing_, just installed it on my Machine.
>> It's an Oneiric Ocelot Ubuntu Studio.
>> My Hardware:
>>     -    Soundcard: ESI Juli@
>>     -    Midikeyboard: Midistart 3
>>     -    Drumcontroller: Akai MPD24
>>     -    Speakers: Fostex PM04
>>     -    Microphone: AT3035
>>     -    Amp: Presonus TubePre
>>
>> Usergroups I'm in: adm, dialout, cdrom, audio, plugdev, lpadmin, admin,
>> sambashare
>>
>> Kind of machine I run on:
>>     It's Fujitsu Siemens machine, 6497MC. ( Info from with dmidecode )
>>     lspci gives me the following:
>>
>> matthias at ustudio:~$ lspci
>> 00:00.0 Host bridge: Silicon Integrated Systems [SiS] SiS649 Host (rev 10)
>> 00:01.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
>> 00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS965 [MuTIOL Media
>> IO] (rev 48)
>> 00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01)
>> 00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS]
>> SiS7012 AC'97 Sound Controller (rev a0)
>> 00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.1
>> Controller (rev 0f)
>> 00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.1
>> Controller (rev 0f)
>> 00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.1
>> Controller (rev 0f)
>> 00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
>> 00:05.0 IDE interface: Silicon Integrated Systems [SiS] 182 SATA/RAID
>> Controller (rev 01)
>> 00:0a.0 Multimedia audio controller: VIA Technologies Inc. VT1720/24
>> [Envy24PT/HT] PCI Multi-Channel Audio Controller (rev 01)
>> 00:0c.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
>> RTL-8139/8139C/8139C+ (rev 10)
>> 01:00.0 VGA compatible controller: nVidia Corporation G72 [GeForce 7300
>> SE/7200 GS] (rev a1)
>>
>>
>> The Midikeyboard is conected to the Soundcard by an Midi-cable, the MPD
>> via USB.
>> "cat /proc/asound/cards" tells me that the soundcard is deteced! It's
>> listed as 3rd device. I don't know what the second one is, because there is
>> just the default (onboard) soundcard and the ESI.
>> If I open alsamixer and select the ESI via F6, there is still no sound. I
>> don't know where my problem is and google just tells me to use alsamixer
>> and cat /proc...
>> I test by playing the File in /usr/share/sounds/alsa/Front_**Center.wav
>> with aplay or with the default music player by clicking on a Music file.
>>
>> If I use aplay there's an error output:
>>
>> ALSA lib confmisc.c:1286:(snd_func_**refer) Unable to find definition
>> 'defaults.namehint.basic'
>> ALSA lib conf.c:4184:(_snd_config_**evaluate) function snd_func_refer
>> returned error: Datei oder Verzeichnis nicht gefunden (1)
>> ALSA lib conf.c:4663:(snd_config_**expand) Evaluate error: Datei oder
>> Verzeichnis nicht gefunden (1)
>> ALSA lib pcm.c:2212:(snc_pcm_open_**noupdate) Unknown PCM default
>> aplay: main:660: Fehler beim Öffnen des Gerätes: Datei oder Verzeichnis
>> nicht gefunden (2)
>>
>> (1) File or Directory not found
>> (2) Error opening device: File or Directory not found
>>
>> Can anyone tell me what I should do now? How can I get that stuff working?
>> I hope you have enough information to help me. If not, tell me I will post
>> it!
>>
>> Best regards from Sunny-South-Germany,
>> Matthias Beye
>>
>> --
>> Ubuntu-Studio-users mailing list
>> Ubuntu-Studio-users at lists.**ubuntu.com<Ubuntu-Studio-users at lists.ubuntu.com>
>> Modify settings or unsubscribe at: https://lists.ubuntu.com/**
>> mailman/listinfo/ubuntu-**studio-users<https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users>
>>
>
>



More information about the Ubuntu-Studio-users mailing list