I am able reconfigure the mic input to get my guitar to work properly through Rakarrack, but I am unable to get the sound to come out of anything but the computer speaker. I want it to go through the headphone jack output. The sound card is a connexant pebble HD sound card. I am really amazed by how low the latency is (<6ms), how fast the system boots, and the simplicity of the environment to use. I REALLY want this to work!!!
Ubuntu distributions required updating the alsa-base.config file with the following info per ( http://ubuntuforums.org/showpost.php?p=9182027&postcount=123 :
"problems with jacks solved by adding to /etc/modprobe.d/alsa-base.conf followinf line:"
options snd-hda-intel model="olpc-xo-1_5".
I tried to modify these settings, but I can't modify them with the editor built into the distro. I even tried to copy and paste after modifying the file in another distro. Please advise how I can fix this.
Thanks,
Marlow
marlow77@hotmail.com
I'm glad you like it.
To solve your problem you can try doing this:
Alt+F1 # This will open a terminal
sudo su # This will make you root
nano /etc/modprobe.d/alsa-base.conf # This open a terminal-based editor
# Make your modifications and press Ctrl+o to save and Ctrl+x to exit
/etc/init.d/alsa-utils restart # To restart alsa
Please try this and let me know if it works.
Regards, todoesverso