"/etc/modprobe.conf"의 두 판 사이의 차이

17번째 줄: 17번째 줄:
==같이 보기==
==같이 보기==
*[[리눅스 modprobe]]
*[[리눅스 modprobe]]
*[[리눅스 본딩 구성 (같은 게이트웨이 사용)]]
*[[리눅스 본딩 구성 (다른 게이트웨이 사용)]]


[[분류: 리눅스 네트워크]]
[[분류: 리눅스 네트워크]]
[[분류: /etc]]
[[분류: /etc]]
[[분류: .conf]]
[[분류: .conf]]

2014년 8월 19일 (화) 01:44 판

/etc/modprobe.conf

1 예시

alias scsi_hostadapter ata_piix
alias eth0 virtio_net
alias scsi_hostadapter1 virtio_blk
alias net-pf-10 off
alias ipv6 off
options ipv6 disable=1
alias snd-card-0 snd-hda-intel
options snd-card-0 index=0
options snd-hda-intel index=0
remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel

2 같이 보기