平淡生活

          平淡的生活

            BlogJava :: 首頁 :: 聯(lián)系 :: 聚合  :: 管理
            4 Posts :: 0 Stories :: 8 Comments :: 0 Trackbacks
          ??? 已經(jīng)全面的將我的工作,開發(fā),生活都升級到了ubuntu7.04上了,折騰了將近3天,總算是跑起來了。也試著習慣了ubuntu,為了安裝我的佳的美 utv-330電視盒,一直忙活到了4點多才弄好。主要是就是一個驅(qū)動的問題,找了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).

          posted on 2007-06-05 00:25 平淡生活 閱讀(5033) 評論(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
          我已經(jīng)按照你上面的方法試了一次,結(jié)果不成功。唯一的區(qū)別就是我用的電視卡是佳的美(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+的一些補充,僅供參考。
          (注:我也是從網(wǎng)上搜索過來并整理,如有侵犯,多包涵!!!!!)
          1. 根據(jù)樓主的記錄:
          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
          不知道該如何解決,是不是內(nèi)核的版本問題?  回復  更多評論
            

          # re: Ubuntu 7.04下 佳的美(gademei)usb電視盒(utv-330)安裝記錄[未登錄] 2008-10-27 20:49 kenny
          我的是em2800芯片電視盒(全能戰(zhàn)士2代)應如何裝驅(qū)動,新手不曉en。8.10版  回復  更多評論
            


          只有注冊用戶登錄后才能發(fā)表評論。


          網(wǎng)站導航:
           
          主站蜘蛛池模板: 茂名市| 凤冈县| 景德镇市| 饶平县| 洪江市| 泰来县| 保康县| 庆阳市| 博爱县| 东乡族自治县| 台中县| 多伦县| 道真| 额济纳旗| 舞钢市| 漳平市| 鹤壁市| 正阳县| 绍兴县| 温泉县| 和田县| 兴义市| 泽州县| 屏山县| 东丰县| 昭觉县| 黑龙江省| 拉孜县| 阜平县| 枝江市| 壤塘县| 时尚| 张家港市| 泸溪县| 丘北县| 英吉沙县| 五寨县| 宣武区| 花莲县| 巍山| 噶尔县|