pvr250/350

hasanhasanli Hasan hasanhasanli at mail.ru
Wed Aug 3 10:20:54 UTC 2011



Hi everybody
I need help to installtion driver pvr 250/350 on FreeBSD 7.4
I use two variant of installtion:
1 variant) I did like you describe in cxm.txt:





#cd /usr/ports/multimedia/pvr250
#make
#mv work/dev/cxm /sys/dev/cxm


#cc -o cxm_extract_fw cxm_extract_fw.c
#./cxm_extract_fw hcwPVRP2.sys





add two lines in my kernel and rebuilt it
device          iicbus
device          iicbb


#cd /sys/modules/cxm


#make


#cp cxm/cxm.ko cxm_iic/cxm_iic.ko /boot/modules


#kldload cxm_iic



  

after that I ot next message
kldload: can't load cxm_iic: File exists


#kldload cxm


#cat /var/log/messages


Aug
  3 03:28:55 stream kernel: module_register: module cxm_iic/iicbb already exists!


Aug
  3 03:28:55 stream kernel: Module cxm_iic/iicbb failed to register: 17


Aug
  3 03:28:57 stream kernel: cxm0: <Conexant iTVC15 MPEG Coder> mem 0xf8000000-0xfbffffff irq 21 at device 9.0 on pci7


Aug
  3 03:28:57 stream kernel: cxm0: could not attach cxm_iic


Aug
  3 03:28:57 stream kernel: device_attach: cxm0 attach returned 6



  

2 variant)


cd /usr/ports/multimedia/pvr250/



     2
  3:58
    ls -l



     3
  3:58
    make



     4
  3:58
    mv /home/shahin/hcwPVRP2.sys /usr/ports/distfiles/



     5
  3:59
    make



     6
  3:59
    pwd



     7
  3:59
    mv work/dev/cxm /sys/dev/



     8
  3:59
    mv work/modules/cxm /sys/modules/



     9
  4:00
    cd /sys/dev/cxm/



    10
  4:00
    cp /usr/ports/distfiles/hcwPVRP2.sys .



    11
  4:00
    cc -o cxm_extract_fw cxm_extract_fw.c



    12
  4:00
    ./cxm_extract_fw hcwPVRP2.sys



    13
  4:01
    cd /sys/modules/cxm



    14
  4:01
    make



    15
  4:02
    cp cxm/cxm.ko cxm_iic/cxm_iic.ko /boot/modules



    16
  4:02
    kldload cxm_iic


kldload: can't load cxm_iic: File exists



    17
  4:02
    kldload cxm



    18
  4:02
    cat /var/log/messages


Aug
  3 04:23:50 stream kernel: module_register: module cxm_iic/iicbb already exists!
Aug
  3 04:23:50 stream kernel: Module cxm_iic/iicbb failed to register: 17
Aug
  3 04:25:15 stream kernel: cxm0: <Conexant iTVC15 MPEG Coder> mem 0xf8000000-0xfbffffff irq 21 at device 9.0 on pci7
Aug
  3 04:25:15 stream kernel: cxm0: could not attach cxm_iic
Aug
  3 04:25:15 stream kernel: device_attach: cxm0 attach returned 6



More information about the freebsd-multimedia mailing list