fire-eyes wrote: > On Monday 24 April 2006 18:45, JimD wrote: >> try the following: >> >> [EMAIL PROTECTED] $ source /etc/bash_completion >> >> [EMAIL PROTECTED] $ modprobe -v snd-inte[tab][tab] >> snd-intel8x0 snd-intel8x0m snd-interwave snd-interwave-stb >> >> >> I have to hit tab twice to get a list. Replace snd-inte with any module >> you have. I didn't compile ipw2200. You could also just try: >> >> [EMAIL PROTECTED] $ modprobe[space][tab][tab] >> Display all 385 possibilities? (y or n) >> >> Do you get something like the above? > > Curious. That worked fine. So why isn't it being sourced since i followed the > directions at the end of the ebuild?
Do you have your terminal set to create a login shell? I noticed that /etc/profile will source /etc/profile.d/*.sh when you log in. However if you look in /etc/profile.d/, bash-completion gets installed as bash-completion and not bash-completion.sh. So it appears to never get sourced. I renamed it to bash-completion.sh and it works for me. I also set gnome-terminal to create a login shell. A login shell will source /etc/profile and /etc/bash/bashrc where as a non-login shell will only source /etc/bash/bashrc. Jim -- [email protected] mailing list

