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: Base System, PulseAudio, Software, XBMC |
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: Base System, PulseAudio, Software, XBMC |
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: Base System, PulseAudio, Software, XBMC |
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
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
November 9, 2008
and I just realized that Sundays feel even more Sunday-ish a grey, rainy November day like today just because of the brown human theme. I downloaded the “community-themes” after reading the Fosswire roundup on Ubuntu 8.10 where Jacob mentioned that he liked the Dust theme. I didn’t, actually I didn’t like any of the three included themes, so I went for one of the included once instead, “New wave”…
Not exactly as nice and shiny as I wanted it, but at least I felt like I had a computer with a new style.
Leave a Comment » |
Mumbling | Tagged: Base System, Look&feel |
Permalink
Posted by johano
November 7, 2008
I need to solve this. I’ve tried numerous times to get a solution in place (not for 8.10 though) for getting a dependable backup running which really is a area to improve on Ubuntu (and other linuxes as well) we need a simple and dependable solution.
What is easy and dependable then?
- Backing up to USB-drive is ideal (cheap, large storage available everywhere)
- Backing up everything without any questions
- Saving all versions for a configurable time
- Excluding by file patterns (for example *.mp3 *.avi)
- Easily restoring single files
- Restoring the latest version to a new disk easily (ideally by booting from the USB-drive)
This is pretty much Apples approach in Time Machine I guess, but I’m not running a Macintosh so I can’t install that and test. Let the search for a solution begin.
1 Comment |
Backup, Mumbling | Tagged: Base System, Ubuntu shortcomings |
Permalink
Posted by johano