Same problem here, after a jaunty to karmic upgrade.

It's seems that my dvb stick (Leadtek Winfast DTV Dongle) is recognized
in dmesg, but no dvp apps works.


Output of `ls /dev/dvb*` is :

/dev/dvb0.demux0  /dev/dvb0.dvr0  /dev/dvb0.frontend0  /dev/dvb0.net0


In the older ubuntu versions, this devices was inside a
/dev/dvb/adapter*/ directory.

If i do :

sudo mkdir /dev/dvb
sudo mkdir /dev/dvb/adapter0
sudo ln -s /dev/dvb0.demux0 /dev/dvb/adapter0/demux0
sudo ln -s /dev/dvb0.dvr0 /dev/dvb/adapter0/dvr0
sudo ln -s /dev/dvb0.frontend0 /dev/dvb/adapter0/frontend0
sudo ln -s /dev/dvb0.net0 /dev/dvb/adapter0/net0

all my dvb apps work again


I think it's missing a udev rule to do that automatically. But I have no idea 
how to write it.  There may be a solution at 
http://ubuntuforums.org/showthread.php?t=1278275

-- 
[Karmic] DiBcom an2235 DVB tuner not working after Karmic upgrade
https://bugs.launchpad.net/bugs/448811
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to