Quote:
Originally Posted by mancha
Good to hear my patch worked.
Are you sure the Realtek NIC isn't ethernet on your mini with some other make/model wireless NIC? Check your HW with:
Code:
paste <(lspci) <(lspci -n | awk '{print $3}')
--mancha
|
I'm an idiot. The realtek is my eth0 interface and the wireless is a Broadcom chip. I somehow managed to ignore that when looking at lspci before - it was only the line above the Realtek in the lspci output. I've only been using Slackware since 1994, so you'll have to forgive me.
To make this thread useful to someone else, the wireless on my Dell Mini 9 is a Broadcom BCM4312 and was easily enabled with NetworkManager after installing the b43-fwcutter and b43-firmware packages built from Slackbuilds.org.
BTW, thanks for the input on this.