Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Aug 2011 14:20:51 +0400
From:      =?UTF-8?B?aGFzYW5oYXNhbmxpIEhhc2Fu?= <hasanhasanli@mail.ru>
To:        freebsd-multimedia@freebsd.org
Subject:   pvr250/350
Message-ID:  <E1QoYZH-00060k-00.hasanhasanli-mail-ru@f266.mail.ru>

next in thread | raw e-mail | index | archive | help



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1QoYZH-00060k-00.hasanhasanli-mail-ru>