平淡生活

平淡的生活

  BlogJava :: 首页 :: 联系 :: 聚合  :: 管理
  4 Posts :: 0 Stories :: 8 Comments :: 0 Trackbacks
    已经全面的将我的工作,开发,生活都升级到了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).

posted on 2007-06-05 00:25 平淡生活 阅读(5004) 评论(8)  编辑  收藏

Feedback

# re: Ubuntu 7.04下 佳的美(gademei)usb电视盒(utv-330)安装记录 2007-06-18 12:52 coolly
准备照你的方法实验看看,能不能在linux 2。6上面是否可以使用,请多指教  回复  更多评论
  

# Ubuntu 7.04下 佳的美(gademei)usb电视盒(utv-330)安装记录 2007-07-04 18:28 flries
我已经按照你上面的方法试了一次,结果不成功。唯一的区别就是我用的电视卡是佳的美(gademei)usb电视盒(utv-330+),请赐教!在线等。。。。  回复  更多评论
  

# re: Ubuntu 7.04下 佳的美(gademei)usb电视盒(utv-330)安装记录 2007-07-04 18:54 flries
我的邮箱是flries#163.com 谢谢!  回复  更多评论
  

# re: Ubuntu 7.04下 佳的美(gademei)usb电视盒(utv-330)安装记录 2007-08-11 22:13 dreamstone
ubuntu还是不错的  回复  更多评论
  

# re: Ubuntu 7.04下 佳的美(gademei)usb电视盒(utv-330)安装记录 2007-11-15 21:00 thraw
good   回复  更多评论
  

# re: Ubuntu 7.04下 佳的美(gademei)usb电视盒(utv-330)安装记录 2007-11-15 21:20 thraw
下面是对UTV-330+的一些补充,仅供参考。
(注:我也是从网上搜索过来并整理,如有侵犯,多包涵!!!!!)
1. 根据楼主的记录:
1)解压firmware_v4.tgz 到/lib/firmware
2) 安装v4l-dvb-kernel,(估计安装 v4l-dvb-experimental也可以,我用
v4l- dvb-kernel安装成功后就没有试v4l-dvb-experimental)
3) sudo modprobe em2880-dvb
4) sudo gedit /etc/modprobe.d/dvbstick
2. 这一步我在安装UTV-330+时添加的,估计楼主漏写了,特补充如下
sudo gedit /etc/modprobe.d/em28xx,添加如下语句到该文件中
options em28xx card=37 tuner=37 device_mode=1
保存文件,重启计算机
3. 安装tvtime (我试过xawtv,不能播放,提示一些错误,无解)
4. sudo apt-get install sox
5. $ cd ~/ -------- <user>=yourloginname
sudo chgrp <user> .tvtime
sudo chown <user> .tvtime
6. 在终端用tvtime-scanner扫描频道
7. 先运行tvtime, 之后在终端输入下列语句解决声音问题
arecord -D hw:1,0 -r 32000 -c 2 -f S16_LE | sox -q -c 2 -r 32000 -w -t wav - -t alsa hw:0,0  回复  更多评论
  

# re: Ubuntu 7.04下 佳的美(gademei)usb电视盒(utv-330)安装记录 2008-02-22 16:15 zhangtemplar
我用的是fedora 8,上面的v4l-dvb-kernel编译通不过,下面是错误信息:
/lib/firmware/v4l-dvb-kernel/v4l/ivtv-udma.c: In function 'ivtv_udma_fill_sg_list':
/lib/firmware/v4l-dvb-kernel/v4l/ivtv-udma.c:54: error: implicit declaration of function 'sg_set_page'
make[3]: *** [/lib/firmware/v4l-dvb-kernel/v4l/ivtv-udma.o] Error 1
make[2]: *** [_module_/lib/firmware/v4l-dvb-kernel/v4l] Error 2
make[2]: Leaving directory `/usr/src/kernels/2.6.23.1-49.fc8-i686'
make[1]: *** [default] 错误 2
make[1]: Leaving directory `/lib/firmware/v4l-dvb-kernel/v4l'
make: *** [all] 错误 2
不知道该如何解决,是不是内核的版本问题?  回复  更多评论
  

# re: Ubuntu 7.04下 佳的美(gademei)usb电视盒(utv-330)安装记录[未登录] 2008-10-27 20:49 kenny
我的是em2800芯片电视盒(全能战士2代)应如何装驱动,新手不晓en。8.10版  回复  更多评论
  


只有注册用户登录后才能发表评论。


网站导航: