|
VineLinux2.1.5 on DynaBook
A2/580PMC
::::Original memo was
written in Japanese::::::::
Install
CD Boot OK
Graphical Install OK
Initial install went smoothly without
any trouble
Video: S3 Savage IX OK
AccuPoint Mouse OK
Keybord OK
FDD OK
CD-ROM OK (/dev/hdc)
CD-R/RW need ide-scsi -> OK
DVD OK (/dev/hdc)
Internal LAN
(Intel Speedo3 Ethernet) OK
PCMCIA OK (IO-DATA PCSC-F SCSI Card)
USB OK (SANWA SUPPLY MA-411UPOG Mouse)
SOUND: YAMAHA YMF754 need install alsa -> OK
Modem Have not tried
Power (shut down) OK
Aout CD-R/RW
To use CD-R/RW with IDE connection,
I had to make IDE looking like SCSI.
In order to do so, I added hdc=ide-scsi parameter
to Kernel.
In specific, add a line append="hdc=ide-scsi"
in /etc/lilo.conf .
If the line append="apm=on" exists,
then change it to append="apm=on hdc=ide-scsi"
Then, as root, do %/sbin/lilo so that it will be active
after boot.
When using it for real, ide-scsi modules must be included.
For that, do %insmod ide-scsi
If you don't want to type this command upon every
boot, then add
insmod ide-scsi in /etc/rc.d/rc.local so that it it
will be automatic.
Caution:
Device name will be changed since it will be recognized
as SCSI instead
of IDE.
/dev/hdc -> /dev/sr0
Check the device name by dmesg command, just in case.
Example:
%dmesg
:
:
scsi0 : SCSI host adapter emulation for IDE ATAPI
devices
scsi : 1 host.
Vendor: MATSHITA Model: UJDA710 Rev: 1.00
Type: CD-ROM ANSI SCSI revision: 02
Detected scsi CD-ROM sr0 at scsi0, channel 0, id 0,
lun 0
sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2
cdda tray
Uniform CD-ROM driver Revision: 3.11
About Sound
Installing alsa driver would allow
other sound then beep to work.
For kernel-2.2.18, download the followings
and install them.
alsaconf-0.4.3b-0vl1.roarch.rpm
alsa-lib-0.5.10b-0vl1.i386.rpm
alsa-driver-0.5.11-0vl3.i386.rpm
alsa-utils-0.5.10-0vl2.i386.rpm
CXg[
%rpm -Uvh alsa*
(apt-get may be used)
For other kernel versions, download
every file source (*.src.rpm) of
the above files and rebuild them.
(if the above files are in ~/rpm/SRPMS)
%cd ~/rpm
%rpm --rebuild SRPMS/alsa-driver-0.5.11-0vl3.src.rpm
%rpm -Uvh RPMS/i386/alsa-driver-0.5.11-0vl3.i386.rpm
%rpm --rebuild SRPMS/alsa-lib-0.5.10b-0vl1.src.rpm
%rpm -Uvh RPMS/i386/alsa-lib-0.5.10b-0vl1.i386.rpm
%rpm --rebuild SRPMS/alsa-utils-0.5.10-0vl2.src.rpm
%rpm -Uvh RPMS/i386/alsa-utils-0.5.10-0vl2.i386.rpm
%rpm --rebuild SRPMS/alsaconf-0.4.3b-0vl1.src.rpm
%rpm -Uvh RPMS/noarch/alsaconf-0.4.3b-0vl1.roarch.rpm
Then, do the fowlloing command
%alsaconf
About ALSA OK
Card type 0x41 YAMAHA_YMF7xx
Card name leave it with defult
Max. dax frame size 128
Max. adc frame size 128
Max. ac97 fram size 128
Card type 0 NO_more_cards ðIð
/etc/conf.modules? Yes
/etc/conf.modules shuld be added.
if alsaconf does not work, then add the following
manually.
# --- BEGIN: Generated by ALSACONF,
do not edit. ---
# --- ALSACONF verion 0.4.3b ---
alias char-major-116 snd
alias snd-card-0 snd-card-ymfpci
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
options snd snd_major=1
16 snd_cards_limit=1 snd_device_mode=0666
snd_device_gid=0 snd_device_uid=0
options snd-card-ymfpci snd_index=0 snd_id=YMF-7
24 snd_dac_frame_size=128 snd_adc_frame_size=128
snd_ac97_frame_size=128
alias dummy0 eepro100
# --- END: Generated by ALSACON
F, do not edit. ---
Sound should work after reboot.
Caution
Sould will not work after rebooting from Windows.
Make sure to turn the
power off, then turn it back on.
Other things
Here is my setting. Please use it for
your information.
%lsmod
Module Size Used by
snd-pcm-oss 17264 0 (autoclean)
snd-pcm-plugin 14608 0 (autoclean) [snd-pcm-oss]
snd-mixer-oss 4416 0 (autoclean) [snd-pcm-oss]
snd-card-ymfpci 4464 0 (autoclean)
snd-ymfpci 34880 0 (autoclean) [snd-card-ymfpci]
snd-ac97-codec 23456 0 (autoclean) [snd-ymfpci]
snd-pcm 30016 0 (autoclean) [snd-pcm-oss snd-pcm-plugin
snd-ymfpci]
snd-mixer 27280 0 (autoclean) [snd-mixer-oss snd-ymfpci
snd-ac97-codec]
snd-mpu401-uart 2192 0 (autoclean) [snd-card-ymfpci]
snd-rawmidi 9696 0 (autoclean) [snd-mpu401-uart]
snd-seq-device 3680 0 (autoclean) [snd-rawmidi]
snd-opl3 4368 0 (autoclean) [snd-card-ymfpci]
snd-timer 8672 0 (autoclean) [snd-pcm snd-opl3]
snd-hwdep 3024 0 (autoclean) [snd-opl3]
snd 36496 1 (autoclean) [snd-pcm-oss snd-pcm-plugin
snd-mixer-oss
snd-card-ymfpci snd-ymfpci snd-ac97-codec snd-pcm
snd-mixer snd-mpu401-uart
snd-rawmidi snd-seq-device snd-opl3 snd-timer snd-hwdep]
soundcore 2864 6 (autoclean) [snd]
nfs 75072 1 (autoclean)
lockd 45360 1 (autoclean) [nfs]
sunrpc 62352 1 (autoclean) [nfs lockd]
ide-scsi 7600 0
mousedev 3792 0 (unused)
hid 11456 0 (unused)
input 3072 0 [mousedev hid]
ds 6288 2
i82365 22064 2
pcmcia_core 50528 0 [ds i82365]
autofs 9440 1 (autoclean)
eepro100 16432 1 (autoclean)
nls_cp437 3920 1 (autoclean)
vfat 9520 1 (autoclean)
fat 30944 1 (autoclean) [vfat]
usb-uhci 18720 0 (unused)
%cat /etc/lilo.conf
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
message=/boot/message
append="apm=on hdc=ide-scsi"
default=linux
lba32
image=/boot/vmlinuz-2.4.9
label=linux.test
read-only
root=/dev/hda2
image=/boot/vmlinuz-2.2.19-0vl0.20
label=linux
read-only
root=/dev/hda2
other=/dev/hda1
label=dos
%cat /etc/conf.modules
alias parport_lowlevel parport_pc
alias char-major-10-175 agpgart
alias char-major-107 3dfx
# add by postinstallscript of ppxp rpm
alias tap0 ethertap
options -o tap0 unit=0
alias tap1 ethertap
options -o tap1 unit=1
# you can continue for units tap2 through tap15
# if you like, but usually only the first is needed.
alias eth0 eepro100
alias scsi_hostadapter agpgart
alias parport_lowlevel parport_pc
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 0.4.3b ---
alias char-major-116 snd
alias snd-card-0 snd-card-ymfpci
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
options snd snd_major=116 snd_cards_limit=1 snd_device_
mode=0666 snd_device_gid=0 snd_device_uid=0
options snd-card-ymfpci snd_index=0 snd_id=YMF-724
snd_dac_frame_size=128 snd_adc_frame_size=128 snd_ac97_frame_size=128
alias dummy0 eepro100
# --- END: Generated by ALSACONF, do not edit. ---
|