<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    平淡生活

    平淡的生活

      BlogJava :: 首頁 :: 聯(lián)系 :: 聚合  :: 管理
      4 Posts :: 0 Stories :: 8 Comments :: 0 Trackbacks
    ??? 已經(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).

    posted on 2007-06-05 00:25 平淡生活 閱讀(5032) 評論(8)  編輯  收藏

    Feedback

    # re: Ubuntu 7.04下 佳的美(gademei)usb電視盒(utv-330)安裝記錄 2007-06-18 12:52 coolly
    準(zhǔn)備照你的方法實(shí)驗(yàn)看看,能不能在linux 2。6上面是否可以使用,請多指教  回復(fù)  更多評論
      

    # Ubuntu 7.04下 佳的美(gademei)usb電視盒(utv-330)安裝記錄 2007-07-04 18:28 flries
    我已經(jīng)按照你上面的方法試了一次,結(jié)果不成功。唯一的區(qū)別就是我用的電視卡是佳的美(gademei)usb電視盒(utv-330+),請賜教!在線等。。。。  回復(fù)  更多評論
      

    # re: Ubuntu 7.04下 佳的美(gademei)usb電視盒(utv-330)安裝記錄 2007-07-04 18:54 flries
    我的郵箱是flries#163.com 謝謝!  回復(fù)  更多評論
      

    # re: Ubuntu 7.04下 佳的美(gademei)usb電視盒(utv-330)安裝記錄 2007-08-11 22:13 dreamstone
    ubuntu還是不錯(cuò)的  回復(fù)  更多評論
      

    # re: Ubuntu 7.04下 佳的美(gademei)usb電視盒(utv-330)安裝記錄 2007-11-15 21:00 thraw
    good   回復(fù)  更多評論
      

    # re: Ubuntu 7.04下 佳的美(gademei)usb電視盒(utv-330)安裝記錄 2007-11-15 21:20 thraw
    下面是對UTV-330+的一些補(bǔ)充,僅供參考。
    (注:我也是從網(wǎng)上搜索過來并整理,如有侵犯,多包涵?。。。。。?br>1. 根據(jù)樓主的記錄:
    1)解壓firmware_v4.tgz 到/lib/firmware
    2) 安裝v4l-dvb-kernel,(估計(jì)安裝 v4l-dvb-experimental也可以,我用
    v4l- dvb-kernel安裝成功后就沒有試v4l-dvb-experimental)
    3) sudo modprobe em2880-dvb
    4) sudo gedit /etc/modprobe.d/dvbstick
    2. 這一步我在安裝UTV-330+時(shí)添加的,估計(jì)樓主漏寫了,特補(bǔ)充如下
    sudo gedit /etc/modprobe.d/em28xx,添加如下語句到該文件中
    options em28xx card=37 tuner=37 device_mode=1
    保存文件,重啟計(jì)算機(jī)
    3. 安裝tvtime (我試過xawtv,不能播放,提示一些錯(cuò)誤,無解)
    4. sudo apt-get install sox
    5. $ cd ~/ -------- <user>=yourloginname
    sudo chgrp <user> .tvtime
    sudo chown <user> .tvtime
    6. 在終端用tvtime-scanner掃描頻道
    7. 先運(yùn)行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  回復(fù)  更多評論
      

    # re: Ubuntu 7.04下 佳的美(gademei)usb電視盒(utv-330)安裝記錄 2008-02-22 16:15 zhangtemplar
    我用的是fedora 8,上面的v4l-dvb-kernel編譯通不過,下面是錯(cuò)誤信息:
    /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] 錯(cuò)誤 2
    make[1]: Leaving directory `/lib/firmware/v4l-dvb-kernel/v4l'
    make: *** [all] 錯(cuò)誤 2
    不知道該如何解決,是不是內(nèi)核的版本問題?  回復(fù)  更多評論
      

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


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


    網(wǎng)站導(dǎo)航:
     
    主站蜘蛛池模板: 久久免费公开视频| 亚洲成片观看四虎永久| 一区二区三区四区免费视频| 免费一级毛片在线播放视频| 久久久高清免费视频| 国产一级大片免费看| 亚洲性日韩精品一区二区三区| 成人免费毛片内射美女APP| 亚洲福利精品一区二区三区| 亚洲人成色在线观看| 亚洲一区二区电影| 男人天堂2018亚洲男人天堂| 久香草视频在线观看免费| 一级毛片免费观看不卡视频| 毛片免费在线视频| 亚洲图片校园春色| 91精品免费国产高清在线| 国产精品亚洲高清一区二区| 无码AV动漫精品一区二区免费| 好猛好深好爽好硬免费视频| 91九色老熟女免费资源站| 亚洲一级特黄大片无码毛片| 一级一级一级毛片免费毛片| 久久亚洲国产成人影院网站| 亚洲av永久无码精品漫画 | 国产一区二区三区免费| 亚洲国产精华液网站w| 亚洲精品无码专区| 国产精品视_精品国产免费| 亚洲综合自拍成人| 亚洲精品视频久久久| 精品国产日韩亚洲一区91| 亚洲视频免费在线观看| 亚洲成AV人片久久| 精品国产免费一区二区| 国产精品亚洲精品日韩已方| 两个人看的www免费高清| 亚洲?V乱码久久精品蜜桃 | 日韩精品无码永久免费网站| 99久久免费国产精品特黄| 久久久久久久久亚洲|