You are not logged in.
Hello, i am trying to setup my new arch system on thinkpad x120e, i was following this laptop model entry on the arch wiki to setup the sound :https://wiki.archlinux.org/index.php/IBM_ThinkPad_X120e
i have created .asoundrc with:
pcm.!default {
type hw
card 1
}
ctl.!default {
type hw
card 1
}
in it. ALSA is working, i have sound(in one app at the time though, can't even watch youtube video with sound if VLC is running)
here's what qjackctl giving me when i'm starting it:
02:12:20.331 Patchbay deactivated.
02:12:20.335 Statistics reset.
02:12:20.367 ALSA connection change.
02:12:20.547 D-BUS: Service not available (org.jackaudio.service aka jackdbus).
02:12:20.671 JACK is starting...
02:12:20.672 /usr/bin/jackd -dalsa -dhw:0 -r48000 -p1024 -n2
02:12:20.689 ALSA connection graph change.
jackd 0.121.2
Copyright 2001-2009 Paul Davis, Stephane Letz, Jack O'Quinn, Torben Hohn and others.
jackd comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
02:12:20.703 JACK was started with PID=9176.
could not open driver .so '/usr/lib/jack/jack_net.so': libcelt0.so.0: cannot open shared object file: No such file or directory
could not open driver .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
JACK compiled with System V SHM support.
loading driver ..
apparent rate = 48000
creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit
control device hw:0pthread_cancel
ALSA: Cannot open PCM device alsa_pcm for playback. Falling back to capture-only mode
cannot load driver module alsa
libgcc_s.so.1 must be installed for pthread_cancel to work
02:12:20.961 JACK was stopped successfully.
02:12:20.965 JACK has crashed.
02:12:22.913 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info
Last edited by timurkuyanov (2011-09-03 07:48:37)
Offline
I want you to try again after removing ~/.asoundrc and the module argument. Do a reboot. After that, only use the module argument but skip the asoundrc, reboot, and try again.
I need real, proper pen and paper for this.
Offline
hi, what's the module argument,sorry?
Offline
In /etc/modprobe.d/modprobe.conf:
options snd-hda-intel index=1
I need real, proper pen and paper for this.
Offline
hi, sorry, were away from my computer...
removing .asoundrc doesn't change anything, and i have no 'argument' thingie in my modeprobe.conf...however, i found out if i uncheck 'realtime' option in settings, jack server starts...will read about this now, i have no realtime kernel,maybe this is the issue??
thanks alot!
Offline