Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 210290
Collapse All | Expand All

(-)/usr/portage/net-wireless/ndiswrapper/ndiswrapper-1.52.ebuild (-5 / +8 lines)
Lines 94-104 Link Here
94
	elog "information."
94
	elog "information."
95
	elog
95
	elog
96
96
97
	local i=$(lspci -n | egrep 'Class (0280|0200):' |  cut -d' ' -f4)
97
	for i in $(lspci -n | egrep '(0280|0200):' |  cut -d' ' -f1)
98
	if [[ -n "${i}" ]] ; then
98
	do
99
		elog "Possible hardware: ${i}"
99
		i_desc=$(lspci -nn | grep "$i" | awk -F': ' '{print $2}' | awk -F'[' '{print $1}')
100
		elog
100
		if [[ -n "${i_desc}" ]] ; then
101
	fi
101
			elog "Possible hardware: ${i_desc}"
102
		fi
103
	done
104
	elog
102
105
103
	elog "NDISwrapper devs need support (_hardware_, cash)."
106
	elog "NDISwrapper devs need support (_hardware_, cash)."
104
	elog "Don't hesitate if you can help."
107
	elog "Don't hesitate if you can help."

Return to bug 210290