Modules

From CourvilleWiki

Jump to: navigation, search

Modules configuration for epia mobo

  • create file /etc/modutils/epia containing:
# required for via X windows driver
alias char-major-81 videodev
alias char-major-81-0 via_v4l_drv
alias char-major-81-1 via_v4l_drv
alias char-major-81-2 via_v4l_drv

options agpgart agp_try_unsupported=1

alias ieee1394-controller ohci1394
alias scsi_hostadapter sbp2

# recommended to fix "crackly" sound problem
options snd-via82xx index=0 dxs_support=3

# default frequency for longhaul
#post-install longhaul /bin/echo "3" > /proc/longhaul

# stop logging every change of cpu freq
#options governor log=0
options longhaul_governer.o log=0
  • run update-modules to update the modules.conf file
  • add in /etc/modules file meant for listing modules to load on startup:
af_packet
i2c-viapro
i2c-isa
#via686a
vt1211
eeprom
usb-uhci
mousedev
usbmouse
hid
ohci1394
agpgart
#via_v4l_drv
via
#videodev
#viafb
#cle266vgaio
ivtv
#bttv# stop logging every change of cpu freq
options governor log=0
options longhaul_governer.o log=0

longhaul
#governor
longhaul_governer

Note that the configuration for snd-via82xx was found using modinfo snd-via82xx who revealed:

"parm: dxs_support int array (min = 1, max = 8), description "Support for DXS channels (0 = auto, 1 = enable, 2 = disable, 3 = 48k only)" "

In order to debug activate the following debug flag and watch out /var/log/XFree86.0.log.

options via_v4l_drv km_debug=1
Personal tools