blob: 5a05140c057b69bc9bb45c28058e844df250d5c5 (
plain)
1 REQUIREMENTS
2
3 PRE-INSTALL
4
5 POST-INSTALL
6
7 * Run depmod -a
8
9 * You may edit your /etc/modprobe.conf, I use this settings:
10
11 alias em8300-1 off
12 alias char-major-121 em8300
13 install em8300 /sbin/modprobe bt865 && /sbin/modprobe --ignore-install em8300
14 options em8300 dicom_fix=0 dicom_control=0 dicom_other_pal=0
15
16 * Edit /etc/rc.modules to load the modules at boot time.
17
18 * You may also run em8300setup to change the default parameters.
19
20 * If you are using udev, you may want to create
21 /etc/udev/rules.d/xx-em8300.rules with something like:
22
23 KERNEL=="em8300*", NAME="%k", OWNER="root", GROUP="em8300", MODE="660"
24
25
26 PRECAUTION
27 This port builds em8300 with NTSC by default.
28 After installing this port you need to rebuild mplayer to
29 add dxr3 support.
|