Sample conf.modules

Here is my conf.modules file for those of you who might be having trouble getting bttv or radio (specifically Packard Bell Aztech radio card) to work. It seems the key is in pre-install and post-install. If sound isn't working, trying editing the "mixer=" line in ~/.xawtv. The following file is also available for download here.
# Ethernet (Realtek PCI NE2000)
alias           eth0                ne2k-pci
alias           net-pf-4            ipx
#alias          eth0                ne
#options        ne                  io=0x340

# Sound (Ensoniq AudioPCI / Creative Labs PCI64)
alias           sound               es1370

# TV (STB TV/PCI, Temic Tuner, NTSC)
alias           char-major-81       bttv
pre-install     bttv                modprobe -k tuner
options         tuner               type=6
post-install    bttv                modprobe -k radio-aztech

# Radio (Packard Bell Aztech Radio)
alias           radio               radio-aztech
options         radio-aztech        io=0x350

# Parallel port
alias           parport_lowlevel     parport_pc
pre-install     plip                 modprobe parport_pc ; echo 7 > /proc/parport/0/irq

# X11
alias           char-major-81        Server:SVGA
alias           char-major-195       NVdriver


This page created by Paul Brannan
Last modified: Friday, 22-Feb-2002 10:04:14 EST
URL: http://hubcap.clemson.edu/~cout/hubcap/conf.modules.html