Some tips and tricks for Linux settings, applied particularly to SuSE Linux 7.0 distribution onto my PC Dell Dimension 4100:
bttv drivers for Pinnacle PCTV Rave/Pro adapter
Access to partitions is defined in /etc/fstab file, it's good
to create a backup copy first:
leon@lelab:~ > su (to pass root)
lelab:/home/leon # cd /etc
lelab:/etc # cp fstab fstab_000
lelab:/etc # more fstab (to visualize the file)
The fstab (see my file /etc/fstab) created by SuSE Linux installer
gives an access to the Windows partitions for root user, it doesn't
mount Windows partitions at boot and it creates a mount point at /windows/unit
letter like /windows/C :
/dev/hda8 /windows/F vfat noauto,user 0 0
To make a partition accessible for all users in RW (read and write) it's necessary
to replace the attribute user 0 0 by umask=000 and
to make the partition mounted at boot, just remove the attribute noauto
:
/dev/hda8 /windows/F vfat umask=000
This modification is done with vi (remainder: to leave vi
saving the modifications, enter :wq and to leave without
saving the changes :q!).
At SuSE Linux 7.0 installation (or later with SaX), it's necessary to install the Video4Linux packages:
bttv
xawtv
xgrab
kwintv SuSE installation configures the drivers (kernel modules) but may be (it's
my case) which the configuration isn't complete and it's necessary to modify
the /etc/modules.conf file. I append these following
lines:
# BTTV setup by Leon -
8/Dec/2000 | ||
options |
bttv |
pll=1 radio=0 card=39 |
options |
tuner |
type=3 |
These parameters are for a Pinnacle PCTV Rave bought in France in July 1999
; they are described in the bttv drivers documentation (which I
didn't find when I wrote this page) or in SuSE Support Knowledge Base in the
new instructions
for Television on PC .
My /etc/modules.conf file can be downloaded from modules_conf.zip.
I encountered many troubles to configure XFree86, here's my solution:
agpgart.rpm
nvdriver.rpm
nv_glx.rpm mesa.rpm
glutdemo.rpm # switch2xf86-4
# sax2 -f (in case of errors, check
/var/log/SaX.log)My monitor is a Sony 17se II (see the details of my PC Dell Dimension
4100) and the resulting XF86Config file is downloadable from XF86Config.zip.
To suspend KDE direct boot, we just have to modify /etc/inittab
file to start in Run Level 2 by default. Starting in graphic
mode is, by default for SuSE Linux, Run Level 3. Run Level
attribution is specific to each distribution and is, generally, documented
in /etc/inittab file.
To change Run Level from 3 (Desktop) to 2 (console
mode):
su mode (root)
inittab_000 for example
/etc/initab and:
# the line id:3:initdefault:
id:2:initdefault: Reverse handling will make it possible to start again directly KDE desktop
(graphic mode Run Level 3).
SuSE Linux :
Video4Linux and BTTV drivers:
Video4Linux in French :
The SuSE Linux 7.0 handbook (delivered with the French distribution)
A. My /etc/fstab file: etc_fstab.htm (download the Linux file from fstab.zip)
B Download the Linux file /etc/modules.conf in modules_conf.zip
C Download the Linux file /etc/XF86Config in XF86Config.zip
Back to home page
Version of the document: 1.0EN
Created: January 28 - 2001
Updated: January 28 - 2001
Author: Leon