antonio montagnani wrote:
> alias parport_lowlevel parport_pc
> alias usb-controller uhci-hcd
> #alias snd-card-0 sb <---- you don't have sbawe here
> #options sound dmabuf=1
> #options opl3 io=0x388
> #alias synth0 awe_wave
> #options sb isapnp=1
> #install awe_wave /sbin/modprobe --first-time --ignore-install
> awe_wave && { /bin/sfxload /etc/midi/GU11-ROM.SF2; }
> #install sound-slot-0 /sbin/modprobe --first-time --ignore-install
> sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null
> 2>&1 || :; }
> #remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S
>> /dev/null 2>&1 || :; } ; /sbin/modprobe -r --first-time
> --ignore-remove sound-slot-0
> alias snd-card-0 snd-sbawe
> install snd-sbawe /sbin/modprobe --ignore-install snd-sbawe &&
> /usr/sbin/alsactl restore >/dev/null 2>&1 || :
> remove snd-sbawe { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
> /sbin/modprobe -r --ignore-remove snd-sbawe
> #Turn off IPv6
> #alias net-pf-10 off
> #alias net-pf-10 on
> #alias ipv6 off
> alias eth1 ne2k-pci
> alias eth0 8139too