November 25, 2008
Found an excellent guide (in Swedish) to remove PulseAudio. Basically do this:
alsamixer
Check that your system uses Pulseaudio (it says clearly by Card and Chip) in the top left corner.
sudo rm /etc/X11/Xsession.d/70pulseaudio
killall pulseaudio
sudo apt-get remove pulseaudio
sudo apt-get install esound
Then run:
alsamixer
And check that it is not using PulseAudio any longer.
I will report after thorough testing if it works fine.
3 Comments |
Software, System settings | Tagged: Software, XBMC, PulseAudio, Base System |
Permalink
Posted by johano
November 23, 2008
As I wrote in my earlier post about PulseAudio it doesn’t work to well with XBMC Media Center.
I have now been using XBMC quite a lot for a full week and have no problems what so ever, as long as PulseAudio is closed first.
sudo killall pulseaudio
As soon as I have a little more time I will investigate how a uninstall of PulseAudio could affect the system…
Leave a Comment » |
Software, System settings, Uncategorized | Tagged: Software, XBMC, PulseAudio, Base System |
Permalink
Posted by johano
November 19, 2008
Xbox Media Center seems to have a share of problems on my system. The most recent events has been that the audio seems to crash, either going silent or getting stuck in a endless loop that’s quite annoying. This seems to happen quite often if I jump in movies.
The first solution, rebooting the system, wasn’t exactly neat. The second is sort-of work-in-progress. But it seems to work which is nice:
In System – Preferences – Sound I’ve changed all settings to use ALSA 
Then either before I start XBMC or when the problem occurs I run:
sudo killall pulseaudio
ps aux | grep pulse
If there still is pulseaudio processes left I kill them with
sudo kill -9 whateverprocess
I think this happens mostly when I has been running XBMC and the audio is hung. Of course the ideal thing here would be to disable pulseaudio completely, or to pray for team-xbmc to fix this. I have not decided what to do yet, I have to do some reading on this PulseAudio, it might be there for some other reason than to break XBMC.
2 Comments |
Uncategorized | Tagged: Software, XBMC, PulseAudio, Base System |
Permalink
Posted by johano
November 10, 2008
Darn, today I got around to installning my second vpn which gave me more trouble than I asked for. I have been running my primary connection to my office for a while and it has been working flawlessly, it’s really, really nice to be able to manage stuff like this in the network manager.
The second vpn connection, to a datacenter at work is not working as well though. First I have some kind of routing problem – when this is connected I can’t access anything outside of the vpn-route
The explanation is in routing. But I didn’t succeed in fixing it in the network manager settings. Will try again when I have more time.
default * 0.0.0.0 U 0 0 0 tap0
The other thing that has pussled me is that I cannot activate both my vpn’s at the same time. First I thought it was a configuration misstake (since I have been using these two OpenVPN connections simultaneously on 8.04) but the I found this on Ubuntu Brainstorm. It seems to be a limit set in Network Manager. Bummer.
Should be easy to fix though, since it was working outside NM, hopefully someone with skillz will do that.
Leave a Comment » |
System settings | Tagged: Base System, Network Manager, VPN |
Permalink
Posted by johano
November 9, 2008
Last week I was working at a clients site and had to configure my computer to use a static IP, netmask, gateway and special DNS-servers. The client has a very closed network and no DHCP what so ever, so apart from using a static ip-address I could only use their DNS-servers.
I just love the network-manager. Dunno if this is new functionality or if it has been there all the time but it isn’t harder than to right-click on the network manager and add another network. I always use the “Auto eth0″ connection, since it works at my office and at home. I was wondering for a while how this setting could conflict with my office settings.
No worries, when I got back to the office, and when I got home, it automagically used the “Auto eth0″ again. But more interesting was that when I got back a couple of days later it found the tailored connection again. I’m not sure how this was done, did network manager try it since it couldn’t get and DHCP or did it recognize the network in some other way? Works flawlessly for me anyway.
The network manager is my friend keeping track of my 5 regular wirless connections, my mobile broadband, my office vpn and also my wired connections in one place – it feels so good compared to what I was used to (which involved some rather ugly shell-scripts written by myself).
Leave a Comment » |
System settings | Tagged: Base System, Network Manager |
Permalink
Posted by johano
November 9, 2008
Xbox Media Center, for those of you unaware, is simply the most amazing media-playing-center-thingy around. I’ve been using it on modded Xboxes for ages, and been running it and its cousin Plex on Mac for a while, and, on my previous installation of Ubuntu on my laptop.
Since I’ve read about problems with running the Hardy-version on Intrepid I’ve been waiting for it to turn up for Intrepid which it has today (or maybe some other day, I haven’t really checked on a daily basis.).
Go “System” – “Administration” – “Software Sources” and hit the “Third-Party Software”. Hit “Add” twice and enter the following lines, separated with a “Add Source” button press:
deb http://ppa.launchpad.net/team-xbmc-intrepid/ubuntu intrepid main
deb-src http://ppa.launchpad.net/team-xbmc-intrepid/ubuntu intrepid main
(Here I wonder if both really are needed, it feels like one could be for compiled stuff and the other for sources, and I won’t really use any of the sources so I don’t know if I need both, someone?)
Close and reload and wander over to “System” – “Administration” – “synaptic package manager”. Hit the button “Origin” (down in the left corner) and choose “ppa.launchpad.net/main” above and all the interesting packages will show up. I started out with the xbmc package and xbmc-scripts-supported. Hit apply and wait.
Problems? This page is the first in a long thread which deals with the Intrepid installation
My troubles are frightening me, when starting XBMC I get an error I had on this laptop when running Compiz (which I don’t for the moment). The error is that the latitudes fan is spinning up faster and faster until the computer shuts of with a click. This error made Dell travel out to me and change the motherboard so I thought it was fixed. Wonder if there could be a Nvidia / Dell / Latitude bug with intensive graphic load. On the other hand, how intensive could it be to show the first page of XBMC. It took me some hours to get back on track, but now I will have a go again as soon as I have published this.
1 Comment |
Software | Tagged: Software, XBMC |
Permalink
Posted by johano
November 9, 2008
While preparing and testing XBMC (will write about that soon) I had a really nasty crash which prevented me from doing anything with my computer. After the login screen a couple of error messages with stuff like
"Failed to contact configuration server, some possible causes are that you need to enable TCP/IP networking for ORBIt or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details - 1: IOR file '/tmp/gconfd-root/lock/ior' not opened successfully, no gconfd located: Input/output error 2: IOR file '/tmp/gconfd-root/lock/ior' not opened successfully, no gconfd located: Input/output error)"
Tried everything I could think of, booted from a CD, ran FSCK, rebooted, rebooted again, read a thousand pages on Google (on another computer), went through the syslog and messages logs etc. My Gnome screen was black, and the only thing that worked was the mouse and PrntScrn which, apart from bringing up the screendump dialog also generated an error message.
The solution which I found here, sortof, which in turn makes it possible for me to write this, was to rename saved_state like this:
mv ~/.gconfd/saved_state saved_state.old
Reasons like this makes it hard to suggest Linux to my mother…
2 Comments |
Mumbling | Tagged: Base System, Ubuntu shortcomings, XBMC |
Permalink
Posted by johano