???
已經(jīng)全面的將我的工作,開發(fā),生活都升級到了ubuntu7.04上了,折騰了將近3天,總算是跑起來了。也試著習(xí)慣了ubuntu,為了安裝我的佳的美
utv-330電視盒,一直忙活到了4點(diǎn)多才弄好。主要是就是一個(gè)驅(qū)動(dòng)的問題,找了n多網(wǎng)頁才找到了解決的問題的方法,備忘如下:
???
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).