已经全面的将我的工作,开发,生活都升级到了ubuntu7.04上了,折腾了将近3天,总算是跑起来了。也试着习惯了ubuntu,为了安装我的佳的美
utv-330电视盒,一直忙活到了4点多才弄好。主要是就是一个驱动的问题,找了n多网页才找到了解决的问题的方法,备忘如下:
For Ubuntu’s Feisty Fawn :
sudo apt-get install mercurial linux-headers-$(uname -r) linux-source build-essential
cd /lib/firmware
wget http://konstantin.filtschew.de/v4l-firmware/firmware_v4.tgz
tar xvzf firmware_v4.tgz
hg clone http://mcentral.de/hg/~mrec/v4l-dvb-experimental
cd v4l-dvb-experimental
make
make install
reboot
sudo modprobe em2880-dvb
If on the next reboot, the card stops working the em2880-dvb module is not being loaded properly in Feisty. To fix this :
cd /etc/modprobe.d
sudo gedit dvbstick
then add this line to the new dvbstick file :
install em28xx /sbin/modprobe --ignore-install em28xx; /bin/sleep 2; /sbin/modprobe em2880-dvb
reboot and it should be back up and running.
—————————————————————————————————–
For Ubuntu’s Edgy Eft :
sudo su
apt-get install mercurial linux-headers-$(uname -r) linux-source build-essential
cd /lib/firmware
wget http://konstantin.filtschew.de/v4l-firmware/firmware_v4.tgz
tar xvzf firmware_v4.tgz
hg clone http://mcentral.de/hg/~mrec/v4l-dvb-kernel
cd v4l-dvb-kernel
make
make install
reboot
sudo modprobe em2880-dvb
If on the next reboot, the card stops working the em2880-dvb module is not being loaded properly in Edgy. To fix this :
cd /etc/modprobe.d
sudo gedit dvbstick
then add this line to the new dvbstick file :
install em28xx /sbin/modprobe --ignore-install em28xx; /bin/sleep 2; /sbin/modprobe em2880-dvb
reboot and it should be back up and running.
—————————————————————————————————–
For Fedora Core 6 :
You should first make sure you have the development tools installed. Applications —> Add / Remove Software —>Development —> Development Tools.
su -
yum install mercurial
cd /lib/firmware
wget http://konstantin.filtschew.de/v4l-firmware/firmware_v4.tgz
tar xvzf firmware_v4.tgz
hg clone http://mcentral.de/hg/~mrec/v4l-dvb-kernel
cd v4l-dvb-kernel
make
make install
reboot
sudo modprobe em2880-dvb
If on reboot, the card stops working the em2880-dvb module is not being loaded properly in FC6. To fix this :
cd /etc/modprobe.d
sudo gedit dvbstick
then add this line to the new dvbstick file :
install em28xx /sbin/modprobe --ignore-install em28xx; /bin/sleep 2; /sbin/modprobe em2880-dvb
From there I just had to add the new tuner to MythTV via mythtv-setup
in Ubuntu Edgy Eft and then the Hauppage HVR-950 worked smoothly in
Linux with MythTV & ATSC HDTV (Although, I could never get the unit
to play analog cable tv channels).