March 9, 2009
As described here I fought the problem for a long time, that mythtv sometimes just refuses to detect the TV cards, when two TV cards are installed.
I think I found the solution to the problem now finally – the problem appears when the loading order of the driver modules are mixed up, so that Card1, which normally is linked to /dev/video0 is linked to /dev/video1 and vice versa for Card2 – that seems to confuse mythtv.
So, the trick is to define in mythbuntu (or Ubuntu+mythtv), that it should load Card1 before Card2 so that the corresponding linking to the video-devs is done correctly.
As Ubuntu uses udev, which is not really easy, I just did the old dirty trick:
1) blacklist both TV card modules (in my case: ivtv and bttv):
sudo vi /etc/modprobe.d/blacklist
and add :
blacklist ivtv
blacklist bttv
2) Load the modules in your desired order:
sudo vi /etc/modules
and add:
ivtv
bttv
That’s it – I hope it finally really works and will test it in the next days.
1 Comment |
Howto, Mythtv, Ubuntu | Tagged: Card1 failed, Card2 failed, Mythbuntu, Mythtv, Ubuntu |
Permalink
Posted by Rock
March 2, 2009
I am running Mythbuntu 8.10 on my Asus A8V-VM SE with a Athlon 64 3200+ and faced severe problems. The most annoying one was the problem, that mythtv periodically wasn’t able to detect the tuner cards, although they were detected by the kernel and were configured correctly.
I tried several tips like moving the daemon call of mythtv-backend in /etc/rc5.d to a later position, from S25mythtv-backend to S99mythtv-backend – this didn’t really help. Until I finally got a setup, which works now in most cases or let’s say, nearly with all bootups.
So to help you preventing one or another headache, this is my setup wich works now really well:
In the Asus BIOS, you have to disable:
APIC
ACPI 2.0 support
and in Ubuntu, you have to add
noapic
in /boot/grub/menu.lst, so that it looks like this:
kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=xyz ro locale=de_DE quiet noapic
The next article I am planning will describe how to setup mythwelcome and acpi wakeup with Mythbuntu 8.10 on the crappy Asus A8V-VM SE – stay tuned.
Update:
I recently posted exactly here another socalled dirty tip, which should solve the problem – but as I have faced the same problem today again, that mythtv sometimes just refuses to detect the cards, I deleted it. But I think (and hope) I found the real deal today, the problem, why mythtv sometimes just doesn’t detect the cards, although the kernel detects it correctly.
The solution is posted in another post here:
Link
1 Comment |
Howto, Mythtv, Ubuntu | Tagged: ACPI, APIC, Asus A8V-VM, Mythtv, Ubuntu |
Permalink
Posted by Rock
October 30, 2008
To secure wpa/wpa2 keys from brute-force or dictionary-attacks, it is evident to use strong, that means long and purely randomly generated keys, which are in addition generated with a strong algorithm.
WPA/WPA2 limits the length of passwords to 63 digits, including upper/lowercase and special characters – so that’s what we are trying to generate….
Read the rest of this entry »
Leave a Comment » |
Good to know, Ubuntu | Tagged: Networking |
Permalink
Posted by Rock
June 9, 2008
In one of my previous posts I mentioned how to download flash videos, for instance from youtube, via plugin.
My standard Plugin for Flash downloading with Firefox 2.x, which wasn’t compatible with 3.x, has been released now in an updated , Firefox 3.x compatible version.
More info about the Plugin:
Download helper Website
Leave a Comment » |
Good to know, Ubuntu |
Permalink
Posted by Rock
June 8, 2008
Recently I described how to convert videos to .mp4 for your mobile phone using the avidemux2 gui.
But there is a faster, easier and more comfortable way to do this. With the following solution, you are able to convert a whole directory containing video files automatically to a phone-readable .mp4 format with just one click.
As in the previous Post, we still are using avidemux but now are invoking a job script to avidemux, so that we don’t need to configure the different settings manually. Along with a bash script, the conversion is done just with one double-click.
Read the rest of this entry »
1 Comment |
Handy/Mobile, Ubuntu |
Permalink
Posted by Rock
June 7, 2008
UPDATE: a better plugin for flash downloading has been released. Read more about it here.
As the recently released Ubuntu stable version Hardy Heron 8.04 comes with Firefox 3 (beta), my previous used plugins to download videos from Youtube aren’t currently supported, as they are mainly written for Firefox 2.x.
Therefore I had to use the Flash Video Resources downloader to be able to download those videos, which works flawlessly.
Clicking this blue symbol in the bottom right corner enables you to download the video you currently loaded via youtube:

A new page will popup after clicking the symbol, which is self explaining. Just hit the “Get Video” button, right click on the appearing “Get Flv” Field and hit “Save as” in the menu popup of firefox.
It is important, that you rename the video according to the desired name, following the type .flv.
That’s it.
1 Comment |
Good to know, Ubuntu |
Permalink
Posted by Rock
June 7, 2008
I recently bought a Sony Ericsson K770 mobile, which is a pretty neat piece of phone.
The phone supports playback of videos in different formats, including .mp4 or .3gp. As I would like to be able to convert videos from different sources to .mp4 using Ubuntu, I found a nice and easy method to convert dozens of Source formats to mp4.
All you need is a decent version of avidemux2, which can be installed in Ubuntu using the following command:
(or your preferred apt gui)
sudo apt-get install avidemux
First look at avidemux:

Read the rest of this entry »
2 Comments |
Handy/Mobile, Ubuntu |
Permalink
Posted by Rock