modules.conf 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #I left this file here for old-times sake. 2.6 kernel uses modprobe.conf.
  2. # Note, the script /etc/rc.d/rc.sysinit*
  3. # calls script /etc/rc.d/rc.modules*
  4. # to load the modules.
  5. # modprobe* references this config file, modules.conf.
  6. #v432 rerwin: This file is still used by Conexant-modems to retain major-number selections for the experimental range (240-254).
  7. #using ppp* for dialup connection, need these...
  8. alias tty-ldisc-3 ppp_async
  9. alias ppp0 ppp_generic
  10. alias ppp1 ppp_generic
  11. #according to some info on RH8.0, need this...
  12. #alias ppp-compress-21 off
  13. #...as modprobe tries to get it, but it is no longer needed.
  14. #note, some other refs say need to do this...
  15. alias ppp-compress-21 bsd_comp
  16. #v2.0.0 uncommenting these two...
  17. alias ppp-compress-24 ppp_deflate
  18. alias ppp-compress-26 ppp_deflate
  19. #HOWTO-PPP.htm also says need these...
  20. alias /dev/ppp ppp_generic
  21. # ...just don't like the look of this one!
  22. alias char-major-108 ppp_generic
  23. #v2.0.0 uncommenting this...
  24. alias tty-ldisc-14 ppp_synctty
  25. #v2.0.0 VPN support needs this...
  26. #alias ppp-compress-18 ppp_mppe_mppc
  27. alias ppp-compress-18 ppp_mppe
  28. #BK Printing...
  29. alias /dev/lp* lp
  30. # ...think need this to load lp.o if printer on parallel port.
  31. alias parport_lowlevel parport_pc
  32. #Puppy 1.0.0, added Alsa support...
  33. # ALSA portion
  34. alias char-major-116 snd
  35. # OSS/Free portion
  36. alias char-major-14 soundcore
  37. alias sound-service-0-0 snd-mixer-oss
  38. alias sound-service-0-1 snd-seq-oss
  39. alias sound-service-0-3 snd-pcm-oss
  40. alias sound-service-0-8 snd-seq-oss
  41. alias sound-service-0-12 snd-pcm-oss
  42. #after running alsaconf, stuff gets appended...